adwaita-swift build error #60

Open
opened 2025-05-01 09:45:19 +02:00 by valeriyvan · 3 comments

Describe the bug

freshly installed adwaita-swift build error:

[0/1] Planning build
Building for debugging...
[0/11] Write swift-version-11B4AFA354D0304D.txt
[2/15] Emitting module LevenshteinTransformations
[4/15] Emitting module Meta
[6/15] Emitting module XMLCoder
[8/16] Emitting module SQLite
[10/18] Emitting module MetaSQLite
[11/19] Emitting module Generation
[14/113] Compiling Core MenuButton.swift
/******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope
33 | /// - Parameter id: The identifier.
34 | public required init(id: String) {
35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast()
| `- error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope
36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path)
37 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
36 | return GTK_ALIGN_CENTER
37 | case .baselineFill:
38 | return GTK_ALIGN_BASELINE_FILL
| `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
38 | return GTK_ALIGN_BASELINE_FILL
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER
| `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
41 | }
42 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [15/113] Compiling Core MenuCollection.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | - error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope
36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path)
37 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
36 | return GTK_ALIGN_CENTER
37 | case .baselineFill:
38 | return GTK_ALIGN_BASELINE_FILL
| `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
38 | return GTK_ALIGN_BASELINE_FILL
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER
| `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
41 | }
42 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [16/113] Compiling Core MenuContext.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | - error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope
36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path)
37 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
36 | return GTK_ALIGN_CENTER
37 | case .baselineFill:
38 | return GTK_ALIGN_BASELINE_FILL
| `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
38 | return GTK_ALIGN_BASELINE_FILL
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER
| `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
41 | }
42 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [17/113] Compiling Core MenuEitherView.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | - error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope
36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path)
37 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
36 | return GTK_ALIGN_CENTER
37 | case .baselineFill:
38 | return GTK_ALIGN_BASELINE_FILL
| `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
38 | return GTK_ALIGN_BASELINE_FILL
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER
| `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
41 | }
42 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [18/113] Compiling Core MenuSection.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | - error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope
36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path)
37 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
36 | return GTK_ALIGN_CENTER
37 | case .baselineFill:
38 | return GTK_ALIGN_BASELINE_FILL
| `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
38 | return GTK_ALIGN_BASELINE_FILL
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER
| `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
41 | }
42 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [19/113] Compiling Core Submenu.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | - error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope
36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path)
37 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
36 | return GTK_ALIGN_CENTER
37 | case .baselineFill:
38 | return GTK_ALIGN_BASELINE_FILL
| `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
38 | return GTK_ALIGN_BASELINE_FILL
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER
| `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
41 | }
42 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [20/113] Compiling Core AdwaitaApp.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | - error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope
36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path)
37 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
36 | return GTK_ALIGN_CENTER
37 | case .baselineFill:
38 | return GTK_ALIGN_BASELINE_FILL
| `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
38 | return GTK_ALIGN_BASELINE_FILL
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER
| `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
41 | }
42 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [21/113] Compiling Core AdwaitaMainView.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | - error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope
36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path)
37 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
36 | return GTK_ALIGN_CENTER
37 | case .baselineFill:
38 | return GTK_ALIGN_BASELINE_FILL
| `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
38 | return GTK_ALIGN_BASELINE_FILL
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER
| `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
41 | }
42 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [22/113] Compiling Core AdwaitaSceneElement.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | - error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope
36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path)
37 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
36 | return GTK_ALIGN_CENTER
37 | case .baselineFill:
38 | return GTK_ALIGN_BASELINE_FILL
| `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
38 | return GTK_ALIGN_BASELINE_FILL
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER
| `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
41 | }
42 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [23/113] Compiling Core AdwaitaWidget.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | - error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope
36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path)
37 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
36 | return GTK_ALIGN_CENTER
37 | case .baselineFill:
38 | return GTK_ALIGN_BASELINE_FILL
| `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
38 | return GTK_ALIGN_BASELINE_FILL
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER
| `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
41 | }
42 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [24/113] Compiling Core Alignment.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | - error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope
36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path)
37 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
36 | return GTK_ALIGN_CENTER
37 | case .baselineFill:
38 | return GTK_ALIGN_BASELINE_FILL
| `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
38 | return GTK_ALIGN_BASELINE_FILL
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER
| `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
41 | }
42 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [25/113] Compiling Core ContentFit.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | - error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope
36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path)
37 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
36 | return GTK_ALIGN_CENTER
37 | case .baselineFill:
38 | return GTK_ALIGN_BASELINE_FILL
| `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
38 | return GTK_ALIGN_BASELINE_FILL
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER
| `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
41 | }
42 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [26/113] Compiling Core Edge.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | - error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope
36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path)
37 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
36 | return GTK_ALIGN_CENTER
37 | case .baselineFill:
38 | return GTK_ALIGN_BASELINE_FILL
| `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
38 | return GTK_ALIGN_BASELINE_FILL
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER
| `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
41 | }
42 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [27/113] Compiling Core Icon.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | - error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope
36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path)
37 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
36 | return GTK_ALIGN_CENTER
37 | case .baselineFill:
38 | return GTK_ALIGN_BASELINE_FILL
| `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER

/******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
38 | return GTK_ALIGN_BASELINE_FILL
39 | case .baselineCenter:
40 | return GTK_ALIGN_BASELINE_CENTER
| `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope
41 | }
42 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [28/126] Compiling Core SwitchRow.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | - error: cannot find 'adw_switch_row_new' in scope
107 | for function in appearFunctions {
108 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope
144 |
145 | storage.notify(name: "active") {
146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'adw_switch_row_get_active' in scope
147 | if let active, newValue != active.wrappedValue {
148 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope
152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type)
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'adw_switch_row_get_active' in scope
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
156 | }

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'adw_switch_row_set_active' in scope
156 | }
157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
162 | }
163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
165 | }
166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
174 | }
175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope
200 | /// - Returns: The view storage.
201 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque())
| `- error: cannot find 'adw_toolbar_view_new' in scope
203 | for function in appearFunctions {
204 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_set_content' in scope
210 | }
211 |

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
210 | }
211 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope
222 | }
223 | storage.content["top"] = topStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | storage.content["top"] = topStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
235 |
236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle {
237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
238 | }
239 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
241 | }
242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge {
243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {
246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {
249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {
252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {
255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
256 | }
257 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope
19 |
20 | /// The ToolbarStyle value as an AdwToolbarStyle value.
21 | var gtkValue: AdwToolbarStyle {
| - error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [29/126] Compiling Core ToastOverlay.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | - error: cannot find 'adw_switch_row_new' in scope
107 | for function in appearFunctions {
108 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope
144 |
145 | storage.notify(name: "active") {
146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'adw_switch_row_get_active' in scope
147 | if let active, newValue != active.wrappedValue {
148 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope
152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type)
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'adw_switch_row_get_active' in scope
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
156 | }

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'adw_switch_row_set_active' in scope
156 | }
157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
162 | }
163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
165 | }
166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
174 | }
175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope
200 | /// - Returns: The view storage.
201 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque())
| `- error: cannot find 'adw_toolbar_view_new' in scope
203 | for function in appearFunctions {
204 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_set_content' in scope
210 | }
211 |

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
210 | }
211 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope
222 | }
223 | storage.content["top"] = topStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | storage.content["top"] = topStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
235 |
236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle {
237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
238 | }
239 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
241 | }
242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge {
243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {
246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {
249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {
252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {
255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
256 | }
257 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope
19 |
20 | /// The ToolbarStyle value as an AdwToolbarStyle value.
21 | var gtkValue: AdwToolbarStyle {
| - error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [30/126] Compiling Core ToggleButton.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | - error: cannot find 'adw_switch_row_new' in scope
107 | for function in appearFunctions {
108 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope
144 |
145 | storage.notify(name: "active") {
146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'adw_switch_row_get_active' in scope
147 | if let active, newValue != active.wrappedValue {
148 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope
152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type)
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'adw_switch_row_get_active' in scope
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
156 | }

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'adw_switch_row_set_active' in scope
156 | }
157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
162 | }
163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
165 | }
166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
174 | }
175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope
200 | /// - Returns: The view storage.
201 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque())
| `- error: cannot find 'adw_toolbar_view_new' in scope
203 | for function in appearFunctions {
204 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_set_content' in scope
210 | }
211 |

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
210 | }
211 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope
222 | }
223 | storage.content["top"] = topStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | storage.content["top"] = topStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
235 |
236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle {
237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
238 | }
239 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
241 | }
242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge {
243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {
246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {
249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {
252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {
255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
256 | }
257 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope
19 |
20 | /// The ToolbarStyle value as an AdwToolbarStyle value.
21 | var gtkValue: AdwToolbarStyle {
| - error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [31/126] Compiling Core ToolbarView.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | - error: cannot find 'adw_switch_row_new' in scope
107 | for function in appearFunctions {
108 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope
144 |
145 | storage.notify(name: "active") {
146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'adw_switch_row_get_active' in scope
147 | if let active, newValue != active.wrappedValue {
148 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope
152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type)
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'adw_switch_row_get_active' in scope
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
156 | }

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'adw_switch_row_set_active' in scope
156 | }
157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
162 | }
163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
165 | }
166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
174 | }
175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope
200 | /// - Returns: The view storage.
201 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque())
| `- error: cannot find 'adw_toolbar_view_new' in scope
203 | for function in appearFunctions {
204 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_set_content' in scope
210 | }
211 |

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
210 | }
211 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope
222 | }
223 | storage.content["top"] = topStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | storage.content["top"] = topStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
235 |
236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle {
237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
238 | }
239 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
241 | }
242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge {
243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {
246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {
249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {
252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {
255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
256 | }
257 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope
19 |
20 | /// The ToolbarStyle value as an AdwToolbarStyle value.
21 | var gtkValue: AdwToolbarStyle {
| - error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [32/126] Compiling Core WindowTitle.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | - error: cannot find 'adw_switch_row_new' in scope
107 | for function in appearFunctions {
108 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope
144 |
145 | storage.notify(name: "active") {
146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'adw_switch_row_get_active' in scope
147 | if let active, newValue != active.wrappedValue {
148 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope
152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type)
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'adw_switch_row_get_active' in scope
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
156 | }

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'adw_switch_row_set_active' in scope
156 | }
157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
162 | }
163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
165 | }
166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
174 | }
175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope
200 | /// - Returns: The view storage.
201 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque())
| `- error: cannot find 'adw_toolbar_view_new' in scope
203 | for function in appearFunctions {
204 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_set_content' in scope
210 | }
211 |

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
210 | }
211 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope
222 | }
223 | storage.content["top"] = topStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | storage.content["top"] = topStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
235 |
236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle {
237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
238 | }
239 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
241 | }
242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge {
243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {
246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {
249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {
252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {
255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
256 | }
257 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope
19 |
20 | /// The ToolbarStyle value as an AdwToolbarStyle value.
21 | var gtkValue: AdwToolbarStyle {
| - error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [33/126] Compiling Core HStack.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | - error: cannot find 'adw_switch_row_new' in scope
107 | for function in appearFunctions {
108 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope
144 |
145 | storage.notify(name: "active") {
146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'adw_switch_row_get_active' in scope
147 | if let active, newValue != active.wrappedValue {
148 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope
152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type)
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'adw_switch_row_get_active' in scope
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
156 | }

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'adw_switch_row_set_active' in scope
156 | }
157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
162 | }
163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
165 | }
166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
174 | }
175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope
200 | /// - Returns: The view storage.
201 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque())
| `- error: cannot find 'adw_toolbar_view_new' in scope
203 | for function in appearFunctions {
204 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_set_content' in scope
210 | }
211 |

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
210 | }
211 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope
222 | }
223 | storage.content["top"] = topStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | storage.content["top"] = topStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
235 |
236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle {
237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
238 | }
239 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
241 | }
242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge {
243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {
246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {
249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {
252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {
255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
256 | }
257 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope
19 |
20 | /// The ToolbarStyle value as an AdwToolbarStyle value.
21 | var gtkValue: AdwToolbarStyle {
| - error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [34/126] Compiling Core HeaderBar+.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | - error: cannot find 'adw_switch_row_new' in scope
107 | for function in appearFunctions {
108 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope
144 |
145 | storage.notify(name: "active") {
146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'adw_switch_row_get_active' in scope
147 | if let active, newValue != active.wrappedValue {
148 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope
152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type)
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'adw_switch_row_get_active' in scope
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
156 | }

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'adw_switch_row_set_active' in scope
156 | }
157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
162 | }
163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
165 | }
166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
174 | }
175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope
200 | /// - Returns: The view storage.
201 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque())
| `- error: cannot find 'adw_toolbar_view_new' in scope
203 | for function in appearFunctions {
204 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_set_content' in scope
210 | }
211 |

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
210 | }
211 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope
222 | }
223 | storage.content["top"] = topStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | storage.content["top"] = topStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
235 |
236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle {
237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
238 | }
239 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
241 | }
242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge {
243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {
246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {
249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {
252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {
255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
256 | }
257 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope
19 |
20 | /// The ToolbarStyle value as an AdwToolbarStyle value.
21 | var gtkValue: AdwToolbarStyle {
| - error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [35/126] Compiling Core List.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | - error: cannot find 'adw_switch_row_new' in scope
107 | for function in appearFunctions {
108 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope
144 |
145 | storage.notify(name: "active") {
146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'adw_switch_row_get_active' in scope
147 | if let active, newValue != active.wrappedValue {
148 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope
152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type)
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'adw_switch_row_get_active' in scope
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
156 | }

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'adw_switch_row_set_active' in scope
156 | }
157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
162 | }
163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
165 | }
166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
174 | }
175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope
200 | /// - Returns: The view storage.
201 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque())
| `- error: cannot find 'adw_toolbar_view_new' in scope
203 | for function in appearFunctions {
204 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_set_content' in scope
210 | }
211 |

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
210 | }
211 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope
222 | }
223 | storage.content["top"] = topStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | storage.content["top"] = topStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
235 |
236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle {
237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
238 | }
239 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
241 | }
242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge {
243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {
246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {
249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {
252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {
255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
256 | }
257 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope
19 |
20 | /// The ToolbarStyle value as an AdwToolbarStyle value.
21 | var gtkValue: AdwToolbarStyle {
| - error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [36/126] Compiling Core Menu+.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | - error: cannot find 'adw_switch_row_new' in scope
107 | for function in appearFunctions {
108 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope
144 |
145 | storage.notify(name: "active") {
146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'adw_switch_row_get_active' in scope
147 | if let active, newValue != active.wrappedValue {
148 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope
152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type)
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'adw_switch_row_get_active' in scope
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
156 | }

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'adw_switch_row_set_active' in scope
156 | }
157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
162 | }
163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
165 | }
166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
174 | }
175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope
200 | /// - Returns: The view storage.
201 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque())
| `- error: cannot find 'adw_toolbar_view_new' in scope
203 | for function in appearFunctions {
204 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_set_content' in scope
210 | }
211 |

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
210 | }
211 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope
222 | }
223 | storage.content["top"] = topStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | storage.content["top"] = topStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
235 |
236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle {
237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
238 | }
239 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
241 | }
242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge {
243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {
246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {
249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {
252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {
255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
256 | }
257 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope
19 |
20 | /// The ToolbarStyle value as an AdwToolbarStyle value.
21 | var gtkValue: AdwToolbarStyle {
| - error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [37/126] Compiling Core Clamp+.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | - error: cannot find 'adw_switch_row_new' in scope
107 | for function in appearFunctions {
108 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope
144 |
145 | storage.notify(name: "active") {
146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'adw_switch_row_get_active' in scope
147 | if let active, newValue != active.wrappedValue {
148 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope
152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type)
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'adw_switch_row_get_active' in scope
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
156 | }

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'adw_switch_row_set_active' in scope
156 | }
157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
162 | }
163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
165 | }
166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
174 | }
175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope
200 | /// - Returns: The view storage.
201 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque())
| `- error: cannot find 'adw_toolbar_view_new' in scope
203 | for function in appearFunctions {
204 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_set_content' in scope
210 | }
211 |

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
210 | }
211 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope
222 | }
223 | storage.content["top"] = topStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | storage.content["top"] = topStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
235 |
236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle {
237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
238 | }
239 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
241 | }
242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge {
243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {
246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {
249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {
252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {
255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
256 | }
257 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope
19 |
20 | /// The ToolbarStyle value as an AdwToolbarStyle value.
21 | var gtkValue: AdwToolbarStyle {
| - error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [38/126] Compiling Core ModifierWrapper.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | - error: cannot find 'adw_switch_row_new' in scope
107 | for function in appearFunctions {
108 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope
144 |
145 | storage.notify(name: "active") {
146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'adw_switch_row_get_active' in scope
147 | if let active, newValue != active.wrappedValue {
148 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope
152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type)
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'adw_switch_row_get_active' in scope
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
156 | }

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'adw_switch_row_set_active' in scope
156 | }
157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
162 | }
163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
165 | }
166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
174 | }
175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope
200 | /// - Returns: The view storage.
201 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque())
| `- error: cannot find 'adw_toolbar_view_new' in scope
203 | for function in appearFunctions {
204 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_set_content' in scope
210 | }
211 |

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
210 | }
211 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope
222 | }
223 | storage.content["top"] = topStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | storage.content["top"] = topStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
235 |
236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle {
237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
238 | }
239 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
241 | }
242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge {
243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {
246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {
249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {
252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {
255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
256 | }
257 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope
19 |
20 | /// The ToolbarStyle value as an AdwToolbarStyle value.
21 | var gtkValue: AdwToolbarStyle {
| - error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [39/126] Compiling Core Popover+.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | - error: cannot find 'adw_switch_row_new' in scope
107 | for function in appearFunctions {
108 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope
144 |
145 | storage.notify(name: "active") {
146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'adw_switch_row_get_active' in scope
147 | if let active, newValue != active.wrappedValue {
148 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope
152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type)
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'adw_switch_row_get_active' in scope
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
156 | }

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'adw_switch_row_set_active' in scope
156 | }
157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
162 | }
163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
165 | }
166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
174 | }
175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope
200 | /// - Returns: The view storage.
201 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque())
| `- error: cannot find 'adw_toolbar_view_new' in scope
203 | for function in appearFunctions {
204 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_set_content' in scope
210 | }
211 |

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
210 | }
211 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope
222 | }
223 | storage.content["top"] = topStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | storage.content["top"] = topStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
235 |
236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle {
237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
238 | }
239 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
241 | }
242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge {
243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {
246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {
249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {
252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {
255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
256 | }
257 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope
19 |
20 | /// The ToolbarStyle value as an AdwToolbarStyle value.
21 | var gtkValue: AdwToolbarStyle {
| - error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [40/126] Compiling Core ToastOverlay+.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | - error: cannot find 'adw_switch_row_new' in scope
107 | for function in appearFunctions {
108 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope
144 |
145 | storage.notify(name: "active") {
146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'adw_switch_row_get_active' in scope
147 | if let active, newValue != active.wrappedValue {
148 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope
152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type)
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'adw_switch_row_get_active' in scope
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
156 | }

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope
153 | }
154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'adw_switch_row_set_active' in scope
156 | }
157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
162 | }
163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
165 | }
166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
174 | }
175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred
189 | }
190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope
200 | /// - Returns: The view storage.
201 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque())
| `- error: cannot find 'adw_toolbar_view_new' in scope
203 | for function in appearFunctions {
204 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_set_content' in scope
210 | }
211 |

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred
207 | if let contentStorage = content?().storage(data: data, type: type) {
208 | storage.content["content"] = [contentStorage]
209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
210 | }
211 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred
213 | for view in bottom() {
214 | bottomStorage.append(view.storage(data: data, type: type))
215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
216 | }
217 | storage.content["bottom"] = bottomStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope
222 | }
223 | storage.content["top"] = topStorage

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred
219 | for view in top() {
220 | topStorage.append(view.storage(data: data, type: type))
221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | storage.content["top"] = topStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
235 |
236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle {
237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope
238 | }
239 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
241 | }
242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge {
243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
244 | }
245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge {
246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool)
| `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
247 | }
248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars {
249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
250 | }
251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars {
252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool)
| `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {

/******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
253 | }
254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle {
255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue)
| `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope
256 | }
257 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope
19 |
20 | /// The ToolbarStyle value as an AdwToolbarStyle value.
21 | var gtkValue: AdwToolbarStyle {
| - error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [41/126] Compiling Core Fixed.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | - error: cannot find 'adw_header_bar_set_show_back_button' in scope
212 | }
213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons {

/******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope
218 | }
219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle {
220 | adw_header_bar_set_show_title(widget, showTitle.cBool)
| `- error: cannot find 'adw_header_bar_set_show_title' in scope
221 | }
222 | if let widget = storage.content["titleWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope
156 |
157 | storage.notify(name: "active") {
158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'gtk_menu_button_get_active' in scope
159 | if let active, newValue != active.wrappedValue {
160 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope
161 | }
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'gtk_menu_button_get_active' in scope
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
165 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'gtk_menu_button_set_active' in scope
165 | }
166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow {

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope
168 | }
169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope
171 | }
172 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope
192 | /// - Returns: The view storage.
193 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque())
| `- error: cannot find 'adw_navigation_view_new' in scope
195 | for function in appearFunctions {
196 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
231 |
232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions {
233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool)
| `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
234 | }
235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
237 | }
238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {
239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool)
| `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
240 | }
241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {

/******/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 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope
182 | /// - Returns: The view storage.
183 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque())
| `- error: cannot find 'adw_overlay_split_view_new' in scope
185 | for function in appearFunctions {
186 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_content' in scope
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
196 | }
197 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | }
197 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
209 |
210 | storage.notify(name: "show-sidebar") {
211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
212 | if let showSidebar, newValue != showSidebar.wrappedValue {
213 | showSidebar.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
215 | }
216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed {
217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
218 | }
219 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
221 | }
222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture {
223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {
226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {
229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {
232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
239 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
239 | }
240 | if let widget = storage.content["sidebar"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
242 | }
243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction {
244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
245 | }
246 |

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope
90 | /// - Returns: The view storage.
91 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque())
| `- error: cannot find 'adw_password_entry_row_new' in scope
93 | for function in appearFunctions {
94 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
137 | }
138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
140 | }
141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
143 | }
144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
149 | }
150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
152 | }
153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope
108 | }
109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit {
110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue)
| `- error: cannot find 'gtk_picture_set_content_fit' in scope
111 | }
112 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [42/126] Compiling Core FlowBox.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | - error: cannot find 'adw_header_bar_set_show_back_button' in scope
212 | }
213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons {

/******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope
218 | }
219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle {
220 | adw_header_bar_set_show_title(widget, showTitle.cBool)
| `- error: cannot find 'adw_header_bar_set_show_title' in scope
221 | }
222 | if let widget = storage.content["titleWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope
156 |
157 | storage.notify(name: "active") {
158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'gtk_menu_button_get_active' in scope
159 | if let active, newValue != active.wrappedValue {
160 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope
161 | }
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'gtk_menu_button_get_active' in scope
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
165 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'gtk_menu_button_set_active' in scope
165 | }
166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow {

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope
168 | }
169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope
171 | }
172 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope
192 | /// - Returns: The view storage.
193 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque())
| `- error: cannot find 'adw_navigation_view_new' in scope
195 | for function in appearFunctions {
196 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
231 |
232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions {
233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool)
| `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
234 | }
235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
237 | }
238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {
239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool)
| `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
240 | }
241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {

/******/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 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope
182 | /// - Returns: The view storage.
183 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque())
| `- error: cannot find 'adw_overlay_split_view_new' in scope
185 | for function in appearFunctions {
186 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_content' in scope
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
196 | }
197 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | }
197 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
209 |
210 | storage.notify(name: "show-sidebar") {
211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
212 | if let showSidebar, newValue != showSidebar.wrappedValue {
213 | showSidebar.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
215 | }
216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed {
217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
218 | }
219 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
221 | }
222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture {
223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {
226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {
229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {
232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
239 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
239 | }
240 | if let widget = storage.content["sidebar"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
242 | }
243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction {
244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
245 | }
246 |

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope
90 | /// - Returns: The view storage.
91 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque())
| `- error: cannot find 'adw_password_entry_row_new' in scope
93 | for function in appearFunctions {
94 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
137 | }
138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
140 | }
141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
143 | }
144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
149 | }
150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
152 | }
153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope
108 | }
109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit {
110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue)
| `- error: cannot find 'gtk_picture_set_content_fit' in scope
111 | }
112 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [43/126] Compiling Core HeaderBar.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | - error: cannot find 'adw_header_bar_set_show_back_button' in scope
212 | }
213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons {

/******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope
218 | }
219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle {
220 | adw_header_bar_set_show_title(widget, showTitle.cBool)
| `- error: cannot find 'adw_header_bar_set_show_title' in scope
221 | }
222 | if let widget = storage.content["titleWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope
156 |
157 | storage.notify(name: "active") {
158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'gtk_menu_button_get_active' in scope
159 | if let active, newValue != active.wrappedValue {
160 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope
161 | }
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'gtk_menu_button_get_active' in scope
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
165 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'gtk_menu_button_set_active' in scope
165 | }
166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow {

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope
168 | }
169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope
171 | }
172 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope
192 | /// - Returns: The view storage.
193 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque())
| `- error: cannot find 'adw_navigation_view_new' in scope
195 | for function in appearFunctions {
196 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
231 |
232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions {
233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool)
| `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
234 | }
235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
237 | }
238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {
239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool)
| `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
240 | }
241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {

/******/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 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope
182 | /// - Returns: The view storage.
183 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque())
| `- error: cannot find 'adw_overlay_split_view_new' in scope
185 | for function in appearFunctions {
186 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_content' in scope
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
196 | }
197 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | }
197 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
209 |
210 | storage.notify(name: "show-sidebar") {
211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
212 | if let showSidebar, newValue != showSidebar.wrappedValue {
213 | showSidebar.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
215 | }
216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed {
217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
218 | }
219 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
221 | }
222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture {
223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {
226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {
229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {
232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
239 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
239 | }
240 | if let widget = storage.content["sidebar"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
242 | }
243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction {
244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
245 | }
246 |

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope
90 | /// - Returns: The view storage.
91 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque())
| `- error: cannot find 'adw_password_entry_row_new' in scope
93 | for function in appearFunctions {
94 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
137 | }
138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
140 | }
141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
143 | }
144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
149 | }
150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
152 | }
153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope
108 | }
109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit {
110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue)
| `- error: cannot find 'gtk_picture_set_content_fit' in scope
111 | }
112 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [44/126] Compiling Core Label.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | - error: cannot find 'adw_header_bar_set_show_back_button' in scope
212 | }
213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons {

/******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope
218 | }
219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle {
220 | adw_header_bar_set_show_title(widget, showTitle.cBool)
| `- error: cannot find 'adw_header_bar_set_show_title' in scope
221 | }
222 | if let widget = storage.content["titleWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope
156 |
157 | storage.notify(name: "active") {
158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'gtk_menu_button_get_active' in scope
159 | if let active, newValue != active.wrappedValue {
160 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope
161 | }
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'gtk_menu_button_get_active' in scope
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
165 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'gtk_menu_button_set_active' in scope
165 | }
166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow {

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope
168 | }
169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope
171 | }
172 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope
192 | /// - Returns: The view storage.
193 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque())
| `- error: cannot find 'adw_navigation_view_new' in scope
195 | for function in appearFunctions {
196 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
231 |
232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions {
233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool)
| `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
234 | }
235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
237 | }
238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {
239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool)
| `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
240 | }
241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {

/******/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 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope
182 | /// - Returns: The view storage.
183 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque())
| `- error: cannot find 'adw_overlay_split_view_new' in scope
185 | for function in appearFunctions {
186 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_content' in scope
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
196 | }
197 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | }
197 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
209 |
210 | storage.notify(name: "show-sidebar") {
211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
212 | if let showSidebar, newValue != showSidebar.wrappedValue {
213 | showSidebar.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
215 | }
216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed {
217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
218 | }
219 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
221 | }
222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture {
223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {
226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {
229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {
232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
239 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
239 | }
240 | if let widget = storage.content["sidebar"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
242 | }
243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction {
244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
245 | }
246 |

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope
90 | /// - Returns: The view storage.
91 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque())
| `- error: cannot find 'adw_password_entry_row_new' in scope
93 | for function in appearFunctions {
94 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
137 | }
138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
140 | }
141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
143 | }
144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
149 | }
150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
152 | }
153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope
108 | }
109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit {
110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue)
| `- error: cannot find 'gtk_picture_set_content_fit' in scope
111 | }
112 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [45/126] Compiling Core LevelBar.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | - error: cannot find 'adw_header_bar_set_show_back_button' in scope
212 | }
213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons {

/******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope
218 | }
219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle {
220 | adw_header_bar_set_show_title(widget, showTitle.cBool)
| `- error: cannot find 'adw_header_bar_set_show_title' in scope
221 | }
222 | if let widget = storage.content["titleWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope
156 |
157 | storage.notify(name: "active") {
158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'gtk_menu_button_get_active' in scope
159 | if let active, newValue != active.wrappedValue {
160 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope
161 | }
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'gtk_menu_button_get_active' in scope
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
165 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'gtk_menu_button_set_active' in scope
165 | }
166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow {

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope
168 | }
169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope
171 | }
172 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope
192 | /// - Returns: The view storage.
193 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque())
| `- error: cannot find 'adw_navigation_view_new' in scope
195 | for function in appearFunctions {
196 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
231 |
232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions {
233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool)
| `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
234 | }
235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
237 | }
238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {
239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool)
| `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
240 | }
241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {

/******/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 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope
182 | /// - Returns: The view storage.
183 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque())
| `- error: cannot find 'adw_overlay_split_view_new' in scope
185 | for function in appearFunctions {
186 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_content' in scope
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
196 | }
197 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | }
197 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
209 |
210 | storage.notify(name: "show-sidebar") {
211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
212 | if let showSidebar, newValue != showSidebar.wrappedValue {
213 | showSidebar.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
215 | }
216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed {
217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
218 | }
219 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
221 | }
222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture {
223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {
226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {
229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {
232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
239 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
239 | }
240 | if let widget = storage.content["sidebar"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
242 | }
243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction {
244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
245 | }
246 |

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope
90 | /// - Returns: The view storage.
91 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque())
| `- error: cannot find 'adw_password_entry_row_new' in scope
93 | for function in appearFunctions {
94 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
137 | }
138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
140 | }
141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
143 | }
144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
149 | }
150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
152 | }
153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope
108 | }
109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit {
110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue)
| `- error: cannot find 'gtk_picture_set_content_fit' in scope
111 | }
112 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [46/126] Compiling Core LinkButton.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | - error: cannot find 'adw_header_bar_set_show_back_button' in scope
212 | }
213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons {

/******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope
218 | }
219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle {
220 | adw_header_bar_set_show_title(widget, showTitle.cBool)
| `- error: cannot find 'adw_header_bar_set_show_title' in scope
221 | }
222 | if let widget = storage.content["titleWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope
156 |
157 | storage.notify(name: "active") {
158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'gtk_menu_button_get_active' in scope
159 | if let active, newValue != active.wrappedValue {
160 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope
161 | }
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'gtk_menu_button_get_active' in scope
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
165 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'gtk_menu_button_set_active' in scope
165 | }
166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow {

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope
168 | }
169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope
171 | }
172 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope
192 | /// - Returns: The view storage.
193 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque())
| `- error: cannot find 'adw_navigation_view_new' in scope
195 | for function in appearFunctions {
196 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
231 |
232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions {
233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool)
| `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
234 | }
235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
237 | }
238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {
239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool)
| `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
240 | }
241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {

/******/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 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope
182 | /// - Returns: The view storage.
183 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque())
| `- error: cannot find 'adw_overlay_split_view_new' in scope
185 | for function in appearFunctions {
186 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_content' in scope
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
196 | }
197 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | }
197 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
209 |
210 | storage.notify(name: "show-sidebar") {
211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
212 | if let showSidebar, newValue != showSidebar.wrappedValue {
213 | showSidebar.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
215 | }
216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed {
217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
218 | }
219 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
221 | }
222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture {
223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {
226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {
229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {
232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
239 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
239 | }
240 | if let widget = storage.content["sidebar"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
242 | }
243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction {
244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
245 | }
246 |

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope
90 | /// - Returns: The view storage.
91 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque())
| `- error: cannot find 'adw_password_entry_row_new' in scope
93 | for function in appearFunctions {
94 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
137 | }
138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
140 | }
141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
143 | }
144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
149 | }
150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
152 | }
153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope
108 | }
109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit {
110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue)
| `- error: cannot find 'gtk_picture_set_content_fit' in scope
111 | }
112 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [47/126] Compiling Core ListBox.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | - error: cannot find 'adw_header_bar_set_show_back_button' in scope
212 | }
213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons {

/******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope
218 | }
219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle {
220 | adw_header_bar_set_show_title(widget, showTitle.cBool)
| `- error: cannot find 'adw_header_bar_set_show_title' in scope
221 | }
222 | if let widget = storage.content["titleWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope
156 |
157 | storage.notify(name: "active") {
158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'gtk_menu_button_get_active' in scope
159 | if let active, newValue != active.wrappedValue {
160 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope
161 | }
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'gtk_menu_button_get_active' in scope
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
165 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'gtk_menu_button_set_active' in scope
165 | }
166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow {

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope
168 | }
169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope
171 | }
172 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope
192 | /// - Returns: The view storage.
193 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque())
| `- error: cannot find 'adw_navigation_view_new' in scope
195 | for function in appearFunctions {
196 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
231 |
232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions {
233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool)
| `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
234 | }
235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
237 | }
238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {
239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool)
| `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
240 | }
241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {

/******/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 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope
182 | /// - Returns: The view storage.
183 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque())
| `- error: cannot find 'adw_overlay_split_view_new' in scope
185 | for function in appearFunctions {
186 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_content' in scope
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
196 | }
197 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | }
197 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
209 |
210 | storage.notify(name: "show-sidebar") {
211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
212 | if let showSidebar, newValue != showSidebar.wrappedValue {
213 | showSidebar.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
215 | }
216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed {
217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
218 | }
219 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
221 | }
222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture {
223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {
226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {
229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {
232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
239 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
239 | }
240 | if let widget = storage.content["sidebar"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
242 | }
243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction {
244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
245 | }
246 |

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope
90 | /// - Returns: The view storage.
91 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque())
| `- error: cannot find 'adw_password_entry_row_new' in scope
93 | for function in appearFunctions {
94 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
137 | }
138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
140 | }
141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
143 | }
144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
149 | }
150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
152 | }
153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope
108 | }
109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit {
110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue)
| `- error: cannot find 'gtk_picture_set_content_fit' in scope
111 | }
112 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [48/126] Compiling Core Menu.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | - error: cannot find 'adw_header_bar_set_show_back_button' in scope
212 | }
213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons {

/******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope
218 | }
219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle {
220 | adw_header_bar_set_show_title(widget, showTitle.cBool)
| `- error: cannot find 'adw_header_bar_set_show_title' in scope
221 | }
222 | if let widget = storage.content["titleWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope
156 |
157 | storage.notify(name: "active") {
158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'gtk_menu_button_get_active' in scope
159 | if let active, newValue != active.wrappedValue {
160 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope
161 | }
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'gtk_menu_button_get_active' in scope
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
165 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'gtk_menu_button_set_active' in scope
165 | }
166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow {

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope
168 | }
169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope
171 | }
172 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope
192 | /// - Returns: The view storage.
193 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque())
| `- error: cannot find 'adw_navigation_view_new' in scope
195 | for function in appearFunctions {
196 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
231 |
232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions {
233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool)
| `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
234 | }
235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
237 | }
238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {
239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool)
| `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
240 | }
241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {

/******/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 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope
182 | /// - Returns: The view storage.
183 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque())
| `- error: cannot find 'adw_overlay_split_view_new' in scope
185 | for function in appearFunctions {
186 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_content' in scope
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
196 | }
197 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | }
197 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
209 |
210 | storage.notify(name: "show-sidebar") {
211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
212 | if let showSidebar, newValue != showSidebar.wrappedValue {
213 | showSidebar.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
215 | }
216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed {
217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
218 | }
219 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
221 | }
222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture {
223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {
226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {
229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {
232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
239 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
239 | }
240 | if let widget = storage.content["sidebar"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
242 | }
243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction {
244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
245 | }
246 |

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope
90 | /// - Returns: The view storage.
91 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque())
| `- error: cannot find 'adw_password_entry_row_new' in scope
93 | for function in appearFunctions {
94 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
137 | }
138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
140 | }
141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
143 | }
144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
149 | }
150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
152 | }
153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope
108 | }
109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit {
110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue)
| `- error: cannot find 'gtk_picture_set_content_fit' in scope
111 | }
112 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [49/126] Compiling Core NavigationView.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | - error: cannot find 'adw_header_bar_set_show_back_button' in scope
212 | }
213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons {

/******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope
218 | }
219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle {
220 | adw_header_bar_set_show_title(widget, showTitle.cBool)
| `- error: cannot find 'adw_header_bar_set_show_title' in scope
221 | }
222 | if let widget = storage.content["titleWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope
156 |
157 | storage.notify(name: "active") {
158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'gtk_menu_button_get_active' in scope
159 | if let active, newValue != active.wrappedValue {
160 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope
161 | }
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'gtk_menu_button_get_active' in scope
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
165 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'gtk_menu_button_set_active' in scope
165 | }
166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow {

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope
168 | }
169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope
171 | }
172 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope
192 | /// - Returns: The view storage.
193 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque())
| `- error: cannot find 'adw_navigation_view_new' in scope
195 | for function in appearFunctions {
196 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
231 |
232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions {
233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool)
| `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
234 | }
235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
237 | }
238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {
239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool)
| `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
240 | }
241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {

/******/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 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope
182 | /// - Returns: The view storage.
183 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque())
| `- error: cannot find 'adw_overlay_split_view_new' in scope
185 | for function in appearFunctions {
186 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_content' in scope
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
196 | }
197 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | }
197 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
209 |
210 | storage.notify(name: "show-sidebar") {
211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
212 | if let showSidebar, newValue != showSidebar.wrappedValue {
213 | showSidebar.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
215 | }
216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed {
217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
218 | }
219 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
221 | }
222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture {
223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {
226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {
229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {
232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
239 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
239 | }
240 | if let widget = storage.content["sidebar"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
242 | }
243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction {
244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
245 | }
246 |

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope
90 | /// - Returns: The view storage.
91 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque())
| `- error: cannot find 'adw_password_entry_row_new' in scope
93 | for function in appearFunctions {
94 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
137 | }
138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
140 | }
141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
143 | }
144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
149 | }
150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
152 | }
153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope
108 | }
109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit {
110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue)
| `- error: cannot find 'gtk_picture_set_content_fit' in scope
111 | }
112 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [50/126] Compiling Core Overlay.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | - error: cannot find 'adw_header_bar_set_show_back_button' in scope
212 | }
213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons {

/******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope
218 | }
219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle {
220 | adw_header_bar_set_show_title(widget, showTitle.cBool)
| `- error: cannot find 'adw_header_bar_set_show_title' in scope
221 | }
222 | if let widget = storage.content["titleWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope
156 |
157 | storage.notify(name: "active") {
158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'gtk_menu_button_get_active' in scope
159 | if let active, newValue != active.wrappedValue {
160 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope
161 | }
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'gtk_menu_button_get_active' in scope
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
165 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'gtk_menu_button_set_active' in scope
165 | }
166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow {

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope
168 | }
169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope
171 | }
172 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope
192 | /// - Returns: The view storage.
193 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque())
| `- error: cannot find 'adw_navigation_view_new' in scope
195 | for function in appearFunctions {
196 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
231 |
232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions {
233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool)
| `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
234 | }
235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
237 | }
238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {
239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool)
| `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
240 | }
241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {

/******/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 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope
182 | /// - Returns: The view storage.
183 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque())
| `- error: cannot find 'adw_overlay_split_view_new' in scope
185 | for function in appearFunctions {
186 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_content' in scope
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
196 | }
197 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | }
197 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
209 |
210 | storage.notify(name: "show-sidebar") {
211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
212 | if let showSidebar, newValue != showSidebar.wrappedValue {
213 | showSidebar.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
215 | }
216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed {
217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
218 | }
219 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
221 | }
222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture {
223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {
226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {
229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {
232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
239 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
239 | }
240 | if let widget = storage.content["sidebar"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
242 | }
243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction {
244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
245 | }
246 |

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope
90 | /// - Returns: The view storage.
91 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque())
| `- error: cannot find 'adw_password_entry_row_new' in scope
93 | for function in appearFunctions {
94 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
137 | }
138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
140 | }
141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
143 | }
144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
149 | }
150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
152 | }
153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope
108 | }
109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit {
110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue)
| `- error: cannot find 'gtk_picture_set_content_fit' in scope
111 | }
112 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [51/126] Compiling Core OverlaySplitView.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | - error: cannot find 'adw_header_bar_set_show_back_button' in scope
212 | }
213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons {

/******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope
218 | }
219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle {
220 | adw_header_bar_set_show_title(widget, showTitle.cBool)
| `- error: cannot find 'adw_header_bar_set_show_title' in scope
221 | }
222 | if let widget = storage.content["titleWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope
156 |
157 | storage.notify(name: "active") {
158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'gtk_menu_button_get_active' in scope
159 | if let active, newValue != active.wrappedValue {
160 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope
161 | }
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'gtk_menu_button_get_active' in scope
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
165 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'gtk_menu_button_set_active' in scope
165 | }
166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow {

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope
168 | }
169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope
171 | }
172 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope
192 | /// - Returns: The view storage.
193 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque())
| `- error: cannot find 'adw_navigation_view_new' in scope
195 | for function in appearFunctions {
196 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
231 |
232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions {
233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool)
| `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
234 | }
235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
237 | }
238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {
239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool)
| `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
240 | }
241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {

/******/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 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope
182 | /// - Returns: The view storage.
183 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque())
| `- error: cannot find 'adw_overlay_split_view_new' in scope
185 | for function in appearFunctions {
186 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_content' in scope
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
196 | }
197 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | }
197 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
209 |
210 | storage.notify(name: "show-sidebar") {
211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
212 | if let showSidebar, newValue != showSidebar.wrappedValue {
213 | showSidebar.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
215 | }
216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed {
217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
218 | }
219 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
221 | }
222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture {
223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {
226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {
229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {
232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
239 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
239 | }
240 | if let widget = storage.content["sidebar"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
242 | }
243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction {
244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
245 | }
246 |

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope
90 | /// - Returns: The view storage.
91 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque())
| `- error: cannot find 'adw_password_entry_row_new' in scope
93 | for function in appearFunctions {
94 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
137 | }
138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
140 | }
141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
143 | }
144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
149 | }
150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
152 | }
153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope
108 | }
109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit {
110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue)
| `- error: cannot find 'gtk_picture_set_content_fit' in scope
111 | }
112 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [52/126] Compiling Core PasswordEntryRow.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | - error: cannot find 'adw_header_bar_set_show_back_button' in scope
212 | }
213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons {

/******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope
218 | }
219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle {
220 | adw_header_bar_set_show_title(widget, showTitle.cBool)
| `- error: cannot find 'adw_header_bar_set_show_title' in scope
221 | }
222 | if let widget = storage.content["titleWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope
156 |
157 | storage.notify(name: "active") {
158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'gtk_menu_button_get_active' in scope
159 | if let active, newValue != active.wrappedValue {
160 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope
161 | }
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'gtk_menu_button_get_active' in scope
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
165 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'gtk_menu_button_set_active' in scope
165 | }
166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow {

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope
168 | }
169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope
171 | }
172 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope
192 | /// - Returns: The view storage.
193 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque())
| `- error: cannot find 'adw_navigation_view_new' in scope
195 | for function in appearFunctions {
196 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
231 |
232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions {
233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool)
| `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
234 | }
235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
237 | }
238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {
239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool)
| `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
240 | }
241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {

/******/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 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope
182 | /// - Returns: The view storage.
183 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque())
| `- error: cannot find 'adw_overlay_split_view_new' in scope
185 | for function in appearFunctions {
186 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_content' in scope
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
196 | }
197 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | }
197 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
209 |
210 | storage.notify(name: "show-sidebar") {
211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
212 | if let showSidebar, newValue != showSidebar.wrappedValue {
213 | showSidebar.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
215 | }
216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed {
217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
218 | }
219 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
221 | }
222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture {
223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {
226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {
229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {
232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
239 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
239 | }
240 | if let widget = storage.content["sidebar"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
242 | }
243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction {
244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
245 | }
246 |

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope
90 | /// - Returns: The view storage.
91 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque())
| `- error: cannot find 'adw_password_entry_row_new' in scope
93 | for function in appearFunctions {
94 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
137 | }
138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
140 | }
141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
143 | }
144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
149 | }
150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
152 | }
153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope
108 | }
109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit {
110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue)
| `- error: cannot find 'gtk_picture_set_content_fit' in scope
111 | }
112 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [53/126] Compiling Core Picture.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | - error: cannot find 'adw_header_bar_set_show_back_button' in scope
212 | }
213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons {

/******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope
218 | }
219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle {
220 | adw_header_bar_set_show_title(widget, showTitle.cBool)
| `- error: cannot find 'adw_header_bar_set_show_title' in scope
221 | }
222 | if let widget = storage.content["titleWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred
144 | }
145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
147 | }
148 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope
156 |
157 | storage.notify(name: "active") {
158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0
| `- error: cannot find 'gtk_menu_button_get_active' in scope
159 | if let active, newValue != active.wrappedValue {
160 | active.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope
161 | }
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
| `- error: cannot find 'gtk_menu_button_get_active' in scope
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
165 | }

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope
162 | }
163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue {
164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool)
| `- error: cannot find 'gtk_menu_button_set_active' in scope
165 | }
166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow {

/******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope
168 | }
169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope
171 | }
172 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope
192 | /// - Returns: The view storage.
193 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque())
| `- error: cannot find 'adw_navigation_view_new' in scope
195 | for function in appearFunctions {
196 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
231 |
232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions {
233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool)
| `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope
234 | }
235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
237 | }
238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {
239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool)
| `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope
240 | }
241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {

/******/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 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope
182 | /// - Returns: The view storage.
183 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque())
| `- error: cannot find 'adw_overlay_split_view_new' in scope
185 | for function in appearFunctions {
186 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_content' in scope
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred
189 | if let contentStorage = content?().storage(data: data, type: type) {
190 | storage.content["content"] = [contentStorage]
191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
192 | }
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope
196 | }
197 |

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred
193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) {
194 | storage.content["sidebar"] = [sidebarStorage]
195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | }
197 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
209 |
210 | storage.notify(name: "show-sidebar") {
211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
212 | if let showSidebar, newValue != showSidebar.wrappedValue {
213 | showSidebar.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
215 | }
216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed {
217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope
218 | }
219 | if let widget = storage.content["content"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
221 | }
222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture {
223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
224 | }
225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture {
226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
227 | }
228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth {
229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
230 | }
231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth {
232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth)
| `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
233 | }
234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar {
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool)
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
| `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
239 | }

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
236 | }
237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue {
238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool)
| `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope
239 | }
240 | if let widget = storage.content["sidebar"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
242 | }
243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction {
244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope
245 | }
246 |

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope
90 | /// - Returns: The view storage.
91 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque())
| `- error: cannot find 'adw_password_entry_row_new' in scope
93 | for function in appearFunctions {
94 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred
99 | for view in suffix() {
100 | suffixStorage.append(view.storage(data: data, type: type))
101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
102 | }
103 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred
105 | for view in prefix() {
106 | prefixStorage.append(view.storage(data: data, type: type))
107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
137 | }
138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
140 | }
141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
143 | }
144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
149 | }
150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
152 | }
153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred
131 |
132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
134 | }
135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope
108 | }
109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit {
110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue)
| `- error: cannot find 'gtk_picture_set_content_fit' in scope
111 | }
112 |

/******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope
25 |
26 | /// The ContentFit value as a GtkContentFit value.
27 | var gtkValue: GtkContentFit {
| - error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } error: emit-module command failed with exit code 1 (use -v to see invocation) [54/126] Emitting module Core /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | - error: cannot find type 'GtkContentFit' in scope
28 | .init(rawValue)
29 | }

/******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope
19 |
20 | /// The ToolbarStyle value as an AdwToolbarStyle value.
21 | var gtkValue: AdwToolbarStyle {
| `- error: cannot find type 'AdwToolbarStyle' in scope
22 | .init(rawValue)
23 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: cannot find 'adw_breakpoint_bin_set_child' in scope
23 | },
24 | pointer: OpaquePointer.self,

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
39 | condition = .minWidth(.init(size) + padding)
40 | case let .naturalHeight(padding):
41 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
42 | var size: Int32 = 0
43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope
47 | }
48 | storage.fields["condition"] = condition
49 | let string = adw_breakpoint_condition_parse(condition.condition)
| `- error: cannot find 'adw_breakpoint_condition_parse' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope
49 | let string = adw_breakpoint_condition_parse(condition.condition)
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
| `- error: cannot find 'adw_breakpoint_get_condition' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
52 | adw_breakpoint_set_condition(breakpoint, string)
| `- error: cannot find 'adw_breakpoint_set_condition' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
| `- error: cannot find 'adw_breakpoint_new' in scope
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
56 | storage.fields["breakpoint"] = breakpoint

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
| `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
56 | storage.fields["breakpoint"] = breakpoint
57 | if let matches = storage.fields["binding"] as? Binding {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope
57 | if let matches = storage.fields["binding"] as? Binding {
58 | Idle {
59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches)
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
60 | }
61 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: generic parameter 'T' could not be inferred
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
73 | }
74 | storage.fields["binding"] = matches

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: generic parameter 'T' could not be inferred
73 | }
74 | storage.fields["binding"] = matches

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [55/126] Compiling Core Popover.swift /******/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 {

/******/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 {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: cannot find 'adw_preferences_page_set_description' in scope
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: generic parameter 'T' could not be inferred
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: generic parameter 'T' could not be inferred
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
257 | }
258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText {
259 | gtk_search_entry_set_placeholder_text(widget, placeholderText)
| `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {
262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt)
| `- error: cannot find 'gtk_search_entry_set_search_delay' in scope
263 | }
264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: cannot find 'adw_spin_row_new' in scope
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: 'nil' requires a contextual type
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope
185 |
186 | storage.notify(name: "value") {
187 | let newValue = adw_spin_row_get_value(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_value' in scope
188 | if let value, newValue != value.wrappedValue {
189 | value.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope
194 | }
195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate {
196 | adw_spin_row_set_climb_rate(widget, climbRate)
| `- error: cannot find 'adw_spin_row_set_climb_rate' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {
199 | adw_spin_row_set_digits(widget, digits.cInt)
| `- error: cannot find 'adw_spin_row_set_digits' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {
202 | adw_spin_row_set_numeric(widget, numeric.cBool)
| `- error: cannot find 'adw_spin_row_set_numeric' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {
205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool)
| `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
206 | }
207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
212 | }
213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
215 | }
216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
224 | }
225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
227 | }
228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope
229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool)
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
| `- error: cannot find 'adw_spin_row_get_value' in scope
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
233 | }

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
| `- error: cannot find 'adw_spin_row_set_value' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {
235 | adw_spin_row_set_wrap(widget, wrap.cBool)
| `- error: cannot find 'adw_spin_row_set_wrap' in scope
236 | }
237 |

/******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope
51 | /// - Returns: The view storage.
52 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
53 | let storage = ViewStorage(adw_spinner_new()?.opaque())
| `- error: cannot find 'adw_spinner_new' in scope
54 | for function in appearFunctions {
55 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope
156 |
157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
158 | adw_split_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_split_button_set_can_shrink' in scope
159 | }
160 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope
162 | }
163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip {
164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip)
| - error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [56/126] Compiling Core PreferencesGroup.swift /******/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 {

/******/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 {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: cannot find 'adw_preferences_page_set_description' in scope
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: generic parameter 'T' could not be inferred
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: generic parameter 'T' could not be inferred
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
257 | }
258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText {
259 | gtk_search_entry_set_placeholder_text(widget, placeholderText)
| `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {
262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt)
| `- error: cannot find 'gtk_search_entry_set_search_delay' in scope
263 | }
264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: cannot find 'adw_spin_row_new' in scope
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: 'nil' requires a contextual type
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope
185 |
186 | storage.notify(name: "value") {
187 | let newValue = adw_spin_row_get_value(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_value' in scope
188 | if let value, newValue != value.wrappedValue {
189 | value.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope
194 | }
195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate {
196 | adw_spin_row_set_climb_rate(widget, climbRate)
| `- error: cannot find 'adw_spin_row_set_climb_rate' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {
199 | adw_spin_row_set_digits(widget, digits.cInt)
| `- error: cannot find 'adw_spin_row_set_digits' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {
202 | adw_spin_row_set_numeric(widget, numeric.cBool)
| `- error: cannot find 'adw_spin_row_set_numeric' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {
205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool)
| `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
206 | }
207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
212 | }
213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
215 | }
216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
224 | }
225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
227 | }
228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope
229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool)
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
| `- error: cannot find 'adw_spin_row_get_value' in scope
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
233 | }

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
| `- error: cannot find 'adw_spin_row_set_value' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {
235 | adw_spin_row_set_wrap(widget, wrap.cBool)
| `- error: cannot find 'adw_spin_row_set_wrap' in scope
236 | }
237 |

/******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope
51 | /// - Returns: The view storage.
52 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
53 | let storage = ViewStorage(adw_spinner_new()?.opaque())
| `- error: cannot find 'adw_spinner_new' in scope
54 | for function in appearFunctions {
55 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope
156 |
157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
158 | adw_split_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_split_button_set_can_shrink' in scope
159 | }
160 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope
162 | }
163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip {
164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip)
| - error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [57/126] Compiling Core PreferencesPage.swift /******/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 {

/******/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 {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: cannot find 'adw_preferences_page_set_description' in scope
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: generic parameter 'T' could not be inferred
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: generic parameter 'T' could not be inferred
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
257 | }
258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText {
259 | gtk_search_entry_set_placeholder_text(widget, placeholderText)
| `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {
262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt)
| `- error: cannot find 'gtk_search_entry_set_search_delay' in scope
263 | }
264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: cannot find 'adw_spin_row_new' in scope
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: 'nil' requires a contextual type
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope
185 |
186 | storage.notify(name: "value") {
187 | let newValue = adw_spin_row_get_value(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_value' in scope
188 | if let value, newValue != value.wrappedValue {
189 | value.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope
194 | }
195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate {
196 | adw_spin_row_set_climb_rate(widget, climbRate)
| `- error: cannot find 'adw_spin_row_set_climb_rate' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {
199 | adw_spin_row_set_digits(widget, digits.cInt)
| `- error: cannot find 'adw_spin_row_set_digits' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {
202 | adw_spin_row_set_numeric(widget, numeric.cBool)
| `- error: cannot find 'adw_spin_row_set_numeric' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {
205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool)
| `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
206 | }
207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
212 | }
213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
215 | }
216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
224 | }
225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
227 | }
228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope
229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool)
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
| `- error: cannot find 'adw_spin_row_get_value' in scope
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
233 | }

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
| `- error: cannot find 'adw_spin_row_set_value' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {
235 | adw_spin_row_set_wrap(widget, wrap.cBool)
| `- error: cannot find 'adw_spin_row_set_wrap' in scope
236 | }
237 |

/******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope
51 | /// - Returns: The view storage.
52 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
53 | let storage = ViewStorage(adw_spinner_new()?.opaque())
| `- error: cannot find 'adw_spinner_new' in scope
54 | for function in appearFunctions {
55 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope
156 |
157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
158 | adw_split_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_split_button_set_can_shrink' in scope
159 | }
160 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope
162 | }
163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip {
164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip)
| - error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [58/126] Compiling Core PreferencesRow.swift /******/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 {

/******/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 {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: cannot find 'adw_preferences_page_set_description' in scope
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: generic parameter 'T' could not be inferred
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: generic parameter 'T' could not be inferred
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
257 | }
258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText {
259 | gtk_search_entry_set_placeholder_text(widget, placeholderText)
| `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {
262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt)
| `- error: cannot find 'gtk_search_entry_set_search_delay' in scope
263 | }
264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: cannot find 'adw_spin_row_new' in scope
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: 'nil' requires a contextual type
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope
185 |
186 | storage.notify(name: "value") {
187 | let newValue = adw_spin_row_get_value(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_value' in scope
188 | if let value, newValue != value.wrappedValue {
189 | value.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope
194 | }
195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate {
196 | adw_spin_row_set_climb_rate(widget, climbRate)
| `- error: cannot find 'adw_spin_row_set_climb_rate' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {
199 | adw_spin_row_set_digits(widget, digits.cInt)
| `- error: cannot find 'adw_spin_row_set_digits' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {
202 | adw_spin_row_set_numeric(widget, numeric.cBool)
| `- error: cannot find 'adw_spin_row_set_numeric' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {
205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool)
| `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
206 | }
207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
212 | }
213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
215 | }
216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
224 | }
225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
227 | }
228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope
229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool)
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
| `- error: cannot find 'adw_spin_row_get_value' in scope
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
233 | }

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
| `- error: cannot find 'adw_spin_row_set_value' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {
235 | adw_spin_row_set_wrap(widget, wrap.cBool)
| `- error: cannot find 'adw_spin_row_set_wrap' in scope
236 | }
237 |

/******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope
51 | /// - Returns: The view storage.
52 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
53 | let storage = ViewStorage(adw_spinner_new()?.opaque())
| `- error: cannot find 'adw_spinner_new' in scope
54 | for function in appearFunctions {
55 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope
156 |
157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
158 | adw_split_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_split_button_set_can_shrink' in scope
159 | }
160 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope
162 | }
163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip {
164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip)
| - error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [59/126] Compiling Core ProgressBar.swift /******/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 {

/******/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 {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: cannot find 'adw_preferences_page_set_description' in scope
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: generic parameter 'T' could not be inferred
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: generic parameter 'T' could not be inferred
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
257 | }
258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText {
259 | gtk_search_entry_set_placeholder_text(widget, placeholderText)
| `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {
262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt)
| `- error: cannot find 'gtk_search_entry_set_search_delay' in scope
263 | }
264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: cannot find 'adw_spin_row_new' in scope
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: 'nil' requires a contextual type
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope
185 |
186 | storage.notify(name: "value") {
187 | let newValue = adw_spin_row_get_value(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_value' in scope
188 | if let value, newValue != value.wrappedValue {
189 | value.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope
194 | }
195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate {
196 | adw_spin_row_set_climb_rate(widget, climbRate)
| `- error: cannot find 'adw_spin_row_set_climb_rate' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {
199 | adw_spin_row_set_digits(widget, digits.cInt)
| `- error: cannot find 'adw_spin_row_set_digits' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {
202 | adw_spin_row_set_numeric(widget, numeric.cBool)
| `- error: cannot find 'adw_spin_row_set_numeric' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {
205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool)
| `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
206 | }
207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
212 | }
213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
215 | }
216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
224 | }
225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
227 | }
228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope
229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool)
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
| `- error: cannot find 'adw_spin_row_get_value' in scope
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
233 | }

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
| `- error: cannot find 'adw_spin_row_set_value' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {
235 | adw_spin_row_set_wrap(widget, wrap.cBool)
| `- error: cannot find 'adw_spin_row_set_wrap' in scope
236 | }
237 |

/******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope
51 | /// - Returns: The view storage.
52 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
53 | let storage = ViewStorage(adw_spinner_new()?.opaque())
| `- error: cannot find 'adw_spinner_new' in scope
54 | for function in appearFunctions {
55 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope
156 |
157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
158 | adw_split_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_split_button_set_can_shrink' in scope
159 | }
160 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope
162 | }
163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip {
164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip)
| - error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [60/126] Compiling Core ScrolledWindow.swift /******/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 {

/******/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 {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: cannot find 'adw_preferences_page_set_description' in scope
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: generic parameter 'T' could not be inferred
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: generic parameter 'T' could not be inferred
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
257 | }
258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText {
259 | gtk_search_entry_set_placeholder_text(widget, placeholderText)
| `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {
262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt)
| `- error: cannot find 'gtk_search_entry_set_search_delay' in scope
263 | }
264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: cannot find 'adw_spin_row_new' in scope
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: 'nil' requires a contextual type
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope
185 |
186 | storage.notify(name: "value") {
187 | let newValue = adw_spin_row_get_value(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_value' in scope
188 | if let value, newValue != value.wrappedValue {
189 | value.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope
194 | }
195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate {
196 | adw_spin_row_set_climb_rate(widget, climbRate)
| `- error: cannot find 'adw_spin_row_set_climb_rate' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {
199 | adw_spin_row_set_digits(widget, digits.cInt)
| `- error: cannot find 'adw_spin_row_set_digits' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {
202 | adw_spin_row_set_numeric(widget, numeric.cBool)
| `- error: cannot find 'adw_spin_row_set_numeric' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {
205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool)
| `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
206 | }
207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
212 | }
213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
215 | }
216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
224 | }
225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
227 | }
228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope
229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool)
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
| `- error: cannot find 'adw_spin_row_get_value' in scope
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
233 | }

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
| `- error: cannot find 'adw_spin_row_set_value' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {
235 | adw_spin_row_set_wrap(widget, wrap.cBool)
| `- error: cannot find 'adw_spin_row_set_wrap' in scope
236 | }
237 |

/******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope
51 | /// - Returns: The view storage.
52 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
53 | let storage = ViewStorage(adw_spinner_new()?.opaque())
| `- error: cannot find 'adw_spinner_new' in scope
54 | for function in appearFunctions {
55 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope
156 |
157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
158 | adw_split_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_split_button_set_can_shrink' in scope
159 | }
160 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope
162 | }
163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip {
164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip)
| - error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [61/126] Compiling Core SearchBar.swift /******/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 {

/******/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 {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: cannot find 'adw_preferences_page_set_description' in scope
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: generic parameter 'T' could not be inferred
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: generic parameter 'T' could not be inferred
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
257 | }
258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText {
259 | gtk_search_entry_set_placeholder_text(widget, placeholderText)
| `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {
262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt)
| `- error: cannot find 'gtk_search_entry_set_search_delay' in scope
263 | }
264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: cannot find 'adw_spin_row_new' in scope
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: 'nil' requires a contextual type
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope
185 |
186 | storage.notify(name: "value") {
187 | let newValue = adw_spin_row_get_value(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_value' in scope
188 | if let value, newValue != value.wrappedValue {
189 | value.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope
194 | }
195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate {
196 | adw_spin_row_set_climb_rate(widget, climbRate)
| `- error: cannot find 'adw_spin_row_set_climb_rate' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {
199 | adw_spin_row_set_digits(widget, digits.cInt)
| `- error: cannot find 'adw_spin_row_set_digits' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {
202 | adw_spin_row_set_numeric(widget, numeric.cBool)
| `- error: cannot find 'adw_spin_row_set_numeric' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {
205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool)
| `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
206 | }
207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
212 | }
213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
215 | }
216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
224 | }
225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
227 | }
228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope
229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool)
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
| `- error: cannot find 'adw_spin_row_get_value' in scope
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
233 | }

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
| `- error: cannot find 'adw_spin_row_set_value' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {
235 | adw_spin_row_set_wrap(widget, wrap.cBool)
| `- error: cannot find 'adw_spin_row_set_wrap' in scope
236 | }
237 |

/******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope
51 | /// - Returns: The view storage.
52 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
53 | let storage = ViewStorage(adw_spinner_new()?.opaque())
| `- error: cannot find 'adw_spinner_new' in scope
54 | for function in appearFunctions {
55 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope
156 |
157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
158 | adw_split_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_split_button_set_can_shrink' in scope
159 | }
160 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope
162 | }
163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip {
164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip)
| - error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [62/126] Compiling Core SearchEntry.swift /******/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 {

/******/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 {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: cannot find 'adw_preferences_page_set_description' in scope
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: generic parameter 'T' could not be inferred
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: generic parameter 'T' could not be inferred
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
257 | }
258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText {
259 | gtk_search_entry_set_placeholder_text(widget, placeholderText)
| `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {
262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt)
| `- error: cannot find 'gtk_search_entry_set_search_delay' in scope
263 | }
264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: cannot find 'adw_spin_row_new' in scope
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: 'nil' requires a contextual type
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope
185 |
186 | storage.notify(name: "value") {
187 | let newValue = adw_spin_row_get_value(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_value' in scope
188 | if let value, newValue != value.wrappedValue {
189 | value.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope
194 | }
195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate {
196 | adw_spin_row_set_climb_rate(widget, climbRate)
| `- error: cannot find 'adw_spin_row_set_climb_rate' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {
199 | adw_spin_row_set_digits(widget, digits.cInt)
| `- error: cannot find 'adw_spin_row_set_digits' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {
202 | adw_spin_row_set_numeric(widget, numeric.cBool)
| `- error: cannot find 'adw_spin_row_set_numeric' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {
205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool)
| `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
206 | }
207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
212 | }
213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
215 | }
216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
224 | }
225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
227 | }
228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope
229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool)
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
| `- error: cannot find 'adw_spin_row_get_value' in scope
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
233 | }

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
| `- error: cannot find 'adw_spin_row_set_value' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {
235 | adw_spin_row_set_wrap(widget, wrap.cBool)
| `- error: cannot find 'adw_spin_row_set_wrap' in scope
236 | }
237 |

/******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope
51 | /// - Returns: The view storage.
52 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
53 | let storage = ViewStorage(adw_spinner_new()?.opaque())
| `- error: cannot find 'adw_spinner_new' in scope
54 | for function in appearFunctions {
55 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope
156 |
157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
158 | adw_split_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_split_button_set_can_shrink' in scope
159 | }
160 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope
162 | }
163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip {
164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip)
| - error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [63/126] Compiling Core Separator.swift /******/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 {

/******/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 {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: cannot find 'adw_preferences_page_set_description' in scope
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: generic parameter 'T' could not be inferred
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: generic parameter 'T' could not be inferred
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
257 | }
258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText {
259 | gtk_search_entry_set_placeholder_text(widget, placeholderText)
| `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {
262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt)
| `- error: cannot find 'gtk_search_entry_set_search_delay' in scope
263 | }
264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: cannot find 'adw_spin_row_new' in scope
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: 'nil' requires a contextual type
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope
185 |
186 | storage.notify(name: "value") {
187 | let newValue = adw_spin_row_get_value(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_value' in scope
188 | if let value, newValue != value.wrappedValue {
189 | value.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope
194 | }
195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate {
196 | adw_spin_row_set_climb_rate(widget, climbRate)
| `- error: cannot find 'adw_spin_row_set_climb_rate' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {
199 | adw_spin_row_set_digits(widget, digits.cInt)
| `- error: cannot find 'adw_spin_row_set_digits' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {
202 | adw_spin_row_set_numeric(widget, numeric.cBool)
| `- error: cannot find 'adw_spin_row_set_numeric' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {
205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool)
| `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
206 | }
207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
212 | }
213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
215 | }
216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
224 | }
225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
227 | }
228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope
229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool)
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
| `- error: cannot find 'adw_spin_row_get_value' in scope
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
233 | }

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
| `- error: cannot find 'adw_spin_row_set_value' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {
235 | adw_spin_row_set_wrap(widget, wrap.cBool)
| `- error: cannot find 'adw_spin_row_set_wrap' in scope
236 | }
237 |

/******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope
51 | /// - Returns: The view storage.
52 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
53 | let storage = ViewStorage(adw_spinner_new()?.opaque())
| `- error: cannot find 'adw_spinner_new' in scope
54 | for function in appearFunctions {
55 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope
156 |
157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
158 | adw_split_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_split_button_set_can_shrink' in scope
159 | }
160 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope
162 | }
163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip {
164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip)
| - error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [64/126] Compiling Core SpinRow.swift /******/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 {

/******/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 {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: cannot find 'adw_preferences_page_set_description' in scope
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: generic parameter 'T' could not be inferred
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: generic parameter 'T' could not be inferred
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
257 | }
258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText {
259 | gtk_search_entry_set_placeholder_text(widget, placeholderText)
| `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {
262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt)
| `- error: cannot find 'gtk_search_entry_set_search_delay' in scope
263 | }
264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: cannot find 'adw_spin_row_new' in scope
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: 'nil' requires a contextual type
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope
185 |
186 | storage.notify(name: "value") {
187 | let newValue = adw_spin_row_get_value(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_value' in scope
188 | if let value, newValue != value.wrappedValue {
189 | value.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope
194 | }
195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate {
196 | adw_spin_row_set_climb_rate(widget, climbRate)
| `- error: cannot find 'adw_spin_row_set_climb_rate' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {
199 | adw_spin_row_set_digits(widget, digits.cInt)
| `- error: cannot find 'adw_spin_row_set_digits' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {
202 | adw_spin_row_set_numeric(widget, numeric.cBool)
| `- error: cannot find 'adw_spin_row_set_numeric' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {
205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool)
| `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
206 | }
207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
212 | }
213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
215 | }
216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
224 | }
225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
227 | }
228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope
229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool)
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
| `- error: cannot find 'adw_spin_row_get_value' in scope
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
233 | }

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
| `- error: cannot find 'adw_spin_row_set_value' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {
235 | adw_spin_row_set_wrap(widget, wrap.cBool)
| `- error: cannot find 'adw_spin_row_set_wrap' in scope
236 | }
237 |

/******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope
51 | /// - Returns: The view storage.
52 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
53 | let storage = ViewStorage(adw_spinner_new()?.opaque())
| `- error: cannot find 'adw_spinner_new' in scope
54 | for function in appearFunctions {
55 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope
156 |
157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
158 | adw_split_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_split_button_set_can_shrink' in scope
159 | }
160 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope
162 | }
163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip {
164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip)
| - error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [65/126] Compiling Core Spinner.swift /******/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 {

/******/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 {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: cannot find 'adw_preferences_page_set_description' in scope
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: generic parameter 'T' could not be inferred
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: generic parameter 'T' could not be inferred
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
257 | }
258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText {
259 | gtk_search_entry_set_placeholder_text(widget, placeholderText)
| `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {
262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt)
| `- error: cannot find 'gtk_search_entry_set_search_delay' in scope
263 | }
264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: cannot find 'adw_spin_row_new' in scope
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: 'nil' requires a contextual type
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope
185 |
186 | storage.notify(name: "value") {
187 | let newValue = adw_spin_row_get_value(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_value' in scope
188 | if let value, newValue != value.wrappedValue {
189 | value.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope
194 | }
195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate {
196 | adw_spin_row_set_climb_rate(widget, climbRate)
| `- error: cannot find 'adw_spin_row_set_climb_rate' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {
199 | adw_spin_row_set_digits(widget, digits.cInt)
| `- error: cannot find 'adw_spin_row_set_digits' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {
202 | adw_spin_row_set_numeric(widget, numeric.cBool)
| `- error: cannot find 'adw_spin_row_set_numeric' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {
205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool)
| `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
206 | }
207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
212 | }
213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
215 | }
216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
224 | }
225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
227 | }
228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope
229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool)
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
| `- error: cannot find 'adw_spin_row_get_value' in scope
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
233 | }

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
| `- error: cannot find 'adw_spin_row_set_value' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {
235 | adw_spin_row_set_wrap(widget, wrap.cBool)
| `- error: cannot find 'adw_spin_row_set_wrap' in scope
236 | }
237 |

/******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope
51 | /// - Returns: The view storage.
52 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
53 | let storage = ViewStorage(adw_spinner_new()?.opaque())
| `- error: cannot find 'adw_spinner_new' in scope
54 | for function in appearFunctions {
55 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope
156 |
157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
158 | adw_split_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_split_button_set_can_shrink' in scope
159 | }
160 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope
162 | }
163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip {
164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip)
| - error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [66/126] Compiling Core SplitButton.swift /******/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 {

/******/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 {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: cannot find 'adw_preferences_page_set_description' in scope
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: generic parameter 'T' could not be inferred
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: generic parameter 'T' could not be inferred
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
257 | }
258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText {
259 | gtk_search_entry_set_placeholder_text(widget, placeholderText)
| `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {
262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt)
| `- error: cannot find 'gtk_search_entry_set_search_delay' in scope
263 | }
264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: cannot find 'adw_spin_row_new' in scope
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: 'nil' requires a contextual type
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope
185 |
186 | storage.notify(name: "value") {
187 | let newValue = adw_spin_row_get_value(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_value' in scope
188 | if let value, newValue != value.wrappedValue {
189 | value.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope
194 | }
195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate {
196 | adw_spin_row_set_climb_rate(widget, climbRate)
| `- error: cannot find 'adw_spin_row_set_climb_rate' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {
199 | adw_spin_row_set_digits(widget, digits.cInt)
| `- error: cannot find 'adw_spin_row_set_digits' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {
202 | adw_spin_row_set_numeric(widget, numeric.cBool)
| `- error: cannot find 'adw_spin_row_set_numeric' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {
205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool)
| `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
206 | }
207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
212 | }
213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
215 | }
216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
224 | }
225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
227 | }
228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope
229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool)
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
| `- error: cannot find 'adw_spin_row_get_value' in scope
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
233 | }

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
| `- error: cannot find 'adw_spin_row_set_value' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {
235 | adw_spin_row_set_wrap(widget, wrap.cBool)
| `- error: cannot find 'adw_spin_row_set_wrap' in scope
236 | }
237 |

/******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope
51 | /// - Returns: The view storage.
52 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
53 | let storage = ViewStorage(adw_spinner_new()?.opaque())
| `- error: cannot find 'adw_spinner_new' in scope
54 | for function in appearFunctions {
55 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope
156 |
157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
158 | adw_split_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_split_button_set_can_shrink' in scope
159 | }
160 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope
162 | }
163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip {
164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip)
| - error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [67/126] Compiling Core StatusPage.swift /******/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 {

/******/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 {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: cannot find 'adw_preferences_page_set_description' in scope
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred
80 |
81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description {
82 | adw_preferences_page_set_description(widget?.cast(), description)
| `- error: generic parameter 'T' could not be inferred
83 | }
84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred
78 | }
79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: generic parameter 'T' could not be inferred
81 | }
82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
257 | }
258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText {
259 | gtk_search_entry_set_placeholder_text(widget, placeholderText)
| `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {

/******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope
260 | }
261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay {
262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt)
| `- error: cannot find 'gtk_search_entry_set_search_delay' in scope
263 | }
264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: cannot find 'adw_spin_row_new' in scope
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type
130 | /// - Returns: The view storage.
131 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque())
| `- error: 'nil' requires a contextual type
133 | for function in appearFunctions {
134 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope
185 |
186 | storage.notify(name: "value") {
187 | let newValue = adw_spin_row_get_value(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_value' in scope
188 | if let value, newValue != value.wrappedValue {
189 | value.wrappedValue = newValue

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope
194 | }
195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate {
196 | adw_spin_row_set_climb_rate(widget, climbRate)
| `- error: cannot find 'adw_spin_row_set_climb_rate' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope
197 | }
198 | if updateProperties, (storage.previousState as? Self)?.digits != digits {
199 | adw_spin_row_set_digits(widget, digits.cInt)
| `- error: cannot find 'adw_spin_row_set_digits' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope
200 | }
201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric {
202 | adw_spin_row_set_numeric(widget, numeric.cBool)
| `- error: cannot find 'adw_spin_row_set_numeric' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
203 | }
204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks {
205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool)
| `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope
206 | }
207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
212 | }
213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
215 | }
216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
224 | }
225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
227 | }
228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope
229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool)
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
| `- error: cannot find 'adw_spin_row_get_value' in scope
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
233 | }

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope
230 | }
231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue {
232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue)
| `- error: cannot find 'adw_spin_row_set_value' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {

/******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope
233 | }
234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap {
235 | adw_spin_row_set_wrap(widget, wrap.cBool)
| `- error: cannot find 'adw_spin_row_set_wrap' in scope
236 | }
237 |

/******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope
51 | /// - Returns: The view storage.
52 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
53 | let storage = ViewStorage(adw_spinner_new()?.opaque())
| `- error: cannot find 'adw_spinner_new' in scope
54 | for function in appearFunctions {
55 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope
156 |
157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
158 | adw_split_button_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_split_button_set_can_shrink' in scope
159 | }
160 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope
162 | }
163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip {
164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip)
| - error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [68/126] Compiling Core ScrollbarVisibility.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | - error: cannot find type 'AdwToolbarStyle' in scope
22 | .init(rawValue)
23 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: cannot find 'adw_breakpoint_bin_set_child' in scope
23 | },
24 | pointer: OpaquePointer.self,

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
39 | condition = .minWidth(.init(size) + padding)
40 | case let .naturalHeight(padding):
41 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
42 | var size: Int32 = 0
43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope
47 | }
48 | storage.fields["condition"] = condition
49 | let string = adw_breakpoint_condition_parse(condition.condition)
| `- error: cannot find 'adw_breakpoint_condition_parse' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope
49 | let string = adw_breakpoint_condition_parse(condition.condition)
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
| `- error: cannot find 'adw_breakpoint_get_condition' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
52 | adw_breakpoint_set_condition(breakpoint, string)
| `- error: cannot find 'adw_breakpoint_set_condition' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
| `- error: cannot find 'adw_breakpoint_new' in scope
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
56 | storage.fields["breakpoint"] = breakpoint

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
| `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
56 | storage.fields["breakpoint"] = breakpoint
57 | if let matches = storage.fields["binding"] as? Binding {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope
57 | if let matches = storage.fields["binding"] as? Binding {
58 | Idle {
59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches)
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
60 | }
61 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: generic parameter 'T' could not be inferred
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
73 | }
74 | storage.fields["binding"] = matches

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: generic parameter 'T' could not be inferred
73 | }
74 | storage.fields["binding"] = matches

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope
96 | /// Initialize the widget.
97 | public func initializeWidget() -> Any {
98 | adw_breakpoint_bin_new()?.opaque() as Any
| `- error: cannot find 'adw_breakpoint_bin_new' in scope
99 | }
100 |

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope
93 | if storage.content[dialogID]?.first == nil {
94 | createDialog(storage: storage)
95 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred
94 | createDialog(storage: storage)
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
97 | storage.opaquePointer?.cast()
98 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
98 | )
99 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope
100 | let dialog = storage.content[dialogID]?.first?.opaquePointer
101 | if let appName {
102 | adw_about_dialog_set_application_name(dialog, appName)
| `- error: cannot find 'adw_about_dialog_set_application_name' in scope
103 | }
104 | if let developer {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope
103 | }
104 | if let developer {
105 | adw_about_dialog_set_developer_name(dialog, developer)
| `- error: cannot find 'adw_about_dialog_set_developer_name' in scope
106 | }
107 | if let version {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope
106 | }
107 | if let version {
108 | adw_about_dialog_set_version(dialog, version)
| `- error: cannot find 'adw_about_dialog_set_version' in scope
109 | }
110 | if let icon {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope
109 | }
110 | if let icon {
111 | adw_about_dialog_set_application_icon(dialog, icon.string)
| `- error: cannot find 'adw_about_dialog_set_application_icon' in scope
112 | }
113 | if let website {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope
112 | }
113 | if let website {
114 | adw_about_dialog_set_website(dialog, website.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_website' in scope
115 | }
116 | if let issues {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope
115 | }
116 | if let issues {
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_issue_url' in scope
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: generic parameter 'T' could not be inferred
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
124 | storage.content[dialogID] = []
125 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
124 | storage.content[dialogID] = []
125 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope
130 | /// - Parameter storage: The wrapped view's storage.
131 | func createDialog(storage: ViewStorage) {
132 | let pointer = adw_about_dialog_new()
| `- error: cannot find 'adw_about_dialog_new' in scope
133 | let dialog = ViewStorage(pointer?.opaque())
134 | storage.content[dialogID] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: cannot find 'adw_alert_dialog_set_heading' in scope
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: generic parameter 'T' could not be inferred
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: cannot find 'adw_alert_dialog_set_body' in scope
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: generic parameter 'T' could not be inferred
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: cannot find 'adw_alert_dialog_remove_response' in scope
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: cannot find 'adw_alert_dialog_add_response' in scope
150 | }
151 | )

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: generic parameter 'T' could not be inferred
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: generic parameter 'T' could not be inferred
150 | }
151 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
180 | switch element.appearance {
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
183 | pointer?.cast(),
184 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
183 | pointer?.cast(),
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT
| `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
186 | )
187 | case .suggested:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
183 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
186 | )
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
189 | pointer?.cast(),
190 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
189 | pointer?.cast(),
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED
| `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
192 | )
193 | case .destructive:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
189 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
192 | )
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
195 | pointer?.cast(),
196 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
195 | pointer?.cast(),
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE
| `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
198 | )
199 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
195 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_close_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_default_response' in scope
206 | }
207 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: generic parameter 'T' could not be inferred
206 | }
207 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: cannot find 'adw_alert_dialog_new' in scope
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope
222 | }
223 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope
95 | if storage.content[dialogID + id]?.first == nil {
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
99 | storage.opaquePointer?.cast()
100 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
100 | )
101 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: cannot find 'adw_dialog_set_title' in scope
105 | }
106 | if let width {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: cannot find 'adw_dialog_set_content_width' in scope
108 | }
109 | if let height {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
111 | }
112 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: generic parameter 'T' could not be inferred
111 | }
112 | } else {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
116 | storage.content[dialogID + id] = []
117 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
116 | storage.content[dialogID + id] = []
117 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope
129 | type: Data.Type
130 | ) where Data: ViewRenderData {
131 | let pointer = adw_dialog_new()
| `- error: cannot find 'adw_dialog_new' in scope
132 | let dialog = ViewStorage(pointer?.opaque())
133 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_dialog_set_child' in scope
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope
93 | if open.update, storage.fields["callbacks"] == nil {
94 | var unref: [OpaquePointer?] = []
95 | let pointer = gtk_file_dialog_new()
| `- error: cannot find 'gtk_file_dialog_new' in scope
96 | unref.append(pointer)
97 | if let initialName {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope
96 | unref.append(pointer)
97 | if let initialName {
98 | gtk_file_dialog_set_initial_name(pointer, initialName)
| `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope
99 | }
100 | if let extensions {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
103 | gtk_file_filter_add_suffix(filter, name)
104 | }
105 | gtk_file_dialog_set_default_filter(pointer, filter)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: 'nil' requires a contextual type
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
110 | if let initialFolder {
111 | let file = g_file_new_for_path(initialFolder.absoluteString)
112 | gtk_file_dialog_set_initial_folder(pointer, file)
| `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
113 | unref.append(file)
114 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope
185 | if storage.content[dialogID + id]?.first == nil {
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
189 | storage.opaquePointer?.cast()
190 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
190 | )
191 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope
214 | type: Data.Type
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
| `- error: cannot find 'adw_preferences_dialog_new' in scope
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
218 | let dialog = ViewStorage(pointer?.opaque())

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
| `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
218 | let dialog = ViewStorage(pointer?.opaque())
219 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: cannot find 'adw_preferences_dialog_add' in scope
231 | }
232 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: generic parameter 'T' could not be inferred
231 | }
232 | }

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [69/126] Compiling Core ToolbarStyle.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | - error: cannot find type 'AdwToolbarStyle' in scope
22 | .init(rawValue)
23 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: cannot find 'adw_breakpoint_bin_set_child' in scope
23 | },
24 | pointer: OpaquePointer.self,

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
39 | condition = .minWidth(.init(size) + padding)
40 | case let .naturalHeight(padding):
41 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
42 | var size: Int32 = 0
43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope
47 | }
48 | storage.fields["condition"] = condition
49 | let string = adw_breakpoint_condition_parse(condition.condition)
| `- error: cannot find 'adw_breakpoint_condition_parse' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope
49 | let string = adw_breakpoint_condition_parse(condition.condition)
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
| `- error: cannot find 'adw_breakpoint_get_condition' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
52 | adw_breakpoint_set_condition(breakpoint, string)
| `- error: cannot find 'adw_breakpoint_set_condition' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
| `- error: cannot find 'adw_breakpoint_new' in scope
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
56 | storage.fields["breakpoint"] = breakpoint

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
| `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
56 | storage.fields["breakpoint"] = breakpoint
57 | if let matches = storage.fields["binding"] as? Binding {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope
57 | if let matches = storage.fields["binding"] as? Binding {
58 | Idle {
59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches)
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
60 | }
61 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: generic parameter 'T' could not be inferred
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
73 | }
74 | storage.fields["binding"] = matches

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: generic parameter 'T' could not be inferred
73 | }
74 | storage.fields["binding"] = matches

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope
96 | /// Initialize the widget.
97 | public func initializeWidget() -> Any {
98 | adw_breakpoint_bin_new()?.opaque() as Any
| `- error: cannot find 'adw_breakpoint_bin_new' in scope
99 | }
100 |

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope
93 | if storage.content[dialogID]?.first == nil {
94 | createDialog(storage: storage)
95 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred
94 | createDialog(storage: storage)
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
97 | storage.opaquePointer?.cast()
98 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
98 | )
99 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope
100 | let dialog = storage.content[dialogID]?.first?.opaquePointer
101 | if let appName {
102 | adw_about_dialog_set_application_name(dialog, appName)
| `- error: cannot find 'adw_about_dialog_set_application_name' in scope
103 | }
104 | if let developer {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope
103 | }
104 | if let developer {
105 | adw_about_dialog_set_developer_name(dialog, developer)
| `- error: cannot find 'adw_about_dialog_set_developer_name' in scope
106 | }
107 | if let version {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope
106 | }
107 | if let version {
108 | adw_about_dialog_set_version(dialog, version)
| `- error: cannot find 'adw_about_dialog_set_version' in scope
109 | }
110 | if let icon {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope
109 | }
110 | if let icon {
111 | adw_about_dialog_set_application_icon(dialog, icon.string)
| `- error: cannot find 'adw_about_dialog_set_application_icon' in scope
112 | }
113 | if let website {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope
112 | }
113 | if let website {
114 | adw_about_dialog_set_website(dialog, website.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_website' in scope
115 | }
116 | if let issues {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope
115 | }
116 | if let issues {
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_issue_url' in scope
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: generic parameter 'T' could not be inferred
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
124 | storage.content[dialogID] = []
125 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
124 | storage.content[dialogID] = []
125 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope
130 | /// - Parameter storage: The wrapped view's storage.
131 | func createDialog(storage: ViewStorage) {
132 | let pointer = adw_about_dialog_new()
| `- error: cannot find 'adw_about_dialog_new' in scope
133 | let dialog = ViewStorage(pointer?.opaque())
134 | storage.content[dialogID] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: cannot find 'adw_alert_dialog_set_heading' in scope
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: generic parameter 'T' could not be inferred
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: cannot find 'adw_alert_dialog_set_body' in scope
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: generic parameter 'T' could not be inferred
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: cannot find 'adw_alert_dialog_remove_response' in scope
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: cannot find 'adw_alert_dialog_add_response' in scope
150 | }
151 | )

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: generic parameter 'T' could not be inferred
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: generic parameter 'T' could not be inferred
150 | }
151 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
180 | switch element.appearance {
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
183 | pointer?.cast(),
184 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
183 | pointer?.cast(),
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT
| `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
186 | )
187 | case .suggested:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
183 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
186 | )
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
189 | pointer?.cast(),
190 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
189 | pointer?.cast(),
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED
| `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
192 | )
193 | case .destructive:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
189 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
192 | )
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
195 | pointer?.cast(),
196 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
195 | pointer?.cast(),
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE
| `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
198 | )
199 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
195 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_close_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_default_response' in scope
206 | }
207 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: generic parameter 'T' could not be inferred
206 | }
207 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: cannot find 'adw_alert_dialog_new' in scope
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope
222 | }
223 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope
95 | if storage.content[dialogID + id]?.first == nil {
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
99 | storage.opaquePointer?.cast()
100 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
100 | )
101 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: cannot find 'adw_dialog_set_title' in scope
105 | }
106 | if let width {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: cannot find 'adw_dialog_set_content_width' in scope
108 | }
109 | if let height {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
111 | }
112 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: generic parameter 'T' could not be inferred
111 | }
112 | } else {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
116 | storage.content[dialogID + id] = []
117 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
116 | storage.content[dialogID + id] = []
117 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope
129 | type: Data.Type
130 | ) where Data: ViewRenderData {
131 | let pointer = adw_dialog_new()
| `- error: cannot find 'adw_dialog_new' in scope
132 | let dialog = ViewStorage(pointer?.opaque())
133 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_dialog_set_child' in scope
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope
93 | if open.update, storage.fields["callbacks"] == nil {
94 | var unref: [OpaquePointer?] = []
95 | let pointer = gtk_file_dialog_new()
| `- error: cannot find 'gtk_file_dialog_new' in scope
96 | unref.append(pointer)
97 | if let initialName {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope
96 | unref.append(pointer)
97 | if let initialName {
98 | gtk_file_dialog_set_initial_name(pointer, initialName)
| `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope
99 | }
100 | if let extensions {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
103 | gtk_file_filter_add_suffix(filter, name)
104 | }
105 | gtk_file_dialog_set_default_filter(pointer, filter)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: 'nil' requires a contextual type
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
110 | if let initialFolder {
111 | let file = g_file_new_for_path(initialFolder.absoluteString)
112 | gtk_file_dialog_set_initial_folder(pointer, file)
| `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
113 | unref.append(file)
114 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope
185 | if storage.content[dialogID + id]?.first == nil {
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
189 | storage.opaquePointer?.cast()
190 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
190 | )
191 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope
214 | type: Data.Type
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
| `- error: cannot find 'adw_preferences_dialog_new' in scope
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
218 | let dialog = ViewStorage(pointer?.opaque())

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
| `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
218 | let dialog = ViewStorage(pointer?.opaque())
219 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: cannot find 'adw_preferences_dialog_add' in scope
231 | }
232 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: generic parameter 'T' could not be inferred
231 | }
232 | }

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [70/126] Compiling Core BreakpointBin.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | - error: cannot find type 'AdwToolbarStyle' in scope
22 | .init(rawValue)
23 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: cannot find 'adw_breakpoint_bin_set_child' in scope
23 | },
24 | pointer: OpaquePointer.self,

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
39 | condition = .minWidth(.init(size) + padding)
40 | case let .naturalHeight(padding):
41 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
42 | var size: Int32 = 0
43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope
47 | }
48 | storage.fields["condition"] = condition
49 | let string = adw_breakpoint_condition_parse(condition.condition)
| `- error: cannot find 'adw_breakpoint_condition_parse' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope
49 | let string = adw_breakpoint_condition_parse(condition.condition)
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
| `- error: cannot find 'adw_breakpoint_get_condition' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
52 | adw_breakpoint_set_condition(breakpoint, string)
| `- error: cannot find 'adw_breakpoint_set_condition' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
| `- error: cannot find 'adw_breakpoint_new' in scope
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
56 | storage.fields["breakpoint"] = breakpoint

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
| `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
56 | storage.fields["breakpoint"] = breakpoint
57 | if let matches = storage.fields["binding"] as? Binding {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope
57 | if let matches = storage.fields["binding"] as? Binding {
58 | Idle {
59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches)
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
60 | }
61 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: generic parameter 'T' could not be inferred
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
73 | }
74 | storage.fields["binding"] = matches

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: generic parameter 'T' could not be inferred
73 | }
74 | storage.fields["binding"] = matches

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope
96 | /// Initialize the widget.
97 | public func initializeWidget() -> Any {
98 | adw_breakpoint_bin_new()?.opaque() as Any
| `- error: cannot find 'adw_breakpoint_bin_new' in scope
99 | }
100 |

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope
93 | if storage.content[dialogID]?.first == nil {
94 | createDialog(storage: storage)
95 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred
94 | createDialog(storage: storage)
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
97 | storage.opaquePointer?.cast()
98 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
98 | )
99 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope
100 | let dialog = storage.content[dialogID]?.first?.opaquePointer
101 | if let appName {
102 | adw_about_dialog_set_application_name(dialog, appName)
| `- error: cannot find 'adw_about_dialog_set_application_name' in scope
103 | }
104 | if let developer {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope
103 | }
104 | if let developer {
105 | adw_about_dialog_set_developer_name(dialog, developer)
| `- error: cannot find 'adw_about_dialog_set_developer_name' in scope
106 | }
107 | if let version {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope
106 | }
107 | if let version {
108 | adw_about_dialog_set_version(dialog, version)
| `- error: cannot find 'adw_about_dialog_set_version' in scope
109 | }
110 | if let icon {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope
109 | }
110 | if let icon {
111 | adw_about_dialog_set_application_icon(dialog, icon.string)
| `- error: cannot find 'adw_about_dialog_set_application_icon' in scope
112 | }
113 | if let website {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope
112 | }
113 | if let website {
114 | adw_about_dialog_set_website(dialog, website.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_website' in scope
115 | }
116 | if let issues {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope
115 | }
116 | if let issues {
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_issue_url' in scope
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: generic parameter 'T' could not be inferred
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
124 | storage.content[dialogID] = []
125 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
124 | storage.content[dialogID] = []
125 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope
130 | /// - Parameter storage: The wrapped view's storage.
131 | func createDialog(storage: ViewStorage) {
132 | let pointer = adw_about_dialog_new()
| `- error: cannot find 'adw_about_dialog_new' in scope
133 | let dialog = ViewStorage(pointer?.opaque())
134 | storage.content[dialogID] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: cannot find 'adw_alert_dialog_set_heading' in scope
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: generic parameter 'T' could not be inferred
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: cannot find 'adw_alert_dialog_set_body' in scope
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: generic parameter 'T' could not be inferred
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: cannot find 'adw_alert_dialog_remove_response' in scope
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: cannot find 'adw_alert_dialog_add_response' in scope
150 | }
151 | )

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: generic parameter 'T' could not be inferred
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: generic parameter 'T' could not be inferred
150 | }
151 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
180 | switch element.appearance {
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
183 | pointer?.cast(),
184 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
183 | pointer?.cast(),
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT
| `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
186 | )
187 | case .suggested:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
183 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
186 | )
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
189 | pointer?.cast(),
190 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
189 | pointer?.cast(),
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED
| `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
192 | )
193 | case .destructive:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
189 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
192 | )
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
195 | pointer?.cast(),
196 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
195 | pointer?.cast(),
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE
| `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
198 | )
199 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
195 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_close_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_default_response' in scope
206 | }
207 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: generic parameter 'T' could not be inferred
206 | }
207 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: cannot find 'adw_alert_dialog_new' in scope
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope
222 | }
223 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope
95 | if storage.content[dialogID + id]?.first == nil {
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
99 | storage.opaquePointer?.cast()
100 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
100 | )
101 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: cannot find 'adw_dialog_set_title' in scope
105 | }
106 | if let width {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: cannot find 'adw_dialog_set_content_width' in scope
108 | }
109 | if let height {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
111 | }
112 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: generic parameter 'T' could not be inferred
111 | }
112 | } else {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
116 | storage.content[dialogID + id] = []
117 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
116 | storage.content[dialogID + id] = []
117 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope
129 | type: Data.Type
130 | ) where Data: ViewRenderData {
131 | let pointer = adw_dialog_new()
| `- error: cannot find 'adw_dialog_new' in scope
132 | let dialog = ViewStorage(pointer?.opaque())
133 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_dialog_set_child' in scope
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope
93 | if open.update, storage.fields["callbacks"] == nil {
94 | var unref: [OpaquePointer?] = []
95 | let pointer = gtk_file_dialog_new()
| `- error: cannot find 'gtk_file_dialog_new' in scope
96 | unref.append(pointer)
97 | if let initialName {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope
96 | unref.append(pointer)
97 | if let initialName {
98 | gtk_file_dialog_set_initial_name(pointer, initialName)
| `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope
99 | }
100 | if let extensions {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
103 | gtk_file_filter_add_suffix(filter, name)
104 | }
105 | gtk_file_dialog_set_default_filter(pointer, filter)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: 'nil' requires a contextual type
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
110 | if let initialFolder {
111 | let file = g_file_new_for_path(initialFolder.absoluteString)
112 | gtk_file_dialog_set_initial_folder(pointer, file)
| `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
113 | unref.append(file)
114 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope
185 | if storage.content[dialogID + id]?.first == nil {
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
189 | storage.opaquePointer?.cast()
190 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
190 | )
191 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope
214 | type: Data.Type
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
| `- error: cannot find 'adw_preferences_dialog_new' in scope
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
218 | let dialog = ViewStorage(pointer?.opaque())

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
| `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
218 | let dialog = ViewStorage(pointer?.opaque())
219 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: cannot find 'adw_preferences_dialog_add' in scope
231 | }
232 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: generic parameter 'T' could not be inferred
231 | }
232 | }

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [71/126] Compiling Core Button+.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | - error: cannot find type 'AdwToolbarStyle' in scope
22 | .init(rawValue)
23 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: cannot find 'adw_breakpoint_bin_set_child' in scope
23 | },
24 | pointer: OpaquePointer.self,

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
39 | condition = .minWidth(.init(size) + padding)
40 | case let .naturalHeight(padding):
41 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
42 | var size: Int32 = 0
43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope
47 | }
48 | storage.fields["condition"] = condition
49 | let string = adw_breakpoint_condition_parse(condition.condition)
| `- error: cannot find 'adw_breakpoint_condition_parse' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope
49 | let string = adw_breakpoint_condition_parse(condition.condition)
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
| `- error: cannot find 'adw_breakpoint_get_condition' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
52 | adw_breakpoint_set_condition(breakpoint, string)
| `- error: cannot find 'adw_breakpoint_set_condition' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
| `- error: cannot find 'adw_breakpoint_new' in scope
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
56 | storage.fields["breakpoint"] = breakpoint

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
| `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
56 | storage.fields["breakpoint"] = breakpoint
57 | if let matches = storage.fields["binding"] as? Binding {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope
57 | if let matches = storage.fields["binding"] as? Binding {
58 | Idle {
59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches)
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
60 | }
61 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: generic parameter 'T' could not be inferred
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
73 | }
74 | storage.fields["binding"] = matches

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: generic parameter 'T' could not be inferred
73 | }
74 | storage.fields["binding"] = matches

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope
96 | /// Initialize the widget.
97 | public func initializeWidget() -> Any {
98 | adw_breakpoint_bin_new()?.opaque() as Any
| `- error: cannot find 'adw_breakpoint_bin_new' in scope
99 | }
100 |

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope
93 | if storage.content[dialogID]?.first == nil {
94 | createDialog(storage: storage)
95 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred
94 | createDialog(storage: storage)
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
97 | storage.opaquePointer?.cast()
98 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
98 | )
99 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope
100 | let dialog = storage.content[dialogID]?.first?.opaquePointer
101 | if let appName {
102 | adw_about_dialog_set_application_name(dialog, appName)
| `- error: cannot find 'adw_about_dialog_set_application_name' in scope
103 | }
104 | if let developer {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope
103 | }
104 | if let developer {
105 | adw_about_dialog_set_developer_name(dialog, developer)
| `- error: cannot find 'adw_about_dialog_set_developer_name' in scope
106 | }
107 | if let version {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope
106 | }
107 | if let version {
108 | adw_about_dialog_set_version(dialog, version)
| `- error: cannot find 'adw_about_dialog_set_version' in scope
109 | }
110 | if let icon {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope
109 | }
110 | if let icon {
111 | adw_about_dialog_set_application_icon(dialog, icon.string)
| `- error: cannot find 'adw_about_dialog_set_application_icon' in scope
112 | }
113 | if let website {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope
112 | }
113 | if let website {
114 | adw_about_dialog_set_website(dialog, website.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_website' in scope
115 | }
116 | if let issues {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope
115 | }
116 | if let issues {
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_issue_url' in scope
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: generic parameter 'T' could not be inferred
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
124 | storage.content[dialogID] = []
125 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
124 | storage.content[dialogID] = []
125 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope
130 | /// - Parameter storage: The wrapped view's storage.
131 | func createDialog(storage: ViewStorage) {
132 | let pointer = adw_about_dialog_new()
| `- error: cannot find 'adw_about_dialog_new' in scope
133 | let dialog = ViewStorage(pointer?.opaque())
134 | storage.content[dialogID] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: cannot find 'adw_alert_dialog_set_heading' in scope
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: generic parameter 'T' could not be inferred
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: cannot find 'adw_alert_dialog_set_body' in scope
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: generic parameter 'T' could not be inferred
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: cannot find 'adw_alert_dialog_remove_response' in scope
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: cannot find 'adw_alert_dialog_add_response' in scope
150 | }
151 | )

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: generic parameter 'T' could not be inferred
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: generic parameter 'T' could not be inferred
150 | }
151 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
180 | switch element.appearance {
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
183 | pointer?.cast(),
184 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
183 | pointer?.cast(),
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT
| `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
186 | )
187 | case .suggested:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
183 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
186 | )
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
189 | pointer?.cast(),
190 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
189 | pointer?.cast(),
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED
| `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
192 | )
193 | case .destructive:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
189 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
192 | )
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
195 | pointer?.cast(),
196 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
195 | pointer?.cast(),
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE
| `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
198 | )
199 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
195 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_close_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_default_response' in scope
206 | }
207 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: generic parameter 'T' could not be inferred
206 | }
207 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: cannot find 'adw_alert_dialog_new' in scope
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope
222 | }
223 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope
95 | if storage.content[dialogID + id]?.first == nil {
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
99 | storage.opaquePointer?.cast()
100 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
100 | )
101 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: cannot find 'adw_dialog_set_title' in scope
105 | }
106 | if let width {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: cannot find 'adw_dialog_set_content_width' in scope
108 | }
109 | if let height {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
111 | }
112 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: generic parameter 'T' could not be inferred
111 | }
112 | } else {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
116 | storage.content[dialogID + id] = []
117 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
116 | storage.content[dialogID + id] = []
117 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope
129 | type: Data.Type
130 | ) where Data: ViewRenderData {
131 | let pointer = adw_dialog_new()
| `- error: cannot find 'adw_dialog_new' in scope
132 | let dialog = ViewStorage(pointer?.opaque())
133 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_dialog_set_child' in scope
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope
93 | if open.update, storage.fields["callbacks"] == nil {
94 | var unref: [OpaquePointer?] = []
95 | let pointer = gtk_file_dialog_new()
| `- error: cannot find 'gtk_file_dialog_new' in scope
96 | unref.append(pointer)
97 | if let initialName {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope
96 | unref.append(pointer)
97 | if let initialName {
98 | gtk_file_dialog_set_initial_name(pointer, initialName)
| `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope
99 | }
100 | if let extensions {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
103 | gtk_file_filter_add_suffix(filter, name)
104 | }
105 | gtk_file_dialog_set_default_filter(pointer, filter)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: 'nil' requires a contextual type
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
110 | if let initialFolder {
111 | let file = g_file_new_for_path(initialFolder.absoluteString)
112 | gtk_file_dialog_set_initial_folder(pointer, file)
| `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
113 | unref.append(file)
114 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope
185 | if storage.content[dialogID + id]?.first == nil {
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
189 | storage.opaquePointer?.cast()
190 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
190 | )
191 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope
214 | type: Data.Type
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
| `- error: cannot find 'adw_preferences_dialog_new' in scope
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
218 | let dialog = ViewStorage(pointer?.opaque())

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
| `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
218 | let dialog = ViewStorage(pointer?.opaque())
219 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: cannot find 'adw_preferences_dialog_add' in scope
231 | }
232 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: generic parameter 'T' could not be inferred
231 | }
232 | }

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [72/126] Compiling Core Carousel+.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | - error: cannot find type 'AdwToolbarStyle' in scope
22 | .init(rawValue)
23 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: cannot find 'adw_breakpoint_bin_set_child' in scope
23 | },
24 | pointer: OpaquePointer.self,

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
39 | condition = .minWidth(.init(size) + padding)
40 | case let .naturalHeight(padding):
41 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
42 | var size: Int32 = 0
43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope
47 | }
48 | storage.fields["condition"] = condition
49 | let string = adw_breakpoint_condition_parse(condition.condition)
| `- error: cannot find 'adw_breakpoint_condition_parse' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope
49 | let string = adw_breakpoint_condition_parse(condition.condition)
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
| `- error: cannot find 'adw_breakpoint_get_condition' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
52 | adw_breakpoint_set_condition(breakpoint, string)
| `- error: cannot find 'adw_breakpoint_set_condition' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
| `- error: cannot find 'adw_breakpoint_new' in scope
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
56 | storage.fields["breakpoint"] = breakpoint

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
| `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
56 | storage.fields["breakpoint"] = breakpoint
57 | if let matches = storage.fields["binding"] as? Binding {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope
57 | if let matches = storage.fields["binding"] as? Binding {
58 | Idle {
59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches)
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
60 | }
61 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: generic parameter 'T' could not be inferred
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
73 | }
74 | storage.fields["binding"] = matches

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: generic parameter 'T' could not be inferred
73 | }
74 | storage.fields["binding"] = matches

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope
96 | /// Initialize the widget.
97 | public func initializeWidget() -> Any {
98 | adw_breakpoint_bin_new()?.opaque() as Any
| `- error: cannot find 'adw_breakpoint_bin_new' in scope
99 | }
100 |

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope
93 | if storage.content[dialogID]?.first == nil {
94 | createDialog(storage: storage)
95 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred
94 | createDialog(storage: storage)
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
97 | storage.opaquePointer?.cast()
98 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
98 | )
99 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope
100 | let dialog = storage.content[dialogID]?.first?.opaquePointer
101 | if let appName {
102 | adw_about_dialog_set_application_name(dialog, appName)
| `- error: cannot find 'adw_about_dialog_set_application_name' in scope
103 | }
104 | if let developer {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope
103 | }
104 | if let developer {
105 | adw_about_dialog_set_developer_name(dialog, developer)
| `- error: cannot find 'adw_about_dialog_set_developer_name' in scope
106 | }
107 | if let version {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope
106 | }
107 | if let version {
108 | adw_about_dialog_set_version(dialog, version)
| `- error: cannot find 'adw_about_dialog_set_version' in scope
109 | }
110 | if let icon {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope
109 | }
110 | if let icon {
111 | adw_about_dialog_set_application_icon(dialog, icon.string)
| `- error: cannot find 'adw_about_dialog_set_application_icon' in scope
112 | }
113 | if let website {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope
112 | }
113 | if let website {
114 | adw_about_dialog_set_website(dialog, website.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_website' in scope
115 | }
116 | if let issues {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope
115 | }
116 | if let issues {
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_issue_url' in scope
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: generic parameter 'T' could not be inferred
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
124 | storage.content[dialogID] = []
125 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
124 | storage.content[dialogID] = []
125 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope
130 | /// - Parameter storage: The wrapped view's storage.
131 | func createDialog(storage: ViewStorage) {
132 | let pointer = adw_about_dialog_new()
| `- error: cannot find 'adw_about_dialog_new' in scope
133 | let dialog = ViewStorage(pointer?.opaque())
134 | storage.content[dialogID] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: cannot find 'adw_alert_dialog_set_heading' in scope
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: generic parameter 'T' could not be inferred
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: cannot find 'adw_alert_dialog_set_body' in scope
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: generic parameter 'T' could not be inferred
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: cannot find 'adw_alert_dialog_remove_response' in scope
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: cannot find 'adw_alert_dialog_add_response' in scope
150 | }
151 | )

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: generic parameter 'T' could not be inferred
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: generic parameter 'T' could not be inferred
150 | }
151 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
180 | switch element.appearance {
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
183 | pointer?.cast(),
184 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
183 | pointer?.cast(),
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT
| `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
186 | )
187 | case .suggested:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
183 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
186 | )
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
189 | pointer?.cast(),
190 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
189 | pointer?.cast(),
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED
| `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
192 | )
193 | case .destructive:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
189 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
192 | )
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
195 | pointer?.cast(),
196 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
195 | pointer?.cast(),
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE
| `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
198 | )
199 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
195 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_close_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_default_response' in scope
206 | }
207 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: generic parameter 'T' could not be inferred
206 | }
207 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: cannot find 'adw_alert_dialog_new' in scope
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope
222 | }
223 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope
95 | if storage.content[dialogID + id]?.first == nil {
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
99 | storage.opaquePointer?.cast()
100 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
100 | )
101 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: cannot find 'adw_dialog_set_title' in scope
105 | }
106 | if let width {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: cannot find 'adw_dialog_set_content_width' in scope
108 | }
109 | if let height {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
111 | }
112 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: generic parameter 'T' could not be inferred
111 | }
112 | } else {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
116 | storage.content[dialogID + id] = []
117 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
116 | storage.content[dialogID + id] = []
117 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope
129 | type: Data.Type
130 | ) where Data: ViewRenderData {
131 | let pointer = adw_dialog_new()
| `- error: cannot find 'adw_dialog_new' in scope
132 | let dialog = ViewStorage(pointer?.opaque())
133 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_dialog_set_child' in scope
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope
93 | if open.update, storage.fields["callbacks"] == nil {
94 | var unref: [OpaquePointer?] = []
95 | let pointer = gtk_file_dialog_new()
| `- error: cannot find 'gtk_file_dialog_new' in scope
96 | unref.append(pointer)
97 | if let initialName {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope
96 | unref.append(pointer)
97 | if let initialName {
98 | gtk_file_dialog_set_initial_name(pointer, initialName)
| `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope
99 | }
100 | if let extensions {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
103 | gtk_file_filter_add_suffix(filter, name)
104 | }
105 | gtk_file_dialog_set_default_filter(pointer, filter)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: 'nil' requires a contextual type
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
110 | if let initialFolder {
111 | let file = g_file_new_for_path(initialFolder.absoluteString)
112 | gtk_file_dialog_set_initial_folder(pointer, file)
| `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
113 | unref.append(file)
114 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope
185 | if storage.content[dialogID + id]?.first == nil {
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
189 | storage.opaquePointer?.cast()
190 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
190 | )
191 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope
214 | type: Data.Type
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
| `- error: cannot find 'adw_preferences_dialog_new' in scope
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
218 | let dialog = ViewStorage(pointer?.opaque())

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
| `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
218 | let dialog = ViewStorage(pointer?.opaque())
219 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: cannot find 'adw_preferences_dialog_add' in scope
231 | }
232 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: generic parameter 'T' could not be inferred
231 | }
232 | }

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [73/126] Compiling Core AboutDialog.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | - error: cannot find type 'AdwToolbarStyle' in scope
22 | .init(rawValue)
23 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: cannot find 'adw_breakpoint_bin_set_child' in scope
23 | },
24 | pointer: OpaquePointer.self,

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
39 | condition = .minWidth(.init(size) + padding)
40 | case let .naturalHeight(padding):
41 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
42 | var size: Int32 = 0
43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope
47 | }
48 | storage.fields["condition"] = condition
49 | let string = adw_breakpoint_condition_parse(condition.condition)
| `- error: cannot find 'adw_breakpoint_condition_parse' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope
49 | let string = adw_breakpoint_condition_parse(condition.condition)
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
| `- error: cannot find 'adw_breakpoint_get_condition' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
52 | adw_breakpoint_set_condition(breakpoint, string)
| `- error: cannot find 'adw_breakpoint_set_condition' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
| `- error: cannot find 'adw_breakpoint_new' in scope
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
56 | storage.fields["breakpoint"] = breakpoint

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
| `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
56 | storage.fields["breakpoint"] = breakpoint
57 | if let matches = storage.fields["binding"] as? Binding {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope
57 | if let matches = storage.fields["binding"] as? Binding {
58 | Idle {
59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches)
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
60 | }
61 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: generic parameter 'T' could not be inferred
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
73 | }
74 | storage.fields["binding"] = matches

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: generic parameter 'T' could not be inferred
73 | }
74 | storage.fields["binding"] = matches

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope
96 | /// Initialize the widget.
97 | public func initializeWidget() -> Any {
98 | adw_breakpoint_bin_new()?.opaque() as Any
| `- error: cannot find 'adw_breakpoint_bin_new' in scope
99 | }
100 |

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope
93 | if storage.content[dialogID]?.first == nil {
94 | createDialog(storage: storage)
95 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred
94 | createDialog(storage: storage)
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
97 | storage.opaquePointer?.cast()
98 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
98 | )
99 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope
100 | let dialog = storage.content[dialogID]?.first?.opaquePointer
101 | if let appName {
102 | adw_about_dialog_set_application_name(dialog, appName)
| `- error: cannot find 'adw_about_dialog_set_application_name' in scope
103 | }
104 | if let developer {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope
103 | }
104 | if let developer {
105 | adw_about_dialog_set_developer_name(dialog, developer)
| `- error: cannot find 'adw_about_dialog_set_developer_name' in scope
106 | }
107 | if let version {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope
106 | }
107 | if let version {
108 | adw_about_dialog_set_version(dialog, version)
| `- error: cannot find 'adw_about_dialog_set_version' in scope
109 | }
110 | if let icon {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope
109 | }
110 | if let icon {
111 | adw_about_dialog_set_application_icon(dialog, icon.string)
| `- error: cannot find 'adw_about_dialog_set_application_icon' in scope
112 | }
113 | if let website {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope
112 | }
113 | if let website {
114 | adw_about_dialog_set_website(dialog, website.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_website' in scope
115 | }
116 | if let issues {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope
115 | }
116 | if let issues {
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_issue_url' in scope
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: generic parameter 'T' could not be inferred
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
124 | storage.content[dialogID] = []
125 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
124 | storage.content[dialogID] = []
125 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope
130 | /// - Parameter storage: The wrapped view's storage.
131 | func createDialog(storage: ViewStorage) {
132 | let pointer = adw_about_dialog_new()
| `- error: cannot find 'adw_about_dialog_new' in scope
133 | let dialog = ViewStorage(pointer?.opaque())
134 | storage.content[dialogID] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: cannot find 'adw_alert_dialog_set_heading' in scope
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: generic parameter 'T' could not be inferred
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: cannot find 'adw_alert_dialog_set_body' in scope
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: generic parameter 'T' could not be inferred
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: cannot find 'adw_alert_dialog_remove_response' in scope
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: cannot find 'adw_alert_dialog_add_response' in scope
150 | }
151 | )

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: generic parameter 'T' could not be inferred
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: generic parameter 'T' could not be inferred
150 | }
151 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
180 | switch element.appearance {
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
183 | pointer?.cast(),
184 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
183 | pointer?.cast(),
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT
| `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
186 | )
187 | case .suggested:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
183 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
186 | )
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
189 | pointer?.cast(),
190 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
189 | pointer?.cast(),
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED
| `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
192 | )
193 | case .destructive:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
189 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
192 | )
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
195 | pointer?.cast(),
196 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
195 | pointer?.cast(),
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE
| `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
198 | )
199 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
195 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_close_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_default_response' in scope
206 | }
207 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: generic parameter 'T' could not be inferred
206 | }
207 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: cannot find 'adw_alert_dialog_new' in scope
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope
222 | }
223 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope
95 | if storage.content[dialogID + id]?.first == nil {
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
99 | storage.opaquePointer?.cast()
100 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
100 | )
101 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: cannot find 'adw_dialog_set_title' in scope
105 | }
106 | if let width {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: cannot find 'adw_dialog_set_content_width' in scope
108 | }
109 | if let height {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
111 | }
112 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: generic parameter 'T' could not be inferred
111 | }
112 | } else {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
116 | storage.content[dialogID + id] = []
117 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
116 | storage.content[dialogID + id] = []
117 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope
129 | type: Data.Type
130 | ) where Data: ViewRenderData {
131 | let pointer = adw_dialog_new()
| `- error: cannot find 'adw_dialog_new' in scope
132 | let dialog = ViewStorage(pointer?.opaque())
133 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_dialog_set_child' in scope
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope
93 | if open.update, storage.fields["callbacks"] == nil {
94 | var unref: [OpaquePointer?] = []
95 | let pointer = gtk_file_dialog_new()
| `- error: cannot find 'gtk_file_dialog_new' in scope
96 | unref.append(pointer)
97 | if let initialName {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope
96 | unref.append(pointer)
97 | if let initialName {
98 | gtk_file_dialog_set_initial_name(pointer, initialName)
| `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope
99 | }
100 | if let extensions {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
103 | gtk_file_filter_add_suffix(filter, name)
104 | }
105 | gtk_file_dialog_set_default_filter(pointer, filter)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: 'nil' requires a contextual type
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
110 | if let initialFolder {
111 | let file = g_file_new_for_path(initialFolder.absoluteString)
112 | gtk_file_dialog_set_initial_folder(pointer, file)
| `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
113 | unref.append(file)
114 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope
185 | if storage.content[dialogID + id]?.first == nil {
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
189 | storage.opaquePointer?.cast()
190 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
190 | )
191 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope
214 | type: Data.Type
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
| `- error: cannot find 'adw_preferences_dialog_new' in scope
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
218 | let dialog = ViewStorage(pointer?.opaque())

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
| `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
218 | let dialog = ViewStorage(pointer?.opaque())
219 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: cannot find 'adw_preferences_dialog_add' in scope
231 | }
232 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: generic parameter 'T' could not be inferred
231 | }
232 | }

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [74/126] Compiling Core AlertDialog.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | - error: cannot find type 'AdwToolbarStyle' in scope
22 | .init(rawValue)
23 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: cannot find 'adw_breakpoint_bin_set_child' in scope
23 | },
24 | pointer: OpaquePointer.self,

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
39 | condition = .minWidth(.init(size) + padding)
40 | case let .naturalHeight(padding):
41 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
42 | var size: Int32 = 0
43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope
47 | }
48 | storage.fields["condition"] = condition
49 | let string = adw_breakpoint_condition_parse(condition.condition)
| `- error: cannot find 'adw_breakpoint_condition_parse' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope
49 | let string = adw_breakpoint_condition_parse(condition.condition)
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
| `- error: cannot find 'adw_breakpoint_get_condition' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
52 | adw_breakpoint_set_condition(breakpoint, string)
| `- error: cannot find 'adw_breakpoint_set_condition' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
| `- error: cannot find 'adw_breakpoint_new' in scope
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
56 | storage.fields["breakpoint"] = breakpoint

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
| `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
56 | storage.fields["breakpoint"] = breakpoint
57 | if let matches = storage.fields["binding"] as? Binding {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope
57 | if let matches = storage.fields["binding"] as? Binding {
58 | Idle {
59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches)
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
60 | }
61 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: generic parameter 'T' could not be inferred
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
73 | }
74 | storage.fields["binding"] = matches

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: generic parameter 'T' could not be inferred
73 | }
74 | storage.fields["binding"] = matches

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope
96 | /// Initialize the widget.
97 | public func initializeWidget() -> Any {
98 | adw_breakpoint_bin_new()?.opaque() as Any
| `- error: cannot find 'adw_breakpoint_bin_new' in scope
99 | }
100 |

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope
93 | if storage.content[dialogID]?.first == nil {
94 | createDialog(storage: storage)
95 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred
94 | createDialog(storage: storage)
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
97 | storage.opaquePointer?.cast()
98 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
98 | )
99 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope
100 | let dialog = storage.content[dialogID]?.first?.opaquePointer
101 | if let appName {
102 | adw_about_dialog_set_application_name(dialog, appName)
| `- error: cannot find 'adw_about_dialog_set_application_name' in scope
103 | }
104 | if let developer {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope
103 | }
104 | if let developer {
105 | adw_about_dialog_set_developer_name(dialog, developer)
| `- error: cannot find 'adw_about_dialog_set_developer_name' in scope
106 | }
107 | if let version {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope
106 | }
107 | if let version {
108 | adw_about_dialog_set_version(dialog, version)
| `- error: cannot find 'adw_about_dialog_set_version' in scope
109 | }
110 | if let icon {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope
109 | }
110 | if let icon {
111 | adw_about_dialog_set_application_icon(dialog, icon.string)
| `- error: cannot find 'adw_about_dialog_set_application_icon' in scope
112 | }
113 | if let website {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope
112 | }
113 | if let website {
114 | adw_about_dialog_set_website(dialog, website.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_website' in scope
115 | }
116 | if let issues {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope
115 | }
116 | if let issues {
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_issue_url' in scope
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: generic parameter 'T' could not be inferred
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
124 | storage.content[dialogID] = []
125 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
124 | storage.content[dialogID] = []
125 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope
130 | /// - Parameter storage: The wrapped view's storage.
131 | func createDialog(storage: ViewStorage) {
132 | let pointer = adw_about_dialog_new()
| `- error: cannot find 'adw_about_dialog_new' in scope
133 | let dialog = ViewStorage(pointer?.opaque())
134 | storage.content[dialogID] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: cannot find 'adw_alert_dialog_set_heading' in scope
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: generic parameter 'T' could not be inferred
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: cannot find 'adw_alert_dialog_set_body' in scope
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: generic parameter 'T' could not be inferred
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: cannot find 'adw_alert_dialog_remove_response' in scope
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: cannot find 'adw_alert_dialog_add_response' in scope
150 | }
151 | )

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: generic parameter 'T' could not be inferred
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: generic parameter 'T' could not be inferred
150 | }
151 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
180 | switch element.appearance {
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
183 | pointer?.cast(),
184 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
183 | pointer?.cast(),
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT
| `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
186 | )
187 | case .suggested:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
183 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
186 | )
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
189 | pointer?.cast(),
190 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
189 | pointer?.cast(),
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED
| `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
192 | )
193 | case .destructive:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
189 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
192 | )
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
195 | pointer?.cast(),
196 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
195 | pointer?.cast(),
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE
| `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
198 | )
199 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
195 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_close_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_default_response' in scope
206 | }
207 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: generic parameter 'T' could not be inferred
206 | }
207 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: cannot find 'adw_alert_dialog_new' in scope
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope
222 | }
223 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope
95 | if storage.content[dialogID + id]?.first == nil {
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
99 | storage.opaquePointer?.cast()
100 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
100 | )
101 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: cannot find 'adw_dialog_set_title' in scope
105 | }
106 | if let width {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: cannot find 'adw_dialog_set_content_width' in scope
108 | }
109 | if let height {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
111 | }
112 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: generic parameter 'T' could not be inferred
111 | }
112 | } else {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
116 | storage.content[dialogID + id] = []
117 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
116 | storage.content[dialogID + id] = []
117 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope
129 | type: Data.Type
130 | ) where Data: ViewRenderData {
131 | let pointer = adw_dialog_new()
| `- error: cannot find 'adw_dialog_new' in scope
132 | let dialog = ViewStorage(pointer?.opaque())
133 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_dialog_set_child' in scope
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope
93 | if open.update, storage.fields["callbacks"] == nil {
94 | var unref: [OpaquePointer?] = []
95 | let pointer = gtk_file_dialog_new()
| `- error: cannot find 'gtk_file_dialog_new' in scope
96 | unref.append(pointer)
97 | if let initialName {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope
96 | unref.append(pointer)
97 | if let initialName {
98 | gtk_file_dialog_set_initial_name(pointer, initialName)
| `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope
99 | }
100 | if let extensions {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
103 | gtk_file_filter_add_suffix(filter, name)
104 | }
105 | gtk_file_dialog_set_default_filter(pointer, filter)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: 'nil' requires a contextual type
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
110 | if let initialFolder {
111 | let file = g_file_new_for_path(initialFolder.absoluteString)
112 | gtk_file_dialog_set_initial_folder(pointer, file)
| `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
113 | unref.append(file)
114 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope
185 | if storage.content[dialogID + id]?.first == nil {
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
189 | storage.opaquePointer?.cast()
190 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
190 | )
191 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope
214 | type: Data.Type
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
| `- error: cannot find 'adw_preferences_dialog_new' in scope
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
218 | let dialog = ViewStorage(pointer?.opaque())

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
| `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
218 | let dialog = ViewStorage(pointer?.opaque())
219 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: cannot find 'adw_preferences_dialog_add' in scope
231 | }
232 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: generic parameter 'T' could not be inferred
231 | }
232 | }

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [75/126] Compiling Core Dialog.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | - error: cannot find type 'AdwToolbarStyle' in scope
22 | .init(rawValue)
23 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: cannot find 'adw_breakpoint_bin_set_child' in scope
23 | },
24 | pointer: OpaquePointer.self,

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
39 | condition = .minWidth(.init(size) + padding)
40 | case let .naturalHeight(padding):
41 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
42 | var size: Int32 = 0
43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope
47 | }
48 | storage.fields["condition"] = condition
49 | let string = adw_breakpoint_condition_parse(condition.condition)
| `- error: cannot find 'adw_breakpoint_condition_parse' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope
49 | let string = adw_breakpoint_condition_parse(condition.condition)
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
| `- error: cannot find 'adw_breakpoint_get_condition' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
52 | adw_breakpoint_set_condition(breakpoint, string)
| `- error: cannot find 'adw_breakpoint_set_condition' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
| `- error: cannot find 'adw_breakpoint_new' in scope
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
56 | storage.fields["breakpoint"] = breakpoint

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
| `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
56 | storage.fields["breakpoint"] = breakpoint
57 | if let matches = storage.fields["binding"] as? Binding {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope
57 | if let matches = storage.fields["binding"] as? Binding {
58 | Idle {
59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches)
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
60 | }
61 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: generic parameter 'T' could not be inferred
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
73 | }
74 | storage.fields["binding"] = matches

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: generic parameter 'T' could not be inferred
73 | }
74 | storage.fields["binding"] = matches

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope
96 | /// Initialize the widget.
97 | public func initializeWidget() -> Any {
98 | adw_breakpoint_bin_new()?.opaque() as Any
| `- error: cannot find 'adw_breakpoint_bin_new' in scope
99 | }
100 |

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope
93 | if storage.content[dialogID]?.first == nil {
94 | createDialog(storage: storage)
95 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred
94 | createDialog(storage: storage)
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
97 | storage.opaquePointer?.cast()
98 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
98 | )
99 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope
100 | let dialog = storage.content[dialogID]?.first?.opaquePointer
101 | if let appName {
102 | adw_about_dialog_set_application_name(dialog, appName)
| `- error: cannot find 'adw_about_dialog_set_application_name' in scope
103 | }
104 | if let developer {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope
103 | }
104 | if let developer {
105 | adw_about_dialog_set_developer_name(dialog, developer)
| `- error: cannot find 'adw_about_dialog_set_developer_name' in scope
106 | }
107 | if let version {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope
106 | }
107 | if let version {
108 | adw_about_dialog_set_version(dialog, version)
| `- error: cannot find 'adw_about_dialog_set_version' in scope
109 | }
110 | if let icon {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope
109 | }
110 | if let icon {
111 | adw_about_dialog_set_application_icon(dialog, icon.string)
| `- error: cannot find 'adw_about_dialog_set_application_icon' in scope
112 | }
113 | if let website {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope
112 | }
113 | if let website {
114 | adw_about_dialog_set_website(dialog, website.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_website' in scope
115 | }
116 | if let issues {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope
115 | }
116 | if let issues {
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_issue_url' in scope
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: generic parameter 'T' could not be inferred
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
124 | storage.content[dialogID] = []
125 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
124 | storage.content[dialogID] = []
125 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope
130 | /// - Parameter storage: The wrapped view's storage.
131 | func createDialog(storage: ViewStorage) {
132 | let pointer = adw_about_dialog_new()
| `- error: cannot find 'adw_about_dialog_new' in scope
133 | let dialog = ViewStorage(pointer?.opaque())
134 | storage.content[dialogID] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: cannot find 'adw_alert_dialog_set_heading' in scope
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: generic parameter 'T' could not be inferred
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: cannot find 'adw_alert_dialog_set_body' in scope
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: generic parameter 'T' could not be inferred
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: cannot find 'adw_alert_dialog_remove_response' in scope
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: cannot find 'adw_alert_dialog_add_response' in scope
150 | }
151 | )

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: generic parameter 'T' could not be inferred
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: generic parameter 'T' could not be inferred
150 | }
151 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
180 | switch element.appearance {
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
183 | pointer?.cast(),
184 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
183 | pointer?.cast(),
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT
| `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
186 | )
187 | case .suggested:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
183 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
186 | )
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
189 | pointer?.cast(),
190 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
189 | pointer?.cast(),
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED
| `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
192 | )
193 | case .destructive:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
189 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
192 | )
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
195 | pointer?.cast(),
196 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
195 | pointer?.cast(),
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE
| `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
198 | )
199 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
195 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_close_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_default_response' in scope
206 | }
207 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: generic parameter 'T' could not be inferred
206 | }
207 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: cannot find 'adw_alert_dialog_new' in scope
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope
222 | }
223 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope
95 | if storage.content[dialogID + id]?.first == nil {
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
99 | storage.opaquePointer?.cast()
100 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
100 | )
101 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: cannot find 'adw_dialog_set_title' in scope
105 | }
106 | if let width {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: cannot find 'adw_dialog_set_content_width' in scope
108 | }
109 | if let height {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
111 | }
112 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: generic parameter 'T' could not be inferred
111 | }
112 | } else {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
116 | storage.content[dialogID + id] = []
117 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
116 | storage.content[dialogID + id] = []
117 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope
129 | type: Data.Type
130 | ) where Data: ViewRenderData {
131 | let pointer = adw_dialog_new()
| `- error: cannot find 'adw_dialog_new' in scope
132 | let dialog = ViewStorage(pointer?.opaque())
133 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_dialog_set_child' in scope
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope
93 | if open.update, storage.fields["callbacks"] == nil {
94 | var unref: [OpaquePointer?] = []
95 | let pointer = gtk_file_dialog_new()
| `- error: cannot find 'gtk_file_dialog_new' in scope
96 | unref.append(pointer)
97 | if let initialName {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope
96 | unref.append(pointer)
97 | if let initialName {
98 | gtk_file_dialog_set_initial_name(pointer, initialName)
| `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope
99 | }
100 | if let extensions {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
103 | gtk_file_filter_add_suffix(filter, name)
104 | }
105 | gtk_file_dialog_set_default_filter(pointer, filter)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: 'nil' requires a contextual type
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
110 | if let initialFolder {
111 | let file = g_file_new_for_path(initialFolder.absoluteString)
112 | gtk_file_dialog_set_initial_folder(pointer, file)
| `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
113 | unref.append(file)
114 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope
185 | if storage.content[dialogID + id]?.first == nil {
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
189 | storage.opaquePointer?.cast()
190 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
190 | )
191 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope
214 | type: Data.Type
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
| `- error: cannot find 'adw_preferences_dialog_new' in scope
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
218 | let dialog = ViewStorage(pointer?.opaque())

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
| `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
218 | let dialog = ViewStorage(pointer?.opaque())
219 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: cannot find 'adw_preferences_dialog_add' in scope
231 | }
232 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: generic parameter 'T' could not be inferred
231 | }
232 | }

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [76/126] Compiling Core FileDialog.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | - error: cannot find type 'AdwToolbarStyle' in scope
22 | .init(rawValue)
23 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: cannot find 'adw_breakpoint_bin_set_child' in scope
23 | },
24 | pointer: OpaquePointer.self,

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
39 | condition = .minWidth(.init(size) + padding)
40 | case let .naturalHeight(padding):
41 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
42 | var size: Int32 = 0
43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope
47 | }
48 | storage.fields["condition"] = condition
49 | let string = adw_breakpoint_condition_parse(condition.condition)
| `- error: cannot find 'adw_breakpoint_condition_parse' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope
49 | let string = adw_breakpoint_condition_parse(condition.condition)
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
| `- error: cannot find 'adw_breakpoint_get_condition' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
52 | adw_breakpoint_set_condition(breakpoint, string)
| `- error: cannot find 'adw_breakpoint_set_condition' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
| `- error: cannot find 'adw_breakpoint_new' in scope
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
56 | storage.fields["breakpoint"] = breakpoint

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
| `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
56 | storage.fields["breakpoint"] = breakpoint
57 | if let matches = storage.fields["binding"] as? Binding {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope
57 | if let matches = storage.fields["binding"] as? Binding {
58 | Idle {
59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches)
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
60 | }
61 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: generic parameter 'T' could not be inferred
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
73 | }
74 | storage.fields["binding"] = matches

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: generic parameter 'T' could not be inferred
73 | }
74 | storage.fields["binding"] = matches

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope
96 | /// Initialize the widget.
97 | public func initializeWidget() -> Any {
98 | adw_breakpoint_bin_new()?.opaque() as Any
| `- error: cannot find 'adw_breakpoint_bin_new' in scope
99 | }
100 |

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope
93 | if storage.content[dialogID]?.first == nil {
94 | createDialog(storage: storage)
95 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred
94 | createDialog(storage: storage)
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
97 | storage.opaquePointer?.cast()
98 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
98 | )
99 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope
100 | let dialog = storage.content[dialogID]?.first?.opaquePointer
101 | if let appName {
102 | adw_about_dialog_set_application_name(dialog, appName)
| `- error: cannot find 'adw_about_dialog_set_application_name' in scope
103 | }
104 | if let developer {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope
103 | }
104 | if let developer {
105 | adw_about_dialog_set_developer_name(dialog, developer)
| `- error: cannot find 'adw_about_dialog_set_developer_name' in scope
106 | }
107 | if let version {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope
106 | }
107 | if let version {
108 | adw_about_dialog_set_version(dialog, version)
| `- error: cannot find 'adw_about_dialog_set_version' in scope
109 | }
110 | if let icon {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope
109 | }
110 | if let icon {
111 | adw_about_dialog_set_application_icon(dialog, icon.string)
| `- error: cannot find 'adw_about_dialog_set_application_icon' in scope
112 | }
113 | if let website {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope
112 | }
113 | if let website {
114 | adw_about_dialog_set_website(dialog, website.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_website' in scope
115 | }
116 | if let issues {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope
115 | }
116 | if let issues {
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_issue_url' in scope
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: generic parameter 'T' could not be inferred
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
124 | storage.content[dialogID] = []
125 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
124 | storage.content[dialogID] = []
125 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope
130 | /// - Parameter storage: The wrapped view's storage.
131 | func createDialog(storage: ViewStorage) {
132 | let pointer = adw_about_dialog_new()
| `- error: cannot find 'adw_about_dialog_new' in scope
133 | let dialog = ViewStorage(pointer?.opaque())
134 | storage.content[dialogID] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: cannot find 'adw_alert_dialog_set_heading' in scope
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: generic parameter 'T' could not be inferred
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: cannot find 'adw_alert_dialog_set_body' in scope
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: generic parameter 'T' could not be inferred
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: cannot find 'adw_alert_dialog_remove_response' in scope
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: cannot find 'adw_alert_dialog_add_response' in scope
150 | }
151 | )

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: generic parameter 'T' could not be inferred
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: generic parameter 'T' could not be inferred
150 | }
151 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
180 | switch element.appearance {
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
183 | pointer?.cast(),
184 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
183 | pointer?.cast(),
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT
| `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
186 | )
187 | case .suggested:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
183 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
186 | )
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
189 | pointer?.cast(),
190 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
189 | pointer?.cast(),
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED
| `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
192 | )
193 | case .destructive:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
189 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
192 | )
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
195 | pointer?.cast(),
196 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
195 | pointer?.cast(),
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE
| `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
198 | )
199 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
195 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_close_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_default_response' in scope
206 | }
207 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: generic parameter 'T' could not be inferred
206 | }
207 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: cannot find 'adw_alert_dialog_new' in scope
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope
222 | }
223 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope
95 | if storage.content[dialogID + id]?.first == nil {
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
99 | storage.opaquePointer?.cast()
100 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
100 | )
101 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: cannot find 'adw_dialog_set_title' in scope
105 | }
106 | if let width {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: cannot find 'adw_dialog_set_content_width' in scope
108 | }
109 | if let height {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
111 | }
112 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: generic parameter 'T' could not be inferred
111 | }
112 | } else {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
116 | storage.content[dialogID + id] = []
117 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
116 | storage.content[dialogID + id] = []
117 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope
129 | type: Data.Type
130 | ) where Data: ViewRenderData {
131 | let pointer = adw_dialog_new()
| `- error: cannot find 'adw_dialog_new' in scope
132 | let dialog = ViewStorage(pointer?.opaque())
133 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_dialog_set_child' in scope
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope
93 | if open.update, storage.fields["callbacks"] == nil {
94 | var unref: [OpaquePointer?] = []
95 | let pointer = gtk_file_dialog_new()
| `- error: cannot find 'gtk_file_dialog_new' in scope
96 | unref.append(pointer)
97 | if let initialName {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope
96 | unref.append(pointer)
97 | if let initialName {
98 | gtk_file_dialog_set_initial_name(pointer, initialName)
| `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope
99 | }
100 | if let extensions {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
103 | gtk_file_filter_add_suffix(filter, name)
104 | }
105 | gtk_file_dialog_set_default_filter(pointer, filter)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: 'nil' requires a contextual type
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
110 | if let initialFolder {
111 | let file = g_file_new_for_path(initialFolder.absoluteString)
112 | gtk_file_dialog_set_initial_folder(pointer, file)
| `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
113 | unref.append(file)
114 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope
185 | if storage.content[dialogID + id]?.first == nil {
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
189 | storage.opaquePointer?.cast()
190 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
190 | )
191 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope
214 | type: Data.Type
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
| `- error: cannot find 'adw_preferences_dialog_new' in scope
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
218 | let dialog = ViewStorage(pointer?.opaque())

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
| `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
218 | let dialog = ViewStorage(pointer?.opaque())
219 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: cannot find 'adw_preferences_dialog_add' in scope
231 | }
232 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: generic parameter 'T' could not be inferred
231 | }
232 | }

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [77/126] Compiling Core PreferencesDialog.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | - error: cannot find type 'AdwToolbarStyle' in scope
22 | .init(rawValue)
23 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: cannot find 'adw_breakpoint_bin_set_child' in scope
23 | },
24 | pointer: OpaquePointer.self,

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
39 | condition = .minWidth(.init(size) + padding)
40 | case let .naturalHeight(padding):
41 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
42 | var size: Int32 = 0
43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope
47 | }
48 | storage.fields["condition"] = condition
49 | let string = adw_breakpoint_condition_parse(condition.condition)
| `- error: cannot find 'adw_breakpoint_condition_parse' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope
49 | let string = adw_breakpoint_condition_parse(condition.condition)
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
| `- error: cannot find 'adw_breakpoint_get_condition' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
52 | adw_breakpoint_set_condition(breakpoint, string)
| `- error: cannot find 'adw_breakpoint_set_condition' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
| `- error: cannot find 'adw_breakpoint_new' in scope
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
56 | storage.fields["breakpoint"] = breakpoint

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
| `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
56 | storage.fields["breakpoint"] = breakpoint
57 | if let matches = storage.fields["binding"] as? Binding {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope
57 | if let matches = storage.fields["binding"] as? Binding {
58 | Idle {
59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches)
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
60 | }
61 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: generic parameter 'T' could not be inferred
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
73 | }
74 | storage.fields["binding"] = matches

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: generic parameter 'T' could not be inferred
73 | }
74 | storage.fields["binding"] = matches

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope
96 | /// Initialize the widget.
97 | public func initializeWidget() -> Any {
98 | adw_breakpoint_bin_new()?.opaque() as Any
| `- error: cannot find 'adw_breakpoint_bin_new' in scope
99 | }
100 |

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope
93 | if storage.content[dialogID]?.first == nil {
94 | createDialog(storage: storage)
95 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred
94 | createDialog(storage: storage)
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
97 | storage.opaquePointer?.cast()
98 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
98 | )
99 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope
100 | let dialog = storage.content[dialogID]?.first?.opaquePointer
101 | if let appName {
102 | adw_about_dialog_set_application_name(dialog, appName)
| `- error: cannot find 'adw_about_dialog_set_application_name' in scope
103 | }
104 | if let developer {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope
103 | }
104 | if let developer {
105 | adw_about_dialog_set_developer_name(dialog, developer)
| `- error: cannot find 'adw_about_dialog_set_developer_name' in scope
106 | }
107 | if let version {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope
106 | }
107 | if let version {
108 | adw_about_dialog_set_version(dialog, version)
| `- error: cannot find 'adw_about_dialog_set_version' in scope
109 | }
110 | if let icon {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope
109 | }
110 | if let icon {
111 | adw_about_dialog_set_application_icon(dialog, icon.string)
| `- error: cannot find 'adw_about_dialog_set_application_icon' in scope
112 | }
113 | if let website {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope
112 | }
113 | if let website {
114 | adw_about_dialog_set_website(dialog, website.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_website' in scope
115 | }
116 | if let issues {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope
115 | }
116 | if let issues {
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_issue_url' in scope
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: generic parameter 'T' could not be inferred
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
124 | storage.content[dialogID] = []
125 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
124 | storage.content[dialogID] = []
125 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope
130 | /// - Parameter storage: The wrapped view's storage.
131 | func createDialog(storage: ViewStorage) {
132 | let pointer = adw_about_dialog_new()
| `- error: cannot find 'adw_about_dialog_new' in scope
133 | let dialog = ViewStorage(pointer?.opaque())
134 | storage.content[dialogID] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: cannot find 'adw_alert_dialog_set_heading' in scope
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: generic parameter 'T' could not be inferred
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: cannot find 'adw_alert_dialog_set_body' in scope
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: generic parameter 'T' could not be inferred
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: cannot find 'adw_alert_dialog_remove_response' in scope
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: cannot find 'adw_alert_dialog_add_response' in scope
150 | }
151 | )

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: generic parameter 'T' could not be inferred
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: generic parameter 'T' could not be inferred
150 | }
151 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
180 | switch element.appearance {
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
183 | pointer?.cast(),
184 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
183 | pointer?.cast(),
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT
| `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
186 | )
187 | case .suggested:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
183 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
186 | )
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
189 | pointer?.cast(),
190 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
189 | pointer?.cast(),
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED
| `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
192 | )
193 | case .destructive:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
189 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
192 | )
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
195 | pointer?.cast(),
196 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
195 | pointer?.cast(),
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE
| `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
198 | )
199 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
195 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_close_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_default_response' in scope
206 | }
207 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: generic parameter 'T' could not be inferred
206 | }
207 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: cannot find 'adw_alert_dialog_new' in scope
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope
222 | }
223 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope
95 | if storage.content[dialogID + id]?.first == nil {
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
99 | storage.opaquePointer?.cast()
100 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
100 | )
101 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: cannot find 'adw_dialog_set_title' in scope
105 | }
106 | if let width {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: cannot find 'adw_dialog_set_content_width' in scope
108 | }
109 | if let height {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
111 | }
112 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: generic parameter 'T' could not be inferred
111 | }
112 | } else {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
116 | storage.content[dialogID + id] = []
117 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
116 | storage.content[dialogID + id] = []
117 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope
129 | type: Data.Type
130 | ) where Data: ViewRenderData {
131 | let pointer = adw_dialog_new()
| `- error: cannot find 'adw_dialog_new' in scope
132 | let dialog = ViewStorage(pointer?.opaque())
133 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_dialog_set_child' in scope
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope
93 | if open.update, storage.fields["callbacks"] == nil {
94 | var unref: [OpaquePointer?] = []
95 | let pointer = gtk_file_dialog_new()
| `- error: cannot find 'gtk_file_dialog_new' in scope
96 | unref.append(pointer)
97 | if let initialName {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope
96 | unref.append(pointer)
97 | if let initialName {
98 | gtk_file_dialog_set_initial_name(pointer, initialName)
| `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope
99 | }
100 | if let extensions {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
103 | gtk_file_filter_add_suffix(filter, name)
104 | }
105 | gtk_file_dialog_set_default_filter(pointer, filter)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: 'nil' requires a contextual type
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
110 | if let initialFolder {
111 | let file = g_file_new_for_path(initialFolder.absoluteString)
112 | gtk_file_dialog_set_initial_folder(pointer, file)
| `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
113 | unref.append(file)
114 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope
185 | if storage.content[dialogID + id]?.first == nil {
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
189 | storage.opaquePointer?.cast()
190 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
190 | )
191 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope
214 | type: Data.Type
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
| `- error: cannot find 'adw_preferences_dialog_new' in scope
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
218 | let dialog = ViewStorage(pointer?.opaque())

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
| `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
218 | let dialog = ViewStorage(pointer?.opaque())
219 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: cannot find 'adw_preferences_dialog_add' in scope
231 | }
232 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: generic parameter 'T' could not be inferred
231 | }
232 | }

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [78/126] Compiling Core DropDown+.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | - error: cannot find type 'AdwToolbarStyle' in scope
22 | .init(rawValue)
23 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: cannot find 'adw_breakpoint_bin_set_child' in scope
23 | },
24 | pointer: OpaquePointer.self,

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
39 | condition = .minWidth(.init(size) + padding)
40 | case let .naturalHeight(padding):
41 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
42 | var size: Int32 = 0
43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope
47 | }
48 | storage.fields["condition"] = condition
49 | let string = adw_breakpoint_condition_parse(condition.condition)
| `- error: cannot find 'adw_breakpoint_condition_parse' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope
49 | let string = adw_breakpoint_condition_parse(condition.condition)
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
| `- error: cannot find 'adw_breakpoint_get_condition' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
52 | adw_breakpoint_set_condition(breakpoint, string)
| `- error: cannot find 'adw_breakpoint_set_condition' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
| `- error: cannot find 'adw_breakpoint_new' in scope
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
56 | storage.fields["breakpoint"] = breakpoint

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
| `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
56 | storage.fields["breakpoint"] = breakpoint
57 | if let matches = storage.fields["binding"] as? Binding {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope
57 | if let matches = storage.fields["binding"] as? Binding {
58 | Idle {
59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches)
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
60 | }
61 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: generic parameter 'T' could not be inferred
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
73 | }
74 | storage.fields["binding"] = matches

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: generic parameter 'T' could not be inferred
73 | }
74 | storage.fields["binding"] = matches

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope
96 | /// Initialize the widget.
97 | public func initializeWidget() -> Any {
98 | adw_breakpoint_bin_new()?.opaque() as Any
| `- error: cannot find 'adw_breakpoint_bin_new' in scope
99 | }
100 |

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope
93 | if storage.content[dialogID]?.first == nil {
94 | createDialog(storage: storage)
95 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred
94 | createDialog(storage: storage)
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
97 | storage.opaquePointer?.cast()
98 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
98 | )
99 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope
100 | let dialog = storage.content[dialogID]?.first?.opaquePointer
101 | if let appName {
102 | adw_about_dialog_set_application_name(dialog, appName)
| `- error: cannot find 'adw_about_dialog_set_application_name' in scope
103 | }
104 | if let developer {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope
103 | }
104 | if let developer {
105 | adw_about_dialog_set_developer_name(dialog, developer)
| `- error: cannot find 'adw_about_dialog_set_developer_name' in scope
106 | }
107 | if let version {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope
106 | }
107 | if let version {
108 | adw_about_dialog_set_version(dialog, version)
| `- error: cannot find 'adw_about_dialog_set_version' in scope
109 | }
110 | if let icon {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope
109 | }
110 | if let icon {
111 | adw_about_dialog_set_application_icon(dialog, icon.string)
| `- error: cannot find 'adw_about_dialog_set_application_icon' in scope
112 | }
113 | if let website {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope
112 | }
113 | if let website {
114 | adw_about_dialog_set_website(dialog, website.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_website' in scope
115 | }
116 | if let issues {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope
115 | }
116 | if let issues {
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_issue_url' in scope
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: generic parameter 'T' could not be inferred
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
124 | storage.content[dialogID] = []
125 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
124 | storage.content[dialogID] = []
125 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope
130 | /// - Parameter storage: The wrapped view's storage.
131 | func createDialog(storage: ViewStorage) {
132 | let pointer = adw_about_dialog_new()
| `- error: cannot find 'adw_about_dialog_new' in scope
133 | let dialog = ViewStorage(pointer?.opaque())
134 | storage.content[dialogID] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: cannot find 'adw_alert_dialog_set_heading' in scope
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: generic parameter 'T' could not be inferred
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: cannot find 'adw_alert_dialog_set_body' in scope
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: generic parameter 'T' could not be inferred
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: cannot find 'adw_alert_dialog_remove_response' in scope
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: cannot find 'adw_alert_dialog_add_response' in scope
150 | }
151 | )

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: generic parameter 'T' could not be inferred
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: generic parameter 'T' could not be inferred
150 | }
151 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
180 | switch element.appearance {
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
183 | pointer?.cast(),
184 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
183 | pointer?.cast(),
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT
| `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
186 | )
187 | case .suggested:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
183 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
186 | )
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
189 | pointer?.cast(),
190 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
189 | pointer?.cast(),
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED
| `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
192 | )
193 | case .destructive:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
189 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
192 | )
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
195 | pointer?.cast(),
196 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
195 | pointer?.cast(),
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE
| `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
198 | )
199 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
195 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_close_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_default_response' in scope
206 | }
207 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: generic parameter 'T' could not be inferred
206 | }
207 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: cannot find 'adw_alert_dialog_new' in scope
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope
222 | }
223 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope
95 | if storage.content[dialogID + id]?.first == nil {
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
99 | storage.opaquePointer?.cast()
100 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
100 | )
101 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: cannot find 'adw_dialog_set_title' in scope
105 | }
106 | if let width {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: cannot find 'adw_dialog_set_content_width' in scope
108 | }
109 | if let height {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
111 | }
112 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: generic parameter 'T' could not be inferred
111 | }
112 | } else {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
116 | storage.content[dialogID + id] = []
117 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
116 | storage.content[dialogID + id] = []
117 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope
129 | type: Data.Type
130 | ) where Data: ViewRenderData {
131 | let pointer = adw_dialog_new()
| `- error: cannot find 'adw_dialog_new' in scope
132 | let dialog = ViewStorage(pointer?.opaque())
133 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_dialog_set_child' in scope
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope
93 | if open.update, storage.fields["callbacks"] == nil {
94 | var unref: [OpaquePointer?] = []
95 | let pointer = gtk_file_dialog_new()
| `- error: cannot find 'gtk_file_dialog_new' in scope
96 | unref.append(pointer)
97 | if let initialName {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope
96 | unref.append(pointer)
97 | if let initialName {
98 | gtk_file_dialog_set_initial_name(pointer, initialName)
| `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope
99 | }
100 | if let extensions {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
103 | gtk_file_filter_add_suffix(filter, name)
104 | }
105 | gtk_file_dialog_set_default_filter(pointer, filter)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: 'nil' requires a contextual type
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
110 | if let initialFolder {
111 | let file = g_file_new_for_path(initialFolder.absoluteString)
112 | gtk_file_dialog_set_initial_folder(pointer, file)
| `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
113 | unref.append(file)
114 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope
185 | if storage.content[dialogID + id]?.first == nil {
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
189 | storage.opaquePointer?.cast()
190 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
190 | )
191 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope
214 | type: Data.Type
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
| `- error: cannot find 'adw_preferences_dialog_new' in scope
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
218 | let dialog = ViewStorage(pointer?.opaque())

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
| `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
218 | let dialog = ViewStorage(pointer?.opaque())
219 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: cannot find 'adw_preferences_dialog_add' in scope
231 | }
232 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: generic parameter 'T' could not be inferred
231 | }
232 | }

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [79/126] Compiling Core EitherView.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | - error: cannot find type 'AdwToolbarStyle' in scope
22 | .init(rawValue)
23 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: cannot find 'adw_breakpoint_bin_set_child' in scope
23 | },
24 | pointer: OpaquePointer.self,

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
39 | condition = .minWidth(.init(size) + padding)
40 | case let .naturalHeight(padding):
41 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
42 | var size: Int32 = 0
43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope
47 | }
48 | storage.fields["condition"] = condition
49 | let string = adw_breakpoint_condition_parse(condition.condition)
| `- error: cannot find 'adw_breakpoint_condition_parse' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope
49 | let string = adw_breakpoint_condition_parse(condition.condition)
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
| `- error: cannot find 'adw_breakpoint_get_condition' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
52 | adw_breakpoint_set_condition(breakpoint, string)
| `- error: cannot find 'adw_breakpoint_set_condition' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
| `- error: cannot find 'adw_breakpoint_new' in scope
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
56 | storage.fields["breakpoint"] = breakpoint

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
| `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
56 | storage.fields["breakpoint"] = breakpoint
57 | if let matches = storage.fields["binding"] as? Binding {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope
57 | if let matches = storage.fields["binding"] as? Binding {
58 | Idle {
59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches)
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
60 | }
61 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: generic parameter 'T' could not be inferred
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
73 | }
74 | storage.fields["binding"] = matches

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: generic parameter 'T' could not be inferred
73 | }
74 | storage.fields["binding"] = matches

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope
96 | /// Initialize the widget.
97 | public func initializeWidget() -> Any {
98 | adw_breakpoint_bin_new()?.opaque() as Any
| `- error: cannot find 'adw_breakpoint_bin_new' in scope
99 | }
100 |

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope
93 | if storage.content[dialogID]?.first == nil {
94 | createDialog(storage: storage)
95 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred
94 | createDialog(storage: storage)
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
97 | storage.opaquePointer?.cast()
98 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
98 | )
99 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope
100 | let dialog = storage.content[dialogID]?.first?.opaquePointer
101 | if let appName {
102 | adw_about_dialog_set_application_name(dialog, appName)
| `- error: cannot find 'adw_about_dialog_set_application_name' in scope
103 | }
104 | if let developer {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope
103 | }
104 | if let developer {
105 | adw_about_dialog_set_developer_name(dialog, developer)
| `- error: cannot find 'adw_about_dialog_set_developer_name' in scope
106 | }
107 | if let version {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope
106 | }
107 | if let version {
108 | adw_about_dialog_set_version(dialog, version)
| `- error: cannot find 'adw_about_dialog_set_version' in scope
109 | }
110 | if let icon {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope
109 | }
110 | if let icon {
111 | adw_about_dialog_set_application_icon(dialog, icon.string)
| `- error: cannot find 'adw_about_dialog_set_application_icon' in scope
112 | }
113 | if let website {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope
112 | }
113 | if let website {
114 | adw_about_dialog_set_website(dialog, website.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_website' in scope
115 | }
116 | if let issues {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope
115 | }
116 | if let issues {
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_issue_url' in scope
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: generic parameter 'T' could not be inferred
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
124 | storage.content[dialogID] = []
125 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
124 | storage.content[dialogID] = []
125 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope
130 | /// - Parameter storage: The wrapped view's storage.
131 | func createDialog(storage: ViewStorage) {
132 | let pointer = adw_about_dialog_new()
| `- error: cannot find 'adw_about_dialog_new' in scope
133 | let dialog = ViewStorage(pointer?.opaque())
134 | storage.content[dialogID] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: cannot find 'adw_alert_dialog_set_heading' in scope
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: generic parameter 'T' could not be inferred
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: cannot find 'adw_alert_dialog_set_body' in scope
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: generic parameter 'T' could not be inferred
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: cannot find 'adw_alert_dialog_remove_response' in scope
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: cannot find 'adw_alert_dialog_add_response' in scope
150 | }
151 | )

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: generic parameter 'T' could not be inferred
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: generic parameter 'T' could not be inferred
150 | }
151 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
180 | switch element.appearance {
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
183 | pointer?.cast(),
184 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
183 | pointer?.cast(),
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT
| `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
186 | )
187 | case .suggested:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
183 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
186 | )
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
189 | pointer?.cast(),
190 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
189 | pointer?.cast(),
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED
| `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
192 | )
193 | case .destructive:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
189 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
192 | )
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
195 | pointer?.cast(),
196 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
195 | pointer?.cast(),
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE
| `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
198 | )
199 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
195 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_close_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_default_response' in scope
206 | }
207 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: generic parameter 'T' could not be inferred
206 | }
207 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: cannot find 'adw_alert_dialog_new' in scope
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope
222 | }
223 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope
95 | if storage.content[dialogID + id]?.first == nil {
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
99 | storage.opaquePointer?.cast()
100 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
100 | )
101 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: cannot find 'adw_dialog_set_title' in scope
105 | }
106 | if let width {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: cannot find 'adw_dialog_set_content_width' in scope
108 | }
109 | if let height {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
111 | }
112 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: generic parameter 'T' could not be inferred
111 | }
112 | } else {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
116 | storage.content[dialogID + id] = []
117 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
116 | storage.content[dialogID + id] = []
117 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope
129 | type: Data.Type
130 | ) where Data: ViewRenderData {
131 | let pointer = adw_dialog_new()
| `- error: cannot find 'adw_dialog_new' in scope
132 | let dialog = ViewStorage(pointer?.opaque())
133 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_dialog_set_child' in scope
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope
93 | if open.update, storage.fields["callbacks"] == nil {
94 | var unref: [OpaquePointer?] = []
95 | let pointer = gtk_file_dialog_new()
| `- error: cannot find 'gtk_file_dialog_new' in scope
96 | unref.append(pointer)
97 | if let initialName {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope
96 | unref.append(pointer)
97 | if let initialName {
98 | gtk_file_dialog_set_initial_name(pointer, initialName)
| `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope
99 | }
100 | if let extensions {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
103 | gtk_file_filter_add_suffix(filter, name)
104 | }
105 | gtk_file_dialog_set_default_filter(pointer, filter)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: 'nil' requires a contextual type
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
110 | if let initialFolder {
111 | let file = g_file_new_for_path(initialFolder.absoluteString)
112 | gtk_file_dialog_set_initial_folder(pointer, file)
| `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
113 | unref.append(file)
114 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope
185 | if storage.content[dialogID + id]?.first == nil {
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
189 | storage.opaquePointer?.cast()
190 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
190 | )
191 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope
214 | type: Data.Type
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
| `- error: cannot find 'adw_preferences_dialog_new' in scope
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
218 | let dialog = ViewStorage(pointer?.opaque())

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
| `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
218 | let dialog = ViewStorage(pointer?.opaque())
219 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: cannot find 'adw_preferences_dialog_add' in scope
231 | }
232 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: generic parameter 'T' could not be inferred
231 | }
232 | }

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [80/126] Compiling Core Entry+.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | - error: cannot find type 'AdwToolbarStyle' in scope
22 | .init(rawValue)
23 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: cannot find 'adw_breakpoint_bin_set_child' in scope
23 | },
24 | pointer: OpaquePointer.self,

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
39 | condition = .minWidth(.init(size) + padding)
40 | case let .naturalHeight(padding):
41 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
42 | var size: Int32 = 0
43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope
47 | }
48 | storage.fields["condition"] = condition
49 | let string = adw_breakpoint_condition_parse(condition.condition)
| `- error: cannot find 'adw_breakpoint_condition_parse' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope
49 | let string = adw_breakpoint_condition_parse(condition.condition)
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
| `- error: cannot find 'adw_breakpoint_get_condition' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
52 | adw_breakpoint_set_condition(breakpoint, string)
| `- error: cannot find 'adw_breakpoint_set_condition' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
| `- error: cannot find 'adw_breakpoint_new' in scope
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
56 | storage.fields["breakpoint"] = breakpoint

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
| `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
56 | storage.fields["breakpoint"] = breakpoint
57 | if let matches = storage.fields["binding"] as? Binding {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope
57 | if let matches = storage.fields["binding"] as? Binding {
58 | Idle {
59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches)
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
60 | }
61 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: generic parameter 'T' could not be inferred
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
73 | }
74 | storage.fields["binding"] = matches

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: generic parameter 'T' could not be inferred
73 | }
74 | storage.fields["binding"] = matches

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope
96 | /// Initialize the widget.
97 | public func initializeWidget() -> Any {
98 | adw_breakpoint_bin_new()?.opaque() as Any
| `- error: cannot find 'adw_breakpoint_bin_new' in scope
99 | }
100 |

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope
93 | if storage.content[dialogID]?.first == nil {
94 | createDialog(storage: storage)
95 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred
94 | createDialog(storage: storage)
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
97 | storage.opaquePointer?.cast()
98 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
98 | )
99 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope
100 | let dialog = storage.content[dialogID]?.first?.opaquePointer
101 | if let appName {
102 | adw_about_dialog_set_application_name(dialog, appName)
| `- error: cannot find 'adw_about_dialog_set_application_name' in scope
103 | }
104 | if let developer {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope
103 | }
104 | if let developer {
105 | adw_about_dialog_set_developer_name(dialog, developer)
| `- error: cannot find 'adw_about_dialog_set_developer_name' in scope
106 | }
107 | if let version {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope
106 | }
107 | if let version {
108 | adw_about_dialog_set_version(dialog, version)
| `- error: cannot find 'adw_about_dialog_set_version' in scope
109 | }
110 | if let icon {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope
109 | }
110 | if let icon {
111 | adw_about_dialog_set_application_icon(dialog, icon.string)
| `- error: cannot find 'adw_about_dialog_set_application_icon' in scope
112 | }
113 | if let website {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope
112 | }
113 | if let website {
114 | adw_about_dialog_set_website(dialog, website.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_website' in scope
115 | }
116 | if let issues {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope
115 | }
116 | if let issues {
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_issue_url' in scope
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: generic parameter 'T' could not be inferred
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
124 | storage.content[dialogID] = []
125 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
124 | storage.content[dialogID] = []
125 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope
130 | /// - Parameter storage: The wrapped view's storage.
131 | func createDialog(storage: ViewStorage) {
132 | let pointer = adw_about_dialog_new()
| `- error: cannot find 'adw_about_dialog_new' in scope
133 | let dialog = ViewStorage(pointer?.opaque())
134 | storage.content[dialogID] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: cannot find 'adw_alert_dialog_set_heading' in scope
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: generic parameter 'T' could not be inferred
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: cannot find 'adw_alert_dialog_set_body' in scope
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: generic parameter 'T' could not be inferred
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: cannot find 'adw_alert_dialog_remove_response' in scope
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: cannot find 'adw_alert_dialog_add_response' in scope
150 | }
151 | )

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: generic parameter 'T' could not be inferred
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: generic parameter 'T' could not be inferred
150 | }
151 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
180 | switch element.appearance {
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
183 | pointer?.cast(),
184 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
183 | pointer?.cast(),
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT
| `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
186 | )
187 | case .suggested:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
183 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
186 | )
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
189 | pointer?.cast(),
190 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
189 | pointer?.cast(),
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED
| `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
192 | )
193 | case .destructive:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
189 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
192 | )
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
195 | pointer?.cast(),
196 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
195 | pointer?.cast(),
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE
| `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
198 | )
199 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
195 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_close_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_default_response' in scope
206 | }
207 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: generic parameter 'T' could not be inferred
206 | }
207 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: cannot find 'adw_alert_dialog_new' in scope
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope
222 | }
223 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope
95 | if storage.content[dialogID + id]?.first == nil {
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
99 | storage.opaquePointer?.cast()
100 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
100 | )
101 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: cannot find 'adw_dialog_set_title' in scope
105 | }
106 | if let width {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: cannot find 'adw_dialog_set_content_width' in scope
108 | }
109 | if let height {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
111 | }
112 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: generic parameter 'T' could not be inferred
111 | }
112 | } else {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
116 | storage.content[dialogID + id] = []
117 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
116 | storage.content[dialogID + id] = []
117 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope
129 | type: Data.Type
130 | ) where Data: ViewRenderData {
131 | let pointer = adw_dialog_new()
| `- error: cannot find 'adw_dialog_new' in scope
132 | let dialog = ViewStorage(pointer?.opaque())
133 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_dialog_set_child' in scope
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope
93 | if open.update, storage.fields["callbacks"] == nil {
94 | var unref: [OpaquePointer?] = []
95 | let pointer = gtk_file_dialog_new()
| `- error: cannot find 'gtk_file_dialog_new' in scope
96 | unref.append(pointer)
97 | if let initialName {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope
96 | unref.append(pointer)
97 | if let initialName {
98 | gtk_file_dialog_set_initial_name(pointer, initialName)
| `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope
99 | }
100 | if let extensions {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
103 | gtk_file_filter_add_suffix(filter, name)
104 | }
105 | gtk_file_dialog_set_default_filter(pointer, filter)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: 'nil' requires a contextual type
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
110 | if let initialFolder {
111 | let file = g_file_new_for_path(initialFolder.absoluteString)
112 | gtk_file_dialog_set_initial_folder(pointer, file)
| `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
113 | unref.append(file)
114 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope
185 | if storage.content[dialogID + id]?.first == nil {
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
189 | storage.opaquePointer?.cast()
190 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
190 | )
191 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope
214 | type: Data.Type
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
| `- error: cannot find 'adw_preferences_dialog_new' in scope
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
218 | let dialog = ViewStorage(pointer?.opaque())

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
| `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
218 | let dialog = ViewStorage(pointer?.opaque())
219 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: cannot find 'adw_preferences_dialog_add' in scope
231 | }
232 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: generic parameter 'T' could not be inferred
231 | }
232 | }

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [81/126] Compiling Core Fixed+.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | - error: cannot find type 'AdwToolbarStyle' in scope
22 | .init(rawValue)
23 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: cannot find 'adw_breakpoint_bin_set_child' in scope
23 | },
24 | pointer: OpaquePointer.self,

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred
20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil)
21 | gtk_widget_set_size_request(bin.cast(), width, height)
22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast())
| `- error: generic parameter 'T' could not be inferred
23 | },
24 | pointer: OpaquePointer.self,

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope
39 | condition = .minWidth(.init(size) + padding)
40 | case let .naturalHeight(padding):
41 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
42 | var size: Int32 = 0
43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope
47 | }
48 | storage.fields["condition"] = condition
49 | let string = adw_breakpoint_condition_parse(condition.condition)
| `- error: cannot find 'adw_breakpoint_condition_parse' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope
49 | let string = adw_breakpoint_condition_parse(condition.condition)
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
| `- error: cannot find 'adw_breakpoint_get_condition' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope
50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer {
51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast())
52 | adw_breakpoint_set_condition(breakpoint, string)
| `- error: cannot find 'adw_breakpoint_set_condition' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope
52 | adw_breakpoint_set_condition(breakpoint, string)
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
| `- error: cannot find 'adw_breakpoint_new' in scope
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
56 | storage.fields["breakpoint"] = breakpoint

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
53 | } else {
54 | let breakpoint = adw_breakpoint_new(string)
55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint)
| `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope
56 | storage.fields["breakpoint"] = breakpoint
57 | if let matches = storage.fields["binding"] as? Binding {

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope
57 | if let matches = storage.fields["binding"] as? Binding {
58 | Idle {
59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches)
| `- error: cannot find 'adw_breakpoint_bin_get_child' in scope
60 | }
61 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred
34 | switch condition {
35 | case let .naturalWidth(padding):
36 | let child = adw_breakpoint_bin_get_child(bin.cast())
| `- error: generic parameter 'T' could not be inferred
37 | var size: Int32 = 0
38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope
73 | }
74 | storage.fields["binding"] = matches

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred
70 | observe: { bin, matches, storage in
71 | storage.notify(name: "current-breakpoint") {
72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil
| `- error: generic parameter 'T' could not be inferred
73 | }
74 | storage.fields["binding"] = matches

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope
96 | /// Initialize the widget.
97 | public func initializeWidget() -> Any {
98 | adw_breakpoint_bin_new()?.opaque() as Any
| `- error: cannot find 'adw_breakpoint_bin_new' in scope
99 | }
100 |

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope
93 | if storage.content[dialogID]?.first == nil {
94 | createDialog(storage: storage)
95 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred
94 | createDialog(storage: storage)
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
97 | storage.opaquePointer?.cast()
98 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred
95 | adw_dialog_present(
96 | storage.content[dialogID]?.first?.opaquePointer?.cast(),
97 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
98 | )
99 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope
100 | let dialog = storage.content[dialogID]?.first?.opaquePointer
101 | if let appName {
102 | adw_about_dialog_set_application_name(dialog, appName)
| `- error: cannot find 'adw_about_dialog_set_application_name' in scope
103 | }
104 | if let developer {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope
103 | }
104 | if let developer {
105 | adw_about_dialog_set_developer_name(dialog, developer)
| `- error: cannot find 'adw_about_dialog_set_developer_name' in scope
106 | }
107 | if let version {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope
106 | }
107 | if let version {
108 | adw_about_dialog_set_version(dialog, version)
| `- error: cannot find 'adw_about_dialog_set_version' in scope
109 | }
110 | if let icon {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope
109 | }
110 | if let icon {
111 | adw_about_dialog_set_application_icon(dialog, icon.string)
| `- error: cannot find 'adw_about_dialog_set_application_icon' in scope
112 | }
113 | if let website {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope
112 | }
113 | if let website {
114 | adw_about_dialog_set_website(dialog, website.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_website' in scope
115 | }
116 | if let issues {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope
115 | }
116 | if let issues {
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
| `- error: cannot find 'adw_about_dialog_set_issue_url' in scope
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred
117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString)
118 | }
119 | adw_dialog_set_content_height(dialog?.cast(), -1)
| `- error: generic parameter 'T' could not be inferred
120 | } else {
121 | if storage.content[dialogID]?.first != nil {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
124 | storage.content[dialogID] = []
125 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred
121 | if storage.content[dialogID]?.first != nil {
122 | let dialog = storage.content[dialogID]?.first?.opaquePointer
123 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
124 | storage.content[dialogID] = []
125 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope
130 | /// - Parameter storage: The wrapped view's storage.
131 | func createDialog(storage: ViewStorage) {
132 | let pointer = adw_about_dialog_new()
| `- error: cannot find 'adw_about_dialog_new' in scope
133 | let dialog = ViewStorage(pointer?.opaque())
134 | storage.content[dialogID] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: cannot find 'adw_alert_dialog_set_heading' in scope
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred
139 | }
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
| `- error: generic parameter 'T' could not be inferred
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: cannot find 'adw_alert_dialog_set_body' in scope
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred
140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer
141 | adw_alert_dialog_set_heading(pointer?.cast(), heading)
142 | adw_alert_dialog_set_body(pointer?.cast(), body)
| `- error: generic parameter 'T' could not be inferred
143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? []
144 | old.identifiableTransform(

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: cannot find 'adw_alert_dialog_remove_response' in scope
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: cannot find 'adw_alert_dialog_add_response' in scope
150 | }
151 | )

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred
145 | to: responses,
146 | functions: .init { index in
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
| `- error: generic parameter 'T' could not be inferred
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred
147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id))
148 | } insert: { _, element in
149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title)
| `- error: generic parameter 'T' could not be inferred
150 | }
151 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred
167 | if storage.content[Self.dialogID + id]?.first != nil {
168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer
169 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
170 | storage.content[Self.dialogID] = []
171 | storage.content["extra-child"] = nil

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
180 | switch element.appearance {
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
183 | pointer?.cast(),
184 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
183 | pointer?.cast(),
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT
| `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope
186 | )
187 | case .suggested:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred
181 | case .default:
182 | adw_alert_dialog_set_response_appearance(
183 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
184 | responseID(element.id),
185 | ADW_RESPONSE_DEFAULT

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
186 | )
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
189 | pointer?.cast(),
190 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
189 | pointer?.cast(),
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED
| `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope
192 | )
193 | case .destructive:

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred
187 | case .suggested:
188 | adw_alert_dialog_set_response_appearance(
189 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
190 | responseID(element.id),
191 | ADW_RESPONSE_SUGGESTED

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
192 | )
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
| `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope
195 | pointer?.cast(),
196 | responseID(element.id),

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
195 | pointer?.cast(),
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE
| `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope
198 | )
199 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred
193 | case .destructive:
194 | adw_alert_dialog_set_response_appearance(
195 | pointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
196 | responseID(element.id),
197 | ADW_RESPONSE_DESTRUCTIVE

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_close_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred
200 | }
201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first {
202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id))
| `- error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: cannot find 'adw_alert_dialog_set_default_response' in scope
206 | }
207 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred
203 | }
204 | if let defaultResponse = responses.first(where: { $0.role == .default }) {
205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id))
| `- error: generic parameter 'T' could not be inferred
206 | }
207 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: cannot find 'adw_alert_dialog_new' in scope
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type
212 | /// - data: The widget data.
213 | func createDialog(storage: ViewStorage, data: WidgetData) {
214 | let pointer = adw_alert_dialog_new(nil, nil)
| `- error: 'nil' requires a contextual type
215 | let dialog = ViewStorage(pointer?.opaque())
216 | storage.content[Self.dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope
222 | }
223 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred
219 | let childPointer = child.pointer as? OpaquePointer
220 | storage.content["extra-child"] = [child]
221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast())
| `- error: generic parameter 'T' could not be inferred
222 | }
223 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope
95 | if storage.content[dialogID + id]?.first == nil {
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred
96 | createDialog(storage: storage, data: data, type: type)
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
99 | storage.opaquePointer?.cast()
100 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred
97 | adw_dialog_present(
98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
99 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
100 | )
101 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: cannot find 'adw_dialog_set_title' in scope
105 | }
106 | if let width {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred
102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer
103 | if let title {
104 | adw_dialog_set_title(pointer?.cast(), title)
| `- error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: cannot find 'adw_dialog_set_content_width' in scope
108 | }
109 | if let height {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred
105 | }
106 | if let width {
107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt)
| `- error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: cannot find 'adw_dialog_set_content_height' in scope
111 | }
112 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred
108 | }
109 | if let height {
110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt)
| `- error: generic parameter 'T' could not be inferred
111 | }
112 | } else {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
116 | storage.content[dialogID + id] = []
117 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred
113 | if storage.content[dialogID + id]?.first != nil {
114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
115 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
116 | storage.content[dialogID + id] = []
117 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope
129 | type: Data.Type
130 | ) where Data: ViewRenderData {
131 | let pointer = adw_dialog_new()
| `- error: cannot find 'adw_dialog_new' in scope
132 | let dialog = ViewStorage(pointer?.opaque())
133 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: cannot find 'adw_dialog_set_child' in scope
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred
133 | storage.content[dialogID + id] = [dialog]
134 | let contentStorage = content.storage(data: data, type: type)
135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
136 | storage.content[contentID + id] = [contentStorage]
137 | dialog.connectSignal(name: "closed") {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope
93 | if open.update, storage.fields["callbacks"] == nil {
94 | var unref: [OpaquePointer?] = []
95 | let pointer = gtk_file_dialog_new()
| `- error: cannot find 'gtk_file_dialog_new' in scope
96 | unref.append(pointer)
97 | if let initialName {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope
96 | unref.append(pointer)
97 | if let initialName {
98 | gtk_file_dialog_set_initial_name(pointer, initialName)
| `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope
99 | }
100 | if let extensions {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
103 | gtk_file_filter_add_suffix(filter, name)
104 | }
105 | gtk_file_dialog_set_default_filter(pointer, filter)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type
106 | unref.append(filter)
107 | } else {
108 | gtk_file_dialog_set_default_filter(pointer, nil)
| `- error: 'nil' requires a contextual type
109 | }
110 | if let initialFolder {

/******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
110 | if let initialFolder {
111 | let file = g_file_new_for_path(initialFolder.absoluteString)
112 | gtk_file_dialog_set_initial_folder(pointer, file)
| `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope
113 | unref.append(file)
114 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope
185 | if storage.content[dialogID + id]?.first == nil {
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
| `- error: cannot find 'adw_dialog_present' in scope
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred
186 | createDialog(storage: storage, data: data, type: type)
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
| `- error: generic parameter 'T' could not be inferred
189 | storage.opaquePointer?.cast()
190 | )

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred
187 | adw_dialog_present(
188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(),
189 | storage.opaquePointer?.cast()
| `- error: generic parameter 'T' could not be inferred
190 | )
191 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: cannot find 'adw_dialog_close' in scope
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred
193 | if storage.content[dialogID + id]?.first != nil {
194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer
195 | adw_dialog_close(dialog?.cast())
| `- error: generic parameter 'T' could not be inferred
196 | g_object_unref(dialog?.cast())
197 | for index in pages.indices {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope
214 | type: Data.Type
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
| `- error: cannot find 'adw_preferences_dialog_new' in scope
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
218 | let dialog = ViewStorage(pointer?.opaque())

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
215 | ) where Data: ViewRenderData {
216 | let pointer = adw_preferences_dialog_new()
217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1)
| `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope
218 | let dialog = ViewStorage(pointer?.opaque())
219 | storage.content[dialogID + id] = [dialog]

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: cannot find 'adw_preferences_dialog_add' in scope
231 | }
232 | }

/******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred
228 | storage.content["preferences-(index)"] = page.1
229 | storage.fields["preferences-(index)"] = page.0
230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast())
| `- error: generic parameter 'T' could not be inferred
231 | }
232 | }

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [82/126] Compiling Core FlowBox+.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | - error: cannot find 'adw_spin_row_set_range' in scope
40 | }
41 | }

/******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope
54 | var newSelf = self
55 | newSelf.updateFunctions.append { storage, _, _ in
56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_adjustment' in scope
57 | gtk_adjustment_set_step_increment(adjustment, step)
58 | }

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
175 | }
176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
178 | }
179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: generic parameter 'T' could not be inferred
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope
71 | /// - Returns: The view storage.
72 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
73 | let storage = ViewStorage(adw_banner_new(title)?.opaque())
| `- error: cannot find 'adw_banner_new' in scope
74 | for function in appearFunctions {
75 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope
95 |
96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel {
97 | adw_banner_set_button_label(widget, buttonLabel)
| `- error: cannot find 'adw_banner_set_button_label' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift💯17: error: cannot find 'adw_banner_set_revealed' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {
100 | adw_banner_set_revealed(widget, revealed.cBool)
| `- error: cannot find 'adw_banner_set_revealed' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {
103 | adw_banner_set_title(widget, title)
| `- error: cannot find 'adw_banner_set_title' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
106 | adw_banner_set_use_markup(widget, useMarkup.cBool)
| - error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [83/126] Compiling Core ForEach.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | - error: cannot find 'adw_spin_row_set_range' in scope
40 | }
41 | }

/******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope
54 | var newSelf = self
55 | newSelf.updateFunctions.append { storage, _, _ in
56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_adjustment' in scope
57 | gtk_adjustment_set_step_increment(adjustment, step)
58 | }

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
175 | }
176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
178 | }
179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: generic parameter 'T' could not be inferred
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope
71 | /// - Returns: The view storage.
72 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
73 | let storage = ViewStorage(adw_banner_new(title)?.opaque())
| `- error: cannot find 'adw_banner_new' in scope
74 | for function in appearFunctions {
75 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope
95 |
96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel {
97 | adw_banner_set_button_label(widget, buttonLabel)
| `- error: cannot find 'adw_banner_set_button_label' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift💯17: error: cannot find 'adw_banner_set_revealed' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {
100 | adw_banner_set_revealed(widget, revealed.cBool)
| `- error: cannot find 'adw_banner_set_revealed' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {
103 | adw_banner_set_title(widget, title)
| `- error: cannot find 'adw_banner_set_title' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
106 | adw_banner_set_use_markup(widget, useMarkup.cBool)
| - error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [84/126] Compiling Core ActionRow+.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | - error: cannot find 'adw_spin_row_set_range' in scope
40 | }
41 | }

/******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope
54 | var newSelf = self
55 | newSelf.updateFunctions.append { storage, _, _ in
56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_adjustment' in scope
57 | gtk_adjustment_set_step_increment(adjustment, step)
58 | }

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
175 | }
176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
178 | }
179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: generic parameter 'T' could not be inferred
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope
71 | /// - Returns: The view storage.
72 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
73 | let storage = ViewStorage(adw_banner_new(title)?.opaque())
| `- error: cannot find 'adw_banner_new' in scope
74 | for function in appearFunctions {
75 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope
95 |
96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel {
97 | adw_banner_set_button_label(widget, buttonLabel)
| `- error: cannot find 'adw_banner_set_button_label' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift💯17: error: cannot find 'adw_banner_set_revealed' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {
100 | adw_banner_set_revealed(widget, revealed.cBool)
| `- error: cannot find 'adw_banner_set_revealed' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {
103 | adw_banner_set_title(widget, title)
| `- error: cannot find 'adw_banner_set_title' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
106 | adw_banner_set_use_markup(widget, useMarkup.cBool)
| - error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [85/126] Compiling Core ComboRow+.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | - error: cannot find 'adw_spin_row_set_range' in scope
40 | }
41 | }

/******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope
54 | var newSelf = self
55 | newSelf.updateFunctions.append { storage, _, _ in
56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_adjustment' in scope
57 | gtk_adjustment_set_step_increment(adjustment, step)
58 | }

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
175 | }
176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
178 | }
179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: generic parameter 'T' could not be inferred
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope
71 | /// - Returns: The view storage.
72 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
73 | let storage = ViewStorage(adw_banner_new(title)?.opaque())
| `- error: cannot find 'adw_banner_new' in scope
74 | for function in appearFunctions {
75 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope
95 |
96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel {
97 | adw_banner_set_button_label(widget, buttonLabel)
| `- error: cannot find 'adw_banner_set_button_label' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift💯17: error: cannot find 'adw_banner_set_revealed' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {
100 | adw_banner_set_revealed(widget, revealed.cBool)
| `- error: cannot find 'adw_banner_set_revealed' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {
103 | adw_banner_set_title(widget, title)
| `- error: cannot find 'adw_banner_set_title' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
106 | adw_banner_set_use_markup(widget, useMarkup.cBool)
| - error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [86/126] Compiling Core EntryRow+.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | - error: cannot find 'adw_spin_row_set_range' in scope
40 | }
41 | }

/******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope
54 | var newSelf = self
55 | newSelf.updateFunctions.append { storage, _, _ in
56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_adjustment' in scope
57 | gtk_adjustment_set_step_increment(adjustment, step)
58 | }

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
175 | }
176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
178 | }
179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: generic parameter 'T' could not be inferred
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope
71 | /// - Returns: The view storage.
72 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
73 | let storage = ViewStorage(adw_banner_new(title)?.opaque())
| `- error: cannot find 'adw_banner_new' in scope
74 | for function in appearFunctions {
75 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope
95 |
96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel {
97 | adw_banner_set_button_label(widget, buttonLabel)
| `- error: cannot find 'adw_banner_set_button_label' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift💯17: error: cannot find 'adw_banner_set_revealed' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {
100 | adw_banner_set_revealed(widget, revealed.cBool)
| `- error: cannot find 'adw_banner_set_revealed' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {
103 | adw_banner_set_title(widget, title)
| `- error: cannot find 'adw_banner_set_title' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
106 | adw_banner_set_use_markup(widget, useMarkup.cBool)
| - error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [87/126] Compiling Core Form.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | - error: cannot find 'adw_spin_row_set_range' in scope
40 | }
41 | }

/******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope
54 | var newSelf = self
55 | newSelf.updateFunctions.append { storage, _, _ in
56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_adjustment' in scope
57 | gtk_adjustment_set_step_increment(adjustment, step)
58 | }

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
175 | }
176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
178 | }
179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: generic parameter 'T' could not be inferred
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope
71 | /// - Returns: The view storage.
72 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
73 | let storage = ViewStorage(adw_banner_new(title)?.opaque())
| `- error: cannot find 'adw_banner_new' in scope
74 | for function in appearFunctions {
75 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope
95 |
96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel {
97 | adw_banner_set_button_label(widget, buttonLabel)
| `- error: cannot find 'adw_banner_set_button_label' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift💯17: error: cannot find 'adw_banner_set_revealed' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {
100 | adw_banner_set_revealed(widget, revealed.cBool)
| `- error: cannot find 'adw_banner_set_revealed' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {
103 | adw_banner_set_title(widget, title)
| `- error: cannot find 'adw_banner_set_title' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
106 | adw_banner_set_use_markup(widget, useMarkup.cBool)
| - error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [88/126] Compiling Core FormSection+.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | - error: cannot find 'adw_spin_row_set_range' in scope
40 | }
41 | }

/******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope
54 | var newSelf = self
55 | newSelf.updateFunctions.append { storage, _, _ in
56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_adjustment' in scope
57 | gtk_adjustment_set_step_increment(adjustment, step)
58 | }

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
175 | }
176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
178 | }
179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: generic parameter 'T' could not be inferred
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope
71 | /// - Returns: The view storage.
72 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
73 | let storage = ViewStorage(adw_banner_new(title)?.opaque())
| `- error: cannot find 'adw_banner_new' in scope
74 | for function in appearFunctions {
75 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope
95 |
96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel {
97 | adw_banner_set_button_label(widget, buttonLabel)
| `- error: cannot find 'adw_banner_set_button_label' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift💯17: error: cannot find 'adw_banner_set_revealed' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {
100 | adw_banner_set_revealed(widget, revealed.cBool)
| `- error: cannot find 'adw_banner_set_revealed' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {
103 | adw_banner_set_title(widget, title)
| `- error: cannot find 'adw_banner_set_title' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
106 | adw_banner_set_use_markup(widget, useMarkup.cBool)
| - error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [89/126] Compiling Core PasswordEntryRow+.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | - error: cannot find 'adw_spin_row_set_range' in scope
40 | }
41 | }

/******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope
54 | var newSelf = self
55 | newSelf.updateFunctions.append { storage, _, _ in
56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_adjustment' in scope
57 | gtk_adjustment_set_step_increment(adjustment, step)
58 | }

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
175 | }
176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
178 | }
179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: generic parameter 'T' could not be inferred
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope
71 | /// - Returns: The view storage.
72 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
73 | let storage = ViewStorage(adw_banner_new(title)?.opaque())
| `- error: cannot find 'adw_banner_new' in scope
74 | for function in appearFunctions {
75 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope
95 |
96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel {
97 | adw_banner_set_button_label(widget, buttonLabel)
| `- error: cannot find 'adw_banner_set_button_label' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift💯17: error: cannot find 'adw_banner_set_revealed' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {
100 | adw_banner_set_revealed(widget, revealed.cBool)
| `- error: cannot find 'adw_banner_set_revealed' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {
103 | adw_banner_set_title(widget, title)
| `- error: cannot find 'adw_banner_set_title' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
106 | adw_banner_set_use_markup(widget, useMarkup.cBool)
| - error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [90/126] Compiling Core SpinRow+.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | - error: cannot find 'adw_spin_row_set_range' in scope
40 | }
41 | }

/******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope
54 | var newSelf = self
55 | newSelf.updateFunctions.append { storage, _, _ in
56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_adjustment' in scope
57 | gtk_adjustment_set_step_increment(adjustment, step)
58 | }

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
175 | }
176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
178 | }
179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: generic parameter 'T' could not be inferred
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope
71 | /// - Returns: The view storage.
72 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
73 | let storage = ViewStorage(adw_banner_new(title)?.opaque())
| `- error: cannot find 'adw_banner_new' in scope
74 | for function in appearFunctions {
75 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope
95 |
96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel {
97 | adw_banner_set_button_label(widget, buttonLabel)
| `- error: cannot find 'adw_banner_set_button_label' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift💯17: error: cannot find 'adw_banner_set_revealed' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {
100 | adw_banner_set_revealed(widget, revealed.cBool)
| `- error: cannot find 'adw_banner_set_revealed' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {
103 | adw_banner_set_title(widget, title)
| `- error: cannot find 'adw_banner_set_title' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
106 | adw_banner_set_use_markup(widget, useMarkup.cBool)
| - error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [91/126] Compiling Core SwitchRow+.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | - error: cannot find 'adw_spin_row_set_range' in scope
40 | }
41 | }

/******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope
54 | var newSelf = self
55 | newSelf.updateFunctions.append { storage, _, _ in
56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_adjustment' in scope
57 | gtk_adjustment_set_step_increment(adjustment, step)
58 | }

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
175 | }
176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
178 | }
179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: generic parameter 'T' could not be inferred
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope
71 | /// - Returns: The view storage.
72 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
73 | let storage = ViewStorage(adw_banner_new(title)?.opaque())
| `- error: cannot find 'adw_banner_new' in scope
74 | for function in appearFunctions {
75 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope
95 |
96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel {
97 | adw_banner_set_button_label(widget, buttonLabel)
| `- error: cannot find 'adw_banner_set_button_label' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift💯17: error: cannot find 'adw_banner_set_revealed' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {
100 | adw_banner_set_revealed(widget, revealed.cBool)
| `- error: cannot find 'adw_banner_set_revealed' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {
103 | adw_banner_set_title(widget, title)
| `- error: cannot find 'adw_banner_set_title' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
106 | adw_banner_set_use_markup(widget, useMarkup.cBool)
| - error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [92/126] Compiling Core ActionRow.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | - error: cannot find 'adw_spin_row_set_range' in scope
40 | }
41 | }

/******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope
54 | var newSelf = self
55 | newSelf.updateFunctions.append { storage, _, _ in
56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_adjustment' in scope
57 | gtk_adjustment_set_step_increment(adjustment, step)
58 | }

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
175 | }
176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
178 | }
179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: generic parameter 'T' could not be inferred
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope
71 | /// - Returns: The view storage.
72 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
73 | let storage = ViewStorage(adw_banner_new(title)?.opaque())
| `- error: cannot find 'adw_banner_new' in scope
74 | for function in appearFunctions {
75 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope
95 |
96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel {
97 | adw_banner_set_button_label(widget, buttonLabel)
| `- error: cannot find 'adw_banner_set_button_label' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift💯17: error: cannot find 'adw_banner_set_revealed' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {
100 | adw_banner_set_revealed(widget, revealed.cBool)
| `- error: cannot find 'adw_banner_set_revealed' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {
103 | adw_banner_set_title(widget, title)
| `- error: cannot find 'adw_banner_set_title' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
106 | adw_banner_set_use_markup(widget, useMarkup.cBool)
| - error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [93/126] Compiling Core AspectFrame.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | - error: cannot find 'adw_spin_row_set_range' in scope
40 | }
41 | }

/******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope
54 | var newSelf = self
55 | newSelf.updateFunctions.append { storage, _, _ in
56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_adjustment' in scope
57 | gtk_adjustment_set_step_increment(adjustment, step)
58 | }

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
175 | }
176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
178 | }
179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: generic parameter 'T' could not be inferred
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope
71 | /// - Returns: The view storage.
72 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
73 | let storage = ViewStorage(adw_banner_new(title)?.opaque())
| `- error: cannot find 'adw_banner_new' in scope
74 | for function in appearFunctions {
75 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope
95 |
96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel {
97 | adw_banner_set_button_label(widget, buttonLabel)
| `- error: cannot find 'adw_banner_set_button_label' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift💯17: error: cannot find 'adw_banner_set_revealed' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {
100 | adw_banner_set_revealed(widget, revealed.cBool)
| `- error: cannot find 'adw_banner_set_revealed' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {
103 | adw_banner_set_title(widget, title)
| `- error: cannot find 'adw_banner_set_title' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
106 | adw_banner_set_use_markup(widget, useMarkup.cBool)
| - error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [94/126] Compiling Core Avatar.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | - error: cannot find 'adw_spin_row_set_range' in scope
40 | }
41 | }

/******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope
54 | var newSelf = self
55 | newSelf.updateFunctions.append { storage, _, _ in
56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_adjustment' in scope
57 | gtk_adjustment_set_step_increment(adjustment, step)
58 | }

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
175 | }
176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
178 | }
179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: generic parameter 'T' could not be inferred
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope
71 | /// - Returns: The view storage.
72 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
73 | let storage = ViewStorage(adw_banner_new(title)?.opaque())
| `- error: cannot find 'adw_banner_new' in scope
74 | for function in appearFunctions {
75 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope
95 |
96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel {
97 | adw_banner_set_button_label(widget, buttonLabel)
| `- error: cannot find 'adw_banner_set_button_label' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift💯17: error: cannot find 'adw_banner_set_revealed' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {
100 | adw_banner_set_revealed(widget, revealed.cBool)
| `- error: cannot find 'adw_banner_set_revealed' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {
103 | adw_banner_set_title(widget, title)
| `- error: cannot find 'adw_banner_set_title' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
106 | adw_banner_set_use_markup(widget, useMarkup.cBool)
| - error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [95/126] Compiling Core Banner.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | - error: cannot find 'adw_spin_row_set_range' in scope
40 | }
41 | }

/******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope
54 | var newSelf = self
55 | newSelf.updateFunctions.append { storage, _, _ in
56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer)
| `- error: cannot find 'adw_spin_row_get_adjustment' in scope
57 | gtk_adjustment_set_step_increment(adjustment, step)
58 | }

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
175 | }
176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
178 | }
179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred
166 | }
167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: generic parameter 'T' could not be inferred
169 | }
170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope
71 | /// - Returns: The view storage.
72 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
73 | let storage = ViewStorage(adw_banner_new(title)?.opaque())
| `- error: cannot find 'adw_banner_new' in scope
74 | for function in appearFunctions {
75 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope
95 |
96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel {
97 | adw_banner_set_button_label(widget, buttonLabel)
| `- error: cannot find 'adw_banner_set_button_label' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift💯17: error: cannot find 'adw_banner_set_revealed' in scope
98 | }
99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed {
100 | adw_banner_set_revealed(widget, revealed.cBool)
| `- error: cannot find 'adw_banner_set_revealed' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope
101 | }
102 | if updateProperties, (storage.previousState as? Self)?.title != title {
103 | adw_banner_set_title(widget, title)
| `- error: cannot find 'adw_banner_set_title' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {

/******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope
104 | }
105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
106 | adw_banner_set_use_markup(widget, useMarkup.cBool)
| - error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [96/126] Compiling Core Bin.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | - error: cannot find 'gtk_box_set_baseline_child' in scope
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred
109 |
110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild {
111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt)
| `- error: generic parameter 'T' could not be inferred
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope
100 |
101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
102 | adw_button_content_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_button_content_set_can_shrink' in scope
103 | }
104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
126 | }
127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast {
128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool)
| `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
129 | }
130 | if let widget = storage.content["startWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: cannot find 'gtk_check_button_set_child' in scope
137 | }
138 |

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: cannot find 'adw_combo_row_set_enable_search' in scope
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
194 | }
195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
197 | }
198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
206 | }
207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
209 | }
210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: generic parameter 'T' could not be inferred
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope
105 | /// - Returns: The view storage.
106 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
107 | let storage = ViewStorage(adw_entry_row_new()?.opaque())
| `- error: cannot find 'adw_entry_row_new' in scope
108 | for function in appearFunctions {
109 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
152 | }
153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
155 | }
156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
158 | }
159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
164 | }
165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
167 | }
168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_expander_row_add_suffix' in scope
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope
171 | }
172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {
173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_title_lines' in scope
174 | }
175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
180 | }
181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: generic parameter 'T' could not be inferred
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [97/126] Compiling Core Box.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | - error: cannot find 'gtk_box_set_baseline_child' in scope
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred
109 |
110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild {
111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt)
| `- error: generic parameter 'T' could not be inferred
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope
100 |
101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
102 | adw_button_content_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_button_content_set_can_shrink' in scope
103 | }
104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
126 | }
127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast {
128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool)
| `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
129 | }
130 | if let widget = storage.content["startWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: cannot find 'gtk_check_button_set_child' in scope
137 | }
138 |

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: cannot find 'adw_combo_row_set_enable_search' in scope
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
194 | }
195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
197 | }
198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
206 | }
207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
209 | }
210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: generic parameter 'T' could not be inferred
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope
105 | /// - Returns: The view storage.
106 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
107 | let storage = ViewStorage(adw_entry_row_new()?.opaque())
| `- error: cannot find 'adw_entry_row_new' in scope
108 | for function in appearFunctions {
109 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
152 | }
153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
155 | }
156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
158 | }
159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
164 | }
165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
167 | }
168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_expander_row_add_suffix' in scope
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope
171 | }
172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {
173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_title_lines' in scope
174 | }
175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
180 | }
181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: generic parameter 'T' could not be inferred
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [98/126] Compiling Core Button.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | - error: cannot find 'gtk_box_set_baseline_child' in scope
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred
109 |
110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild {
111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt)
| `- error: generic parameter 'T' could not be inferred
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope
100 |
101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
102 | adw_button_content_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_button_content_set_can_shrink' in scope
103 | }
104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
126 | }
127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast {
128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool)
| `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
129 | }
130 | if let widget = storage.content["startWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: cannot find 'gtk_check_button_set_child' in scope
137 | }
138 |

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: cannot find 'adw_combo_row_set_enable_search' in scope
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
194 | }
195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
197 | }
198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
206 | }
207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
209 | }
210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: generic parameter 'T' could not be inferred
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope
105 | /// - Returns: The view storage.
106 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
107 | let storage = ViewStorage(adw_entry_row_new()?.opaque())
| `- error: cannot find 'adw_entry_row_new' in scope
108 | for function in appearFunctions {
109 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
152 | }
153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
155 | }
156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
158 | }
159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
164 | }
165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
167 | }
168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_expander_row_add_suffix' in scope
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope
171 | }
172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {
173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_title_lines' in scope
174 | }
175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
180 | }
181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: generic parameter 'T' could not be inferred
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [99/126] Compiling Core ButtonContent.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | - error: cannot find 'gtk_box_set_baseline_child' in scope
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred
109 |
110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild {
111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt)
| `- error: generic parameter 'T' could not be inferred
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope
100 |
101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
102 | adw_button_content_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_button_content_set_can_shrink' in scope
103 | }
104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
126 | }
127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast {
128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool)
| `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
129 | }
130 | if let widget = storage.content["startWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: cannot find 'gtk_check_button_set_child' in scope
137 | }
138 |

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: cannot find 'adw_combo_row_set_enable_search' in scope
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
194 | }
195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
197 | }
198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
206 | }
207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
209 | }
210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: generic parameter 'T' could not be inferred
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope
105 | /// - Returns: The view storage.
106 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
107 | let storage = ViewStorage(adw_entry_row_new()?.opaque())
| `- error: cannot find 'adw_entry_row_new' in scope
108 | for function in appearFunctions {
109 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
152 | }
153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
155 | }
156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
158 | }
159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
164 | }
165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
167 | }
168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_expander_row_add_suffix' in scope
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope
171 | }
172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {
173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_title_lines' in scope
174 | }
175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
180 | }
181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: generic parameter 'T' could not be inferred
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [100/126] Compiling Core Carousel.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | - error: cannot find 'gtk_box_set_baseline_child' in scope
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred
109 |
110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild {
111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt)
| `- error: generic parameter 'T' could not be inferred
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope
100 |
101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
102 | adw_button_content_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_button_content_set_can_shrink' in scope
103 | }
104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
126 | }
127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast {
128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool)
| `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
129 | }
130 | if let widget = storage.content["startWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: cannot find 'gtk_check_button_set_child' in scope
137 | }
138 |

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: cannot find 'adw_combo_row_set_enable_search' in scope
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
194 | }
195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
197 | }
198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
206 | }
207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
209 | }
210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: generic parameter 'T' could not be inferred
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope
105 | /// - Returns: The view storage.
106 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
107 | let storage = ViewStorage(adw_entry_row_new()?.opaque())
| `- error: cannot find 'adw_entry_row_new' in scope
108 | for function in appearFunctions {
109 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
152 | }
153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
155 | }
156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
158 | }
159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
164 | }
165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
167 | }
168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_expander_row_add_suffix' in scope
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope
171 | }
172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {
173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_title_lines' in scope
174 | }
175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
180 | }
181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: generic parameter 'T' could not be inferred
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [101/126] Compiling Core CenterBox.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | - error: cannot find 'gtk_box_set_baseline_child' in scope
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred
109 |
110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild {
111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt)
| `- error: generic parameter 'T' could not be inferred
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope
100 |
101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
102 | adw_button_content_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_button_content_set_can_shrink' in scope
103 | }
104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
126 | }
127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast {
128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool)
| `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
129 | }
130 | if let widget = storage.content["startWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: cannot find 'gtk_check_button_set_child' in scope
137 | }
138 |

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: cannot find 'adw_combo_row_set_enable_search' in scope
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
194 | }
195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
197 | }
198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
206 | }
207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
209 | }
210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: generic parameter 'T' could not be inferred
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope
105 | /// - Returns: The view storage.
106 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
107 | let storage = ViewStorage(adw_entry_row_new()?.opaque())
| `- error: cannot find 'adw_entry_row_new' in scope
108 | for function in appearFunctions {
109 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
152 | }
153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
155 | }
156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
158 | }
159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
164 | }
165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
167 | }
168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_expander_row_add_suffix' in scope
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope
171 | }
172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {
173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_title_lines' in scope
174 | }
175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
180 | }
181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: generic parameter 'T' could not be inferred
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [102/126] Compiling Core CheckButton.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | - error: cannot find 'gtk_box_set_baseline_child' in scope
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred
109 |
110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild {
111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt)
| `- error: generic parameter 'T' could not be inferred
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope
100 |
101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
102 | adw_button_content_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_button_content_set_can_shrink' in scope
103 | }
104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
126 | }
127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast {
128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool)
| `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
129 | }
130 | if let widget = storage.content["startWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: cannot find 'gtk_check_button_set_child' in scope
137 | }
138 |

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: cannot find 'adw_combo_row_set_enable_search' in scope
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
194 | }
195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
197 | }
198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
206 | }
207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
209 | }
210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: generic parameter 'T' could not be inferred
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope
105 | /// - Returns: The view storage.
106 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
107 | let storage = ViewStorage(adw_entry_row_new()?.opaque())
| `- error: cannot find 'adw_entry_row_new' in scope
108 | for function in appearFunctions {
109 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
152 | }
153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
155 | }
156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
158 | }
159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
164 | }
165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
167 | }
168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_expander_row_add_suffix' in scope
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope
171 | }
172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {
173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_title_lines' in scope
174 | }
175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
180 | }
181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: generic parameter 'T' could not be inferred
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [103/126] Compiling Core Clamp.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | - error: cannot find 'gtk_box_set_baseline_child' in scope
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred
109 |
110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild {
111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt)
| `- error: generic parameter 'T' could not be inferred
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope
100 |
101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
102 | adw_button_content_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_button_content_set_can_shrink' in scope
103 | }
104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
126 | }
127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast {
128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool)
| `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
129 | }
130 | if let widget = storage.content["startWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: cannot find 'gtk_check_button_set_child' in scope
137 | }
138 |

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: cannot find 'adw_combo_row_set_enable_search' in scope
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
194 | }
195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
197 | }
198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
206 | }
207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
209 | }
210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: generic parameter 'T' could not be inferred
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope
105 | /// - Returns: The view storage.
106 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
107 | let storage = ViewStorage(adw_entry_row_new()?.opaque())
| `- error: cannot find 'adw_entry_row_new' in scope
108 | for function in appearFunctions {
109 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
152 | }
153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
155 | }
156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
158 | }
159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
164 | }
165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
167 | }
168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_expander_row_add_suffix' in scope
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope
171 | }
172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {
173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_title_lines' in scope
174 | }
175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
180 | }
181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: generic parameter 'T' could not be inferred
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [104/126] Compiling Core ComboRow.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | - error: cannot find 'gtk_box_set_baseline_child' in scope
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred
109 |
110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild {
111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt)
| `- error: generic parameter 'T' could not be inferred
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope
100 |
101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
102 | adw_button_content_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_button_content_set_can_shrink' in scope
103 | }
104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
126 | }
127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast {
128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool)
| `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
129 | }
130 | if let widget = storage.content["startWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: cannot find 'gtk_check_button_set_child' in scope
137 | }
138 |

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: cannot find 'adw_combo_row_set_enable_search' in scope
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
194 | }
195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
197 | }
198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
206 | }
207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
209 | }
210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: generic parameter 'T' could not be inferred
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope
105 | /// - Returns: The view storage.
106 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
107 | let storage = ViewStorage(adw_entry_row_new()?.opaque())
| `- error: cannot find 'adw_entry_row_new' in scope
108 | for function in appearFunctions {
109 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
152 | }
153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
155 | }
156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
158 | }
159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
164 | }
165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
167 | }
168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_expander_row_add_suffix' in scope
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope
171 | }
172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {
173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_title_lines' in scope
174 | }
175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
180 | }
181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: generic parameter 'T' could not be inferred
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [105/126] Compiling Core DropDown.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | - error: cannot find 'gtk_box_set_baseline_child' in scope
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred
109 |
110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild {
111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt)
| `- error: generic parameter 'T' could not be inferred
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope
100 |
101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
102 | adw_button_content_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_button_content_set_can_shrink' in scope
103 | }
104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
126 | }
127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast {
128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool)
| `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
129 | }
130 | if let widget = storage.content["startWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: cannot find 'gtk_check_button_set_child' in scope
137 | }
138 |

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: cannot find 'adw_combo_row_set_enable_search' in scope
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
194 | }
195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
197 | }
198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
206 | }
207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
209 | }
210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: generic parameter 'T' could not be inferred
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope
105 | /// - Returns: The view storage.
106 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
107 | let storage = ViewStorage(adw_entry_row_new()?.opaque())
| `- error: cannot find 'adw_entry_row_new' in scope
108 | for function in appearFunctions {
109 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
152 | }
153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
155 | }
156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
158 | }
159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
164 | }
165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
167 | }
168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_expander_row_add_suffix' in scope
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope
171 | }
172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {
173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_title_lines' in scope
174 | }
175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
180 | }
181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: generic parameter 'T' could not be inferred
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [106/126] Compiling Core Entry.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | - error: cannot find 'gtk_box_set_baseline_child' in scope
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred
109 |
110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild {
111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt)
| `- error: generic parameter 'T' could not be inferred
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope
100 |
101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
102 | adw_button_content_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_button_content_set_can_shrink' in scope
103 | }
104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
126 | }
127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast {
128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool)
| `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
129 | }
130 | if let widget = storage.content["startWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: cannot find 'gtk_check_button_set_child' in scope
137 | }
138 |

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: cannot find 'adw_combo_row_set_enable_search' in scope
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
194 | }
195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
197 | }
198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
206 | }
207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
209 | }
210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: generic parameter 'T' could not be inferred
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope
105 | /// - Returns: The view storage.
106 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
107 | let storage = ViewStorage(adw_entry_row_new()?.opaque())
| `- error: cannot find 'adw_entry_row_new' in scope
108 | for function in appearFunctions {
109 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
152 | }
153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
155 | }
156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
158 | }
159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
164 | }
165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
167 | }
168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_expander_row_add_suffix' in scope
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope
171 | }
172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {
173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_title_lines' in scope
174 | }
175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
180 | }
181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: generic parameter 'T' could not be inferred
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [107/126] Compiling Core EntryRow.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | - error: cannot find 'gtk_box_set_baseline_child' in scope
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred
109 |
110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild {
111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt)
| `- error: generic parameter 'T' could not be inferred
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope
100 |
101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
102 | adw_button_content_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_button_content_set_can_shrink' in scope
103 | }
104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
126 | }
127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast {
128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool)
| `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
129 | }
130 | if let widget = storage.content["startWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: cannot find 'gtk_check_button_set_child' in scope
137 | }
138 |

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: cannot find 'adw_combo_row_set_enable_search' in scope
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
194 | }
195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
197 | }
198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
206 | }
207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
209 | }
210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: generic parameter 'T' could not be inferred
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope
105 | /// - Returns: The view storage.
106 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
107 | let storage = ViewStorage(adw_entry_row_new()?.opaque())
| `- error: cannot find 'adw_entry_row_new' in scope
108 | for function in appearFunctions {
109 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
152 | }
153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
155 | }
156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
158 | }
159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
164 | }
165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
167 | }
168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_expander_row_add_suffix' in scope
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope
171 | }
172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {
173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_title_lines' in scope
174 | }
175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
180 | }
181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: generic parameter 'T' could not be inferred
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [108/126] Compiling Core ExpanderRow.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | - error: cannot find 'gtk_box_set_baseline_child' in scope
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred
109 |
110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild {
111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt)
| `- error: generic parameter 'T' could not be inferred
112 | }
113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: cannot find 'gtk_button_set_can_shrink' in scope
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred
133 | }
134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool)
| `- error: generic parameter 'T' could not be inferred
136 | }
137 | if let widget = storage.content["child"]?.first {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope
100 |
101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink {
102 | adw_button_content_set_can_shrink(widget, canShrink.cBool)
| `- error: cannot find 'adw_button_content_set_can_shrink' in scope
103 | }
104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
126 | }
127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast {
128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool)
| `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope
129 | }
130 | if let widget = storage.content["startWidget"]?.first {

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: cannot find 'gtk_check_button_set_child' in scope
137 | }
138 |

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred
134 | if let childStorage = child?().storage(data: data, type: type) {
135 | storage.content["child"] = [childStorage]
136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
137 | }
138 |

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: cannot find 'adw_combo_row_set_enable_search' in scope
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
194 | }
195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable {
196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool)
| `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope
197 | }
198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
206 | }
207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
209 | }
210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle {

/******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred
182 | }
183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch {
184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool)
| `- error: generic parameter 'T' could not be inferred
185 | }
186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope
105 | /// - Returns: The view storage.
106 | public func container(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
107 | let storage = ViewStorage(adw_entry_row_new()?.opaque())
| `- error: cannot find 'adw_entry_row_new' in scope
108 | for function in appearFunctions {
109 | function(storage, data)

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_suffix' in scope
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred
114 | for view in suffix() {
115 | suffixStorage.append(view.storage(data: data, type: type))
116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
117 | }
118 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_entry_row_add_prefix' in scope
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred
120 | for view in prefix() {
121 | prefixStorage.append(view.storage(data: data, type: type))
122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
123 | }
124 | storage.content["prefix"] = prefixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: cannot find 'adw_entry_row_set_activates_default' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {
151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool)
| `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope
152 | }
153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {

/******/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 {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope
155 | }
156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {
157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool)
| `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope
158 | }
159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
164 | }
165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
167 | }
168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred
146 |
147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault {
148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool)
| `- error: generic parameter 'T' could not be inferred
149 | }
150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion {

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: cannot find 'adw_expander_row_add_suffix' in scope
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred
119 | for view in suffix() {
120 | suffixStorage.append(view.storage(data: data, type: type))
121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast())
| `- error: generic parameter 'T' could not be inferred
122 | }
123 | storage.content["suffix"] = suffixStorage

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope
171 | }
172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines {
173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt)
| `- error: cannot find 'adw_expander_row_set_title_lines' in scope
174 | }
175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope
177 | }
178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup {
179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool)
| `- error: cannot find 'adw_preferences_row_set_use_markup' in scope
180 | }
181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline {

/******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred
165 | }
166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines {
167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt)
| `- error: generic parameter 'T' could not be inferred
168 | }
169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/******/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() -> UnsafeMutablePointer {
| - note: in call to function 'cast()' 13 | .init(self) 14 | } [109/126] Compiling Core NavigationSplitView.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | - error: cannot find 'adw_navigation_split_view_new' in scope
46 | var content: [String: [ViewStorage]] = [:]
47 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: cannot find 'adw_navigation_page_new' in scope
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: generic parameter 'T' could not be inferred
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init'
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: cannot find 'adw_navigation_page_new' in scope
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: generic parameter 'T' could not be inferred
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_content' in scope
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init'
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
65 |
66 | storage.notify(name: "show-content") {
67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
68 | }
69 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
90 | }
91 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
90 | }
91 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
97 | }
98 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
97 | }
98 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
100 | return
101 | }
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope
109 | }
110 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope
29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self)
30 | storage.fields[.mainContent] = [initialStorage]
31 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: cannot find 'adw_navigation_page_new' in scope
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope
38 | return
39 | }
40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() {
| `- error: cannot find 'adw_navigation_page_get_child' in scope
41 | storages.removeLast()
42 | storage.fields[.mainContent] = storages

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: generic parameter 'T' could not be inferred
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope
107 | case .pop:
108 | if storages.count > 1 {
109 | adw_navigation_view_pop(storage.opaquePointer)
| `- error: cannot find 'adw_navigation_view_pop' in scope
110 | storages.removeLast()
111 | } else { print("Warning: removing the initial view is not allowed.") }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope
114 | contentStorage.fields[Self.componentID] = component
115 | storages.append(contentStorage)
116 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: cannot find 'adw_navigation_page_new' in scope
119 | )
120 | default:

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: generic parameter 'T' could not be inferred
119 | )
120 | default:

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
32 | var newSelf = self
33 | newSelf.updateFunctions.append { storage, _, _ in
34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
35 | }
36 | return newSelf

/******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope
81 | let insert: (String) -> Void = { title in
82 | if let element = elements.first(where: { $0.title == title }) {
83 | adw_view_stack_add_titled_with_icon(
| - error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [110/126] Compiling Core NavigationView+.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | - error: cannot find 'adw_navigation_split_view_new' in scope
46 | var content: [String: [ViewStorage]] = [:]
47 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: cannot find 'adw_navigation_page_new' in scope
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: generic parameter 'T' could not be inferred
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init'
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: cannot find 'adw_navigation_page_new' in scope
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: generic parameter 'T' could not be inferred
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_content' in scope
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init'
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
65 |
66 | storage.notify(name: "show-content") {
67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
68 | }
69 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
90 | }
91 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
90 | }
91 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
97 | }
98 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
97 | }
98 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
100 | return
101 | }
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope
109 | }
110 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope
29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self)
30 | storage.fields[.mainContent] = [initialStorage]
31 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: cannot find 'adw_navigation_page_new' in scope
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope
38 | return
39 | }
40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() {
| `- error: cannot find 'adw_navigation_page_get_child' in scope
41 | storages.removeLast()
42 | storage.fields[.mainContent] = storages

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: generic parameter 'T' could not be inferred
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope
107 | case .pop:
108 | if storages.count > 1 {
109 | adw_navigation_view_pop(storage.opaquePointer)
| `- error: cannot find 'adw_navigation_view_pop' in scope
110 | storages.removeLast()
111 | } else { print("Warning: removing the initial view is not allowed.") }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope
114 | contentStorage.fields[Self.componentID] = component
115 | storages.append(contentStorage)
116 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: cannot find 'adw_navigation_page_new' in scope
119 | )
120 | default:

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: generic parameter 'T' could not be inferred
119 | )
120 | default:

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
32 | var newSelf = self
33 | newSelf.updateFunctions.append { storage, _, _ in
34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
35 | }
36 | return newSelf

/******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope
81 | let insert: (String) -> Void = { title in
82 | if let element = elements.first(where: { $0.title == title }) {
83 | adw_view_stack_add_titled_with_icon(
| - error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [111/126] Compiling Core OverlaySplitView+.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | - error: cannot find 'adw_navigation_split_view_new' in scope
46 | var content: [String: [ViewStorage]] = [:]
47 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: cannot find 'adw_navigation_page_new' in scope
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: generic parameter 'T' could not be inferred
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init'
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: cannot find 'adw_navigation_page_new' in scope
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: generic parameter 'T' could not be inferred
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_content' in scope
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init'
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
65 |
66 | storage.notify(name: "show-content") {
67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
68 | }
69 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
90 | }
91 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
90 | }
91 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
97 | }
98 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
97 | }
98 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
100 | return
101 | }
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope
109 | }
110 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope
29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self)
30 | storage.fields[.mainContent] = [initialStorage]
31 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: cannot find 'adw_navigation_page_new' in scope
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope
38 | return
39 | }
40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() {
| `- error: cannot find 'adw_navigation_page_get_child' in scope
41 | storages.removeLast()
42 | storage.fields[.mainContent] = storages

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: generic parameter 'T' could not be inferred
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope
107 | case .pop:
108 | if storages.count > 1 {
109 | adw_navigation_view_pop(storage.opaquePointer)
| `- error: cannot find 'adw_navigation_view_pop' in scope
110 | storages.removeLast()
111 | } else { print("Warning: removing the initial view is not allowed.") }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope
114 | contentStorage.fields[Self.componentID] = component
115 | storages.append(contentStorage)
116 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: cannot find 'adw_navigation_page_new' in scope
119 | )
120 | default:

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: generic parameter 'T' could not be inferred
119 | )
120 | default:

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
32 | var newSelf = self
33 | newSelf.updateFunctions.append { storage, _, _ in
34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
35 | }
36 | return newSelf

/******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope
81 | let insert: (String) -> Void = { title in
82 | if let element = elements.first(where: { $0.title == title }) {
83 | adw_view_stack_add_titled_with_icon(
| - error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [112/126] Compiling Core Picture+.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | - error: cannot find 'adw_navigation_split_view_new' in scope
46 | var content: [String: [ViewStorage]] = [:]
47 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: cannot find 'adw_navigation_page_new' in scope
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: generic parameter 'T' could not be inferred
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init'
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: cannot find 'adw_navigation_page_new' in scope
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: generic parameter 'T' could not be inferred
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_content' in scope
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init'
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
65 |
66 | storage.notify(name: "show-content") {
67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
68 | }
69 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
90 | }
91 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
90 | }
91 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
97 | }
98 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
97 | }
98 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
100 | return
101 | }
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope
109 | }
110 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope
29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self)
30 | storage.fields[.mainContent] = [initialStorage]
31 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: cannot find 'adw_navigation_page_new' in scope
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope
38 | return
39 | }
40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() {
| `- error: cannot find 'adw_navigation_page_get_child' in scope
41 | storages.removeLast()
42 | storage.fields[.mainContent] = storages

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: generic parameter 'T' could not be inferred
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope
107 | case .pop:
108 | if storages.count > 1 {
109 | adw_navigation_view_pop(storage.opaquePointer)
| `- error: cannot find 'adw_navigation_view_pop' in scope
110 | storages.removeLast()
111 | } else { print("Warning: removing the initial view is not allowed.") }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope
114 | contentStorage.fields[Self.componentID] = component
115 | storages.append(contentStorage)
116 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: cannot find 'adw_navigation_page_new' in scope
119 | )
120 | default:

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: generic parameter 'T' could not be inferred
119 | )
120 | default:

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
32 | var newSelf = self
33 | newSelf.updateFunctions.append { storage, _, _ in
34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
35 | }
36 | return newSelf

/******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope
81 | let insert: (String) -> Void = { title in
82 | if let element = elements.first(where: { $0.title == title }) {
83 | adw_view_stack_add_titled_with_icon(
| - error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [113/126] Compiling Core ProgressBar+.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | - error: cannot find 'adw_navigation_split_view_new' in scope
46 | var content: [String: [ViewStorage]] = [:]
47 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: cannot find 'adw_navigation_page_new' in scope
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: generic parameter 'T' could not be inferred
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init'
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: cannot find 'adw_navigation_page_new' in scope
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: generic parameter 'T' could not be inferred
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_content' in scope
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init'
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
65 |
66 | storage.notify(name: "show-content") {
67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
68 | }
69 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
90 | }
91 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
90 | }
91 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
97 | }
98 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
97 | }
98 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
100 | return
101 | }
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope
109 | }
110 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope
29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self)
30 | storage.fields[.mainContent] = [initialStorage]
31 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: cannot find 'adw_navigation_page_new' in scope
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope
38 | return
39 | }
40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() {
| `- error: cannot find 'adw_navigation_page_get_child' in scope
41 | storages.removeLast()
42 | storage.fields[.mainContent] = storages

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: generic parameter 'T' could not be inferred
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope
107 | case .pop:
108 | if storages.count > 1 {
109 | adw_navigation_view_pop(storage.opaquePointer)
| `- error: cannot find 'adw_navigation_view_pop' in scope
110 | storages.removeLast()
111 | } else { print("Warning: removing the initial view is not allowed.") }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope
114 | contentStorage.fields[Self.componentID] = component
115 | storages.append(contentStorage)
116 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: cannot find 'adw_navigation_page_new' in scope
119 | )
120 | default:

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: generic parameter 'T' could not be inferred
119 | )
120 | default:

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
32 | var newSelf = self
33 | newSelf.updateFunctions.append { storage, _, _ in
34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
35 | }
36 | return newSelf

/******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope
81 | let insert: (String) -> Void = { title in
82 | if let element = elements.first(where: { $0.title == title }) {
83 | adw_view_stack_add_titled_with_icon(
| - error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [114/126] Compiling Core ScrollView.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | - error: cannot find 'adw_navigation_split_view_new' in scope
46 | var content: [String: [ViewStorage]] = [:]
47 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: cannot find 'adw_navigation_page_new' in scope
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: generic parameter 'T' could not be inferred
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init'
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: cannot find 'adw_navigation_page_new' in scope
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: generic parameter 'T' could not be inferred
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_content' in scope
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init'
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
65 |
66 | storage.notify(name: "show-content") {
67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
68 | }
69 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
90 | }
91 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
90 | }
91 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
97 | }
98 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
97 | }
98 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
100 | return
101 | }
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope
109 | }
110 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope
29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self)
30 | storage.fields[.mainContent] = [initialStorage]
31 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: cannot find 'adw_navigation_page_new' in scope
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope
38 | return
39 | }
40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() {
| `- error: cannot find 'adw_navigation_page_get_child' in scope
41 | storages.removeLast()
42 | storage.fields[.mainContent] = storages

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: generic parameter 'T' could not be inferred
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope
107 | case .pop:
108 | if storages.count > 1 {
109 | adw_navigation_view_pop(storage.opaquePointer)
| `- error: cannot find 'adw_navigation_view_pop' in scope
110 | storages.removeLast()
111 | } else { print("Warning: removing the initial view is not allowed.") }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope
114 | contentStorage.fields[Self.componentID] = component
115 | storages.append(contentStorage)
116 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: cannot find 'adw_navigation_page_new' in scope
119 | )
120 | default:

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: generic parameter 'T' could not be inferred
119 | )
120 | default:

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
32 | var newSelf = self
33 | newSelf.updateFunctions.append { storage, _, _ in
34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
35 | }
36 | return newSelf

/******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope
81 | let insert: (String) -> Void = { title in
82 | if let element = elements.first(where: { $0.title == title }) {
83 | adw_view_stack_add_titled_with_icon(
| - error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [115/126] Compiling Core StatusPage+.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | - error: cannot find 'adw_navigation_split_view_new' in scope
46 | var content: [String: [ViewStorage]] = [:]
47 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: cannot find 'adw_navigation_page_new' in scope
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: generic parameter 'T' could not be inferred
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init'
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: cannot find 'adw_navigation_page_new' in scope
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: generic parameter 'T' could not be inferred
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_content' in scope
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init'
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
65 |
66 | storage.notify(name: "show-content") {
67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
68 | }
69 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
90 | }
91 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
90 | }
91 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
97 | }
98 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
97 | }
98 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
100 | return
101 | }
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope
109 | }
110 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope
29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self)
30 | storage.fields[.mainContent] = [initialStorage]
31 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: cannot find 'adw_navigation_page_new' in scope
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope
38 | return
39 | }
40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() {
| `- error: cannot find 'adw_navigation_page_get_child' in scope
41 | storages.removeLast()
42 | storage.fields[.mainContent] = storages

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: generic parameter 'T' could not be inferred
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope
107 | case .pop:
108 | if storages.count > 1 {
109 | adw_navigation_view_pop(storage.opaquePointer)
| `- error: cannot find 'adw_navigation_view_pop' in scope
110 | storages.removeLast()
111 | } else { print("Warning: removing the initial view is not allowed.") }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope
114 | contentStorage.fields[Self.componentID] = component
115 | storages.append(contentStorage)
116 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: cannot find 'adw_navigation_page_new' in scope
119 | )
120 | default:

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: generic parameter 'T' could not be inferred
119 | )
120 | default:

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
32 | var newSelf = self
33 | newSelf.updateFunctions.append { storage, _, _ in
34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
35 | }
36 | return newSelf

/******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope
81 | let insert: (String) -> Void = { title in
82 | if let element = elements.first(where: { $0.title == title }) {
83 | adw_view_stack_add_titled_with_icon(
| - error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [116/126] Compiling Core Text.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | - error: cannot find 'adw_navigation_split_view_new' in scope
46 | var content: [String: [ViewStorage]] = [:]
47 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: cannot find 'adw_navigation_page_new' in scope
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: generic parameter 'T' could not be inferred
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init'
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: cannot find 'adw_navigation_page_new' in scope
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: generic parameter 'T' could not be inferred
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_content' in scope
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init'
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
65 |
66 | storage.notify(name: "show-content") {
67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
68 | }
69 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
90 | }
91 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
90 | }
91 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
97 | }
98 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
97 | }
98 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
100 | return
101 | }
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope
109 | }
110 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope
29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self)
30 | storage.fields[.mainContent] = [initialStorage]
31 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: cannot find 'adw_navigation_page_new' in scope
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope
38 | return
39 | }
40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() {
| `- error: cannot find 'adw_navigation_page_get_child' in scope
41 | storages.removeLast()
42 | storage.fields[.mainContent] = storages

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: generic parameter 'T' could not be inferred
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope
107 | case .pop:
108 | if storages.count > 1 {
109 | adw_navigation_view_pop(storage.opaquePointer)
| `- error: cannot find 'adw_navigation_view_pop' in scope
110 | storages.removeLast()
111 | } else { print("Warning: removing the initial view is not allowed.") }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope
114 | contentStorage.fields[Self.componentID] = component
115 | storages.append(contentStorage)
116 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: cannot find 'adw_navigation_page_new' in scope
119 | )
120 | default:

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: generic parameter 'T' could not be inferred
119 | )
120 | default:

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
32 | var newSelf = self
33 | newSelf.updateFunctions.append { storage, _, _ in
34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
35 | }
36 | return newSelf

/******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope
81 | let insert: (String) -> Void = { title in
82 | if let element = elements.first(where: { $0.title == title }) {
83 | adw_view_stack_add_titled_with_icon(
| - error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [117/126] Compiling Core Toggle.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | - error: cannot find 'adw_navigation_split_view_new' in scope
46 | var content: [String: [ViewStorage]] = [:]
47 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: cannot find 'adw_navigation_page_new' in scope
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: generic parameter 'T' could not be inferred
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init'
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: cannot find 'adw_navigation_page_new' in scope
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: generic parameter 'T' could not be inferred
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_content' in scope
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init'
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
65 |
66 | storage.notify(name: "show-content") {
67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
68 | }
69 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
90 | }
91 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
90 | }
91 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
97 | }
98 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
97 | }
98 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
100 | return
101 | }
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope
109 | }
110 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope
29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self)
30 | storage.fields[.mainContent] = [initialStorage]
31 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: cannot find 'adw_navigation_page_new' in scope
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope
38 | return
39 | }
40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() {
| `- error: cannot find 'adw_navigation_page_get_child' in scope
41 | storages.removeLast()
42 | storage.fields[.mainContent] = storages

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: generic parameter 'T' could not be inferred
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope
107 | case .pop:
108 | if storages.count > 1 {
109 | adw_navigation_view_pop(storage.opaquePointer)
| `- error: cannot find 'adw_navigation_view_pop' in scope
110 | storages.removeLast()
111 | } else { print("Warning: removing the initial view is not allowed.") }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope
114 | contentStorage.fields[Self.componentID] = component
115 | storages.append(contentStorage)
116 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: cannot find 'adw_navigation_page_new' in scope
119 | )
120 | default:

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: generic parameter 'T' could not be inferred
119 | )
120 | default:

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
32 | var newSelf = self
33 | newSelf.updateFunctions.append { storage, _, _ in
34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
35 | }
36 | return newSelf

/******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope
81 | let insert: (String) -> Void = { title in
82 | if let element = elements.first(where: { $0.title == title }) {
83 | adw_view_stack_add_titled_with_icon(
| - error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [118/126] Compiling Core VStack.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | - error: cannot find 'adw_navigation_split_view_new' in scope
46 | var content: [String: [ViewStorage]] = [:]
47 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: cannot find 'adw_navigation_page_new' in scope
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: generic parameter 'T' could not be inferred
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init'
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: cannot find 'adw_navigation_page_new' in scope
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: generic parameter 'T' could not be inferred
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_content' in scope
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init'
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
65 |
66 | storage.notify(name: "show-content") {
67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
68 | }
69 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
90 | }
91 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
90 | }
91 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
97 | }
98 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
97 | }
98 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
100 | return
101 | }
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope
109 | }
110 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope
29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self)
30 | storage.fields[.mainContent] = [initialStorage]
31 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: cannot find 'adw_navigation_page_new' in scope
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope
38 | return
39 | }
40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() {
| `- error: cannot find 'adw_navigation_page_get_child' in scope
41 | storages.removeLast()
42 | storage.fields[.mainContent] = storages

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: generic parameter 'T' could not be inferred
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope
107 | case .pop:
108 | if storages.count > 1 {
109 | adw_navigation_view_pop(storage.opaquePointer)
| `- error: cannot find 'adw_navigation_view_pop' in scope
110 | storages.removeLast()
111 | } else { print("Warning: removing the initial view is not allowed.") }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope
114 | contentStorage.fields[Self.componentID] = component
115 | storages.append(contentStorage)
116 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: cannot find 'adw_navigation_page_new' in scope
119 | )
120 | default:

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: generic parameter 'T' could not be inferred
119 | )
120 | default:

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
32 | var newSelf = self
33 | newSelf.updateFunctions.append { storage, _, _ in
34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
35 | }
36 | return newSelf

/******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope
81 | let insert: (String) -> Void = { title in
82 | if let element = elements.first(where: { $0.title == title }) {
83 | adw_view_stack_add_titled_with_icon(
| - error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [119/126] Compiling Core ViewStack.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | - error: cannot find 'adw_navigation_split_view_new' in scope
46 | var content: [String: [ViewStorage]] = [:]
47 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: cannot find 'adw_navigation_page_new' in scope
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: generic parameter 'T' could not be inferred
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init'
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: cannot find 'adw_navigation_page_new' in scope
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: generic parameter 'T' could not be inferred
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_content' in scope
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init'
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
65 |
66 | storage.notify(name: "show-content") {
67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
68 | }
69 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
90 | }
91 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
90 | }
91 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
97 | }
98 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
97 | }
98 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
100 | return
101 | }
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope
109 | }
110 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope
29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self)
30 | storage.fields[.mainContent] = [initialStorage]
31 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: cannot find 'adw_navigation_page_new' in scope
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope
38 | return
39 | }
40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() {
| `- error: cannot find 'adw_navigation_page_get_child' in scope
41 | storages.removeLast()
42 | storage.fields[.mainContent] = storages

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: generic parameter 'T' could not be inferred
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope
107 | case .pop:
108 | if storages.count > 1 {
109 | adw_navigation_view_pop(storage.opaquePointer)
| `- error: cannot find 'adw_navigation_view_pop' in scope
110 | storages.removeLast()
111 | } else { print("Warning: removing the initial view is not allowed.") }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope
114 | contentStorage.fields[Self.componentID] = component
115 | storages.append(contentStorage)
116 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: cannot find 'adw_navigation_page_new' in scope
119 | )
120 | default:

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: generic parameter 'T' could not be inferred
119 | )
120 | default:

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
32 | var newSelf = self
33 | newSelf.updateFunctions.append { storage, _, _ in
34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
35 | }
36 | return newSelf

/******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope
81 | let insert: (String) -> Void = { title in
82 | if let element = elements.first(where: { $0.title == title }) {
83 | adw_view_stack_add_titled_with_icon(
| - error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [120/126] Compiling Core ViewSwitcher.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | - error: cannot find 'adw_navigation_split_view_new' in scope
46 | var content: [String: [ViewStorage]] = [:]
47 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: cannot find 'adw_navigation_page_new' in scope
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: generic parameter 'T' could not be inferred
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init'
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: cannot find 'adw_navigation_page_new' in scope
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: generic parameter 'T' could not be inferred
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_content' in scope
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init'
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
65 |
66 | storage.notify(name: "show-content") {
67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
68 | }
69 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
90 | }
91 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
90 | }
91 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
97 | }
98 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
97 | }
98 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
100 | return
101 | }
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope
109 | }
110 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope
29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self)
30 | storage.fields[.mainContent] = [initialStorage]
31 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: cannot find 'adw_navigation_page_new' in scope
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope
38 | return
39 | }
40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() {
| `- error: cannot find 'adw_navigation_page_get_child' in scope
41 | storages.removeLast()
42 | storage.fields[.mainContent] = storages

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: generic parameter 'T' could not be inferred
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope
107 | case .pop:
108 | if storages.count > 1 {
109 | adw_navigation_view_pop(storage.opaquePointer)
| `- error: cannot find 'adw_navigation_view_pop' in scope
110 | storages.removeLast()
111 | } else { print("Warning: removing the initial view is not allowed.") }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope
114 | contentStorage.fields[Self.componentID] = component
115 | storages.append(contentStorage)
116 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: cannot find 'adw_navigation_page_new' in scope
119 | )
120 | default:

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: generic parameter 'T' could not be inferred
119 | )
120 | default:

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
32 | var newSelf = self
33 | newSelf.updateFunctions.append { storage, _, _ in
34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
35 | }
36 | return newSelf

/******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope
81 | let insert: (String) -> Void = { title in
82 | if let element = elements.first(where: { $0.title == title }) {
83 | adw_view_stack_add_titled_with_icon(
| - error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [121/126] Compiling Core Window.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | - error: cannot find 'adw_navigation_split_view_new' in scope
46 | var content: [String: [ViewStorage]] = [:]
47 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: cannot find 'adw_navigation_page_new' in scope
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred
48 | let sidebar = sidebar.storage(data: data, type: type)
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
| `- error: generic parameter 'T' could not be inferred
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
52 | content[sidebarID] = [sidebar]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init'
49 | let label = sidebar.fields[.navigationLabel] as? String ?? ""
50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label)
51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
52 | content[sidebarID] = [sidebar]
53 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: cannot find 'adw_navigation_page_new' in scope
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred
54 | let mainContent = self.content.storage(data: data, type: type)
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
| `- error: generic parameter 'T' could not be inferred
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
58 | content[contentID] = [mainContent]

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot find 'adw_navigation_split_view_set_content' in scope
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init'
55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? ""
56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel)
57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast())
| `- error: cannot infer contextual base in reference to member 'init'
58 | content[contentID] = [mainContent]
59 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
65 |
66 | storage.notify(name: "show-content") {
67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
68 | }
69 |

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
90 | }
91 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred
87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type)
88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer {
89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
90 | }
91 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: cannot find 'adw_navigation_page_set_title' in scope
97 | }
98 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred
94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type)
95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer {
96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "")
| `- error: generic parameter 'T' could not be inferred
97 | }
98 | }

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
100 | return
101 | }
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0
103 | if collapsed != self.collapsed {
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope
104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool)
105 | }
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
| `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)

/******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope
106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0
107 | if let binding = self.showContent, showContent != binding.wrappedValue {
108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool)
| `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope
109 | }
110 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope
29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self)
30 | storage.fields[.mainContent] = [initialStorage]
31 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: cannot find 'adw_navigation_page_new' in scope
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope
38 | return
39 | }
40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() {
| `- error: cannot find 'adw_navigation_page_get_child' in scope
41 | storages.removeLast()
42 | storage.fields[.mainContent] = storages

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred
31 | adw_navigation_view_push(
32 | storage.opaquePointer,
33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle)
| `- error: generic parameter 'T' could not be inferred
34 | )
35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope
107 | case .pop:
108 | if storages.count > 1 {
109 | adw_navigation_view_pop(storage.opaquePointer)
| `- error: cannot find 'adw_navigation_view_pop' in scope
110 | storages.removeLast()
111 | } else { print("Warning: removing the initial view is not allowed.") }

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope
114 | contentStorage.fields[Self.componentID] = component
115 | storages.append(contentStorage)
116 | adw_navigation_view_push(
| `- error: cannot find 'adw_navigation_view_push' in scope
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: cannot find 'adw_navigation_page_new' in scope
119 | )
120 | default:

/******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred
116 | adw_navigation_view_push(
117 | storage.opaquePointer,
118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description)
| `- error: generic parameter 'T' could not be inferred
119 | )
120 | default:

/******/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() -> UnsafeMutablePointer {
| `- note: in call to function 'cast()'
13 | .init(self)
14 | }

/******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
32 | var newSelf = self
33 | newSelf.updateFunctions.append { storage, _, _ in
34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START)
| `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope
35 | }
36 | return newSelf

/******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope
81 | let insert: (String) -> Void = { title in
82 | if let element = elements.first(where: { $0.title == title }) {
83 | adw_view_stack_add_titled_with_icon(
| `- error: cannot find 'adw_view_stack_add_titled_with_icon' in scope
84 | adwStack,
85 | gtk_label_new(""),

To Reproduce

  1. git clone https://git.aparoksha.dev/aparoksha/adwaita-swift.git
  2. cd adwaita-swift
  3. swift build

Expected behavior

adwaita-swift should build without error

Additional context

No response

### Describe the bug freshly installed adwaita-swift build error: [0/1] Planning build Building for debugging... [0/11] Write swift-version-11B4AFA354D0304D.txt [2/15] Emitting module LevenshteinTransformations [4/15] Emitting module Meta [6/15] Emitting module XMLCoder [8/16] Emitting module SQLite [10/18] Emitting module MetaSQLite [11/19] Emitting module Generation [14/113] Compiling Core MenuButton.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | `- error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path) 37 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 36 | return GTK_ALIGN_CENTER 37 | case .baselineFill: 38 | return GTK_ALIGN_BASELINE_FILL | `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 38 | return GTK_ALIGN_BASELINE_FILL 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER | `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 41 | } 42 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [15/113] Compiling Core MenuCollection.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | `- error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path) 37 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 36 | return GTK_ALIGN_CENTER 37 | case .baselineFill: 38 | return GTK_ALIGN_BASELINE_FILL | `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 38 | return GTK_ALIGN_BASELINE_FILL 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER | `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 41 | } 42 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [16/113] Compiling Core MenuContext.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | `- error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path) 37 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 36 | return GTK_ALIGN_CENTER 37 | case .baselineFill: 38 | return GTK_ALIGN_BASELINE_FILL | `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 38 | return GTK_ALIGN_BASELINE_FILL 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER | `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 41 | } 42 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [17/113] Compiling Core MenuEitherView.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | `- error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path) 37 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 36 | return GTK_ALIGN_CENTER 37 | case .baselineFill: 38 | return GTK_ALIGN_BASELINE_FILL | `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 38 | return GTK_ALIGN_BASELINE_FILL 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER | `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 41 | } 42 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [18/113] Compiling Core MenuSection.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | `- error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path) 37 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 36 | return GTK_ALIGN_CENTER 37 | case .baselineFill: 38 | return GTK_ALIGN_BASELINE_FILL | `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 38 | return GTK_ALIGN_BASELINE_FILL 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER | `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 41 | } 42 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [19/113] Compiling Core Submenu.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | `- error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path) 37 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 36 | return GTK_ALIGN_CENTER 37 | case .baselineFill: 38 | return GTK_ALIGN_BASELINE_FILL | `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 38 | return GTK_ALIGN_BASELINE_FILL 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER | `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 41 | } 42 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [20/113] Compiling Core AdwaitaApp.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | `- error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path) 37 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 36 | return GTK_ALIGN_CENTER 37 | case .baselineFill: 38 | return GTK_ALIGN_BASELINE_FILL | `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 38 | return GTK_ALIGN_BASELINE_FILL 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER | `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 41 | } 42 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [21/113] Compiling Core AdwaitaMainView.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | `- error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path) 37 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 36 | return GTK_ALIGN_CENTER 37 | case .baselineFill: 38 | return GTK_ALIGN_BASELINE_FILL | `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 38 | return GTK_ALIGN_BASELINE_FILL 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER | `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 41 | } 42 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [22/113] Compiling Core AdwaitaSceneElement.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | `- error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path) 37 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 36 | return GTK_ALIGN_CENTER 37 | case .baselineFill: 38 | return GTK_ALIGN_BASELINE_FILL | `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 38 | return GTK_ALIGN_BASELINE_FILL 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER | `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 41 | } 42 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [23/113] Compiling Core AdwaitaWidget.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | `- error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path) 37 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 36 | return GTK_ALIGN_CENTER 37 | case .baselineFill: 38 | return GTK_ALIGN_BASELINE_FILL | `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 38 | return GTK_ALIGN_BASELINE_FILL 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER | `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 41 | } 42 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [24/113] Compiling Core Alignment.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | `- error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path) 37 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 36 | return GTK_ALIGN_CENTER 37 | case .baselineFill: 38 | return GTK_ALIGN_BASELINE_FILL | `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 38 | return GTK_ALIGN_BASELINE_FILL 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER | `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 41 | } 42 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [25/113] Compiling Core ContentFit.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | `- error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path) 37 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 36 | return GTK_ALIGN_CENTER 37 | case .baselineFill: 38 | return GTK_ALIGN_BASELINE_FILL | `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 38 | return GTK_ALIGN_BASELINE_FILL 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER | `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 41 | } 42 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [26/113] Compiling Core Edge.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | `- error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path) 37 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 36 | return GTK_ALIGN_CENTER 37 | case .baselineFill: 38 | return GTK_ALIGN_BASELINE_FILL | `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 38 | return GTK_ALIGN_BASELINE_FILL 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER | `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 41 | } 42 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [27/113] Compiling Core Icon.swift /******/adwaita-swift/Sources/Core/Model/AdwaitaApp.swift:35:43: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 33 | /// - Parameter id: The identifier. 34 | public required init(id: String) { 35 | pointer = adw_application_new(id, G_APPLICATION_DEFAULT_FLAGS)?.cast() | `- error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope 36 | DatabaseInformation.setPath(Self.userDataDir().appendingPathComponent("data.sqlite").path) 37 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:38:20: error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 36 | return GTK_ALIGN_CENTER 37 | case .baselineFill: 38 | return GTK_ALIGN_BASELINE_FILL | `- error: cannot find 'GTK_ALIGN_BASELINE_FILL' in scope 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER /******/adwaita-swift/Sources/Core/Model/Enumerations/Alignment.swift:40:20: error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 38 | return GTK_ALIGN_BASELINE_FILL 39 | case .baselineCenter: 40 | return GTK_ALIGN_BASELINE_CENTER | `- error: cannot find 'GTK_ALIGN_BASELINE_CENTER' in scope 41 | } 42 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [28/126] Compiling Core SwitchRow.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | `- error: cannot find 'adw_switch_row_new' in scope 107 | for function in appearFunctions { 108 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope 144 | 145 | storage.notify(name: "active") { 146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'adw_switch_row_get_active' in scope 147 | if let active, newValue != active.wrappedValue { 148 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope 152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type) 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'adw_switch_row_get_active' in scope 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) 156 | } /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'adw_switch_row_set_active' in scope 156 | } 157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 162 | } 163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 165 | } 166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 174 | } 175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 192 | } 193 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope 200 | /// - Returns: The view storage. 201 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque()) | `- error: cannot find 'adw_toolbar_view_new' in scope 203 | for function in appearFunctions { 204 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_set_content' in scope 210 | } 211 | /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 210 | } 211 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 216 | } 217 | storage.content["bottom"] = bottomStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 216 | } 217 | storage.content["bottom"] = bottomStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope 222 | } 223 | storage.content["top"] = topStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | storage.content["top"] = topStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 235 | 236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle { 237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 238 | } 239 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 241 | } 242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge { 243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { 246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { 249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { 252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { 255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 256 | } 257 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [29/126] Compiling Core ToastOverlay.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | `- error: cannot find 'adw_switch_row_new' in scope 107 | for function in appearFunctions { 108 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope 144 | 145 | storage.notify(name: "active") { 146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'adw_switch_row_get_active' in scope 147 | if let active, newValue != active.wrappedValue { 148 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope 152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type) 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'adw_switch_row_get_active' in scope 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) 156 | } /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'adw_switch_row_set_active' in scope 156 | } 157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 162 | } 163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 165 | } 166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 174 | } 175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 192 | } 193 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope 200 | /// - Returns: The view storage. 201 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque()) | `- error: cannot find 'adw_toolbar_view_new' in scope 203 | for function in appearFunctions { 204 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_set_content' in scope 210 | } 211 | /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 210 | } 211 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 216 | } 217 | storage.content["bottom"] = bottomStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 216 | } 217 | storage.content["bottom"] = bottomStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope 222 | } 223 | storage.content["top"] = topStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | storage.content["top"] = topStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 235 | 236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle { 237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 238 | } 239 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 241 | } 242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge { 243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { 246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { 249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { 252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { 255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 256 | } 257 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [30/126] Compiling Core ToggleButton.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | `- error: cannot find 'adw_switch_row_new' in scope 107 | for function in appearFunctions { 108 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope 144 | 145 | storage.notify(name: "active") { 146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'adw_switch_row_get_active' in scope 147 | if let active, newValue != active.wrappedValue { 148 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope 152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type) 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'adw_switch_row_get_active' in scope 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) 156 | } /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'adw_switch_row_set_active' in scope 156 | } 157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 162 | } 163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 165 | } 166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 174 | } 175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 192 | } 193 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope 200 | /// - Returns: The view storage. 201 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque()) | `- error: cannot find 'adw_toolbar_view_new' in scope 203 | for function in appearFunctions { 204 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_set_content' in scope 210 | } 211 | /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 210 | } 211 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 216 | } 217 | storage.content["bottom"] = bottomStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 216 | } 217 | storage.content["bottom"] = bottomStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope 222 | } 223 | storage.content["top"] = topStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | storage.content["top"] = topStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 235 | 236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle { 237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 238 | } 239 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 241 | } 242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge { 243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { 246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { 249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { 252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { 255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 256 | } 257 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [31/126] Compiling Core ToolbarView.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | `- error: cannot find 'adw_switch_row_new' in scope 107 | for function in appearFunctions { 108 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope 144 | 145 | storage.notify(name: "active") { 146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'adw_switch_row_get_active' in scope 147 | if let active, newValue != active.wrappedValue { 148 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope 152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type) 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'adw_switch_row_get_active' in scope 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) 156 | } /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'adw_switch_row_set_active' in scope 156 | } 157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 162 | } 163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 165 | } 166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 174 | } 175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 192 | } 193 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope 200 | /// - Returns: The view storage. 201 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque()) | `- error: cannot find 'adw_toolbar_view_new' in scope 203 | for function in appearFunctions { 204 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_set_content' in scope 210 | } 211 | /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 210 | } 211 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 216 | } 217 | storage.content["bottom"] = bottomStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 216 | } 217 | storage.content["bottom"] = bottomStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope 222 | } 223 | storage.content["top"] = topStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | storage.content["top"] = topStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 235 | 236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle { 237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 238 | } 239 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 241 | } 242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge { 243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { 246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { 249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { 252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { 255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 256 | } 257 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [32/126] Compiling Core WindowTitle.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | `- error: cannot find 'adw_switch_row_new' in scope 107 | for function in appearFunctions { 108 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope 144 | 145 | storage.notify(name: "active") { 146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'adw_switch_row_get_active' in scope 147 | if let active, newValue != active.wrappedValue { 148 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope 152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type) 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'adw_switch_row_get_active' in scope 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) 156 | } /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'adw_switch_row_set_active' in scope 156 | } 157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 162 | } 163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 165 | } 166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 174 | } 175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 192 | } 193 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope 200 | /// - Returns: The view storage. 201 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque()) | `- error: cannot find 'adw_toolbar_view_new' in scope 203 | for function in appearFunctions { 204 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_set_content' in scope 210 | } 211 | /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 210 | } 211 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 216 | } 217 | storage.content["bottom"] = bottomStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 216 | } 217 | storage.content["bottom"] = bottomStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope 222 | } 223 | storage.content["top"] = topStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | storage.content["top"] = topStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 235 | 236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle { 237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 238 | } 239 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 241 | } 242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge { 243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { 246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { 249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { 252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { 255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 256 | } 257 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [33/126] Compiling Core HStack.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | `- error: cannot find 'adw_switch_row_new' in scope 107 | for function in appearFunctions { 108 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope 144 | 145 | storage.notify(name: "active") { 146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'adw_switch_row_get_active' in scope 147 | if let active, newValue != active.wrappedValue { 148 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope 152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type) 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'adw_switch_row_get_active' in scope 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) 156 | } /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'adw_switch_row_set_active' in scope 156 | } 157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 162 | } 163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 165 | } 166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 174 | } 175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 192 | } 193 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope 200 | /// - Returns: The view storage. 201 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque()) | `- error: cannot find 'adw_toolbar_view_new' in scope 203 | for function in appearFunctions { 204 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_set_content' in scope 210 | } 211 | /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 210 | } 211 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 216 | } 217 | storage.content["bottom"] = bottomStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 216 | } 217 | storage.content["bottom"] = bottomStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope 222 | } 223 | storage.content["top"] = topStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | storage.content["top"] = topStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 235 | 236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle { 237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 238 | } 239 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 241 | } 242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge { 243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { 246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { 249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { 252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { 255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 256 | } 257 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [34/126] Compiling Core HeaderBar+.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | `- error: cannot find 'adw_switch_row_new' in scope 107 | for function in appearFunctions { 108 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope 144 | 145 | storage.notify(name: "active") { 146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'adw_switch_row_get_active' in scope 147 | if let active, newValue != active.wrappedValue { 148 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope 152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type) 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'adw_switch_row_get_active' in scope 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) 156 | } /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'adw_switch_row_set_active' in scope 156 | } 157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 162 | } 163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 165 | } 166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 174 | } 175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 192 | } 193 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope 200 | /// - Returns: The view storage. 201 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque()) | `- error: cannot find 'adw_toolbar_view_new' in scope 203 | for function in appearFunctions { 204 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_set_content' in scope 210 | } 211 | /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 210 | } 211 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 216 | } 217 | storage.content["bottom"] = bottomStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 216 | } 217 | storage.content["bottom"] = bottomStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope 222 | } 223 | storage.content["top"] = topStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | storage.content["top"] = topStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 235 | 236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle { 237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 238 | } 239 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 241 | } 242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge { 243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { 246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { 249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { 252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { 255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 256 | } 257 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [35/126] Compiling Core List.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | `- error: cannot find 'adw_switch_row_new' in scope 107 | for function in appearFunctions { 108 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope 144 | 145 | storage.notify(name: "active") { 146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'adw_switch_row_get_active' in scope 147 | if let active, newValue != active.wrappedValue { 148 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope 152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type) 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'adw_switch_row_get_active' in scope 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) 156 | } /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'adw_switch_row_set_active' in scope 156 | } 157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 162 | } 163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 165 | } 166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 174 | } 175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 192 | } 193 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope 200 | /// - Returns: The view storage. 201 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque()) | `- error: cannot find 'adw_toolbar_view_new' in scope 203 | for function in appearFunctions { 204 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_set_content' in scope 210 | } 211 | /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 210 | } 211 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 216 | } 217 | storage.content["bottom"] = bottomStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 216 | } 217 | storage.content["bottom"] = bottomStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope 222 | } 223 | storage.content["top"] = topStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | storage.content["top"] = topStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 235 | 236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle { 237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 238 | } 239 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 241 | } 242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge { 243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { 246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { 249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { 252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { 255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 256 | } 257 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [36/126] Compiling Core Menu+.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | `- error: cannot find 'adw_switch_row_new' in scope 107 | for function in appearFunctions { 108 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope 144 | 145 | storage.notify(name: "active") { 146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'adw_switch_row_get_active' in scope 147 | if let active, newValue != active.wrappedValue { 148 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope 152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type) 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'adw_switch_row_get_active' in scope 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) 156 | } /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'adw_switch_row_set_active' in scope 156 | } 157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 162 | } 163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 165 | } 166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 174 | } 175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 192 | } 193 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope 200 | /// - Returns: The view storage. 201 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque()) | `- error: cannot find 'adw_toolbar_view_new' in scope 203 | for function in appearFunctions { 204 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_set_content' in scope 210 | } 211 | /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 210 | } 211 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 216 | } 217 | storage.content["bottom"] = bottomStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 216 | } 217 | storage.content["bottom"] = bottomStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope 222 | } 223 | storage.content["top"] = topStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | storage.content["top"] = topStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 235 | 236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle { 237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 238 | } 239 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 241 | } 242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge { 243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { 246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { 249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { 252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { 255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 256 | } 257 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [37/126] Compiling Core Clamp+.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | `- error: cannot find 'adw_switch_row_new' in scope 107 | for function in appearFunctions { 108 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope 144 | 145 | storage.notify(name: "active") { 146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'adw_switch_row_get_active' in scope 147 | if let active, newValue != active.wrappedValue { 148 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope 152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type) 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'adw_switch_row_get_active' in scope 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) 156 | } /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'adw_switch_row_set_active' in scope 156 | } 157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 162 | } 163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 165 | } 166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 174 | } 175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 192 | } 193 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope 200 | /// - Returns: The view storage. 201 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque()) | `- error: cannot find 'adw_toolbar_view_new' in scope 203 | for function in appearFunctions { 204 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_set_content' in scope 210 | } 211 | /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 210 | } 211 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 216 | } 217 | storage.content["bottom"] = bottomStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 216 | } 217 | storage.content["bottom"] = bottomStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope 222 | } 223 | storage.content["top"] = topStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | storage.content["top"] = topStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 235 | 236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle { 237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 238 | } 239 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 241 | } 242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge { 243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { 246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { 249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { 252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { 255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 256 | } 257 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [38/126] Compiling Core ModifierWrapper.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | `- error: cannot find 'adw_switch_row_new' in scope 107 | for function in appearFunctions { 108 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope 144 | 145 | storage.notify(name: "active") { 146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'adw_switch_row_get_active' in scope 147 | if let active, newValue != active.wrappedValue { 148 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope 152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type) 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'adw_switch_row_get_active' in scope 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) 156 | } /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'adw_switch_row_set_active' in scope 156 | } 157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 162 | } 163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 165 | } 166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 174 | } 175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 192 | } 193 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope 200 | /// - Returns: The view storage. 201 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque()) | `- error: cannot find 'adw_toolbar_view_new' in scope 203 | for function in appearFunctions { 204 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_set_content' in scope 210 | } 211 | /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 210 | } 211 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 216 | } 217 | storage.content["bottom"] = bottomStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 216 | } 217 | storage.content["bottom"] = bottomStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope 222 | } 223 | storage.content["top"] = topStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | storage.content["top"] = topStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 235 | 236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle { 237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 238 | } 239 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 241 | } 242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge { 243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { 246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { 249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { 252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { 255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 256 | } 257 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [39/126] Compiling Core Popover+.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | `- error: cannot find 'adw_switch_row_new' in scope 107 | for function in appearFunctions { 108 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope 144 | 145 | storage.notify(name: "active") { 146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'adw_switch_row_get_active' in scope 147 | if let active, newValue != active.wrappedValue { 148 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope 152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type) 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'adw_switch_row_get_active' in scope 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) 156 | } /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'adw_switch_row_set_active' in scope 156 | } 157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 162 | } 163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 165 | } 166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 174 | } 175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 192 | } 193 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope 200 | /// - Returns: The view storage. 201 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque()) | `- error: cannot find 'adw_toolbar_view_new' in scope 203 | for function in appearFunctions { 204 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_set_content' in scope 210 | } 211 | /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 210 | } 211 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 216 | } 217 | storage.content["bottom"] = bottomStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 216 | } 217 | storage.content["bottom"] = bottomStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope 222 | } 223 | storage.content["top"] = topStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | storage.content["top"] = topStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 235 | 236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle { 237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 238 | } 239 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 241 | } 242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge { 243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { 246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { 249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { 252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { 255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 256 | } 257 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [40/126] Compiling Core ToastOverlay+.swift /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:106:35: error: cannot find 'adw_switch_row_new' in scope 104 | /// - Returns: The view storage. 105 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 106 | let storage = ViewStorage(adw_switch_row_new()?.opaque()) | `- error: cannot find 'adw_switch_row_new' in scope 107 | for function in appearFunctions { 108 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:146:28: error: cannot find 'adw_switch_row_get_active' in scope 144 | 145 | storage.notify(name: "active") { 146 | let newValue = adw_switch_row_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'adw_switch_row_get_active' in scope 147 | if let active, newValue != active.wrappedValue { 148 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:154:47: error: cannot find 'adw_switch_row_get_active' in scope 152 | activatableWidget?().updateStorage(widget, data: data, updateProperties: updateProperties, type: type) 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'adw_switch_row_get_active' in scope 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) 156 | } /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:155:17: error: cannot find 'adw_switch_row_set_active' in scope 153 | } 154 | if let active, updateProperties, (adw_switch_row_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 155 | adw_switch_row_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'adw_switch_row_set_active' in scope 156 | } 157 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:164:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 162 | } 163 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 164 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 165 | } 166 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SwitchRow.swift:176:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 174 | } 175 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 176 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:17: error: cannot find 'gtk_button_set_can_shrink' in scope 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 192 | } 193 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToggleButton.swift:191:51: error: generic parameter 'T' could not be inferred 189 | } 190 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 191 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:202:35: error: cannot find 'adw_toolbar_view_new' in scope 200 | /// - Returns: The view storage. 201 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 202 | let storage = ViewStorage(adw_toolbar_view_new()?.opaque()) | `- error: cannot find 'adw_toolbar_view_new' in scope 203 | for function in appearFunctions { 204 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:13: error: cannot find 'adw_toolbar_view_set_content' in scope 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_set_content' in scope 210 | } 211 | /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:209:95: error: generic parameter 'T' could not be inferred 207 | if let contentStorage = content?().storage(data: data, type: type) { 208 | storage.content["content"] = [contentStorage] 209 | adw_toolbar_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 210 | } 211 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:13: error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_bottom_bar' in scope 216 | } 217 | storage.content["bottom"] = bottomStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:215:103: error: generic parameter 'T' could not be inferred 213 | for view in bottom() { 214 | bottomStorage.append(view.storage(data: data, type: type)) 215 | adw_toolbar_view_add_bottom_bar(storage.opaquePointer, bottomStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 216 | } 217 | storage.content["bottom"] = bottomStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:13: error: cannot find 'adw_toolbar_view_add_top_bar' in scope 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_toolbar_view_add_top_bar' in scope 222 | } 223 | storage.content["top"] = topStorage /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:221:97: error: generic parameter 'T' could not be inferred 219 | for view in top() { 220 | topStorage.append(view.storage(data: data, type: type)) 221 | adw_toolbar_view_add_top_bar(storage.opaquePointer, topStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | storage.content["top"] = topStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:237:17: error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 235 | 236 | if let bottomBarStyle, updateProperties, (storage.previousState as? Self)?.bottomBarStyle != bottomBarStyle { 237 | adw_toolbar_view_set_bottom_bar_style(widget, bottomBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_bottom_bar_style' in scope 238 | } 239 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:243:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 241 | } 242 | if let extendContentToBottomEdge, updateProperties, (storage.previousState as? Self)?.extendContentToBottomEdge != extendContentToBottomEdge { 243 | adw_toolbar_view_set_extend_content_to_bottom_edge(widget, extendContentToBottomEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_bottom_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:246:17: error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 244 | } 245 | if let extendContentToTopEdge, updateProperties, (storage.previousState as? Self)?.extendContentToTopEdge != extendContentToTopEdge { 246 | adw_toolbar_view_set_extend_content_to_top_edge(widget, extendContentToTopEdge.cBool) | `- error: cannot find 'adw_toolbar_view_set_extend_content_to_top_edge' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:249:17: error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 247 | } 248 | if let revealBottomBars, updateProperties, (storage.previousState as? Self)?.revealBottomBars != revealBottomBars { 249 | adw_toolbar_view_set_reveal_bottom_bars(widget, revealBottomBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_bottom_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:252:17: error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 250 | } 251 | if let revealTopBars, updateProperties, (storage.previousState as? Self)?.revealTopBars != revealTopBars { 252 | adw_toolbar_view_set_reveal_top_bars(widget, revealTopBars.cBool) | `- error: cannot find 'adw_toolbar_view_set_reveal_top_bars' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { /******/adwaita-swift/Sources/Core/View/Generated/ToolbarView.swift:255:17: error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 253 | } 254 | if let topBarStyle, updateProperties, (storage.previousState as? Self)?.topBarStyle != topBarStyle { 255 | adw_toolbar_view_set_top_bar_style(widget, topBarStyle.gtkValue) | `- error: cannot find 'adw_toolbar_view_set_top_bar_style' in scope 256 | } 257 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } [41/126] Compiling Core Fixed.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | `- error: cannot find 'adw_header_bar_set_show_back_button' in scope 212 | } 213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons { /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope 218 | } 219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle { 220 | adw_header_bar_set_show_title(widget, showTitle.cBool) | `- error: cannot find 'adw_header_bar_set_show_title' in scope 221 | } 222 | if let widget = storage.content["titleWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 147 | } 148 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 147 | } 148 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope 156 | 157 | storage.notify(name: "active") { 158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'gtk_menu_button_get_active' in scope 159 | if let active, newValue != active.wrappedValue { 160 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope 161 | } 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'gtk_menu_button_get_active' in scope 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) 165 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'gtk_menu_button_set_active' in scope 165 | } 166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow { /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope 168 | } 169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope 171 | } 172 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope 192 | /// - Returns: The view storage. 193 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque()) | `- error: cannot find 'adw_navigation_view_new' in scope 195 | for function in appearFunctions { 196 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 231 | 232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions { 233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool) | `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { 239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool) | `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { /******/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 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope 182 | /// - Returns: The view storage. 183 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque()) | `- error: cannot find 'adw_overlay_split_view_new' in scope 185 | for function in appearFunctions { 186 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_content' in scope 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 196 | } 197 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | } 197 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 209 | 210 | storage.notify(name: "show-sidebar") { 211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0 | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 212 | if let showSidebar, newValue != showSidebar.wrappedValue { 213 | showSidebar.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 215 | } 216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed { 217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool) | `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 218 | } 219 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 221 | } 222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture { 223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { 226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { 229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { 232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) | `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) 239 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) | `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 239 | } 240 | if let widget = storage.content["sidebar"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 242 | } 243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction { 244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 245 | } 246 | /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope 90 | /// - Returns: The view storage. 91 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque()) | `- error: cannot find 'adw_password_entry_row_new' in scope 93 | for function in appearFunctions { 94 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 102 | } 103 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 102 | } 103 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 108 | } 109 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 143 | } 144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 149 | } 150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 152 | } 153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope 108 | } 109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit { 110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue) | `- error: cannot find 'gtk_picture_set_content_fit' in scope 111 | } 112 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [42/126] Compiling Core FlowBox.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | `- error: cannot find 'adw_header_bar_set_show_back_button' in scope 212 | } 213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons { /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope 218 | } 219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle { 220 | adw_header_bar_set_show_title(widget, showTitle.cBool) | `- error: cannot find 'adw_header_bar_set_show_title' in scope 221 | } 222 | if let widget = storage.content["titleWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 147 | } 148 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 147 | } 148 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope 156 | 157 | storage.notify(name: "active") { 158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'gtk_menu_button_get_active' in scope 159 | if let active, newValue != active.wrappedValue { 160 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope 161 | } 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'gtk_menu_button_get_active' in scope 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) 165 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'gtk_menu_button_set_active' in scope 165 | } 166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow { /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope 168 | } 169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope 171 | } 172 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope 192 | /// - Returns: The view storage. 193 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque()) | `- error: cannot find 'adw_navigation_view_new' in scope 195 | for function in appearFunctions { 196 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 231 | 232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions { 233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool) | `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { 239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool) | `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { /******/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 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope 182 | /// - Returns: The view storage. 183 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque()) | `- error: cannot find 'adw_overlay_split_view_new' in scope 185 | for function in appearFunctions { 186 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_content' in scope 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 196 | } 197 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | } 197 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 209 | 210 | storage.notify(name: "show-sidebar") { 211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0 | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 212 | if let showSidebar, newValue != showSidebar.wrappedValue { 213 | showSidebar.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 215 | } 216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed { 217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool) | `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 218 | } 219 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 221 | } 222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture { 223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { 226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { 229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { 232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) | `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) 239 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) | `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 239 | } 240 | if let widget = storage.content["sidebar"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 242 | } 243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction { 244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 245 | } 246 | /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope 90 | /// - Returns: The view storage. 91 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque()) | `- error: cannot find 'adw_password_entry_row_new' in scope 93 | for function in appearFunctions { 94 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 102 | } 103 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 102 | } 103 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 108 | } 109 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 143 | } 144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 149 | } 150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 152 | } 153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope 108 | } 109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit { 110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue) | `- error: cannot find 'gtk_picture_set_content_fit' in scope 111 | } 112 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [43/126] Compiling Core HeaderBar.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | `- error: cannot find 'adw_header_bar_set_show_back_button' in scope 212 | } 213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons { /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope 218 | } 219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle { 220 | adw_header_bar_set_show_title(widget, showTitle.cBool) | `- error: cannot find 'adw_header_bar_set_show_title' in scope 221 | } 222 | if let widget = storage.content["titleWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 147 | } 148 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 147 | } 148 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope 156 | 157 | storage.notify(name: "active") { 158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'gtk_menu_button_get_active' in scope 159 | if let active, newValue != active.wrappedValue { 160 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope 161 | } 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'gtk_menu_button_get_active' in scope 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) 165 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'gtk_menu_button_set_active' in scope 165 | } 166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow { /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope 168 | } 169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope 171 | } 172 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope 192 | /// - Returns: The view storage. 193 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque()) | `- error: cannot find 'adw_navigation_view_new' in scope 195 | for function in appearFunctions { 196 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 231 | 232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions { 233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool) | `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { 239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool) | `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { /******/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 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope 182 | /// - Returns: The view storage. 183 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque()) | `- error: cannot find 'adw_overlay_split_view_new' in scope 185 | for function in appearFunctions { 186 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_content' in scope 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 196 | } 197 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | } 197 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 209 | 210 | storage.notify(name: "show-sidebar") { 211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0 | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 212 | if let showSidebar, newValue != showSidebar.wrappedValue { 213 | showSidebar.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 215 | } 216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed { 217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool) | `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 218 | } 219 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 221 | } 222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture { 223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { 226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { 229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { 232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) | `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) 239 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) | `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 239 | } 240 | if let widget = storage.content["sidebar"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 242 | } 243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction { 244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 245 | } 246 | /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope 90 | /// - Returns: The view storage. 91 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque()) | `- error: cannot find 'adw_password_entry_row_new' in scope 93 | for function in appearFunctions { 94 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 102 | } 103 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 102 | } 103 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 108 | } 109 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 143 | } 144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 149 | } 150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 152 | } 153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope 108 | } 109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit { 110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue) | `- error: cannot find 'gtk_picture_set_content_fit' in scope 111 | } 112 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [44/126] Compiling Core Label.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | `- error: cannot find 'adw_header_bar_set_show_back_button' in scope 212 | } 213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons { /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope 218 | } 219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle { 220 | adw_header_bar_set_show_title(widget, showTitle.cBool) | `- error: cannot find 'adw_header_bar_set_show_title' in scope 221 | } 222 | if let widget = storage.content["titleWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 147 | } 148 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 147 | } 148 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope 156 | 157 | storage.notify(name: "active") { 158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'gtk_menu_button_get_active' in scope 159 | if let active, newValue != active.wrappedValue { 160 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope 161 | } 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'gtk_menu_button_get_active' in scope 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) 165 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'gtk_menu_button_set_active' in scope 165 | } 166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow { /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope 168 | } 169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope 171 | } 172 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope 192 | /// - Returns: The view storage. 193 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque()) | `- error: cannot find 'adw_navigation_view_new' in scope 195 | for function in appearFunctions { 196 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 231 | 232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions { 233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool) | `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { 239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool) | `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { /******/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 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope 182 | /// - Returns: The view storage. 183 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque()) | `- error: cannot find 'adw_overlay_split_view_new' in scope 185 | for function in appearFunctions { 186 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_content' in scope 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 196 | } 197 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | } 197 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 209 | 210 | storage.notify(name: "show-sidebar") { 211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0 | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 212 | if let showSidebar, newValue != showSidebar.wrappedValue { 213 | showSidebar.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 215 | } 216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed { 217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool) | `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 218 | } 219 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 221 | } 222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture { 223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { 226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { 229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { 232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) | `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) 239 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) | `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 239 | } 240 | if let widget = storage.content["sidebar"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 242 | } 243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction { 244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 245 | } 246 | /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope 90 | /// - Returns: The view storage. 91 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque()) | `- error: cannot find 'adw_password_entry_row_new' in scope 93 | for function in appearFunctions { 94 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 102 | } 103 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 102 | } 103 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 108 | } 109 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 143 | } 144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 149 | } 150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 152 | } 153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope 108 | } 109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit { 110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue) | `- error: cannot find 'gtk_picture_set_content_fit' in scope 111 | } 112 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [45/126] Compiling Core LevelBar.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | `- error: cannot find 'adw_header_bar_set_show_back_button' in scope 212 | } 213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons { /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope 218 | } 219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle { 220 | adw_header_bar_set_show_title(widget, showTitle.cBool) | `- error: cannot find 'adw_header_bar_set_show_title' in scope 221 | } 222 | if let widget = storage.content["titleWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 147 | } 148 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 147 | } 148 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope 156 | 157 | storage.notify(name: "active") { 158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'gtk_menu_button_get_active' in scope 159 | if let active, newValue != active.wrappedValue { 160 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope 161 | } 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'gtk_menu_button_get_active' in scope 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) 165 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'gtk_menu_button_set_active' in scope 165 | } 166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow { /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope 168 | } 169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope 171 | } 172 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope 192 | /// - Returns: The view storage. 193 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque()) | `- error: cannot find 'adw_navigation_view_new' in scope 195 | for function in appearFunctions { 196 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 231 | 232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions { 233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool) | `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { 239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool) | `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { /******/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 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope 182 | /// - Returns: The view storage. 183 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque()) | `- error: cannot find 'adw_overlay_split_view_new' in scope 185 | for function in appearFunctions { 186 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_content' in scope 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 196 | } 197 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | } 197 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 209 | 210 | storage.notify(name: "show-sidebar") { 211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0 | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 212 | if let showSidebar, newValue != showSidebar.wrappedValue { 213 | showSidebar.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 215 | } 216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed { 217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool) | `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 218 | } 219 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 221 | } 222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture { 223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { 226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { 229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { 232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) | `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) 239 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) | `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 239 | } 240 | if let widget = storage.content["sidebar"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 242 | } 243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction { 244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 245 | } 246 | /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope 90 | /// - Returns: The view storage. 91 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque()) | `- error: cannot find 'adw_password_entry_row_new' in scope 93 | for function in appearFunctions { 94 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 102 | } 103 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 102 | } 103 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 108 | } 109 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 143 | } 144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 149 | } 150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 152 | } 153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope 108 | } 109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit { 110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue) | `- error: cannot find 'gtk_picture_set_content_fit' in scope 111 | } 112 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [46/126] Compiling Core LinkButton.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | `- error: cannot find 'adw_header_bar_set_show_back_button' in scope 212 | } 213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons { /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope 218 | } 219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle { 220 | adw_header_bar_set_show_title(widget, showTitle.cBool) | `- error: cannot find 'adw_header_bar_set_show_title' in scope 221 | } 222 | if let widget = storage.content["titleWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 147 | } 148 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 147 | } 148 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope 156 | 157 | storage.notify(name: "active") { 158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'gtk_menu_button_get_active' in scope 159 | if let active, newValue != active.wrappedValue { 160 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope 161 | } 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'gtk_menu_button_get_active' in scope 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) 165 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'gtk_menu_button_set_active' in scope 165 | } 166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow { /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope 168 | } 169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope 171 | } 172 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope 192 | /// - Returns: The view storage. 193 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque()) | `- error: cannot find 'adw_navigation_view_new' in scope 195 | for function in appearFunctions { 196 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 231 | 232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions { 233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool) | `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { 239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool) | `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { /******/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 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope 182 | /// - Returns: The view storage. 183 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque()) | `- error: cannot find 'adw_overlay_split_view_new' in scope 185 | for function in appearFunctions { 186 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_content' in scope 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 196 | } 197 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | } 197 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 209 | 210 | storage.notify(name: "show-sidebar") { 211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0 | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 212 | if let showSidebar, newValue != showSidebar.wrappedValue { 213 | showSidebar.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 215 | } 216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed { 217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool) | `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 218 | } 219 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 221 | } 222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture { 223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { 226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { 229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { 232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) | `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) 239 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) | `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 239 | } 240 | if let widget = storage.content["sidebar"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 242 | } 243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction { 244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 245 | } 246 | /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope 90 | /// - Returns: The view storage. 91 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque()) | `- error: cannot find 'adw_password_entry_row_new' in scope 93 | for function in appearFunctions { 94 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 102 | } 103 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 102 | } 103 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 108 | } 109 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 143 | } 144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 149 | } 150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 152 | } 153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope 108 | } 109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit { 110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue) | `- error: cannot find 'gtk_picture_set_content_fit' in scope 111 | } 112 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [47/126] Compiling Core ListBox.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | `- error: cannot find 'adw_header_bar_set_show_back_button' in scope 212 | } 213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons { /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope 218 | } 219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle { 220 | adw_header_bar_set_show_title(widget, showTitle.cBool) | `- error: cannot find 'adw_header_bar_set_show_title' in scope 221 | } 222 | if let widget = storage.content["titleWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 147 | } 148 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 147 | } 148 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope 156 | 157 | storage.notify(name: "active") { 158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'gtk_menu_button_get_active' in scope 159 | if let active, newValue != active.wrappedValue { 160 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope 161 | } 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'gtk_menu_button_get_active' in scope 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) 165 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'gtk_menu_button_set_active' in scope 165 | } 166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow { /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope 168 | } 169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope 171 | } 172 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope 192 | /// - Returns: The view storage. 193 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque()) | `- error: cannot find 'adw_navigation_view_new' in scope 195 | for function in appearFunctions { 196 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 231 | 232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions { 233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool) | `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { 239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool) | `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { /******/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 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope 182 | /// - Returns: The view storage. 183 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque()) | `- error: cannot find 'adw_overlay_split_view_new' in scope 185 | for function in appearFunctions { 186 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_content' in scope 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 196 | } 197 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | } 197 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 209 | 210 | storage.notify(name: "show-sidebar") { 211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0 | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 212 | if let showSidebar, newValue != showSidebar.wrappedValue { 213 | showSidebar.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 215 | } 216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed { 217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool) | `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 218 | } 219 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 221 | } 222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture { 223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { 226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { 229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { 232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) | `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) 239 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) | `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 239 | } 240 | if let widget = storage.content["sidebar"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 242 | } 243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction { 244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 245 | } 246 | /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope 90 | /// - Returns: The view storage. 91 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque()) | `- error: cannot find 'adw_password_entry_row_new' in scope 93 | for function in appearFunctions { 94 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 102 | } 103 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 102 | } 103 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 108 | } 109 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 143 | } 144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 149 | } 150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 152 | } 153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope 108 | } 109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit { 110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue) | `- error: cannot find 'gtk_picture_set_content_fit' in scope 111 | } 112 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [48/126] Compiling Core Menu.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | `- error: cannot find 'adw_header_bar_set_show_back_button' in scope 212 | } 213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons { /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope 218 | } 219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle { 220 | adw_header_bar_set_show_title(widget, showTitle.cBool) | `- error: cannot find 'adw_header_bar_set_show_title' in scope 221 | } 222 | if let widget = storage.content["titleWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 147 | } 148 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 147 | } 148 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope 156 | 157 | storage.notify(name: "active") { 158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'gtk_menu_button_get_active' in scope 159 | if let active, newValue != active.wrappedValue { 160 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope 161 | } 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'gtk_menu_button_get_active' in scope 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) 165 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'gtk_menu_button_set_active' in scope 165 | } 166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow { /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope 168 | } 169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope 171 | } 172 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope 192 | /// - Returns: The view storage. 193 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque()) | `- error: cannot find 'adw_navigation_view_new' in scope 195 | for function in appearFunctions { 196 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 231 | 232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions { 233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool) | `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { 239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool) | `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { /******/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 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope 182 | /// - Returns: The view storage. 183 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque()) | `- error: cannot find 'adw_overlay_split_view_new' in scope 185 | for function in appearFunctions { 186 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_content' in scope 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 196 | } 197 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | } 197 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 209 | 210 | storage.notify(name: "show-sidebar") { 211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0 | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 212 | if let showSidebar, newValue != showSidebar.wrappedValue { 213 | showSidebar.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 215 | } 216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed { 217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool) | `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 218 | } 219 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 221 | } 222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture { 223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { 226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { 229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { 232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) | `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) 239 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) | `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 239 | } 240 | if let widget = storage.content["sidebar"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 242 | } 243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction { 244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 245 | } 246 | /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope 90 | /// - Returns: The view storage. 91 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque()) | `- error: cannot find 'adw_password_entry_row_new' in scope 93 | for function in appearFunctions { 94 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 102 | } 103 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 102 | } 103 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 108 | } 109 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 143 | } 144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 149 | } 150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 152 | } 153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope 108 | } 109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit { 110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue) | `- error: cannot find 'gtk_picture_set_content_fit' in scope 111 | } 112 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [49/126] Compiling Core NavigationView.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | `- error: cannot find 'adw_header_bar_set_show_back_button' in scope 212 | } 213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons { /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope 218 | } 219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle { 220 | adw_header_bar_set_show_title(widget, showTitle.cBool) | `- error: cannot find 'adw_header_bar_set_show_title' in scope 221 | } 222 | if let widget = storage.content["titleWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 147 | } 148 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 147 | } 148 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope 156 | 157 | storage.notify(name: "active") { 158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'gtk_menu_button_get_active' in scope 159 | if let active, newValue != active.wrappedValue { 160 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope 161 | } 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'gtk_menu_button_get_active' in scope 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) 165 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'gtk_menu_button_set_active' in scope 165 | } 166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow { /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope 168 | } 169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope 171 | } 172 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope 192 | /// - Returns: The view storage. 193 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque()) | `- error: cannot find 'adw_navigation_view_new' in scope 195 | for function in appearFunctions { 196 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 231 | 232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions { 233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool) | `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { 239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool) | `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { /******/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 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope 182 | /// - Returns: The view storage. 183 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque()) | `- error: cannot find 'adw_overlay_split_view_new' in scope 185 | for function in appearFunctions { 186 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_content' in scope 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 196 | } 197 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | } 197 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 209 | 210 | storage.notify(name: "show-sidebar") { 211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0 | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 212 | if let showSidebar, newValue != showSidebar.wrappedValue { 213 | showSidebar.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 215 | } 216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed { 217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool) | `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 218 | } 219 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 221 | } 222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture { 223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { 226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { 229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { 232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) | `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) 239 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) | `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 239 | } 240 | if let widget = storage.content["sidebar"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 242 | } 243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction { 244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 245 | } 246 | /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope 90 | /// - Returns: The view storage. 91 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque()) | `- error: cannot find 'adw_password_entry_row_new' in scope 93 | for function in appearFunctions { 94 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 102 | } 103 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 102 | } 103 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 108 | } 109 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 143 | } 144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 149 | } 150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 152 | } 153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope 108 | } 109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit { 110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue) | `- error: cannot find 'gtk_picture_set_content_fit' in scope 111 | } 112 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [50/126] Compiling Core Overlay.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | `- error: cannot find 'adw_header_bar_set_show_back_button' in scope 212 | } 213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons { /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope 218 | } 219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle { 220 | adw_header_bar_set_show_title(widget, showTitle.cBool) | `- error: cannot find 'adw_header_bar_set_show_title' in scope 221 | } 222 | if let widget = storage.content["titleWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 147 | } 148 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 147 | } 148 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope 156 | 157 | storage.notify(name: "active") { 158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'gtk_menu_button_get_active' in scope 159 | if let active, newValue != active.wrappedValue { 160 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope 161 | } 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'gtk_menu_button_get_active' in scope 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) 165 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'gtk_menu_button_set_active' in scope 165 | } 166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow { /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope 168 | } 169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope 171 | } 172 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope 192 | /// - Returns: The view storage. 193 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque()) | `- error: cannot find 'adw_navigation_view_new' in scope 195 | for function in appearFunctions { 196 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 231 | 232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions { 233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool) | `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { 239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool) | `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { /******/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 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope 182 | /// - Returns: The view storage. 183 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque()) | `- error: cannot find 'adw_overlay_split_view_new' in scope 185 | for function in appearFunctions { 186 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_content' in scope 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 196 | } 197 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | } 197 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 209 | 210 | storage.notify(name: "show-sidebar") { 211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0 | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 212 | if let showSidebar, newValue != showSidebar.wrappedValue { 213 | showSidebar.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 215 | } 216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed { 217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool) | `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 218 | } 219 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 221 | } 222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture { 223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { 226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { 229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { 232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) | `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) 239 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) | `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 239 | } 240 | if let widget = storage.content["sidebar"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 242 | } 243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction { 244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 245 | } 246 | /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope 90 | /// - Returns: The view storage. 91 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque()) | `- error: cannot find 'adw_password_entry_row_new' in scope 93 | for function in appearFunctions { 94 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 102 | } 103 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 102 | } 103 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 108 | } 109 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 143 | } 144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 149 | } 150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 152 | } 153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope 108 | } 109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit { 110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue) | `- error: cannot find 'gtk_picture_set_content_fit' in scope 111 | } 112 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [51/126] Compiling Core OverlaySplitView.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | `- error: cannot find 'adw_header_bar_set_show_back_button' in scope 212 | } 213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons { /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope 218 | } 219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle { 220 | adw_header_bar_set_show_title(widget, showTitle.cBool) | `- error: cannot find 'adw_header_bar_set_show_title' in scope 221 | } 222 | if let widget = storage.content["titleWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 147 | } 148 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 147 | } 148 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope 156 | 157 | storage.notify(name: "active") { 158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'gtk_menu_button_get_active' in scope 159 | if let active, newValue != active.wrappedValue { 160 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope 161 | } 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'gtk_menu_button_get_active' in scope 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) 165 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'gtk_menu_button_set_active' in scope 165 | } 166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow { /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope 168 | } 169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope 171 | } 172 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope 192 | /// - Returns: The view storage. 193 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque()) | `- error: cannot find 'adw_navigation_view_new' in scope 195 | for function in appearFunctions { 196 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 231 | 232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions { 233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool) | `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { 239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool) | `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { /******/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 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope 182 | /// - Returns: The view storage. 183 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque()) | `- error: cannot find 'adw_overlay_split_view_new' in scope 185 | for function in appearFunctions { 186 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_content' in scope 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 196 | } 197 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | } 197 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 209 | 210 | storage.notify(name: "show-sidebar") { 211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0 | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 212 | if let showSidebar, newValue != showSidebar.wrappedValue { 213 | showSidebar.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 215 | } 216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed { 217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool) | `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 218 | } 219 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 221 | } 222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture { 223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { 226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { 229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { 232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) | `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) 239 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) | `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 239 | } 240 | if let widget = storage.content["sidebar"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 242 | } 243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction { 244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 245 | } 246 | /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope 90 | /// - Returns: The view storage. 91 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque()) | `- error: cannot find 'adw_password_entry_row_new' in scope 93 | for function in appearFunctions { 94 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 102 | } 103 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 102 | } 103 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 108 | } 109 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 143 | } 144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 149 | } 150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 152 | } 153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope 108 | } 109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit { 110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue) | `- error: cannot find 'gtk_picture_set_content_fit' in scope 111 | } 112 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [52/126] Compiling Core PasswordEntryRow.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | `- error: cannot find 'adw_header_bar_set_show_back_button' in scope 212 | } 213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons { /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope 218 | } 219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle { 220 | adw_header_bar_set_show_title(widget, showTitle.cBool) | `- error: cannot find 'adw_header_bar_set_show_title' in scope 221 | } 222 | if let widget = storage.content["titleWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 147 | } 148 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 147 | } 148 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope 156 | 157 | storage.notify(name: "active") { 158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'gtk_menu_button_get_active' in scope 159 | if let active, newValue != active.wrappedValue { 160 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope 161 | } 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'gtk_menu_button_get_active' in scope 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) 165 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'gtk_menu_button_set_active' in scope 165 | } 166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow { /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope 168 | } 169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope 171 | } 172 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope 192 | /// - Returns: The view storage. 193 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque()) | `- error: cannot find 'adw_navigation_view_new' in scope 195 | for function in appearFunctions { 196 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 231 | 232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions { 233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool) | `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { 239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool) | `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { /******/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 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope 182 | /// - Returns: The view storage. 183 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque()) | `- error: cannot find 'adw_overlay_split_view_new' in scope 185 | for function in appearFunctions { 186 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_content' in scope 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 196 | } 197 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | } 197 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 209 | 210 | storage.notify(name: "show-sidebar") { 211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0 | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 212 | if let showSidebar, newValue != showSidebar.wrappedValue { 213 | showSidebar.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 215 | } 216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed { 217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool) | `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 218 | } 219 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 221 | } 222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture { 223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { 226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { 229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { 232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) | `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) 239 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) | `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 239 | } 240 | if let widget = storage.content["sidebar"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 242 | } 243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction { 244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 245 | } 246 | /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope 90 | /// - Returns: The view storage. 91 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque()) | `- error: cannot find 'adw_password_entry_row_new' in scope 93 | for function in appearFunctions { 94 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 102 | } 103 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 102 | } 103 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 108 | } 109 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 143 | } 144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 149 | } 150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 152 | } 153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope 108 | } 109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit { 110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue) | `- error: cannot find 'gtk_picture_set_content_fit' in scope 111 | } 112 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } [53/126] Compiling Core Picture.swift /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:211:17: error: cannot find 'adw_header_bar_set_show_back_button' in scope 209 | } 210 | if let showBackButton, updateProperties, (storage.previousState as? Self)?.showBackButton != showBackButton { 211 | adw_header_bar_set_show_back_button(widget, showBackButton.cBool) | `- error: cannot find 'adw_header_bar_set_show_back_button' in scope 212 | } 213 | if let showEndTitleButtons, updateProperties, (storage.previousState as? Self)?.showEndTitleButtons != showEndTitleButtons { /******/adwaita-swift/Sources/Core/View/Generated/HeaderBar.swift:220:17: error: cannot find 'adw_header_bar_set_show_title' in scope 218 | } 219 | if let showTitle, updateProperties, (storage.previousState as? Self)?.showTitle != showTitle { 220 | adw_header_bar_set_show_title(widget, showTitle.cBool) | `- error: cannot find 'adw_header_bar_set_show_title' in scope 221 | } 222 | if let widget = storage.content["titleWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:17: error: cannot find 'gtk_button_set_can_shrink' in scope 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 147 | } 148 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/LinkButton.swift:146:51: error: generic parameter 'T' could not be inferred 144 | } 145 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 146 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 147 | } 148 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:158:28: error: cannot find 'gtk_menu_button_get_active' in scope 156 | 157 | storage.notify(name: "active") { 158 | let newValue = gtk_menu_button_get_active(storage.opaquePointer) != 0 | `- error: cannot find 'gtk_menu_button_get_active' in scope 159 | if let active, newValue != active.wrappedValue { 160 | active.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:163:47: error: cannot find 'gtk_menu_button_get_active' in scope 161 | } 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { | `- error: cannot find 'gtk_menu_button_get_active' in scope 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) 165 | } /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:164:17: error: cannot find 'gtk_menu_button_set_active' in scope 162 | } 163 | if let active, updateProperties, (gtk_menu_button_get_active(storage.opaquePointer) != 0) != active.wrappedValue { 164 | gtk_menu_button_set_active(storage.opaquePointer, active.wrappedValue.cBool) | `- error: cannot find 'gtk_menu_button_set_active' in scope 165 | } 166 | if let alwaysShowArrow, updateProperties, (storage.previousState as? Self)?.alwaysShowArrow != alwaysShowArrow { /******/adwaita-swift/Sources/Core/View/Generated/Menu.swift:170:17: error: cannot find 'gtk_menu_button_set_can_shrink' in scope 168 | } 169 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 170 | gtk_menu_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'gtk_menu_button_set_can_shrink' in scope 171 | } 172 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:194:35: error: cannot find 'adw_navigation_view_new' in scope 192 | /// - Returns: The view storage. 193 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 194 | let storage = ViewStorage(adw_navigation_view_new()?.opaque()) | `- error: cannot find 'adw_navigation_view_new' in scope 195 | for function in appearFunctions { 196 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:233:17: error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 231 | 232 | if let animateTransitions, updateProperties, (storage.previousState as? Self)?.animateTransitions != animateTransitions { 233 | adw_navigation_view_set_animate_transitions(widget, animateTransitions.cBool) | `- error: cannot find 'adw_navigation_view_set_animate_transitions' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:239:17: error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { 239 | adw_navigation_view_set_pop_on_escape(widget, popOnEscape.cBool) | `- error: cannot find 'adw_navigation_view_set_pop_on_escape' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { /******/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 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:184:35: error: cannot find 'adw_overlay_split_view_new' in scope 182 | /// - Returns: The view storage. 183 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 184 | let storage = ViewStorage(adw_overlay_split_view_new()?.opaque()) | `- error: cannot find 'adw_overlay_split_view_new' in scope 185 | for function in appearFunctions { 186 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:13: error: cannot find 'adw_overlay_split_view_set_content' in scope 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_content' in scope 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:191:101: error: generic parameter 'T' could not be inferred 189 | if let contentStorage = content?().storage(data: data, type: type) { 190 | storage.content["content"] = [contentStorage] 191 | adw_overlay_split_view_set_content(storage.opaquePointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 192 | } 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:13: error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_overlay_split_view_set_sidebar' in scope 196 | } 197 | /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:195:101: error: generic parameter 'T' could not be inferred 193 | if let sidebarStorage = sidebar?().storage(data: data, type: type) { 194 | storage.content["sidebar"] = [sidebarStorage] 195 | adw_overlay_split_view_set_sidebar(storage.opaquePointer, sidebarStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | } 197 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:211:28: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 209 | 210 | storage.notify(name: "show-sidebar") { 211 | let newValue = adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0 | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 212 | if let showSidebar, newValue != showSidebar.wrappedValue { 213 | showSidebar.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:217:17: error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 215 | } 216 | if let collapsed, updateProperties, (storage.previousState as? Self)?.collapsed != collapsed { 217 | adw_overlay_split_view_set_collapsed(widget, collapsed.cBool) | `- error: cannot find 'adw_overlay_split_view_set_collapsed' in scope 218 | } 219 | if let widget = storage.content["content"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:223:17: error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 221 | } 222 | if let enableHideGesture, updateProperties, (storage.previousState as? Self)?.enableHideGesture != enableHideGesture { 223 | adw_overlay_split_view_set_enable_hide_gesture(widget, enableHideGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_hide_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:226:17: error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 224 | } 225 | if let enableShowGesture, updateProperties, (storage.previousState as? Self)?.enableShowGesture != enableShowGesture { 226 | adw_overlay_split_view_set_enable_show_gesture(widget, enableShowGesture.cBool) | `- error: cannot find 'adw_overlay_split_view_set_enable_show_gesture' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:229:17: error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 227 | } 228 | if let maxSidebarWidth, updateProperties, (storage.previousState as? Self)?.maxSidebarWidth != maxSidebarWidth { 229 | adw_overlay_split_view_set_max_sidebar_width(widget, maxSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_max_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:232:17: error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 230 | } 231 | if let minSidebarWidth, updateProperties, (storage.previousState as? Self)?.minSidebarWidth != minSidebarWidth { 232 | adw_overlay_split_view_set_min_sidebar_width(widget, minSidebarWidth) | `- error: cannot find 'adw_overlay_split_view_set_min_sidebar_width' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:235:17: error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 233 | } 234 | if let pinSidebar, updateProperties, (storage.previousState as? Self)?.pinSidebar != pinSidebar { 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) | `- error: cannot find 'adw_overlay_split_view_set_pin_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:237:52: error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 235 | adw_overlay_split_view_set_pin_sidebar(widget, pinSidebar.cBool) 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { | `- error: cannot find 'adw_overlay_split_view_get_show_sidebar' in scope 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) 239 | } /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:238:17: error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 236 | } 237 | if let showSidebar, updateProperties, (adw_overlay_split_view_get_show_sidebar(storage.opaquePointer) != 0) != showSidebar.wrappedValue { 238 | adw_overlay_split_view_set_show_sidebar(storage.opaquePointer, showSidebar.wrappedValue.cBool) | `- error: cannot find 'adw_overlay_split_view_set_show_sidebar' in scope 239 | } 240 | if let widget = storage.content["sidebar"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/OverlaySplitView.swift:244:17: error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 242 | } 243 | if let sidebarWidthFraction, updateProperties, (storage.previousState as? Self)?.sidebarWidthFraction != sidebarWidthFraction { 244 | adw_overlay_split_view_set_sidebar_width_fraction(widget, sidebarWidthFraction) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_width_fraction' in scope 245 | } 246 | /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:92:35: error: cannot find 'adw_password_entry_row_new' in scope 90 | /// - Returns: The view storage. 91 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 92 | let storage = ViewStorage(adw_password_entry_row_new()?.opaque()) | `- error: cannot find 'adw_password_entry_row_new' in scope 93 | for function in appearFunctions { 94 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:13: error: cannot find 'adw_entry_row_add_suffix' in scope 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 102 | } 103 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:101:104: error: generic parameter 'T' could not be inferred 99 | for view in suffix() { 100 | suffixStorage.append(view.storage(data: data, type: type)) 101 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 102 | } 103 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:13: error: cannot find 'adw_entry_row_add_prefix' in scope 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 108 | } 109 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:107:104: error: generic parameter 'T' could not be inferred 105 | for view in prefix() { 106 | prefixStorage.append(view.storage(data: data, type: type)) 107 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:136:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 136 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:142:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 142 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 143 | } 144 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:151:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 149 | } 150 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 151 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 152 | } 153 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:133:61: error: generic parameter 'T' could not be inferred 131 | 132 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 133 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 134 | } 135 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Picture.swift:110:17: error: cannot find 'gtk_picture_set_content_fit' in scope 108 | } 109 | if let contentFit, updateProperties, (storage.previousState as? Self)?.contentFit != contentFit { 110 | gtk_picture_set_content_fit(widget, contentFit.gtkValue) | `- error: cannot find 'gtk_picture_set_content_fit' in scope 111 | } 112 | /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } error: emit-module command failed with exit code 1 (use -v to see invocation) [54/126] Emitting module Core /******/adwaita-swift/Sources/Core/Model/Enumerations/ContentFit.swift:27:19: error: cannot find type 'GtkContentFit' in scope 25 | 26 | /// The ContentFit value as a GtkContentFit value. 27 | var gtkValue: GtkContentFit { | `- error: cannot find type 'GtkContentFit' in scope 28 | .init(rawValue) 29 | } /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: cannot find 'adw_breakpoint_bin_set_child' in scope 23 | }, 24 | pointer: OpaquePointer.self, /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 39 | condition = .minWidth(.init(size) + padding) 40 | case let .naturalHeight(padding): 41 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 42 | var size: Int32 = 0 43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope 47 | } 48 | storage.fields["condition"] = condition 49 | let string = adw_breakpoint_condition_parse(condition.condition) | `- error: cannot find 'adw_breakpoint_condition_parse' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope 49 | let string = adw_breakpoint_condition_parse(condition.condition) 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) | `- error: cannot find 'adw_breakpoint_get_condition' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) 52 | adw_breakpoint_set_condition(breakpoint, string) | `- error: cannot find 'adw_breakpoint_set_condition' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) | `- error: cannot find 'adw_breakpoint_new' in scope 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) 56 | storage.fields["breakpoint"] = breakpoint /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) | `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 56 | storage.fields["breakpoint"] = breakpoint 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { 58 | Idle { 59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 60 | } 61 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: generic parameter 'T' could not be inferred 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 73 | } 74 | storage.fields["binding"] = matches /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: generic parameter 'T' could not be inferred 73 | } 74 | storage.fields["binding"] = matches /******/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 | } [55/126] Compiling Core Popover.swift /******/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 { /******/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 { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: cannot find 'adw_preferences_page_set_description' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: generic parameter 'T' could not be inferred 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 257 | } 258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText { 259 | gtk_search_entry_set_placeholder_text(widget, placeholderText) | `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { 262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt) | `- error: cannot find 'gtk_search_entry_set_search_delay' in scope 263 | } 264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: cannot find 'adw_spin_row_new' in scope 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: 'nil' requires a contextual type 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope 185 | 186 | storage.notify(name: "value") { 187 | let newValue = adw_spin_row_get_value(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_value' in scope 188 | if let value, newValue != value.wrappedValue { 189 | value.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope 194 | } 195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate { 196 | adw_spin_row_set_climb_rate(widget, climbRate) | `- error: cannot find 'adw_spin_row_set_climb_rate' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { 199 | adw_spin_row_set_digits(widget, digits.cInt) | `- error: cannot find 'adw_spin_row_set_digits' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { 202 | adw_spin_row_set_numeric(widget, numeric.cBool) | `- error: cannot find 'adw_spin_row_set_numeric' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { 205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool) | `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 206 | } 207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 212 | } 213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 215 | } 216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 224 | } 225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 227 | } 228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope 229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool) 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { | `- error: cannot find 'adw_spin_row_get_value' in scope 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) 233 | } /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) | `- error: cannot find 'adw_spin_row_set_value' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { 235 | adw_spin_row_set_wrap(widget, wrap.cBool) | `- error: cannot find 'adw_spin_row_set_wrap' in scope 236 | } 237 | /******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope 51 | /// - Returns: The view storage. 52 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 53 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 54 | for function in appearFunctions { 55 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope 156 | 157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 158 | adw_split_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_split_button_set_can_shrink' in scope 159 | } 160 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 162 | } 163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip { 164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip) | `- error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [56/126] Compiling Core PreferencesGroup.swift /******/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 { /******/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 { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: cannot find 'adw_preferences_page_set_description' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: generic parameter 'T' could not be inferred 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 257 | } 258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText { 259 | gtk_search_entry_set_placeholder_text(widget, placeholderText) | `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { 262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt) | `- error: cannot find 'gtk_search_entry_set_search_delay' in scope 263 | } 264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: cannot find 'adw_spin_row_new' in scope 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: 'nil' requires a contextual type 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope 185 | 186 | storage.notify(name: "value") { 187 | let newValue = adw_spin_row_get_value(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_value' in scope 188 | if let value, newValue != value.wrappedValue { 189 | value.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope 194 | } 195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate { 196 | adw_spin_row_set_climb_rate(widget, climbRate) | `- error: cannot find 'adw_spin_row_set_climb_rate' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { 199 | adw_spin_row_set_digits(widget, digits.cInt) | `- error: cannot find 'adw_spin_row_set_digits' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { 202 | adw_spin_row_set_numeric(widget, numeric.cBool) | `- error: cannot find 'adw_spin_row_set_numeric' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { 205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool) | `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 206 | } 207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 212 | } 213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 215 | } 216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 224 | } 225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 227 | } 228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope 229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool) 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { | `- error: cannot find 'adw_spin_row_get_value' in scope 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) 233 | } /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) | `- error: cannot find 'adw_spin_row_set_value' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { 235 | adw_spin_row_set_wrap(widget, wrap.cBool) | `- error: cannot find 'adw_spin_row_set_wrap' in scope 236 | } 237 | /******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope 51 | /// - Returns: The view storage. 52 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 53 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 54 | for function in appearFunctions { 55 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope 156 | 157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 158 | adw_split_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_split_button_set_can_shrink' in scope 159 | } 160 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 162 | } 163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip { 164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip) | `- error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [57/126] Compiling Core PreferencesPage.swift /******/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 { /******/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 { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: cannot find 'adw_preferences_page_set_description' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: generic parameter 'T' could not be inferred 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 257 | } 258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText { 259 | gtk_search_entry_set_placeholder_text(widget, placeholderText) | `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { 262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt) | `- error: cannot find 'gtk_search_entry_set_search_delay' in scope 263 | } 264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: cannot find 'adw_spin_row_new' in scope 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: 'nil' requires a contextual type 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope 185 | 186 | storage.notify(name: "value") { 187 | let newValue = adw_spin_row_get_value(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_value' in scope 188 | if let value, newValue != value.wrappedValue { 189 | value.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope 194 | } 195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate { 196 | adw_spin_row_set_climb_rate(widget, climbRate) | `- error: cannot find 'adw_spin_row_set_climb_rate' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { 199 | adw_spin_row_set_digits(widget, digits.cInt) | `- error: cannot find 'adw_spin_row_set_digits' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { 202 | adw_spin_row_set_numeric(widget, numeric.cBool) | `- error: cannot find 'adw_spin_row_set_numeric' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { 205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool) | `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 206 | } 207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 212 | } 213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 215 | } 216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 224 | } 225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 227 | } 228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope 229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool) 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { | `- error: cannot find 'adw_spin_row_get_value' in scope 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) 233 | } /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) | `- error: cannot find 'adw_spin_row_set_value' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { 235 | adw_spin_row_set_wrap(widget, wrap.cBool) | `- error: cannot find 'adw_spin_row_set_wrap' in scope 236 | } 237 | /******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope 51 | /// - Returns: The view storage. 52 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 53 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 54 | for function in appearFunctions { 55 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope 156 | 157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 158 | adw_split_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_split_button_set_can_shrink' in scope 159 | } 160 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 162 | } 163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip { 164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip) | `- error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [58/126] Compiling Core PreferencesRow.swift /******/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 { /******/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 { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: cannot find 'adw_preferences_page_set_description' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: generic parameter 'T' could not be inferred 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 257 | } 258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText { 259 | gtk_search_entry_set_placeholder_text(widget, placeholderText) | `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { 262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt) | `- error: cannot find 'gtk_search_entry_set_search_delay' in scope 263 | } 264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: cannot find 'adw_spin_row_new' in scope 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: 'nil' requires a contextual type 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope 185 | 186 | storage.notify(name: "value") { 187 | let newValue = adw_spin_row_get_value(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_value' in scope 188 | if let value, newValue != value.wrappedValue { 189 | value.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope 194 | } 195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate { 196 | adw_spin_row_set_climb_rate(widget, climbRate) | `- error: cannot find 'adw_spin_row_set_climb_rate' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { 199 | adw_spin_row_set_digits(widget, digits.cInt) | `- error: cannot find 'adw_spin_row_set_digits' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { 202 | adw_spin_row_set_numeric(widget, numeric.cBool) | `- error: cannot find 'adw_spin_row_set_numeric' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { 205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool) | `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 206 | } 207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 212 | } 213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 215 | } 216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 224 | } 225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 227 | } 228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope 229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool) 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { | `- error: cannot find 'adw_spin_row_get_value' in scope 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) 233 | } /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) | `- error: cannot find 'adw_spin_row_set_value' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { 235 | adw_spin_row_set_wrap(widget, wrap.cBool) | `- error: cannot find 'adw_spin_row_set_wrap' in scope 236 | } 237 | /******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope 51 | /// - Returns: The view storage. 52 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 53 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 54 | for function in appearFunctions { 55 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope 156 | 157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 158 | adw_split_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_split_button_set_can_shrink' in scope 159 | } 160 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 162 | } 163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip { 164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip) | `- error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [59/126] Compiling Core ProgressBar.swift /******/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 { /******/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 { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: cannot find 'adw_preferences_page_set_description' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: generic parameter 'T' could not be inferred 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 257 | } 258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText { 259 | gtk_search_entry_set_placeholder_text(widget, placeholderText) | `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { 262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt) | `- error: cannot find 'gtk_search_entry_set_search_delay' in scope 263 | } 264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: cannot find 'adw_spin_row_new' in scope 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: 'nil' requires a contextual type 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope 185 | 186 | storage.notify(name: "value") { 187 | let newValue = adw_spin_row_get_value(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_value' in scope 188 | if let value, newValue != value.wrappedValue { 189 | value.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope 194 | } 195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate { 196 | adw_spin_row_set_climb_rate(widget, climbRate) | `- error: cannot find 'adw_spin_row_set_climb_rate' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { 199 | adw_spin_row_set_digits(widget, digits.cInt) | `- error: cannot find 'adw_spin_row_set_digits' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { 202 | adw_spin_row_set_numeric(widget, numeric.cBool) | `- error: cannot find 'adw_spin_row_set_numeric' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { 205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool) | `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 206 | } 207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 212 | } 213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 215 | } 216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 224 | } 225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 227 | } 228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope 229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool) 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { | `- error: cannot find 'adw_spin_row_get_value' in scope 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) 233 | } /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) | `- error: cannot find 'adw_spin_row_set_value' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { 235 | adw_spin_row_set_wrap(widget, wrap.cBool) | `- error: cannot find 'adw_spin_row_set_wrap' in scope 236 | } 237 | /******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope 51 | /// - Returns: The view storage. 52 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 53 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 54 | for function in appearFunctions { 55 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope 156 | 157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 158 | adw_split_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_split_button_set_can_shrink' in scope 159 | } 160 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 162 | } 163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip { 164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip) | `- error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [60/126] Compiling Core ScrolledWindow.swift /******/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 { /******/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 { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: cannot find 'adw_preferences_page_set_description' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: generic parameter 'T' could not be inferred 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 257 | } 258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText { 259 | gtk_search_entry_set_placeholder_text(widget, placeholderText) | `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { 262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt) | `- error: cannot find 'gtk_search_entry_set_search_delay' in scope 263 | } 264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: cannot find 'adw_spin_row_new' in scope 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: 'nil' requires a contextual type 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope 185 | 186 | storage.notify(name: "value") { 187 | let newValue = adw_spin_row_get_value(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_value' in scope 188 | if let value, newValue != value.wrappedValue { 189 | value.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope 194 | } 195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate { 196 | adw_spin_row_set_climb_rate(widget, climbRate) | `- error: cannot find 'adw_spin_row_set_climb_rate' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { 199 | adw_spin_row_set_digits(widget, digits.cInt) | `- error: cannot find 'adw_spin_row_set_digits' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { 202 | adw_spin_row_set_numeric(widget, numeric.cBool) | `- error: cannot find 'adw_spin_row_set_numeric' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { 205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool) | `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 206 | } 207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 212 | } 213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 215 | } 216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 224 | } 225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 227 | } 228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope 229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool) 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { | `- error: cannot find 'adw_spin_row_get_value' in scope 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) 233 | } /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) | `- error: cannot find 'adw_spin_row_set_value' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { 235 | adw_spin_row_set_wrap(widget, wrap.cBool) | `- error: cannot find 'adw_spin_row_set_wrap' in scope 236 | } 237 | /******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope 51 | /// - Returns: The view storage. 52 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 53 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 54 | for function in appearFunctions { 55 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope 156 | 157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 158 | adw_split_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_split_button_set_can_shrink' in scope 159 | } 160 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 162 | } 163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip { 164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip) | `- error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [61/126] Compiling Core SearchBar.swift /******/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 { /******/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 { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: cannot find 'adw_preferences_page_set_description' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: generic parameter 'T' could not be inferred 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 257 | } 258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText { 259 | gtk_search_entry_set_placeholder_text(widget, placeholderText) | `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { 262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt) | `- error: cannot find 'gtk_search_entry_set_search_delay' in scope 263 | } 264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: cannot find 'adw_spin_row_new' in scope 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: 'nil' requires a contextual type 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope 185 | 186 | storage.notify(name: "value") { 187 | let newValue = adw_spin_row_get_value(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_value' in scope 188 | if let value, newValue != value.wrappedValue { 189 | value.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope 194 | } 195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate { 196 | adw_spin_row_set_climb_rate(widget, climbRate) | `- error: cannot find 'adw_spin_row_set_climb_rate' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { 199 | adw_spin_row_set_digits(widget, digits.cInt) | `- error: cannot find 'adw_spin_row_set_digits' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { 202 | adw_spin_row_set_numeric(widget, numeric.cBool) | `- error: cannot find 'adw_spin_row_set_numeric' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { 205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool) | `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 206 | } 207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 212 | } 213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 215 | } 216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 224 | } 225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 227 | } 228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope 229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool) 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { | `- error: cannot find 'adw_spin_row_get_value' in scope 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) 233 | } /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) | `- error: cannot find 'adw_spin_row_set_value' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { 235 | adw_spin_row_set_wrap(widget, wrap.cBool) | `- error: cannot find 'adw_spin_row_set_wrap' in scope 236 | } 237 | /******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope 51 | /// - Returns: The view storage. 52 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 53 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 54 | for function in appearFunctions { 55 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope 156 | 157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 158 | adw_split_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_split_button_set_can_shrink' in scope 159 | } 160 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 162 | } 163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip { 164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip) | `- error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [62/126] Compiling Core SearchEntry.swift /******/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 { /******/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 { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: cannot find 'adw_preferences_page_set_description' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: generic parameter 'T' could not be inferred 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 257 | } 258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText { 259 | gtk_search_entry_set_placeholder_text(widget, placeholderText) | `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { 262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt) | `- error: cannot find 'gtk_search_entry_set_search_delay' in scope 263 | } 264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: cannot find 'adw_spin_row_new' in scope 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: 'nil' requires a contextual type 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope 185 | 186 | storage.notify(name: "value") { 187 | let newValue = adw_spin_row_get_value(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_value' in scope 188 | if let value, newValue != value.wrappedValue { 189 | value.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope 194 | } 195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate { 196 | adw_spin_row_set_climb_rate(widget, climbRate) | `- error: cannot find 'adw_spin_row_set_climb_rate' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { 199 | adw_spin_row_set_digits(widget, digits.cInt) | `- error: cannot find 'adw_spin_row_set_digits' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { 202 | adw_spin_row_set_numeric(widget, numeric.cBool) | `- error: cannot find 'adw_spin_row_set_numeric' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { 205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool) | `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 206 | } 207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 212 | } 213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 215 | } 216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 224 | } 225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 227 | } 228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope 229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool) 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { | `- error: cannot find 'adw_spin_row_get_value' in scope 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) 233 | } /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) | `- error: cannot find 'adw_spin_row_set_value' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { 235 | adw_spin_row_set_wrap(widget, wrap.cBool) | `- error: cannot find 'adw_spin_row_set_wrap' in scope 236 | } 237 | /******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope 51 | /// - Returns: The view storage. 52 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 53 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 54 | for function in appearFunctions { 55 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope 156 | 157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 158 | adw_split_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_split_button_set_can_shrink' in scope 159 | } 160 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 162 | } 163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip { 164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip) | `- error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [63/126] Compiling Core Separator.swift /******/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 { /******/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 { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: cannot find 'adw_preferences_page_set_description' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: generic parameter 'T' could not be inferred 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 257 | } 258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText { 259 | gtk_search_entry_set_placeholder_text(widget, placeholderText) | `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { 262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt) | `- error: cannot find 'gtk_search_entry_set_search_delay' in scope 263 | } 264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: cannot find 'adw_spin_row_new' in scope 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: 'nil' requires a contextual type 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope 185 | 186 | storage.notify(name: "value") { 187 | let newValue = adw_spin_row_get_value(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_value' in scope 188 | if let value, newValue != value.wrappedValue { 189 | value.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope 194 | } 195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate { 196 | adw_spin_row_set_climb_rate(widget, climbRate) | `- error: cannot find 'adw_spin_row_set_climb_rate' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { 199 | adw_spin_row_set_digits(widget, digits.cInt) | `- error: cannot find 'adw_spin_row_set_digits' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { 202 | adw_spin_row_set_numeric(widget, numeric.cBool) | `- error: cannot find 'adw_spin_row_set_numeric' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { 205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool) | `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 206 | } 207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 212 | } 213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 215 | } 216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 224 | } 225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 227 | } 228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope 229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool) 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { | `- error: cannot find 'adw_spin_row_get_value' in scope 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) 233 | } /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) | `- error: cannot find 'adw_spin_row_set_value' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { 235 | adw_spin_row_set_wrap(widget, wrap.cBool) | `- error: cannot find 'adw_spin_row_set_wrap' in scope 236 | } 237 | /******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope 51 | /// - Returns: The view storage. 52 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 53 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 54 | for function in appearFunctions { 55 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope 156 | 157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 158 | adw_split_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_split_button_set_can_shrink' in scope 159 | } 160 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 162 | } 163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip { 164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip) | `- error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [64/126] Compiling Core SpinRow.swift /******/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 { /******/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 { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: cannot find 'adw_preferences_page_set_description' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: generic parameter 'T' could not be inferred 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 257 | } 258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText { 259 | gtk_search_entry_set_placeholder_text(widget, placeholderText) | `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { 262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt) | `- error: cannot find 'gtk_search_entry_set_search_delay' in scope 263 | } 264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: cannot find 'adw_spin_row_new' in scope 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: 'nil' requires a contextual type 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope 185 | 186 | storage.notify(name: "value") { 187 | let newValue = adw_spin_row_get_value(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_value' in scope 188 | if let value, newValue != value.wrappedValue { 189 | value.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope 194 | } 195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate { 196 | adw_spin_row_set_climb_rate(widget, climbRate) | `- error: cannot find 'adw_spin_row_set_climb_rate' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { 199 | adw_spin_row_set_digits(widget, digits.cInt) | `- error: cannot find 'adw_spin_row_set_digits' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { 202 | adw_spin_row_set_numeric(widget, numeric.cBool) | `- error: cannot find 'adw_spin_row_set_numeric' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { 205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool) | `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 206 | } 207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 212 | } 213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 215 | } 216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 224 | } 225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 227 | } 228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope 229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool) 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { | `- error: cannot find 'adw_spin_row_get_value' in scope 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) 233 | } /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) | `- error: cannot find 'adw_spin_row_set_value' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { 235 | adw_spin_row_set_wrap(widget, wrap.cBool) | `- error: cannot find 'adw_spin_row_set_wrap' in scope 236 | } 237 | /******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope 51 | /// - Returns: The view storage. 52 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 53 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 54 | for function in appearFunctions { 55 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope 156 | 157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 158 | adw_split_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_split_button_set_can_shrink' in scope 159 | } 160 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 162 | } 163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip { 164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip) | `- error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [65/126] Compiling Core Spinner.swift /******/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 { /******/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 { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: cannot find 'adw_preferences_page_set_description' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: generic parameter 'T' could not be inferred 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 257 | } 258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText { 259 | gtk_search_entry_set_placeholder_text(widget, placeholderText) | `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { 262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt) | `- error: cannot find 'gtk_search_entry_set_search_delay' in scope 263 | } 264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: cannot find 'adw_spin_row_new' in scope 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: 'nil' requires a contextual type 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope 185 | 186 | storage.notify(name: "value") { 187 | let newValue = adw_spin_row_get_value(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_value' in scope 188 | if let value, newValue != value.wrappedValue { 189 | value.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope 194 | } 195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate { 196 | adw_spin_row_set_climb_rate(widget, climbRate) | `- error: cannot find 'adw_spin_row_set_climb_rate' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { 199 | adw_spin_row_set_digits(widget, digits.cInt) | `- error: cannot find 'adw_spin_row_set_digits' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { 202 | adw_spin_row_set_numeric(widget, numeric.cBool) | `- error: cannot find 'adw_spin_row_set_numeric' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { 205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool) | `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 206 | } 207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 212 | } 213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 215 | } 216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 224 | } 225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 227 | } 228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope 229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool) 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { | `- error: cannot find 'adw_spin_row_get_value' in scope 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) 233 | } /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) | `- error: cannot find 'adw_spin_row_set_value' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { 235 | adw_spin_row_set_wrap(widget, wrap.cBool) | `- error: cannot find 'adw_spin_row_set_wrap' in scope 236 | } 237 | /******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope 51 | /// - Returns: The view storage. 52 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 53 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 54 | for function in appearFunctions { 55 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope 156 | 157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 158 | adw_split_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_split_button_set_can_shrink' in scope 159 | } 160 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 162 | } 163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip { 164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip) | `- error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [66/126] Compiling Core SplitButton.swift /******/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 { /******/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 { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: cannot find 'adw_preferences_page_set_description' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: generic parameter 'T' could not be inferred 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 257 | } 258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText { 259 | gtk_search_entry_set_placeholder_text(widget, placeholderText) | `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { 262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt) | `- error: cannot find 'gtk_search_entry_set_search_delay' in scope 263 | } 264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: cannot find 'adw_spin_row_new' in scope 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: 'nil' requires a contextual type 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope 185 | 186 | storage.notify(name: "value") { 187 | let newValue = adw_spin_row_get_value(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_value' in scope 188 | if let value, newValue != value.wrappedValue { 189 | value.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope 194 | } 195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate { 196 | adw_spin_row_set_climb_rate(widget, climbRate) | `- error: cannot find 'adw_spin_row_set_climb_rate' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { 199 | adw_spin_row_set_digits(widget, digits.cInt) | `- error: cannot find 'adw_spin_row_set_digits' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { 202 | adw_spin_row_set_numeric(widget, numeric.cBool) | `- error: cannot find 'adw_spin_row_set_numeric' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { 205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool) | `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 206 | } 207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 212 | } 213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 215 | } 216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 224 | } 225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 227 | } 228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope 229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool) 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { | `- error: cannot find 'adw_spin_row_get_value' in scope 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) 233 | } /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) | `- error: cannot find 'adw_spin_row_set_value' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { 235 | adw_spin_row_set_wrap(widget, wrap.cBool) | `- error: cannot find 'adw_spin_row_set_wrap' in scope 236 | } 237 | /******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope 51 | /// - Returns: The view storage. 52 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 53 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 54 | for function in appearFunctions { 55 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope 156 | 157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 158 | adw_split_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_split_button_set_can_shrink' in scope 159 | } 160 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 162 | } 163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip { 164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip) | `- error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [67/126] Compiling Core StatusPage.swift /******/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 { /******/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 { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:17: error: cannot find 'adw_preferences_page_set_description' in scope 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: cannot find 'adw_preferences_page_set_description' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:82:62: error: generic parameter 'T' could not be inferred 80 | 81 | if let description, updateProperties, (storage.previousState as? Self)?.description != description { 82 | adw_preferences_page_set_description(widget?.cast(), description) | `- error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/PreferencesRow.swift:80:60: error: generic parameter 'T' could not be inferred 78 | } 79 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 80 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: generic parameter 'T' could not be inferred 81 | } 82 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:259:17: error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 257 | } 258 | if let placeholderText, updateProperties, (storage.previousState as? Self)?.placeholderText != placeholderText { 259 | gtk_search_entry_set_placeholder_text(widget, placeholderText) | `- error: cannot find 'gtk_search_entry_set_placeholder_text' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { /******/adwaita-swift/Sources/Core/View/Generated/SearchEntry.swift:262:17: error: cannot find 'gtk_search_entry_set_search_delay' in scope 260 | } 261 | if let searchDelay, updateProperties, (storage.previousState as? Self)?.searchDelay != searchDelay { 262 | gtk_search_entry_set_search_delay(widget, searchDelay.cInt) | `- error: cannot find 'gtk_search_entry_set_search_delay' in scope 263 | } 264 | if let text, updateProperties, (String(cString: gtk_editable_get_text(storage.opaquePointer))) != text.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:35: error: cannot find 'adw_spin_row_new' in scope 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: cannot find 'adw_spin_row_new' in scope 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:132:52: error: 'nil' requires a contextual type 130 | /// - Returns: The view storage. 131 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 132 | let storage = ViewStorage(adw_spin_row_new(nil, climbRate, digits.cInt)?.opaque()) | `- error: 'nil' requires a contextual type 133 | for function in appearFunctions { 134 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:187:28: error: cannot find 'adw_spin_row_get_value' in scope 185 | 186 | storage.notify(name: "value") { 187 | let newValue = adw_spin_row_get_value(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_value' in scope 188 | if let value, newValue != value.wrappedValue { 189 | value.wrappedValue = newValue /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:196:17: error: cannot find 'adw_spin_row_set_climb_rate' in scope 194 | } 195 | if updateProperties, (storage.previousState as? Self)?.climbRate != climbRate { 196 | adw_spin_row_set_climb_rate(widget, climbRate) | `- error: cannot find 'adw_spin_row_set_climb_rate' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:199:17: error: cannot find 'adw_spin_row_set_digits' in scope 197 | } 198 | if updateProperties, (storage.previousState as? Self)?.digits != digits { 199 | adw_spin_row_set_digits(widget, digits.cInt) | `- error: cannot find 'adw_spin_row_set_digits' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:202:17: error: cannot find 'adw_spin_row_set_numeric' in scope 200 | } 201 | if let numeric, updateProperties, (storage.previousState as? Self)?.numeric != numeric { 202 | adw_spin_row_set_numeric(widget, numeric.cBool) | `- error: cannot find 'adw_spin_row_set_numeric' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:205:17: error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 203 | } 204 | if let snapToTicks, updateProperties, (storage.previousState as? Self)?.snapToTicks != snapToTicks { 205 | adw_spin_row_set_snap_to_ticks(widget, snapToTicks.cBool) | `- error: cannot find 'adw_spin_row_set_snap_to_ticks' in scope 206 | } 207 | if let subtitle, updateProperties, (storage.previousState as? Self)?.subtitle != subtitle { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:214:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 212 | } 213 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 214 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 215 | } 216 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:226:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 224 | } 225 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 226 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 227 | } 228 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:231:46: error: cannot find 'adw_spin_row_get_value' in scope 229 | adw_preferences_row_set_use_underline(widget?.cast(), useUnderline.cBool) 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { | `- error: cannot find 'adw_spin_row_get_value' in scope 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) 233 | } /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:232:17: error: cannot find 'adw_spin_row_set_value' in scope 230 | } 231 | if let value, updateProperties, (adw_spin_row_get_value(storage.opaquePointer)) != value.wrappedValue { 232 | adw_spin_row_set_value(storage.opaquePointer, value.wrappedValue) | `- error: cannot find 'adw_spin_row_set_value' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { /******/adwaita-swift/Sources/Core/View/Generated/SpinRow.swift:235:17: error: cannot find 'adw_spin_row_set_wrap' in scope 233 | } 234 | if let wrap, updateProperties, (storage.previousState as? Self)?.wrap != wrap { 235 | adw_spin_row_set_wrap(widget, wrap.cBool) | `- error: cannot find 'adw_spin_row_set_wrap' in scope 236 | } 237 | /******/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:53:35: error: cannot find 'adw_spinner_new' in scope 51 | /// - Returns: The view storage. 52 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 53 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 54 | for function in appearFunctions { 55 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:158:17: error: cannot find 'adw_split_button_set_can_shrink' in scope 156 | 157 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 158 | adw_split_button_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_split_button_set_can_shrink' in scope 159 | } 160 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/SplitButton.swift:164:17: error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 162 | } 163 | if let dropdownTooltip, updateProperties, (storage.previousState as? Self)?.dropdownTooltip != dropdownTooltip { 164 | adw_split_button_set_dropdown_tooltip(widget, dropdownTooltip) | `- error: cannot find 'adw_split_button_set_dropdown_tooltip' in scope 165 | } 166 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { [68/126] Compiling Core ScrollbarVisibility.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: cannot find 'adw_breakpoint_bin_set_child' in scope 23 | }, 24 | pointer: OpaquePointer.self, /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 39 | condition = .minWidth(.init(size) + padding) 40 | case let .naturalHeight(padding): 41 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 42 | var size: Int32 = 0 43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope 47 | } 48 | storage.fields["condition"] = condition 49 | let string = adw_breakpoint_condition_parse(condition.condition) | `- error: cannot find 'adw_breakpoint_condition_parse' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope 49 | let string = adw_breakpoint_condition_parse(condition.condition) 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) | `- error: cannot find 'adw_breakpoint_get_condition' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) 52 | adw_breakpoint_set_condition(breakpoint, string) | `- error: cannot find 'adw_breakpoint_set_condition' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) | `- error: cannot find 'adw_breakpoint_new' in scope 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) 56 | storage.fields["breakpoint"] = breakpoint /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) | `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 56 | storage.fields["breakpoint"] = breakpoint 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { 58 | Idle { 59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 60 | } 61 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: generic parameter 'T' could not be inferred 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 73 | } 74 | storage.fields["binding"] = matches /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: generic parameter 'T' could not be inferred 73 | } 74 | storage.fields["binding"] = matches /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope 96 | /// Initialize the widget. 97 | public func initializeWidget() -> Any { 98 | adw_breakpoint_bin_new()?.opaque() as Any | `- error: cannot find 'adw_breakpoint_bin_new' in scope 99 | } 100 | /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope 93 | if storage.content[dialogID]?.first == nil { 94 | createDialog(storage: storage) 95 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred 94 | createDialog(storage: storage) 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 97 | storage.opaquePointer?.cast() 98 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 98 | ) 99 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope 100 | let dialog = storage.content[dialogID]?.first?.opaquePointer 101 | if let appName { 102 | adw_about_dialog_set_application_name(dialog, appName) | `- error: cannot find 'adw_about_dialog_set_application_name' in scope 103 | } 104 | if let developer { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope 103 | } 104 | if let developer { 105 | adw_about_dialog_set_developer_name(dialog, developer) | `- error: cannot find 'adw_about_dialog_set_developer_name' in scope 106 | } 107 | if let version { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope 106 | } 107 | if let version { 108 | adw_about_dialog_set_version(dialog, version) | `- error: cannot find 'adw_about_dialog_set_version' in scope 109 | } 110 | if let icon { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope 109 | } 110 | if let icon { 111 | adw_about_dialog_set_application_icon(dialog, icon.string) | `- error: cannot find 'adw_about_dialog_set_application_icon' in scope 112 | } 113 | if let website { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope 112 | } 113 | if let website { 114 | adw_about_dialog_set_website(dialog, website.absoluteString) | `- error: cannot find 'adw_about_dialog_set_website' in scope 115 | } 116 | if let issues { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope 115 | } 116 | if let issues { 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) | `- error: cannot find 'adw_about_dialog_set_issue_url' in scope 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: cannot find 'adw_dialog_set_content_height' in scope 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: generic parameter 'T' could not be inferred 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 124 | storage.content[dialogID] = [] 125 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 124 | storage.content[dialogID] = [] 125 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope 130 | /// - Parameter storage: The wrapped view's storage. 131 | func createDialog(storage: ViewStorage) { 132 | let pointer = adw_about_dialog_new() | `- error: cannot find 'adw_about_dialog_new' in scope 133 | let dialog = ViewStorage(pointer?.opaque()) 134 | storage.content[dialogID] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: cannot find 'adw_alert_dialog_set_heading' in scope 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: generic parameter 'T' could not be inferred 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: cannot find 'adw_alert_dialog_set_body' in scope 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: generic parameter 'T' could not be inferred 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: cannot find 'adw_alert_dialog_remove_response' in scope 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: cannot find 'adw_alert_dialog_add_response' in scope 150 | } 151 | ) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: generic parameter 'T' could not be inferred 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: generic parameter 'T' could not be inferred 150 | } 151 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 180 | switch element.appearance { 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 183 | pointer?.cast(), 184 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 183 | pointer?.cast(), 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT | `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 186 | ) 187 | case .suggested: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( 183 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 186 | ) 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 189 | pointer?.cast(), 190 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 189 | pointer?.cast(), 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED | `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 192 | ) 193 | case .destructive: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( 189 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 192 | ) 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 195 | pointer?.cast(), 196 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 195 | pointer?.cast(), 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE | `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 198 | ) 199 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( 195 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_close_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_default_response' in scope 206 | } 207 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: generic parameter 'T' could not be inferred 206 | } 207 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: cannot find 'adw_alert_dialog_new' in scope 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope 222 | } 223 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope 95 | if storage.content[dialogID + id]?.first == nil { 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 99 | storage.opaquePointer?.cast() 100 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 100 | ) 101 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: cannot find 'adw_dialog_set_title' in scope 105 | } 106 | if let width { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: cannot find 'adw_dialog_set_content_width' in scope 108 | } 109 | if let height { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: cannot find 'adw_dialog_set_content_height' in scope 111 | } 112 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: generic parameter 'T' could not be inferred 111 | } 112 | } else { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 116 | storage.content[dialogID + id] = [] 117 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 116 | storage.content[dialogID + id] = [] 117 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope 129 | type: Data.Type 130 | ) where Data: ViewRenderData { 131 | let pointer = adw_dialog_new() | `- error: cannot find 'adw_dialog_new' in scope 132 | let dialog = ViewStorage(pointer?.opaque()) 133 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_dialog_set_child' in scope 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope 93 | if open.update, storage.fields["callbacks"] == nil { 94 | var unref: [OpaquePointer?] = [] 95 | let pointer = gtk_file_dialog_new() | `- error: cannot find 'gtk_file_dialog_new' in scope 96 | unref.append(pointer) 97 | if let initialName { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope 96 | unref.append(pointer) 97 | if let initialName { 98 | gtk_file_dialog_set_initial_name(pointer, initialName) | `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope 99 | } 100 | if let extensions { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 103 | gtk_file_filter_add_suffix(filter, name) 104 | } 105 | gtk_file_dialog_set_default_filter(pointer, filter) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: 'nil' requires a contextual type 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 110 | if let initialFolder { 111 | let file = g_file_new_for_path(initialFolder.absoluteString) 112 | gtk_file_dialog_set_initial_folder(pointer, file) | `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 113 | unref.append(file) 114 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope 185 | if storage.content[dialogID + id]?.first == nil { 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 189 | storage.opaquePointer?.cast() 190 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 190 | ) 191 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope 214 | type: Data.Type 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() | `- error: cannot find 'adw_preferences_dialog_new' in scope 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) 218 | let dialog = ViewStorage(pointer?.opaque()) /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) | `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 218 | let dialog = ViewStorage(pointer?.opaque()) 219 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: cannot find 'adw_preferences_dialog_add' in scope 231 | } 232 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: generic parameter 'T' could not be inferred 231 | } 232 | } /******/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 | } [69/126] Compiling Core ToolbarStyle.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: cannot find 'adw_breakpoint_bin_set_child' in scope 23 | }, 24 | pointer: OpaquePointer.self, /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 39 | condition = .minWidth(.init(size) + padding) 40 | case let .naturalHeight(padding): 41 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 42 | var size: Int32 = 0 43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope 47 | } 48 | storage.fields["condition"] = condition 49 | let string = adw_breakpoint_condition_parse(condition.condition) | `- error: cannot find 'adw_breakpoint_condition_parse' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope 49 | let string = adw_breakpoint_condition_parse(condition.condition) 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) | `- error: cannot find 'adw_breakpoint_get_condition' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) 52 | adw_breakpoint_set_condition(breakpoint, string) | `- error: cannot find 'adw_breakpoint_set_condition' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) | `- error: cannot find 'adw_breakpoint_new' in scope 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) 56 | storage.fields["breakpoint"] = breakpoint /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) | `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 56 | storage.fields["breakpoint"] = breakpoint 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { 58 | Idle { 59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 60 | } 61 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: generic parameter 'T' could not be inferred 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 73 | } 74 | storage.fields["binding"] = matches /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: generic parameter 'T' could not be inferred 73 | } 74 | storage.fields["binding"] = matches /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope 96 | /// Initialize the widget. 97 | public func initializeWidget() -> Any { 98 | adw_breakpoint_bin_new()?.opaque() as Any | `- error: cannot find 'adw_breakpoint_bin_new' in scope 99 | } 100 | /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope 93 | if storage.content[dialogID]?.first == nil { 94 | createDialog(storage: storage) 95 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred 94 | createDialog(storage: storage) 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 97 | storage.opaquePointer?.cast() 98 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 98 | ) 99 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope 100 | let dialog = storage.content[dialogID]?.first?.opaquePointer 101 | if let appName { 102 | adw_about_dialog_set_application_name(dialog, appName) | `- error: cannot find 'adw_about_dialog_set_application_name' in scope 103 | } 104 | if let developer { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope 103 | } 104 | if let developer { 105 | adw_about_dialog_set_developer_name(dialog, developer) | `- error: cannot find 'adw_about_dialog_set_developer_name' in scope 106 | } 107 | if let version { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope 106 | } 107 | if let version { 108 | adw_about_dialog_set_version(dialog, version) | `- error: cannot find 'adw_about_dialog_set_version' in scope 109 | } 110 | if let icon { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope 109 | } 110 | if let icon { 111 | adw_about_dialog_set_application_icon(dialog, icon.string) | `- error: cannot find 'adw_about_dialog_set_application_icon' in scope 112 | } 113 | if let website { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope 112 | } 113 | if let website { 114 | adw_about_dialog_set_website(dialog, website.absoluteString) | `- error: cannot find 'adw_about_dialog_set_website' in scope 115 | } 116 | if let issues { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope 115 | } 116 | if let issues { 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) | `- error: cannot find 'adw_about_dialog_set_issue_url' in scope 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: cannot find 'adw_dialog_set_content_height' in scope 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: generic parameter 'T' could not be inferred 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 124 | storage.content[dialogID] = [] 125 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 124 | storage.content[dialogID] = [] 125 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope 130 | /// - Parameter storage: The wrapped view's storage. 131 | func createDialog(storage: ViewStorage) { 132 | let pointer = adw_about_dialog_new() | `- error: cannot find 'adw_about_dialog_new' in scope 133 | let dialog = ViewStorage(pointer?.opaque()) 134 | storage.content[dialogID] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: cannot find 'adw_alert_dialog_set_heading' in scope 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: generic parameter 'T' could not be inferred 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: cannot find 'adw_alert_dialog_set_body' in scope 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: generic parameter 'T' could not be inferred 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: cannot find 'adw_alert_dialog_remove_response' in scope 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: cannot find 'adw_alert_dialog_add_response' in scope 150 | } 151 | ) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: generic parameter 'T' could not be inferred 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: generic parameter 'T' could not be inferred 150 | } 151 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 180 | switch element.appearance { 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 183 | pointer?.cast(), 184 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 183 | pointer?.cast(), 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT | `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 186 | ) 187 | case .suggested: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( 183 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 186 | ) 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 189 | pointer?.cast(), 190 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 189 | pointer?.cast(), 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED | `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 192 | ) 193 | case .destructive: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( 189 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 192 | ) 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 195 | pointer?.cast(), 196 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 195 | pointer?.cast(), 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE | `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 198 | ) 199 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( 195 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_close_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_default_response' in scope 206 | } 207 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: generic parameter 'T' could not be inferred 206 | } 207 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: cannot find 'adw_alert_dialog_new' in scope 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope 222 | } 223 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope 95 | if storage.content[dialogID + id]?.first == nil { 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 99 | storage.opaquePointer?.cast() 100 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 100 | ) 101 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: cannot find 'adw_dialog_set_title' in scope 105 | } 106 | if let width { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: cannot find 'adw_dialog_set_content_width' in scope 108 | } 109 | if let height { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: cannot find 'adw_dialog_set_content_height' in scope 111 | } 112 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: generic parameter 'T' could not be inferred 111 | } 112 | } else { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 116 | storage.content[dialogID + id] = [] 117 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 116 | storage.content[dialogID + id] = [] 117 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope 129 | type: Data.Type 130 | ) where Data: ViewRenderData { 131 | let pointer = adw_dialog_new() | `- error: cannot find 'adw_dialog_new' in scope 132 | let dialog = ViewStorage(pointer?.opaque()) 133 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_dialog_set_child' in scope 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope 93 | if open.update, storage.fields["callbacks"] == nil { 94 | var unref: [OpaquePointer?] = [] 95 | let pointer = gtk_file_dialog_new() | `- error: cannot find 'gtk_file_dialog_new' in scope 96 | unref.append(pointer) 97 | if let initialName { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope 96 | unref.append(pointer) 97 | if let initialName { 98 | gtk_file_dialog_set_initial_name(pointer, initialName) | `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope 99 | } 100 | if let extensions { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 103 | gtk_file_filter_add_suffix(filter, name) 104 | } 105 | gtk_file_dialog_set_default_filter(pointer, filter) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: 'nil' requires a contextual type 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 110 | if let initialFolder { 111 | let file = g_file_new_for_path(initialFolder.absoluteString) 112 | gtk_file_dialog_set_initial_folder(pointer, file) | `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 113 | unref.append(file) 114 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope 185 | if storage.content[dialogID + id]?.first == nil { 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 189 | storage.opaquePointer?.cast() 190 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 190 | ) 191 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope 214 | type: Data.Type 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() | `- error: cannot find 'adw_preferences_dialog_new' in scope 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) 218 | let dialog = ViewStorage(pointer?.opaque()) /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) | `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 218 | let dialog = ViewStorage(pointer?.opaque()) 219 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: cannot find 'adw_preferences_dialog_add' in scope 231 | } 232 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: generic parameter 'T' could not be inferred 231 | } 232 | } /******/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 | } [70/126] Compiling Core BreakpointBin.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: cannot find 'adw_breakpoint_bin_set_child' in scope 23 | }, 24 | pointer: OpaquePointer.self, /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 39 | condition = .minWidth(.init(size) + padding) 40 | case let .naturalHeight(padding): 41 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 42 | var size: Int32 = 0 43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope 47 | } 48 | storage.fields["condition"] = condition 49 | let string = adw_breakpoint_condition_parse(condition.condition) | `- error: cannot find 'adw_breakpoint_condition_parse' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope 49 | let string = adw_breakpoint_condition_parse(condition.condition) 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) | `- error: cannot find 'adw_breakpoint_get_condition' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) 52 | adw_breakpoint_set_condition(breakpoint, string) | `- error: cannot find 'adw_breakpoint_set_condition' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) | `- error: cannot find 'adw_breakpoint_new' in scope 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) 56 | storage.fields["breakpoint"] = breakpoint /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) | `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 56 | storage.fields["breakpoint"] = breakpoint 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { 58 | Idle { 59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 60 | } 61 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: generic parameter 'T' could not be inferred 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 73 | } 74 | storage.fields["binding"] = matches /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: generic parameter 'T' could not be inferred 73 | } 74 | storage.fields["binding"] = matches /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope 96 | /// Initialize the widget. 97 | public func initializeWidget() -> Any { 98 | adw_breakpoint_bin_new()?.opaque() as Any | `- error: cannot find 'adw_breakpoint_bin_new' in scope 99 | } 100 | /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope 93 | if storage.content[dialogID]?.first == nil { 94 | createDialog(storage: storage) 95 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred 94 | createDialog(storage: storage) 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 97 | storage.opaquePointer?.cast() 98 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 98 | ) 99 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope 100 | let dialog = storage.content[dialogID]?.first?.opaquePointer 101 | if let appName { 102 | adw_about_dialog_set_application_name(dialog, appName) | `- error: cannot find 'adw_about_dialog_set_application_name' in scope 103 | } 104 | if let developer { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope 103 | } 104 | if let developer { 105 | adw_about_dialog_set_developer_name(dialog, developer) | `- error: cannot find 'adw_about_dialog_set_developer_name' in scope 106 | } 107 | if let version { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope 106 | } 107 | if let version { 108 | adw_about_dialog_set_version(dialog, version) | `- error: cannot find 'adw_about_dialog_set_version' in scope 109 | } 110 | if let icon { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope 109 | } 110 | if let icon { 111 | adw_about_dialog_set_application_icon(dialog, icon.string) | `- error: cannot find 'adw_about_dialog_set_application_icon' in scope 112 | } 113 | if let website { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope 112 | } 113 | if let website { 114 | adw_about_dialog_set_website(dialog, website.absoluteString) | `- error: cannot find 'adw_about_dialog_set_website' in scope 115 | } 116 | if let issues { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope 115 | } 116 | if let issues { 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) | `- error: cannot find 'adw_about_dialog_set_issue_url' in scope 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: cannot find 'adw_dialog_set_content_height' in scope 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: generic parameter 'T' could not be inferred 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 124 | storage.content[dialogID] = [] 125 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 124 | storage.content[dialogID] = [] 125 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope 130 | /// - Parameter storage: The wrapped view's storage. 131 | func createDialog(storage: ViewStorage) { 132 | let pointer = adw_about_dialog_new() | `- error: cannot find 'adw_about_dialog_new' in scope 133 | let dialog = ViewStorage(pointer?.opaque()) 134 | storage.content[dialogID] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: cannot find 'adw_alert_dialog_set_heading' in scope 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: generic parameter 'T' could not be inferred 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: cannot find 'adw_alert_dialog_set_body' in scope 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: generic parameter 'T' could not be inferred 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: cannot find 'adw_alert_dialog_remove_response' in scope 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: cannot find 'adw_alert_dialog_add_response' in scope 150 | } 151 | ) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: generic parameter 'T' could not be inferred 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: generic parameter 'T' could not be inferred 150 | } 151 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 180 | switch element.appearance { 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 183 | pointer?.cast(), 184 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 183 | pointer?.cast(), 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT | `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 186 | ) 187 | case .suggested: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( 183 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 186 | ) 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 189 | pointer?.cast(), 190 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 189 | pointer?.cast(), 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED | `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 192 | ) 193 | case .destructive: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( 189 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 192 | ) 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 195 | pointer?.cast(), 196 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 195 | pointer?.cast(), 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE | `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 198 | ) 199 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( 195 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_close_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_default_response' in scope 206 | } 207 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: generic parameter 'T' could not be inferred 206 | } 207 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: cannot find 'adw_alert_dialog_new' in scope 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope 222 | } 223 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope 95 | if storage.content[dialogID + id]?.first == nil { 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 99 | storage.opaquePointer?.cast() 100 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 100 | ) 101 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: cannot find 'adw_dialog_set_title' in scope 105 | } 106 | if let width { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: cannot find 'adw_dialog_set_content_width' in scope 108 | } 109 | if let height { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: cannot find 'adw_dialog_set_content_height' in scope 111 | } 112 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: generic parameter 'T' could not be inferred 111 | } 112 | } else { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 116 | storage.content[dialogID + id] = [] 117 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 116 | storage.content[dialogID + id] = [] 117 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope 129 | type: Data.Type 130 | ) where Data: ViewRenderData { 131 | let pointer = adw_dialog_new() | `- error: cannot find 'adw_dialog_new' in scope 132 | let dialog = ViewStorage(pointer?.opaque()) 133 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_dialog_set_child' in scope 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope 93 | if open.update, storage.fields["callbacks"] == nil { 94 | var unref: [OpaquePointer?] = [] 95 | let pointer = gtk_file_dialog_new() | `- error: cannot find 'gtk_file_dialog_new' in scope 96 | unref.append(pointer) 97 | if let initialName { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope 96 | unref.append(pointer) 97 | if let initialName { 98 | gtk_file_dialog_set_initial_name(pointer, initialName) | `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope 99 | } 100 | if let extensions { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 103 | gtk_file_filter_add_suffix(filter, name) 104 | } 105 | gtk_file_dialog_set_default_filter(pointer, filter) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: 'nil' requires a contextual type 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 110 | if let initialFolder { 111 | let file = g_file_new_for_path(initialFolder.absoluteString) 112 | gtk_file_dialog_set_initial_folder(pointer, file) | `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 113 | unref.append(file) 114 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope 185 | if storage.content[dialogID + id]?.first == nil { 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 189 | storage.opaquePointer?.cast() 190 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 190 | ) 191 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope 214 | type: Data.Type 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() | `- error: cannot find 'adw_preferences_dialog_new' in scope 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) 218 | let dialog = ViewStorage(pointer?.opaque()) /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) | `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 218 | let dialog = ViewStorage(pointer?.opaque()) 219 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: cannot find 'adw_preferences_dialog_add' in scope 231 | } 232 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: generic parameter 'T' could not be inferred 231 | } 232 | } /******/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 | } [71/126] Compiling Core Button+.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: cannot find 'adw_breakpoint_bin_set_child' in scope 23 | }, 24 | pointer: OpaquePointer.self, /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 39 | condition = .minWidth(.init(size) + padding) 40 | case let .naturalHeight(padding): 41 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 42 | var size: Int32 = 0 43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope 47 | } 48 | storage.fields["condition"] = condition 49 | let string = adw_breakpoint_condition_parse(condition.condition) | `- error: cannot find 'adw_breakpoint_condition_parse' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope 49 | let string = adw_breakpoint_condition_parse(condition.condition) 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) | `- error: cannot find 'adw_breakpoint_get_condition' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) 52 | adw_breakpoint_set_condition(breakpoint, string) | `- error: cannot find 'adw_breakpoint_set_condition' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) | `- error: cannot find 'adw_breakpoint_new' in scope 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) 56 | storage.fields["breakpoint"] = breakpoint /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) | `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 56 | storage.fields["breakpoint"] = breakpoint 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { 58 | Idle { 59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 60 | } 61 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: generic parameter 'T' could not be inferred 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 73 | } 74 | storage.fields["binding"] = matches /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: generic parameter 'T' could not be inferred 73 | } 74 | storage.fields["binding"] = matches /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope 96 | /// Initialize the widget. 97 | public func initializeWidget() -> Any { 98 | adw_breakpoint_bin_new()?.opaque() as Any | `- error: cannot find 'adw_breakpoint_bin_new' in scope 99 | } 100 | /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope 93 | if storage.content[dialogID]?.first == nil { 94 | createDialog(storage: storage) 95 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred 94 | createDialog(storage: storage) 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 97 | storage.opaquePointer?.cast() 98 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 98 | ) 99 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope 100 | let dialog = storage.content[dialogID]?.first?.opaquePointer 101 | if let appName { 102 | adw_about_dialog_set_application_name(dialog, appName) | `- error: cannot find 'adw_about_dialog_set_application_name' in scope 103 | } 104 | if let developer { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope 103 | } 104 | if let developer { 105 | adw_about_dialog_set_developer_name(dialog, developer) | `- error: cannot find 'adw_about_dialog_set_developer_name' in scope 106 | } 107 | if let version { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope 106 | } 107 | if let version { 108 | adw_about_dialog_set_version(dialog, version) | `- error: cannot find 'adw_about_dialog_set_version' in scope 109 | } 110 | if let icon { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope 109 | } 110 | if let icon { 111 | adw_about_dialog_set_application_icon(dialog, icon.string) | `- error: cannot find 'adw_about_dialog_set_application_icon' in scope 112 | } 113 | if let website { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope 112 | } 113 | if let website { 114 | adw_about_dialog_set_website(dialog, website.absoluteString) | `- error: cannot find 'adw_about_dialog_set_website' in scope 115 | } 116 | if let issues { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope 115 | } 116 | if let issues { 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) | `- error: cannot find 'adw_about_dialog_set_issue_url' in scope 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: cannot find 'adw_dialog_set_content_height' in scope 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: generic parameter 'T' could not be inferred 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 124 | storage.content[dialogID] = [] 125 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 124 | storage.content[dialogID] = [] 125 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope 130 | /// - Parameter storage: The wrapped view's storage. 131 | func createDialog(storage: ViewStorage) { 132 | let pointer = adw_about_dialog_new() | `- error: cannot find 'adw_about_dialog_new' in scope 133 | let dialog = ViewStorage(pointer?.opaque()) 134 | storage.content[dialogID] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: cannot find 'adw_alert_dialog_set_heading' in scope 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: generic parameter 'T' could not be inferred 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: cannot find 'adw_alert_dialog_set_body' in scope 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: generic parameter 'T' could not be inferred 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: cannot find 'adw_alert_dialog_remove_response' in scope 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: cannot find 'adw_alert_dialog_add_response' in scope 150 | } 151 | ) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: generic parameter 'T' could not be inferred 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: generic parameter 'T' could not be inferred 150 | } 151 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 180 | switch element.appearance { 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 183 | pointer?.cast(), 184 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 183 | pointer?.cast(), 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT | `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 186 | ) 187 | case .suggested: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( 183 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 186 | ) 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 189 | pointer?.cast(), 190 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 189 | pointer?.cast(), 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED | `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 192 | ) 193 | case .destructive: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( 189 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 192 | ) 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 195 | pointer?.cast(), 196 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 195 | pointer?.cast(), 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE | `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 198 | ) 199 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( 195 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_close_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_default_response' in scope 206 | } 207 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: generic parameter 'T' could not be inferred 206 | } 207 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: cannot find 'adw_alert_dialog_new' in scope 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope 222 | } 223 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope 95 | if storage.content[dialogID + id]?.first == nil { 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 99 | storage.opaquePointer?.cast() 100 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 100 | ) 101 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: cannot find 'adw_dialog_set_title' in scope 105 | } 106 | if let width { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: cannot find 'adw_dialog_set_content_width' in scope 108 | } 109 | if let height { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: cannot find 'adw_dialog_set_content_height' in scope 111 | } 112 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: generic parameter 'T' could not be inferred 111 | } 112 | } else { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 116 | storage.content[dialogID + id] = [] 117 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 116 | storage.content[dialogID + id] = [] 117 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope 129 | type: Data.Type 130 | ) where Data: ViewRenderData { 131 | let pointer = adw_dialog_new() | `- error: cannot find 'adw_dialog_new' in scope 132 | let dialog = ViewStorage(pointer?.opaque()) 133 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_dialog_set_child' in scope 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope 93 | if open.update, storage.fields["callbacks"] == nil { 94 | var unref: [OpaquePointer?] = [] 95 | let pointer = gtk_file_dialog_new() | `- error: cannot find 'gtk_file_dialog_new' in scope 96 | unref.append(pointer) 97 | if let initialName { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope 96 | unref.append(pointer) 97 | if let initialName { 98 | gtk_file_dialog_set_initial_name(pointer, initialName) | `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope 99 | } 100 | if let extensions { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 103 | gtk_file_filter_add_suffix(filter, name) 104 | } 105 | gtk_file_dialog_set_default_filter(pointer, filter) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: 'nil' requires a contextual type 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 110 | if let initialFolder { 111 | let file = g_file_new_for_path(initialFolder.absoluteString) 112 | gtk_file_dialog_set_initial_folder(pointer, file) | `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 113 | unref.append(file) 114 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope 185 | if storage.content[dialogID + id]?.first == nil { 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 189 | storage.opaquePointer?.cast() 190 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 190 | ) 191 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope 214 | type: Data.Type 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() | `- error: cannot find 'adw_preferences_dialog_new' in scope 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) 218 | let dialog = ViewStorage(pointer?.opaque()) /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) | `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 218 | let dialog = ViewStorage(pointer?.opaque()) 219 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: cannot find 'adw_preferences_dialog_add' in scope 231 | } 232 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: generic parameter 'T' could not be inferred 231 | } 232 | } /******/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 | } [72/126] Compiling Core Carousel+.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: cannot find 'adw_breakpoint_bin_set_child' in scope 23 | }, 24 | pointer: OpaquePointer.self, /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 39 | condition = .minWidth(.init(size) + padding) 40 | case let .naturalHeight(padding): 41 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 42 | var size: Int32 = 0 43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope 47 | } 48 | storage.fields["condition"] = condition 49 | let string = adw_breakpoint_condition_parse(condition.condition) | `- error: cannot find 'adw_breakpoint_condition_parse' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope 49 | let string = adw_breakpoint_condition_parse(condition.condition) 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) | `- error: cannot find 'adw_breakpoint_get_condition' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) 52 | adw_breakpoint_set_condition(breakpoint, string) | `- error: cannot find 'adw_breakpoint_set_condition' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) | `- error: cannot find 'adw_breakpoint_new' in scope 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) 56 | storage.fields["breakpoint"] = breakpoint /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) | `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 56 | storage.fields["breakpoint"] = breakpoint 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { 58 | Idle { 59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 60 | } 61 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: generic parameter 'T' could not be inferred 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 73 | } 74 | storage.fields["binding"] = matches /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: generic parameter 'T' could not be inferred 73 | } 74 | storage.fields["binding"] = matches /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope 96 | /// Initialize the widget. 97 | public func initializeWidget() -> Any { 98 | adw_breakpoint_bin_new()?.opaque() as Any | `- error: cannot find 'adw_breakpoint_bin_new' in scope 99 | } 100 | /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope 93 | if storage.content[dialogID]?.first == nil { 94 | createDialog(storage: storage) 95 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred 94 | createDialog(storage: storage) 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 97 | storage.opaquePointer?.cast() 98 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 98 | ) 99 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope 100 | let dialog = storage.content[dialogID]?.first?.opaquePointer 101 | if let appName { 102 | adw_about_dialog_set_application_name(dialog, appName) | `- error: cannot find 'adw_about_dialog_set_application_name' in scope 103 | } 104 | if let developer { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope 103 | } 104 | if let developer { 105 | adw_about_dialog_set_developer_name(dialog, developer) | `- error: cannot find 'adw_about_dialog_set_developer_name' in scope 106 | } 107 | if let version { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope 106 | } 107 | if let version { 108 | adw_about_dialog_set_version(dialog, version) | `- error: cannot find 'adw_about_dialog_set_version' in scope 109 | } 110 | if let icon { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope 109 | } 110 | if let icon { 111 | adw_about_dialog_set_application_icon(dialog, icon.string) | `- error: cannot find 'adw_about_dialog_set_application_icon' in scope 112 | } 113 | if let website { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope 112 | } 113 | if let website { 114 | adw_about_dialog_set_website(dialog, website.absoluteString) | `- error: cannot find 'adw_about_dialog_set_website' in scope 115 | } 116 | if let issues { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope 115 | } 116 | if let issues { 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) | `- error: cannot find 'adw_about_dialog_set_issue_url' in scope 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: cannot find 'adw_dialog_set_content_height' in scope 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: generic parameter 'T' could not be inferred 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 124 | storage.content[dialogID] = [] 125 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 124 | storage.content[dialogID] = [] 125 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope 130 | /// - Parameter storage: The wrapped view's storage. 131 | func createDialog(storage: ViewStorage) { 132 | let pointer = adw_about_dialog_new() | `- error: cannot find 'adw_about_dialog_new' in scope 133 | let dialog = ViewStorage(pointer?.opaque()) 134 | storage.content[dialogID] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: cannot find 'adw_alert_dialog_set_heading' in scope 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: generic parameter 'T' could not be inferred 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: cannot find 'adw_alert_dialog_set_body' in scope 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: generic parameter 'T' could not be inferred 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: cannot find 'adw_alert_dialog_remove_response' in scope 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: cannot find 'adw_alert_dialog_add_response' in scope 150 | } 151 | ) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: generic parameter 'T' could not be inferred 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: generic parameter 'T' could not be inferred 150 | } 151 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 180 | switch element.appearance { 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 183 | pointer?.cast(), 184 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 183 | pointer?.cast(), 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT | `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 186 | ) 187 | case .suggested: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( 183 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 186 | ) 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 189 | pointer?.cast(), 190 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 189 | pointer?.cast(), 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED | `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 192 | ) 193 | case .destructive: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( 189 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 192 | ) 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 195 | pointer?.cast(), 196 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 195 | pointer?.cast(), 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE | `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 198 | ) 199 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( 195 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_close_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_default_response' in scope 206 | } 207 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: generic parameter 'T' could not be inferred 206 | } 207 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: cannot find 'adw_alert_dialog_new' in scope 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope 222 | } 223 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope 95 | if storage.content[dialogID + id]?.first == nil { 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 99 | storage.opaquePointer?.cast() 100 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 100 | ) 101 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: cannot find 'adw_dialog_set_title' in scope 105 | } 106 | if let width { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: cannot find 'adw_dialog_set_content_width' in scope 108 | } 109 | if let height { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: cannot find 'adw_dialog_set_content_height' in scope 111 | } 112 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: generic parameter 'T' could not be inferred 111 | } 112 | } else { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 116 | storage.content[dialogID + id] = [] 117 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 116 | storage.content[dialogID + id] = [] 117 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope 129 | type: Data.Type 130 | ) where Data: ViewRenderData { 131 | let pointer = adw_dialog_new() | `- error: cannot find 'adw_dialog_new' in scope 132 | let dialog = ViewStorage(pointer?.opaque()) 133 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_dialog_set_child' in scope 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope 93 | if open.update, storage.fields["callbacks"] == nil { 94 | var unref: [OpaquePointer?] = [] 95 | let pointer = gtk_file_dialog_new() | `- error: cannot find 'gtk_file_dialog_new' in scope 96 | unref.append(pointer) 97 | if let initialName { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope 96 | unref.append(pointer) 97 | if let initialName { 98 | gtk_file_dialog_set_initial_name(pointer, initialName) | `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope 99 | } 100 | if let extensions { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 103 | gtk_file_filter_add_suffix(filter, name) 104 | } 105 | gtk_file_dialog_set_default_filter(pointer, filter) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: 'nil' requires a contextual type 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 110 | if let initialFolder { 111 | let file = g_file_new_for_path(initialFolder.absoluteString) 112 | gtk_file_dialog_set_initial_folder(pointer, file) | `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 113 | unref.append(file) 114 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope 185 | if storage.content[dialogID + id]?.first == nil { 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 189 | storage.opaquePointer?.cast() 190 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 190 | ) 191 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope 214 | type: Data.Type 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() | `- error: cannot find 'adw_preferences_dialog_new' in scope 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) 218 | let dialog = ViewStorage(pointer?.opaque()) /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) | `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 218 | let dialog = ViewStorage(pointer?.opaque()) 219 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: cannot find 'adw_preferences_dialog_add' in scope 231 | } 232 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: generic parameter 'T' could not be inferred 231 | } 232 | } /******/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 | } [73/126] Compiling Core AboutDialog.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: cannot find 'adw_breakpoint_bin_set_child' in scope 23 | }, 24 | pointer: OpaquePointer.self, /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 39 | condition = .minWidth(.init(size) + padding) 40 | case let .naturalHeight(padding): 41 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 42 | var size: Int32 = 0 43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope 47 | } 48 | storage.fields["condition"] = condition 49 | let string = adw_breakpoint_condition_parse(condition.condition) | `- error: cannot find 'adw_breakpoint_condition_parse' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope 49 | let string = adw_breakpoint_condition_parse(condition.condition) 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) | `- error: cannot find 'adw_breakpoint_get_condition' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) 52 | adw_breakpoint_set_condition(breakpoint, string) | `- error: cannot find 'adw_breakpoint_set_condition' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) | `- error: cannot find 'adw_breakpoint_new' in scope 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) 56 | storage.fields["breakpoint"] = breakpoint /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) | `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 56 | storage.fields["breakpoint"] = breakpoint 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { 58 | Idle { 59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 60 | } 61 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: generic parameter 'T' could not be inferred 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 73 | } 74 | storage.fields["binding"] = matches /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: generic parameter 'T' could not be inferred 73 | } 74 | storage.fields["binding"] = matches /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope 96 | /// Initialize the widget. 97 | public func initializeWidget() -> Any { 98 | adw_breakpoint_bin_new()?.opaque() as Any | `- error: cannot find 'adw_breakpoint_bin_new' in scope 99 | } 100 | /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope 93 | if storage.content[dialogID]?.first == nil { 94 | createDialog(storage: storage) 95 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred 94 | createDialog(storage: storage) 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 97 | storage.opaquePointer?.cast() 98 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 98 | ) 99 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope 100 | let dialog = storage.content[dialogID]?.first?.opaquePointer 101 | if let appName { 102 | adw_about_dialog_set_application_name(dialog, appName) | `- error: cannot find 'adw_about_dialog_set_application_name' in scope 103 | } 104 | if let developer { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope 103 | } 104 | if let developer { 105 | adw_about_dialog_set_developer_name(dialog, developer) | `- error: cannot find 'adw_about_dialog_set_developer_name' in scope 106 | } 107 | if let version { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope 106 | } 107 | if let version { 108 | adw_about_dialog_set_version(dialog, version) | `- error: cannot find 'adw_about_dialog_set_version' in scope 109 | } 110 | if let icon { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope 109 | } 110 | if let icon { 111 | adw_about_dialog_set_application_icon(dialog, icon.string) | `- error: cannot find 'adw_about_dialog_set_application_icon' in scope 112 | } 113 | if let website { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope 112 | } 113 | if let website { 114 | adw_about_dialog_set_website(dialog, website.absoluteString) | `- error: cannot find 'adw_about_dialog_set_website' in scope 115 | } 116 | if let issues { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope 115 | } 116 | if let issues { 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) | `- error: cannot find 'adw_about_dialog_set_issue_url' in scope 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: cannot find 'adw_dialog_set_content_height' in scope 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: generic parameter 'T' could not be inferred 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 124 | storage.content[dialogID] = [] 125 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 124 | storage.content[dialogID] = [] 125 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope 130 | /// - Parameter storage: The wrapped view's storage. 131 | func createDialog(storage: ViewStorage) { 132 | let pointer = adw_about_dialog_new() | `- error: cannot find 'adw_about_dialog_new' in scope 133 | let dialog = ViewStorage(pointer?.opaque()) 134 | storage.content[dialogID] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: cannot find 'adw_alert_dialog_set_heading' in scope 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: generic parameter 'T' could not be inferred 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: cannot find 'adw_alert_dialog_set_body' in scope 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: generic parameter 'T' could not be inferred 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: cannot find 'adw_alert_dialog_remove_response' in scope 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: cannot find 'adw_alert_dialog_add_response' in scope 150 | } 151 | ) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: generic parameter 'T' could not be inferred 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: generic parameter 'T' could not be inferred 150 | } 151 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 180 | switch element.appearance { 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 183 | pointer?.cast(), 184 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 183 | pointer?.cast(), 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT | `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 186 | ) 187 | case .suggested: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( 183 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 186 | ) 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 189 | pointer?.cast(), 190 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 189 | pointer?.cast(), 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED | `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 192 | ) 193 | case .destructive: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( 189 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 192 | ) 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 195 | pointer?.cast(), 196 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 195 | pointer?.cast(), 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE | `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 198 | ) 199 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( 195 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_close_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_default_response' in scope 206 | } 207 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: generic parameter 'T' could not be inferred 206 | } 207 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: cannot find 'adw_alert_dialog_new' in scope 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope 222 | } 223 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope 95 | if storage.content[dialogID + id]?.first == nil { 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 99 | storage.opaquePointer?.cast() 100 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 100 | ) 101 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: cannot find 'adw_dialog_set_title' in scope 105 | } 106 | if let width { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: cannot find 'adw_dialog_set_content_width' in scope 108 | } 109 | if let height { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: cannot find 'adw_dialog_set_content_height' in scope 111 | } 112 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: generic parameter 'T' could not be inferred 111 | } 112 | } else { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 116 | storage.content[dialogID + id] = [] 117 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 116 | storage.content[dialogID + id] = [] 117 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope 129 | type: Data.Type 130 | ) where Data: ViewRenderData { 131 | let pointer = adw_dialog_new() | `- error: cannot find 'adw_dialog_new' in scope 132 | let dialog = ViewStorage(pointer?.opaque()) 133 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_dialog_set_child' in scope 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope 93 | if open.update, storage.fields["callbacks"] == nil { 94 | var unref: [OpaquePointer?] = [] 95 | let pointer = gtk_file_dialog_new() | `- error: cannot find 'gtk_file_dialog_new' in scope 96 | unref.append(pointer) 97 | if let initialName { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope 96 | unref.append(pointer) 97 | if let initialName { 98 | gtk_file_dialog_set_initial_name(pointer, initialName) | `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope 99 | } 100 | if let extensions { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 103 | gtk_file_filter_add_suffix(filter, name) 104 | } 105 | gtk_file_dialog_set_default_filter(pointer, filter) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: 'nil' requires a contextual type 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 110 | if let initialFolder { 111 | let file = g_file_new_for_path(initialFolder.absoluteString) 112 | gtk_file_dialog_set_initial_folder(pointer, file) | `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 113 | unref.append(file) 114 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope 185 | if storage.content[dialogID + id]?.first == nil { 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 189 | storage.opaquePointer?.cast() 190 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 190 | ) 191 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope 214 | type: Data.Type 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() | `- error: cannot find 'adw_preferences_dialog_new' in scope 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) 218 | let dialog = ViewStorage(pointer?.opaque()) /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) | `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 218 | let dialog = ViewStorage(pointer?.opaque()) 219 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: cannot find 'adw_preferences_dialog_add' in scope 231 | } 232 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: generic parameter 'T' could not be inferred 231 | } 232 | } /******/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 | } [74/126] Compiling Core AlertDialog.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: cannot find 'adw_breakpoint_bin_set_child' in scope 23 | }, 24 | pointer: OpaquePointer.self, /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 39 | condition = .minWidth(.init(size) + padding) 40 | case let .naturalHeight(padding): 41 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 42 | var size: Int32 = 0 43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope 47 | } 48 | storage.fields["condition"] = condition 49 | let string = adw_breakpoint_condition_parse(condition.condition) | `- error: cannot find 'adw_breakpoint_condition_parse' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope 49 | let string = adw_breakpoint_condition_parse(condition.condition) 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) | `- error: cannot find 'adw_breakpoint_get_condition' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) 52 | adw_breakpoint_set_condition(breakpoint, string) | `- error: cannot find 'adw_breakpoint_set_condition' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) | `- error: cannot find 'adw_breakpoint_new' in scope 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) 56 | storage.fields["breakpoint"] = breakpoint /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) | `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 56 | storage.fields["breakpoint"] = breakpoint 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { 58 | Idle { 59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 60 | } 61 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: generic parameter 'T' could not be inferred 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 73 | } 74 | storage.fields["binding"] = matches /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: generic parameter 'T' could not be inferred 73 | } 74 | storage.fields["binding"] = matches /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope 96 | /// Initialize the widget. 97 | public func initializeWidget() -> Any { 98 | adw_breakpoint_bin_new()?.opaque() as Any | `- error: cannot find 'adw_breakpoint_bin_new' in scope 99 | } 100 | /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope 93 | if storage.content[dialogID]?.first == nil { 94 | createDialog(storage: storage) 95 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred 94 | createDialog(storage: storage) 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 97 | storage.opaquePointer?.cast() 98 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 98 | ) 99 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope 100 | let dialog = storage.content[dialogID]?.first?.opaquePointer 101 | if let appName { 102 | adw_about_dialog_set_application_name(dialog, appName) | `- error: cannot find 'adw_about_dialog_set_application_name' in scope 103 | } 104 | if let developer { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope 103 | } 104 | if let developer { 105 | adw_about_dialog_set_developer_name(dialog, developer) | `- error: cannot find 'adw_about_dialog_set_developer_name' in scope 106 | } 107 | if let version { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope 106 | } 107 | if let version { 108 | adw_about_dialog_set_version(dialog, version) | `- error: cannot find 'adw_about_dialog_set_version' in scope 109 | } 110 | if let icon { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope 109 | } 110 | if let icon { 111 | adw_about_dialog_set_application_icon(dialog, icon.string) | `- error: cannot find 'adw_about_dialog_set_application_icon' in scope 112 | } 113 | if let website { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope 112 | } 113 | if let website { 114 | adw_about_dialog_set_website(dialog, website.absoluteString) | `- error: cannot find 'adw_about_dialog_set_website' in scope 115 | } 116 | if let issues { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope 115 | } 116 | if let issues { 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) | `- error: cannot find 'adw_about_dialog_set_issue_url' in scope 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: cannot find 'adw_dialog_set_content_height' in scope 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: generic parameter 'T' could not be inferred 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 124 | storage.content[dialogID] = [] 125 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 124 | storage.content[dialogID] = [] 125 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope 130 | /// - Parameter storage: The wrapped view's storage. 131 | func createDialog(storage: ViewStorage) { 132 | let pointer = adw_about_dialog_new() | `- error: cannot find 'adw_about_dialog_new' in scope 133 | let dialog = ViewStorage(pointer?.opaque()) 134 | storage.content[dialogID] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: cannot find 'adw_alert_dialog_set_heading' in scope 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: generic parameter 'T' could not be inferred 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: cannot find 'adw_alert_dialog_set_body' in scope 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: generic parameter 'T' could not be inferred 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: cannot find 'adw_alert_dialog_remove_response' in scope 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: cannot find 'adw_alert_dialog_add_response' in scope 150 | } 151 | ) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: generic parameter 'T' could not be inferred 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: generic parameter 'T' could not be inferred 150 | } 151 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 180 | switch element.appearance { 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 183 | pointer?.cast(), 184 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 183 | pointer?.cast(), 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT | `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 186 | ) 187 | case .suggested: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( 183 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 186 | ) 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 189 | pointer?.cast(), 190 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 189 | pointer?.cast(), 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED | `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 192 | ) 193 | case .destructive: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( 189 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 192 | ) 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 195 | pointer?.cast(), 196 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 195 | pointer?.cast(), 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE | `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 198 | ) 199 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( 195 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_close_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_default_response' in scope 206 | } 207 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: generic parameter 'T' could not be inferred 206 | } 207 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: cannot find 'adw_alert_dialog_new' in scope 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope 222 | } 223 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope 95 | if storage.content[dialogID + id]?.first == nil { 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 99 | storage.opaquePointer?.cast() 100 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 100 | ) 101 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: cannot find 'adw_dialog_set_title' in scope 105 | } 106 | if let width { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: cannot find 'adw_dialog_set_content_width' in scope 108 | } 109 | if let height { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: cannot find 'adw_dialog_set_content_height' in scope 111 | } 112 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: generic parameter 'T' could not be inferred 111 | } 112 | } else { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 116 | storage.content[dialogID + id] = [] 117 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 116 | storage.content[dialogID + id] = [] 117 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope 129 | type: Data.Type 130 | ) where Data: ViewRenderData { 131 | let pointer = adw_dialog_new() | `- error: cannot find 'adw_dialog_new' in scope 132 | let dialog = ViewStorage(pointer?.opaque()) 133 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_dialog_set_child' in scope 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope 93 | if open.update, storage.fields["callbacks"] == nil { 94 | var unref: [OpaquePointer?] = [] 95 | let pointer = gtk_file_dialog_new() | `- error: cannot find 'gtk_file_dialog_new' in scope 96 | unref.append(pointer) 97 | if let initialName { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope 96 | unref.append(pointer) 97 | if let initialName { 98 | gtk_file_dialog_set_initial_name(pointer, initialName) | `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope 99 | } 100 | if let extensions { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 103 | gtk_file_filter_add_suffix(filter, name) 104 | } 105 | gtk_file_dialog_set_default_filter(pointer, filter) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: 'nil' requires a contextual type 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 110 | if let initialFolder { 111 | let file = g_file_new_for_path(initialFolder.absoluteString) 112 | gtk_file_dialog_set_initial_folder(pointer, file) | `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 113 | unref.append(file) 114 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope 185 | if storage.content[dialogID + id]?.first == nil { 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 189 | storage.opaquePointer?.cast() 190 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 190 | ) 191 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope 214 | type: Data.Type 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() | `- error: cannot find 'adw_preferences_dialog_new' in scope 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) 218 | let dialog = ViewStorage(pointer?.opaque()) /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) | `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 218 | let dialog = ViewStorage(pointer?.opaque()) 219 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: cannot find 'adw_preferences_dialog_add' in scope 231 | } 232 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: generic parameter 'T' could not be inferred 231 | } 232 | } /******/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 | } [75/126] Compiling Core Dialog.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: cannot find 'adw_breakpoint_bin_set_child' in scope 23 | }, 24 | pointer: OpaquePointer.self, /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 39 | condition = .minWidth(.init(size) + padding) 40 | case let .naturalHeight(padding): 41 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 42 | var size: Int32 = 0 43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope 47 | } 48 | storage.fields["condition"] = condition 49 | let string = adw_breakpoint_condition_parse(condition.condition) | `- error: cannot find 'adw_breakpoint_condition_parse' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope 49 | let string = adw_breakpoint_condition_parse(condition.condition) 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) | `- error: cannot find 'adw_breakpoint_get_condition' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) 52 | adw_breakpoint_set_condition(breakpoint, string) | `- error: cannot find 'adw_breakpoint_set_condition' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) | `- error: cannot find 'adw_breakpoint_new' in scope 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) 56 | storage.fields["breakpoint"] = breakpoint /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) | `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 56 | storage.fields["breakpoint"] = breakpoint 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { 58 | Idle { 59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 60 | } 61 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: generic parameter 'T' could not be inferred 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 73 | } 74 | storage.fields["binding"] = matches /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: generic parameter 'T' could not be inferred 73 | } 74 | storage.fields["binding"] = matches /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope 96 | /// Initialize the widget. 97 | public func initializeWidget() -> Any { 98 | adw_breakpoint_bin_new()?.opaque() as Any | `- error: cannot find 'adw_breakpoint_bin_new' in scope 99 | } 100 | /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope 93 | if storage.content[dialogID]?.first == nil { 94 | createDialog(storage: storage) 95 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred 94 | createDialog(storage: storage) 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 97 | storage.opaquePointer?.cast() 98 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 98 | ) 99 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope 100 | let dialog = storage.content[dialogID]?.first?.opaquePointer 101 | if let appName { 102 | adw_about_dialog_set_application_name(dialog, appName) | `- error: cannot find 'adw_about_dialog_set_application_name' in scope 103 | } 104 | if let developer { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope 103 | } 104 | if let developer { 105 | adw_about_dialog_set_developer_name(dialog, developer) | `- error: cannot find 'adw_about_dialog_set_developer_name' in scope 106 | } 107 | if let version { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope 106 | } 107 | if let version { 108 | adw_about_dialog_set_version(dialog, version) | `- error: cannot find 'adw_about_dialog_set_version' in scope 109 | } 110 | if let icon { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope 109 | } 110 | if let icon { 111 | adw_about_dialog_set_application_icon(dialog, icon.string) | `- error: cannot find 'adw_about_dialog_set_application_icon' in scope 112 | } 113 | if let website { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope 112 | } 113 | if let website { 114 | adw_about_dialog_set_website(dialog, website.absoluteString) | `- error: cannot find 'adw_about_dialog_set_website' in scope 115 | } 116 | if let issues { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope 115 | } 116 | if let issues { 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) | `- error: cannot find 'adw_about_dialog_set_issue_url' in scope 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: cannot find 'adw_dialog_set_content_height' in scope 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: generic parameter 'T' could not be inferred 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 124 | storage.content[dialogID] = [] 125 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 124 | storage.content[dialogID] = [] 125 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope 130 | /// - Parameter storage: The wrapped view's storage. 131 | func createDialog(storage: ViewStorage) { 132 | let pointer = adw_about_dialog_new() | `- error: cannot find 'adw_about_dialog_new' in scope 133 | let dialog = ViewStorage(pointer?.opaque()) 134 | storage.content[dialogID] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: cannot find 'adw_alert_dialog_set_heading' in scope 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: generic parameter 'T' could not be inferred 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: cannot find 'adw_alert_dialog_set_body' in scope 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: generic parameter 'T' could not be inferred 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: cannot find 'adw_alert_dialog_remove_response' in scope 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: cannot find 'adw_alert_dialog_add_response' in scope 150 | } 151 | ) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: generic parameter 'T' could not be inferred 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: generic parameter 'T' could not be inferred 150 | } 151 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 180 | switch element.appearance { 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 183 | pointer?.cast(), 184 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 183 | pointer?.cast(), 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT | `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 186 | ) 187 | case .suggested: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( 183 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 186 | ) 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 189 | pointer?.cast(), 190 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 189 | pointer?.cast(), 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED | `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 192 | ) 193 | case .destructive: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( 189 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 192 | ) 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 195 | pointer?.cast(), 196 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 195 | pointer?.cast(), 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE | `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 198 | ) 199 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( 195 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_close_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_default_response' in scope 206 | } 207 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: generic parameter 'T' could not be inferred 206 | } 207 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: cannot find 'adw_alert_dialog_new' in scope 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope 222 | } 223 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope 95 | if storage.content[dialogID + id]?.first == nil { 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 99 | storage.opaquePointer?.cast() 100 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 100 | ) 101 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: cannot find 'adw_dialog_set_title' in scope 105 | } 106 | if let width { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: cannot find 'adw_dialog_set_content_width' in scope 108 | } 109 | if let height { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: cannot find 'adw_dialog_set_content_height' in scope 111 | } 112 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: generic parameter 'T' could not be inferred 111 | } 112 | } else { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 116 | storage.content[dialogID + id] = [] 117 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 116 | storage.content[dialogID + id] = [] 117 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope 129 | type: Data.Type 130 | ) where Data: ViewRenderData { 131 | let pointer = adw_dialog_new() | `- error: cannot find 'adw_dialog_new' in scope 132 | let dialog = ViewStorage(pointer?.opaque()) 133 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_dialog_set_child' in scope 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope 93 | if open.update, storage.fields["callbacks"] == nil { 94 | var unref: [OpaquePointer?] = [] 95 | let pointer = gtk_file_dialog_new() | `- error: cannot find 'gtk_file_dialog_new' in scope 96 | unref.append(pointer) 97 | if let initialName { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope 96 | unref.append(pointer) 97 | if let initialName { 98 | gtk_file_dialog_set_initial_name(pointer, initialName) | `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope 99 | } 100 | if let extensions { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 103 | gtk_file_filter_add_suffix(filter, name) 104 | } 105 | gtk_file_dialog_set_default_filter(pointer, filter) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: 'nil' requires a contextual type 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 110 | if let initialFolder { 111 | let file = g_file_new_for_path(initialFolder.absoluteString) 112 | gtk_file_dialog_set_initial_folder(pointer, file) | `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 113 | unref.append(file) 114 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope 185 | if storage.content[dialogID + id]?.first == nil { 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 189 | storage.opaquePointer?.cast() 190 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 190 | ) 191 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope 214 | type: Data.Type 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() | `- error: cannot find 'adw_preferences_dialog_new' in scope 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) 218 | let dialog = ViewStorage(pointer?.opaque()) /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) | `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 218 | let dialog = ViewStorage(pointer?.opaque()) 219 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: cannot find 'adw_preferences_dialog_add' in scope 231 | } 232 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: generic parameter 'T' could not be inferred 231 | } 232 | } /******/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 | } [76/126] Compiling Core FileDialog.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: cannot find 'adw_breakpoint_bin_set_child' in scope 23 | }, 24 | pointer: OpaquePointer.self, /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 39 | condition = .minWidth(.init(size) + padding) 40 | case let .naturalHeight(padding): 41 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 42 | var size: Int32 = 0 43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope 47 | } 48 | storage.fields["condition"] = condition 49 | let string = adw_breakpoint_condition_parse(condition.condition) | `- error: cannot find 'adw_breakpoint_condition_parse' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope 49 | let string = adw_breakpoint_condition_parse(condition.condition) 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) | `- error: cannot find 'adw_breakpoint_get_condition' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) 52 | adw_breakpoint_set_condition(breakpoint, string) | `- error: cannot find 'adw_breakpoint_set_condition' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) | `- error: cannot find 'adw_breakpoint_new' in scope 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) 56 | storage.fields["breakpoint"] = breakpoint /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) | `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 56 | storage.fields["breakpoint"] = breakpoint 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { 58 | Idle { 59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 60 | } 61 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: generic parameter 'T' could not be inferred 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 73 | } 74 | storage.fields["binding"] = matches /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: generic parameter 'T' could not be inferred 73 | } 74 | storage.fields["binding"] = matches /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope 96 | /// Initialize the widget. 97 | public func initializeWidget() -> Any { 98 | adw_breakpoint_bin_new()?.opaque() as Any | `- error: cannot find 'adw_breakpoint_bin_new' in scope 99 | } 100 | /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope 93 | if storage.content[dialogID]?.first == nil { 94 | createDialog(storage: storage) 95 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred 94 | createDialog(storage: storage) 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 97 | storage.opaquePointer?.cast() 98 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 98 | ) 99 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope 100 | let dialog = storage.content[dialogID]?.first?.opaquePointer 101 | if let appName { 102 | adw_about_dialog_set_application_name(dialog, appName) | `- error: cannot find 'adw_about_dialog_set_application_name' in scope 103 | } 104 | if let developer { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope 103 | } 104 | if let developer { 105 | adw_about_dialog_set_developer_name(dialog, developer) | `- error: cannot find 'adw_about_dialog_set_developer_name' in scope 106 | } 107 | if let version { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope 106 | } 107 | if let version { 108 | adw_about_dialog_set_version(dialog, version) | `- error: cannot find 'adw_about_dialog_set_version' in scope 109 | } 110 | if let icon { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope 109 | } 110 | if let icon { 111 | adw_about_dialog_set_application_icon(dialog, icon.string) | `- error: cannot find 'adw_about_dialog_set_application_icon' in scope 112 | } 113 | if let website { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope 112 | } 113 | if let website { 114 | adw_about_dialog_set_website(dialog, website.absoluteString) | `- error: cannot find 'adw_about_dialog_set_website' in scope 115 | } 116 | if let issues { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope 115 | } 116 | if let issues { 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) | `- error: cannot find 'adw_about_dialog_set_issue_url' in scope 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: cannot find 'adw_dialog_set_content_height' in scope 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: generic parameter 'T' could not be inferred 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 124 | storage.content[dialogID] = [] 125 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 124 | storage.content[dialogID] = [] 125 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope 130 | /// - Parameter storage: The wrapped view's storage. 131 | func createDialog(storage: ViewStorage) { 132 | let pointer = adw_about_dialog_new() | `- error: cannot find 'adw_about_dialog_new' in scope 133 | let dialog = ViewStorage(pointer?.opaque()) 134 | storage.content[dialogID] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: cannot find 'adw_alert_dialog_set_heading' in scope 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: generic parameter 'T' could not be inferred 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: cannot find 'adw_alert_dialog_set_body' in scope 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: generic parameter 'T' could not be inferred 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: cannot find 'adw_alert_dialog_remove_response' in scope 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: cannot find 'adw_alert_dialog_add_response' in scope 150 | } 151 | ) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: generic parameter 'T' could not be inferred 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: generic parameter 'T' could not be inferred 150 | } 151 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 180 | switch element.appearance { 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 183 | pointer?.cast(), 184 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 183 | pointer?.cast(), 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT | `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 186 | ) 187 | case .suggested: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( 183 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 186 | ) 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 189 | pointer?.cast(), 190 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 189 | pointer?.cast(), 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED | `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 192 | ) 193 | case .destructive: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( 189 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 192 | ) 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 195 | pointer?.cast(), 196 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 195 | pointer?.cast(), 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE | `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 198 | ) 199 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( 195 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_close_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_default_response' in scope 206 | } 207 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: generic parameter 'T' could not be inferred 206 | } 207 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: cannot find 'adw_alert_dialog_new' in scope 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope 222 | } 223 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope 95 | if storage.content[dialogID + id]?.first == nil { 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 99 | storage.opaquePointer?.cast() 100 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 100 | ) 101 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: cannot find 'adw_dialog_set_title' in scope 105 | } 106 | if let width { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: cannot find 'adw_dialog_set_content_width' in scope 108 | } 109 | if let height { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: cannot find 'adw_dialog_set_content_height' in scope 111 | } 112 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: generic parameter 'T' could not be inferred 111 | } 112 | } else { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 116 | storage.content[dialogID + id] = [] 117 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 116 | storage.content[dialogID + id] = [] 117 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope 129 | type: Data.Type 130 | ) where Data: ViewRenderData { 131 | let pointer = adw_dialog_new() | `- error: cannot find 'adw_dialog_new' in scope 132 | let dialog = ViewStorage(pointer?.opaque()) 133 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_dialog_set_child' in scope 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope 93 | if open.update, storage.fields["callbacks"] == nil { 94 | var unref: [OpaquePointer?] = [] 95 | let pointer = gtk_file_dialog_new() | `- error: cannot find 'gtk_file_dialog_new' in scope 96 | unref.append(pointer) 97 | if let initialName { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope 96 | unref.append(pointer) 97 | if let initialName { 98 | gtk_file_dialog_set_initial_name(pointer, initialName) | `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope 99 | } 100 | if let extensions { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 103 | gtk_file_filter_add_suffix(filter, name) 104 | } 105 | gtk_file_dialog_set_default_filter(pointer, filter) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: 'nil' requires a contextual type 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 110 | if let initialFolder { 111 | let file = g_file_new_for_path(initialFolder.absoluteString) 112 | gtk_file_dialog_set_initial_folder(pointer, file) | `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 113 | unref.append(file) 114 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope 185 | if storage.content[dialogID + id]?.first == nil { 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 189 | storage.opaquePointer?.cast() 190 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 190 | ) 191 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope 214 | type: Data.Type 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() | `- error: cannot find 'adw_preferences_dialog_new' in scope 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) 218 | let dialog = ViewStorage(pointer?.opaque()) /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) | `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 218 | let dialog = ViewStorage(pointer?.opaque()) 219 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: cannot find 'adw_preferences_dialog_add' in scope 231 | } 232 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: generic parameter 'T' could not be inferred 231 | } 232 | } /******/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 | } [77/126] Compiling Core PreferencesDialog.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: cannot find 'adw_breakpoint_bin_set_child' in scope 23 | }, 24 | pointer: OpaquePointer.self, /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 39 | condition = .minWidth(.init(size) + padding) 40 | case let .naturalHeight(padding): 41 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 42 | var size: Int32 = 0 43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope 47 | } 48 | storage.fields["condition"] = condition 49 | let string = adw_breakpoint_condition_parse(condition.condition) | `- error: cannot find 'adw_breakpoint_condition_parse' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope 49 | let string = adw_breakpoint_condition_parse(condition.condition) 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) | `- error: cannot find 'adw_breakpoint_get_condition' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) 52 | adw_breakpoint_set_condition(breakpoint, string) | `- error: cannot find 'adw_breakpoint_set_condition' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) | `- error: cannot find 'adw_breakpoint_new' in scope 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) 56 | storage.fields["breakpoint"] = breakpoint /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) | `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 56 | storage.fields["breakpoint"] = breakpoint 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { 58 | Idle { 59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 60 | } 61 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: generic parameter 'T' could not be inferred 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 73 | } 74 | storage.fields["binding"] = matches /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: generic parameter 'T' could not be inferred 73 | } 74 | storage.fields["binding"] = matches /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope 96 | /// Initialize the widget. 97 | public func initializeWidget() -> Any { 98 | adw_breakpoint_bin_new()?.opaque() as Any | `- error: cannot find 'adw_breakpoint_bin_new' in scope 99 | } 100 | /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope 93 | if storage.content[dialogID]?.first == nil { 94 | createDialog(storage: storage) 95 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred 94 | createDialog(storage: storage) 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 97 | storage.opaquePointer?.cast() 98 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 98 | ) 99 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope 100 | let dialog = storage.content[dialogID]?.first?.opaquePointer 101 | if let appName { 102 | adw_about_dialog_set_application_name(dialog, appName) | `- error: cannot find 'adw_about_dialog_set_application_name' in scope 103 | } 104 | if let developer { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope 103 | } 104 | if let developer { 105 | adw_about_dialog_set_developer_name(dialog, developer) | `- error: cannot find 'adw_about_dialog_set_developer_name' in scope 106 | } 107 | if let version { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope 106 | } 107 | if let version { 108 | adw_about_dialog_set_version(dialog, version) | `- error: cannot find 'adw_about_dialog_set_version' in scope 109 | } 110 | if let icon { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope 109 | } 110 | if let icon { 111 | adw_about_dialog_set_application_icon(dialog, icon.string) | `- error: cannot find 'adw_about_dialog_set_application_icon' in scope 112 | } 113 | if let website { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope 112 | } 113 | if let website { 114 | adw_about_dialog_set_website(dialog, website.absoluteString) | `- error: cannot find 'adw_about_dialog_set_website' in scope 115 | } 116 | if let issues { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope 115 | } 116 | if let issues { 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) | `- error: cannot find 'adw_about_dialog_set_issue_url' in scope 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: cannot find 'adw_dialog_set_content_height' in scope 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: generic parameter 'T' could not be inferred 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 124 | storage.content[dialogID] = [] 125 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 124 | storage.content[dialogID] = [] 125 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope 130 | /// - Parameter storage: The wrapped view's storage. 131 | func createDialog(storage: ViewStorage) { 132 | let pointer = adw_about_dialog_new() | `- error: cannot find 'adw_about_dialog_new' in scope 133 | let dialog = ViewStorage(pointer?.opaque()) 134 | storage.content[dialogID] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: cannot find 'adw_alert_dialog_set_heading' in scope 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: generic parameter 'T' could not be inferred 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: cannot find 'adw_alert_dialog_set_body' in scope 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: generic parameter 'T' could not be inferred 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: cannot find 'adw_alert_dialog_remove_response' in scope 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: cannot find 'adw_alert_dialog_add_response' in scope 150 | } 151 | ) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: generic parameter 'T' could not be inferred 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: generic parameter 'T' could not be inferred 150 | } 151 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 180 | switch element.appearance { 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 183 | pointer?.cast(), 184 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 183 | pointer?.cast(), 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT | `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 186 | ) 187 | case .suggested: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( 183 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 186 | ) 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 189 | pointer?.cast(), 190 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 189 | pointer?.cast(), 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED | `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 192 | ) 193 | case .destructive: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( 189 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 192 | ) 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 195 | pointer?.cast(), 196 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 195 | pointer?.cast(), 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE | `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 198 | ) 199 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( 195 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_close_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_default_response' in scope 206 | } 207 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: generic parameter 'T' could not be inferred 206 | } 207 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: cannot find 'adw_alert_dialog_new' in scope 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope 222 | } 223 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope 95 | if storage.content[dialogID + id]?.first == nil { 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 99 | storage.opaquePointer?.cast() 100 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 100 | ) 101 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: cannot find 'adw_dialog_set_title' in scope 105 | } 106 | if let width { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: cannot find 'adw_dialog_set_content_width' in scope 108 | } 109 | if let height { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: cannot find 'adw_dialog_set_content_height' in scope 111 | } 112 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: generic parameter 'T' could not be inferred 111 | } 112 | } else { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 116 | storage.content[dialogID + id] = [] 117 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 116 | storage.content[dialogID + id] = [] 117 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope 129 | type: Data.Type 130 | ) where Data: ViewRenderData { 131 | let pointer = adw_dialog_new() | `- error: cannot find 'adw_dialog_new' in scope 132 | let dialog = ViewStorage(pointer?.opaque()) 133 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_dialog_set_child' in scope 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope 93 | if open.update, storage.fields["callbacks"] == nil { 94 | var unref: [OpaquePointer?] = [] 95 | let pointer = gtk_file_dialog_new() | `- error: cannot find 'gtk_file_dialog_new' in scope 96 | unref.append(pointer) 97 | if let initialName { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope 96 | unref.append(pointer) 97 | if let initialName { 98 | gtk_file_dialog_set_initial_name(pointer, initialName) | `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope 99 | } 100 | if let extensions { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 103 | gtk_file_filter_add_suffix(filter, name) 104 | } 105 | gtk_file_dialog_set_default_filter(pointer, filter) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: 'nil' requires a contextual type 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 110 | if let initialFolder { 111 | let file = g_file_new_for_path(initialFolder.absoluteString) 112 | gtk_file_dialog_set_initial_folder(pointer, file) | `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 113 | unref.append(file) 114 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope 185 | if storage.content[dialogID + id]?.first == nil { 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 189 | storage.opaquePointer?.cast() 190 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 190 | ) 191 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope 214 | type: Data.Type 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() | `- error: cannot find 'adw_preferences_dialog_new' in scope 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) 218 | let dialog = ViewStorage(pointer?.opaque()) /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) | `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 218 | let dialog = ViewStorage(pointer?.opaque()) 219 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: cannot find 'adw_preferences_dialog_add' in scope 231 | } 232 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: generic parameter 'T' could not be inferred 231 | } 232 | } /******/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 | } [78/126] Compiling Core DropDown+.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: cannot find 'adw_breakpoint_bin_set_child' in scope 23 | }, 24 | pointer: OpaquePointer.self, /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 39 | condition = .minWidth(.init(size) + padding) 40 | case let .naturalHeight(padding): 41 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 42 | var size: Int32 = 0 43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope 47 | } 48 | storage.fields["condition"] = condition 49 | let string = adw_breakpoint_condition_parse(condition.condition) | `- error: cannot find 'adw_breakpoint_condition_parse' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope 49 | let string = adw_breakpoint_condition_parse(condition.condition) 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) | `- error: cannot find 'adw_breakpoint_get_condition' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) 52 | adw_breakpoint_set_condition(breakpoint, string) | `- error: cannot find 'adw_breakpoint_set_condition' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) | `- error: cannot find 'adw_breakpoint_new' in scope 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) 56 | storage.fields["breakpoint"] = breakpoint /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) | `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 56 | storage.fields["breakpoint"] = breakpoint 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { 58 | Idle { 59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 60 | } 61 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: generic parameter 'T' could not be inferred 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 73 | } 74 | storage.fields["binding"] = matches /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: generic parameter 'T' could not be inferred 73 | } 74 | storage.fields["binding"] = matches /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope 96 | /// Initialize the widget. 97 | public func initializeWidget() -> Any { 98 | adw_breakpoint_bin_new()?.opaque() as Any | `- error: cannot find 'adw_breakpoint_bin_new' in scope 99 | } 100 | /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope 93 | if storage.content[dialogID]?.first == nil { 94 | createDialog(storage: storage) 95 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred 94 | createDialog(storage: storage) 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 97 | storage.opaquePointer?.cast() 98 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 98 | ) 99 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope 100 | let dialog = storage.content[dialogID]?.first?.opaquePointer 101 | if let appName { 102 | adw_about_dialog_set_application_name(dialog, appName) | `- error: cannot find 'adw_about_dialog_set_application_name' in scope 103 | } 104 | if let developer { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope 103 | } 104 | if let developer { 105 | adw_about_dialog_set_developer_name(dialog, developer) | `- error: cannot find 'adw_about_dialog_set_developer_name' in scope 106 | } 107 | if let version { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope 106 | } 107 | if let version { 108 | adw_about_dialog_set_version(dialog, version) | `- error: cannot find 'adw_about_dialog_set_version' in scope 109 | } 110 | if let icon { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope 109 | } 110 | if let icon { 111 | adw_about_dialog_set_application_icon(dialog, icon.string) | `- error: cannot find 'adw_about_dialog_set_application_icon' in scope 112 | } 113 | if let website { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope 112 | } 113 | if let website { 114 | adw_about_dialog_set_website(dialog, website.absoluteString) | `- error: cannot find 'adw_about_dialog_set_website' in scope 115 | } 116 | if let issues { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope 115 | } 116 | if let issues { 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) | `- error: cannot find 'adw_about_dialog_set_issue_url' in scope 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: cannot find 'adw_dialog_set_content_height' in scope 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: generic parameter 'T' could not be inferred 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 124 | storage.content[dialogID] = [] 125 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 124 | storage.content[dialogID] = [] 125 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope 130 | /// - Parameter storage: The wrapped view's storage. 131 | func createDialog(storage: ViewStorage) { 132 | let pointer = adw_about_dialog_new() | `- error: cannot find 'adw_about_dialog_new' in scope 133 | let dialog = ViewStorage(pointer?.opaque()) 134 | storage.content[dialogID] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: cannot find 'adw_alert_dialog_set_heading' in scope 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: generic parameter 'T' could not be inferred 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: cannot find 'adw_alert_dialog_set_body' in scope 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: generic parameter 'T' could not be inferred 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: cannot find 'adw_alert_dialog_remove_response' in scope 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: cannot find 'adw_alert_dialog_add_response' in scope 150 | } 151 | ) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: generic parameter 'T' could not be inferred 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: generic parameter 'T' could not be inferred 150 | } 151 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 180 | switch element.appearance { 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 183 | pointer?.cast(), 184 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 183 | pointer?.cast(), 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT | `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 186 | ) 187 | case .suggested: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( 183 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 186 | ) 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 189 | pointer?.cast(), 190 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 189 | pointer?.cast(), 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED | `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 192 | ) 193 | case .destructive: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( 189 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 192 | ) 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 195 | pointer?.cast(), 196 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 195 | pointer?.cast(), 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE | `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 198 | ) 199 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( 195 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_close_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_default_response' in scope 206 | } 207 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: generic parameter 'T' could not be inferred 206 | } 207 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: cannot find 'adw_alert_dialog_new' in scope 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope 222 | } 223 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope 95 | if storage.content[dialogID + id]?.first == nil { 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 99 | storage.opaquePointer?.cast() 100 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 100 | ) 101 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: cannot find 'adw_dialog_set_title' in scope 105 | } 106 | if let width { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: cannot find 'adw_dialog_set_content_width' in scope 108 | } 109 | if let height { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: cannot find 'adw_dialog_set_content_height' in scope 111 | } 112 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: generic parameter 'T' could not be inferred 111 | } 112 | } else { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 116 | storage.content[dialogID + id] = [] 117 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 116 | storage.content[dialogID + id] = [] 117 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope 129 | type: Data.Type 130 | ) where Data: ViewRenderData { 131 | let pointer = adw_dialog_new() | `- error: cannot find 'adw_dialog_new' in scope 132 | let dialog = ViewStorage(pointer?.opaque()) 133 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_dialog_set_child' in scope 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope 93 | if open.update, storage.fields["callbacks"] == nil { 94 | var unref: [OpaquePointer?] = [] 95 | let pointer = gtk_file_dialog_new() | `- error: cannot find 'gtk_file_dialog_new' in scope 96 | unref.append(pointer) 97 | if let initialName { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope 96 | unref.append(pointer) 97 | if let initialName { 98 | gtk_file_dialog_set_initial_name(pointer, initialName) | `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope 99 | } 100 | if let extensions { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 103 | gtk_file_filter_add_suffix(filter, name) 104 | } 105 | gtk_file_dialog_set_default_filter(pointer, filter) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: 'nil' requires a contextual type 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 110 | if let initialFolder { 111 | let file = g_file_new_for_path(initialFolder.absoluteString) 112 | gtk_file_dialog_set_initial_folder(pointer, file) | `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 113 | unref.append(file) 114 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope 185 | if storage.content[dialogID + id]?.first == nil { 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 189 | storage.opaquePointer?.cast() 190 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 190 | ) 191 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope 214 | type: Data.Type 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() | `- error: cannot find 'adw_preferences_dialog_new' in scope 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) 218 | let dialog = ViewStorage(pointer?.opaque()) /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) | `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 218 | let dialog = ViewStorage(pointer?.opaque()) 219 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: cannot find 'adw_preferences_dialog_add' in scope 231 | } 232 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: generic parameter 'T' could not be inferred 231 | } 232 | } /******/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 | } [79/126] Compiling Core EitherView.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: cannot find 'adw_breakpoint_bin_set_child' in scope 23 | }, 24 | pointer: OpaquePointer.self, /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 39 | condition = .minWidth(.init(size) + padding) 40 | case let .naturalHeight(padding): 41 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 42 | var size: Int32 = 0 43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope 47 | } 48 | storage.fields["condition"] = condition 49 | let string = adw_breakpoint_condition_parse(condition.condition) | `- error: cannot find 'adw_breakpoint_condition_parse' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope 49 | let string = adw_breakpoint_condition_parse(condition.condition) 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) | `- error: cannot find 'adw_breakpoint_get_condition' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) 52 | adw_breakpoint_set_condition(breakpoint, string) | `- error: cannot find 'adw_breakpoint_set_condition' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) | `- error: cannot find 'adw_breakpoint_new' in scope 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) 56 | storage.fields["breakpoint"] = breakpoint /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) | `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 56 | storage.fields["breakpoint"] = breakpoint 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { 58 | Idle { 59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 60 | } 61 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: generic parameter 'T' could not be inferred 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 73 | } 74 | storage.fields["binding"] = matches /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: generic parameter 'T' could not be inferred 73 | } 74 | storage.fields["binding"] = matches /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope 96 | /// Initialize the widget. 97 | public func initializeWidget() -> Any { 98 | adw_breakpoint_bin_new()?.opaque() as Any | `- error: cannot find 'adw_breakpoint_bin_new' in scope 99 | } 100 | /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope 93 | if storage.content[dialogID]?.first == nil { 94 | createDialog(storage: storage) 95 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred 94 | createDialog(storage: storage) 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 97 | storage.opaquePointer?.cast() 98 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 98 | ) 99 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope 100 | let dialog = storage.content[dialogID]?.first?.opaquePointer 101 | if let appName { 102 | adw_about_dialog_set_application_name(dialog, appName) | `- error: cannot find 'adw_about_dialog_set_application_name' in scope 103 | } 104 | if let developer { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope 103 | } 104 | if let developer { 105 | adw_about_dialog_set_developer_name(dialog, developer) | `- error: cannot find 'adw_about_dialog_set_developer_name' in scope 106 | } 107 | if let version { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope 106 | } 107 | if let version { 108 | adw_about_dialog_set_version(dialog, version) | `- error: cannot find 'adw_about_dialog_set_version' in scope 109 | } 110 | if let icon { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope 109 | } 110 | if let icon { 111 | adw_about_dialog_set_application_icon(dialog, icon.string) | `- error: cannot find 'adw_about_dialog_set_application_icon' in scope 112 | } 113 | if let website { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope 112 | } 113 | if let website { 114 | adw_about_dialog_set_website(dialog, website.absoluteString) | `- error: cannot find 'adw_about_dialog_set_website' in scope 115 | } 116 | if let issues { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope 115 | } 116 | if let issues { 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) | `- error: cannot find 'adw_about_dialog_set_issue_url' in scope 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: cannot find 'adw_dialog_set_content_height' in scope 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: generic parameter 'T' could not be inferred 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 124 | storage.content[dialogID] = [] 125 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 124 | storage.content[dialogID] = [] 125 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope 130 | /// - Parameter storage: The wrapped view's storage. 131 | func createDialog(storage: ViewStorage) { 132 | let pointer = adw_about_dialog_new() | `- error: cannot find 'adw_about_dialog_new' in scope 133 | let dialog = ViewStorage(pointer?.opaque()) 134 | storage.content[dialogID] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: cannot find 'adw_alert_dialog_set_heading' in scope 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: generic parameter 'T' could not be inferred 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: cannot find 'adw_alert_dialog_set_body' in scope 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: generic parameter 'T' could not be inferred 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: cannot find 'adw_alert_dialog_remove_response' in scope 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: cannot find 'adw_alert_dialog_add_response' in scope 150 | } 151 | ) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: generic parameter 'T' could not be inferred 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: generic parameter 'T' could not be inferred 150 | } 151 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 180 | switch element.appearance { 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 183 | pointer?.cast(), 184 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 183 | pointer?.cast(), 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT | `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 186 | ) 187 | case .suggested: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( 183 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 186 | ) 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 189 | pointer?.cast(), 190 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 189 | pointer?.cast(), 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED | `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 192 | ) 193 | case .destructive: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( 189 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 192 | ) 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 195 | pointer?.cast(), 196 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 195 | pointer?.cast(), 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE | `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 198 | ) 199 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( 195 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_close_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_default_response' in scope 206 | } 207 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: generic parameter 'T' could not be inferred 206 | } 207 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: cannot find 'adw_alert_dialog_new' in scope 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope 222 | } 223 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope 95 | if storage.content[dialogID + id]?.first == nil { 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 99 | storage.opaquePointer?.cast() 100 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 100 | ) 101 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: cannot find 'adw_dialog_set_title' in scope 105 | } 106 | if let width { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: cannot find 'adw_dialog_set_content_width' in scope 108 | } 109 | if let height { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: cannot find 'adw_dialog_set_content_height' in scope 111 | } 112 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: generic parameter 'T' could not be inferred 111 | } 112 | } else { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 116 | storage.content[dialogID + id] = [] 117 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 116 | storage.content[dialogID + id] = [] 117 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope 129 | type: Data.Type 130 | ) where Data: ViewRenderData { 131 | let pointer = adw_dialog_new() | `- error: cannot find 'adw_dialog_new' in scope 132 | let dialog = ViewStorage(pointer?.opaque()) 133 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_dialog_set_child' in scope 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope 93 | if open.update, storage.fields["callbacks"] == nil { 94 | var unref: [OpaquePointer?] = [] 95 | let pointer = gtk_file_dialog_new() | `- error: cannot find 'gtk_file_dialog_new' in scope 96 | unref.append(pointer) 97 | if let initialName { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope 96 | unref.append(pointer) 97 | if let initialName { 98 | gtk_file_dialog_set_initial_name(pointer, initialName) | `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope 99 | } 100 | if let extensions { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 103 | gtk_file_filter_add_suffix(filter, name) 104 | } 105 | gtk_file_dialog_set_default_filter(pointer, filter) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: 'nil' requires a contextual type 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 110 | if let initialFolder { 111 | let file = g_file_new_for_path(initialFolder.absoluteString) 112 | gtk_file_dialog_set_initial_folder(pointer, file) | `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 113 | unref.append(file) 114 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope 185 | if storage.content[dialogID + id]?.first == nil { 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 189 | storage.opaquePointer?.cast() 190 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 190 | ) 191 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope 214 | type: Data.Type 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() | `- error: cannot find 'adw_preferences_dialog_new' in scope 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) 218 | let dialog = ViewStorage(pointer?.opaque()) /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) | `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 218 | let dialog = ViewStorage(pointer?.opaque()) 219 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: cannot find 'adw_preferences_dialog_add' in scope 231 | } 232 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: generic parameter 'T' could not be inferred 231 | } 232 | } /******/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 | } [80/126] Compiling Core Entry+.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: cannot find 'adw_breakpoint_bin_set_child' in scope 23 | }, 24 | pointer: OpaquePointer.self, /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 39 | condition = .minWidth(.init(size) + padding) 40 | case let .naturalHeight(padding): 41 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 42 | var size: Int32 = 0 43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope 47 | } 48 | storage.fields["condition"] = condition 49 | let string = adw_breakpoint_condition_parse(condition.condition) | `- error: cannot find 'adw_breakpoint_condition_parse' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope 49 | let string = adw_breakpoint_condition_parse(condition.condition) 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) | `- error: cannot find 'adw_breakpoint_get_condition' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) 52 | adw_breakpoint_set_condition(breakpoint, string) | `- error: cannot find 'adw_breakpoint_set_condition' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) | `- error: cannot find 'adw_breakpoint_new' in scope 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) 56 | storage.fields["breakpoint"] = breakpoint /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) | `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 56 | storage.fields["breakpoint"] = breakpoint 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { 58 | Idle { 59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 60 | } 61 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: generic parameter 'T' could not be inferred 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 73 | } 74 | storage.fields["binding"] = matches /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: generic parameter 'T' could not be inferred 73 | } 74 | storage.fields["binding"] = matches /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope 96 | /// Initialize the widget. 97 | public func initializeWidget() -> Any { 98 | adw_breakpoint_bin_new()?.opaque() as Any | `- error: cannot find 'adw_breakpoint_bin_new' in scope 99 | } 100 | /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope 93 | if storage.content[dialogID]?.first == nil { 94 | createDialog(storage: storage) 95 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred 94 | createDialog(storage: storage) 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 97 | storage.opaquePointer?.cast() 98 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 98 | ) 99 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope 100 | let dialog = storage.content[dialogID]?.first?.opaquePointer 101 | if let appName { 102 | adw_about_dialog_set_application_name(dialog, appName) | `- error: cannot find 'adw_about_dialog_set_application_name' in scope 103 | } 104 | if let developer { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope 103 | } 104 | if let developer { 105 | adw_about_dialog_set_developer_name(dialog, developer) | `- error: cannot find 'adw_about_dialog_set_developer_name' in scope 106 | } 107 | if let version { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope 106 | } 107 | if let version { 108 | adw_about_dialog_set_version(dialog, version) | `- error: cannot find 'adw_about_dialog_set_version' in scope 109 | } 110 | if let icon { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope 109 | } 110 | if let icon { 111 | adw_about_dialog_set_application_icon(dialog, icon.string) | `- error: cannot find 'adw_about_dialog_set_application_icon' in scope 112 | } 113 | if let website { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope 112 | } 113 | if let website { 114 | adw_about_dialog_set_website(dialog, website.absoluteString) | `- error: cannot find 'adw_about_dialog_set_website' in scope 115 | } 116 | if let issues { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope 115 | } 116 | if let issues { 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) | `- error: cannot find 'adw_about_dialog_set_issue_url' in scope 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: cannot find 'adw_dialog_set_content_height' in scope 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: generic parameter 'T' could not be inferred 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 124 | storage.content[dialogID] = [] 125 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 124 | storage.content[dialogID] = [] 125 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope 130 | /// - Parameter storage: The wrapped view's storage. 131 | func createDialog(storage: ViewStorage) { 132 | let pointer = adw_about_dialog_new() | `- error: cannot find 'adw_about_dialog_new' in scope 133 | let dialog = ViewStorage(pointer?.opaque()) 134 | storage.content[dialogID] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: cannot find 'adw_alert_dialog_set_heading' in scope 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: generic parameter 'T' could not be inferred 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: cannot find 'adw_alert_dialog_set_body' in scope 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: generic parameter 'T' could not be inferred 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: cannot find 'adw_alert_dialog_remove_response' in scope 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: cannot find 'adw_alert_dialog_add_response' in scope 150 | } 151 | ) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: generic parameter 'T' could not be inferred 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: generic parameter 'T' could not be inferred 150 | } 151 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 180 | switch element.appearance { 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 183 | pointer?.cast(), 184 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 183 | pointer?.cast(), 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT | `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 186 | ) 187 | case .suggested: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( 183 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 186 | ) 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 189 | pointer?.cast(), 190 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 189 | pointer?.cast(), 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED | `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 192 | ) 193 | case .destructive: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( 189 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 192 | ) 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 195 | pointer?.cast(), 196 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 195 | pointer?.cast(), 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE | `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 198 | ) 199 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( 195 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_close_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_default_response' in scope 206 | } 207 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: generic parameter 'T' could not be inferred 206 | } 207 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: cannot find 'adw_alert_dialog_new' in scope 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope 222 | } 223 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope 95 | if storage.content[dialogID + id]?.first == nil { 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 99 | storage.opaquePointer?.cast() 100 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 100 | ) 101 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: cannot find 'adw_dialog_set_title' in scope 105 | } 106 | if let width { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: cannot find 'adw_dialog_set_content_width' in scope 108 | } 109 | if let height { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: cannot find 'adw_dialog_set_content_height' in scope 111 | } 112 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: generic parameter 'T' could not be inferred 111 | } 112 | } else { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 116 | storage.content[dialogID + id] = [] 117 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 116 | storage.content[dialogID + id] = [] 117 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope 129 | type: Data.Type 130 | ) where Data: ViewRenderData { 131 | let pointer = adw_dialog_new() | `- error: cannot find 'adw_dialog_new' in scope 132 | let dialog = ViewStorage(pointer?.opaque()) 133 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_dialog_set_child' in scope 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope 93 | if open.update, storage.fields["callbacks"] == nil { 94 | var unref: [OpaquePointer?] = [] 95 | let pointer = gtk_file_dialog_new() | `- error: cannot find 'gtk_file_dialog_new' in scope 96 | unref.append(pointer) 97 | if let initialName { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope 96 | unref.append(pointer) 97 | if let initialName { 98 | gtk_file_dialog_set_initial_name(pointer, initialName) | `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope 99 | } 100 | if let extensions { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 103 | gtk_file_filter_add_suffix(filter, name) 104 | } 105 | gtk_file_dialog_set_default_filter(pointer, filter) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: 'nil' requires a contextual type 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 110 | if let initialFolder { 111 | let file = g_file_new_for_path(initialFolder.absoluteString) 112 | gtk_file_dialog_set_initial_folder(pointer, file) | `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 113 | unref.append(file) 114 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope 185 | if storage.content[dialogID + id]?.first == nil { 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 189 | storage.opaquePointer?.cast() 190 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 190 | ) 191 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope 214 | type: Data.Type 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() | `- error: cannot find 'adw_preferences_dialog_new' in scope 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) 218 | let dialog = ViewStorage(pointer?.opaque()) /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) | `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 218 | let dialog = ViewStorage(pointer?.opaque()) 219 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: cannot find 'adw_preferences_dialog_add' in scope 231 | } 232 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: generic parameter 'T' could not be inferred 231 | } 232 | } /******/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 | } [81/126] Compiling Core Fixed+.swift /******/adwaita-swift/Sources/Core/Model/Enumerations/ToolbarStyle.swift:21:19: error: cannot find type 'AdwToolbarStyle' in scope 19 | 20 | /// The ToolbarStyle value as an AdwToolbarStyle value. 21 | var gtkValue: AdwToolbarStyle { | `- error: cannot find type 'AdwToolbarStyle' in scope 22 | .init(rawValue) 23 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:13: error: cannot find 'adw_breakpoint_bin_set_child' in scope 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: cannot find 'adw_breakpoint_bin_set_child' in scope 23 | }, 24 | pointer: OpaquePointer.self, /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:46: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:22:59: error: generic parameter 'T' could not be inferred 20 | gtk_widget_measure(view.cast(), GTK_ORIENTATION_HORIZONTAL, -1, &width, nil, nil, nil) 21 | gtk_widget_set_size_request(bin.cast(), width, height) 22 | adw_breakpoint_bin_set_child(bin.cast(), view.cast()) | `- error: generic parameter 'T' could not be inferred 23 | }, 24 | pointer: OpaquePointer.self, /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:41:29: error: cannot find 'adw_breakpoint_bin_get_child' in scope 39 | condition = .minWidth(.init(size) + padding) 40 | case let .naturalHeight(padding): 41 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 42 | var size: Int32 = 0 43 | gtk_widget_measure(child, GTK_ORIENTATION_VERTICAL, -1, nil, &size, nil, nil) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:49:26: error: cannot find 'adw_breakpoint_condition_parse' in scope 47 | } 48 | storage.fields["condition"] = condition 49 | let string = adw_breakpoint_condition_parse(condition.condition) | `- error: cannot find 'adw_breakpoint_condition_parse' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:51:32: error: cannot find 'adw_breakpoint_get_condition' in scope 49 | let string = adw_breakpoint_condition_parse(condition.condition) 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) | `- error: cannot find 'adw_breakpoint_get_condition' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:52:17: error: cannot find 'adw_breakpoint_set_condition' in scope 50 | if let breakpoint = storage.fields["breakpoint"] as? OpaquePointer { 51 | g_object_unref(adw_breakpoint_get_condition(breakpoint)?.cast()) 52 | adw_breakpoint_set_condition(breakpoint, string) | `- error: cannot find 'adw_breakpoint_set_condition' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:54:34: error: cannot find 'adw_breakpoint_new' in scope 52 | adw_breakpoint_set_condition(breakpoint, string) 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) | `- error: cannot find 'adw_breakpoint_new' in scope 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) 56 | storage.fields["breakpoint"] = breakpoint /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:55:17: error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 53 | } else { 54 | let breakpoint = adw_breakpoint_new(string) 55 | adw_breakpoint_bin_add_breakpoint(bin.cast(), breakpoint) | `- error: cannot find 'adw_breakpoint_bin_add_breakpoint' in scope 56 | storage.fields["breakpoint"] = breakpoint 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:59:53: error: cannot find 'adw_breakpoint_bin_get_child' in scope 57 | if let matches = storage.fields["binding"] as? Binding<Bool> { 58 | Idle { 59 | condition.initialize(child: adw_breakpoint_bin_get_child(bin.cast()), matches: matches) | `- error: cannot find 'adw_breakpoint_bin_get_child' in scope 60 | } 61 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:36:62: error: generic parameter 'T' could not be inferred 34 | switch condition { 35 | case let .naturalWidth(padding): 36 | let child = adw_breakpoint_bin_get_child(bin.cast()) | `- error: generic parameter 'T' could not be inferred 37 | var size: Int32 = 0 38 | gtk_widget_measure(child, GTK_ORIENTATION_HORIZONTAL, -1, nil, &size, nil, nil) /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:40: error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: cannot find 'adw_breakpoint_bin_get_current_breakpoint' in scope 73 | } 74 | storage.fields["binding"] = matches /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:72:86: error: generic parameter 'T' could not be inferred 70 | observe: { bin, matches, storage in 71 | storage.notify(name: "current-breakpoint") { 72 | matches.wrappedValue = adw_breakpoint_bin_get_current_breakpoint(bin.cast()) != nil | `- error: generic parameter 'T' could not be inferred 73 | } 74 | storage.fields["binding"] = matches /******/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 | } /******/adwaita-swift/Sources/Core/View/BreakpointBin.swift:98:9: error: cannot find 'adw_breakpoint_bin_new' in scope 96 | /// Initialize the widget. 97 | public func initializeWidget() -> Any { 98 | adw_breakpoint_bin_new()?.opaque() as Any | `- error: cannot find 'adw_breakpoint_bin_new' in scope 99 | } 100 | /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:95:17: error: cannot find 'adw_dialog_present' in scope 93 | if storage.content[dialogID]?.first == nil { 94 | createDialog(storage: storage) 95 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:96:70: error: generic parameter 'T' could not be inferred 94 | createDialog(storage: storage) 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 97 | storage.opaquePointer?.cast() 98 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:97:44: error: generic parameter 'T' could not be inferred 95 | adw_dialog_present( 96 | storage.content[dialogID]?.first?.opaquePointer?.cast(), 97 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 98 | ) 99 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:102:17: error: cannot find 'adw_about_dialog_set_application_name' in scope 100 | let dialog = storage.content[dialogID]?.first?.opaquePointer 101 | if let appName { 102 | adw_about_dialog_set_application_name(dialog, appName) | `- error: cannot find 'adw_about_dialog_set_application_name' in scope 103 | } 104 | if let developer { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:105:17: error: cannot find 'adw_about_dialog_set_developer_name' in scope 103 | } 104 | if let developer { 105 | adw_about_dialog_set_developer_name(dialog, developer) | `- error: cannot find 'adw_about_dialog_set_developer_name' in scope 106 | } 107 | if let version { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:108:17: error: cannot find 'adw_about_dialog_set_version' in scope 106 | } 107 | if let version { 108 | adw_about_dialog_set_version(dialog, version) | `- error: cannot find 'adw_about_dialog_set_version' in scope 109 | } 110 | if let icon { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:111:17: error: cannot find 'adw_about_dialog_set_application_icon' in scope 109 | } 110 | if let icon { 111 | adw_about_dialog_set_application_icon(dialog, icon.string) | `- error: cannot find 'adw_about_dialog_set_application_icon' in scope 112 | } 113 | if let website { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:114:17: error: cannot find 'adw_about_dialog_set_website' in scope 112 | } 113 | if let website { 114 | adw_about_dialog_set_website(dialog, website.absoluteString) | `- error: cannot find 'adw_about_dialog_set_website' in scope 115 | } 116 | if let issues { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:117:17: error: cannot find 'adw_about_dialog_set_issue_url' in scope 115 | } 116 | if let issues { 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) | `- error: cannot find 'adw_about_dialog_set_issue_url' in scope 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:13: error: cannot find 'adw_dialog_set_content_height' in scope 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: cannot find 'adw_dialog_set_content_height' in scope 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:119:51: error: generic parameter 'T' could not be inferred 117 | adw_about_dialog_set_issue_url(dialog, issues.absoluteString) 118 | } 119 | adw_dialog_set_content_height(dialog?.cast(), -1) | `- error: generic parameter 'T' could not be inferred 120 | } else { 121 | if storage.content[dialogID]?.first != nil { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:17: error: cannot find 'adw_dialog_close' in scope 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 124 | storage.content[dialogID] = [] 125 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:123:42: error: generic parameter 'T' could not be inferred 121 | if storage.content[dialogID]?.first != nil { 122 | let dialog = storage.content[dialogID]?.first?.opaquePointer 123 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 124 | storage.content[dialogID] = [] 125 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AboutDialog.swift:132:23: error: cannot find 'adw_about_dialog_new' in scope 130 | /// - Parameter storage: The wrapped view's storage. 131 | func createDialog(storage: ViewStorage) { 132 | let pointer = adw_about_dialog_new() | `- error: cannot find 'adw_about_dialog_new' in scope 133 | let dialog = ViewStorage(pointer?.opaque()) 134 | storage.content[dialogID] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:13: error: cannot find 'adw_alert_dialog_set_heading' in scope 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: cannot find 'adw_alert_dialog_set_heading' in scope 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:141:51: error: generic parameter 'T' could not be inferred 139 | } 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) | `- error: generic parameter 'T' could not be inferred 142 | adw_alert_dialog_set_body(pointer?.cast(), body) 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:13: error: cannot find 'adw_alert_dialog_set_body' in scope 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: cannot find 'adw_alert_dialog_set_body' in scope 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:142:48: error: generic parameter 'T' could not be inferred 140 | let pointer = storage.content[Self.dialogID + id]?.first?.opaquePointer 141 | adw_alert_dialog_set_heading(pointer?.cast(), heading) 142 | adw_alert_dialog_set_body(pointer?.cast(), body) | `- error: generic parameter 'T' could not be inferred 143 | let old = storage.fields[Self.responsesID + id] as? [Response] ?? [] 144 | old.identifiableTransform( /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:21: error: cannot find 'adw_alert_dialog_remove_response' in scope 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: cannot find 'adw_alert_dialog_remove_response' in scope 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:21: error: cannot find 'adw_alert_dialog_add_response' in scope 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: cannot find 'adw_alert_dialog_add_response' in scope 150 | } 151 | ) /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:147:63: error: generic parameter 'T' could not be inferred 145 | to: responses, 146 | functions: .init { index in 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) | `- error: generic parameter 'T' could not be inferred 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:149:60: error: generic parameter 'T' could not be inferred 147 | adw_alert_dialog_remove_response(pointer?.cast(), responseID(old[safe: index]?.id)) 148 | } insert: { _, element in 149 | adw_alert_dialog_add_response(pointer?.cast(), responseID(element.id), element.title) | `- error: generic parameter 'T' could not be inferred 150 | } 151 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:17: error: cannot find 'adw_dialog_close' in scope 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:169:42: error: generic parameter 'T' could not be inferred 167 | if storage.content[Self.dialogID + id]?.first != nil { 168 | let dialog = storage.content[Self.dialogID + id]?.first?.opaquePointer 169 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 170 | storage.content[Self.dialogID] = [] 171 | storage.content["extra-child"] = nil /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:182:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 180 | switch element.appearance { 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 183 | pointer?.cast(), 184 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:185:21: error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 183 | pointer?.cast(), 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT | `- error: cannot find 'ADW_RESPONSE_DEFAULT' in scope 186 | ) 187 | case .suggested: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:183:30: error: generic parameter 'T' could not be inferred 181 | case .default: 182 | adw_alert_dialog_set_response_appearance( 183 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 184 | responseID(element.id), 185 | ADW_RESPONSE_DEFAULT /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:188:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 186 | ) 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 189 | pointer?.cast(), 190 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:191:21: error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 189 | pointer?.cast(), 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED | `- error: cannot find 'ADW_RESPONSE_SUGGESTED' in scope 192 | ) 193 | case .destructive: /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:189:30: error: generic parameter 'T' could not be inferred 187 | case .suggested: 188 | adw_alert_dialog_set_response_appearance( 189 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 190 | responseID(element.id), 191 | ADW_RESPONSE_SUGGESTED /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:194:17: error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 192 | ) 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( | `- error: cannot find 'adw_alert_dialog_set_response_appearance' in scope 195 | pointer?.cast(), 196 | responseID(element.id), /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:197:21: error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 195 | pointer?.cast(), 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE | `- error: cannot find 'ADW_RESPONSE_DESTRUCTIVE' in scope 198 | ) 199 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:195:30: error: generic parameter 'T' could not be inferred 193 | case .destructive: 194 | adw_alert_dialog_set_response_appearance( 195 | pointer?.cast(), | `- error: generic parameter 'T' could not be inferred 196 | responseID(element.id), 197 | ADW_RESPONSE_DESTRUCTIVE /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:13: error: cannot find 'adw_alert_dialog_set_close_response' in scope 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_close_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:202:58: error: generic parameter 'T' could not be inferred 200 | } 201 | if let closeResponse = responses.first(where: { $0.role == .close }) ?? responses.first { 202 | adw_alert_dialog_set_close_response(pointer?.cast(), responseID(closeResponse.id)) | `- error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:13: error: cannot find 'adw_alert_dialog_set_default_response' in scope 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: cannot find 'adw_alert_dialog_set_default_response' in scope 206 | } 207 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:205:60: error: generic parameter 'T' could not be inferred 203 | } 204 | if let defaultResponse = responses.first(where: { $0.role == .default }) { 205 | adw_alert_dialog_set_default_response(pointer?.cast(), responseID(defaultResponse.id)) | `- error: generic parameter 'T' could not be inferred 206 | } 207 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:23: error: cannot find 'adw_alert_dialog_new' in scope 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: cannot find 'adw_alert_dialog_new' in scope 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:44: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:214:49: error: 'nil' requires a contextual type 212 | /// - data: The widget data. 213 | func createDialog(storage: ViewStorage, data: WidgetData) { 214 | let pointer = adw_alert_dialog_new(nil, nil) | `- error: 'nil' requires a contextual type 215 | let dialog = ViewStorage(pointer?.opaque()) 216 | storage.content[Self.dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:13: error: cannot find 'adw_alert_dialog_set_extra_child' in scope 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: cannot find 'adw_alert_dialog_set_extra_child' in scope 222 | } 223 | } /******/adwaita-swift/Sources/Core/View/Dialogs/AlertDialog.swift:221:77: error: generic parameter 'T' could not be inferred 219 | let childPointer = child.pointer as? OpaquePointer 220 | storage.content["extra-child"] = [child] 221 | adw_alert_dialog_set_extra_child(pointer?.cast(), childPointer?.cast()) | `- error: generic parameter 'T' could not be inferred 222 | } 223 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:97:17: error: cannot find 'adw_dialog_present' in scope 95 | if storage.content[dialogID + id]?.first == nil { 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:98:75: error: generic parameter 'T' could not be inferred 96 | createDialog(storage: storage, data: data, type: type) 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 99 | storage.opaquePointer?.cast() 100 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:99:44: error: generic parameter 'T' could not be inferred 97 | adw_dialog_present( 98 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 99 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 100 | ) 101 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:17: error: cannot find 'adw_dialog_set_title' in scope 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: cannot find 'adw_dialog_set_title' in scope 105 | } 106 | if let width { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:104:47: error: generic parameter 'T' could not be inferred 102 | let pointer = storage.content[dialogID + id]?.first?.opaquePointer 103 | if let title { 104 | adw_dialog_set_title(pointer?.cast(), title) | `- error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:17: error: cannot find 'adw_dialog_set_content_width' in scope 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: cannot find 'adw_dialog_set_content_width' in scope 108 | } 109 | if let height { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:107:55: error: generic parameter 'T' could not be inferred 105 | } 106 | if let width { 107 | adw_dialog_set_content_width(pointer?.cast(), width.cInt) | `- error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:17: error: cannot find 'adw_dialog_set_content_height' in scope 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: cannot find 'adw_dialog_set_content_height' in scope 111 | } 112 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:110:56: error: generic parameter 'T' could not be inferred 108 | } 109 | if let height { 110 | adw_dialog_set_content_height(pointer?.cast(), height.cInt) | `- error: generic parameter 'T' could not be inferred 111 | } 112 | } else { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:17: error: cannot find 'adw_dialog_close' in scope 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 116 | storage.content[dialogID + id] = [] 117 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:115:42: error: generic parameter 'T' could not be inferred 113 | if storage.content[dialogID + id]?.first != nil { 114 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 115 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 116 | storage.content[dialogID + id] = [] 117 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:131:23: error: cannot find 'adw_dialog_new' in scope 129 | type: Data.Type 130 | ) where Data: ViewRenderData { 131 | let pointer = adw_dialog_new() | `- error: cannot find 'adw_dialog_new' in scope 132 | let dialog = ViewStorage(pointer?.opaque()) 133 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:9: error: cannot find 'adw_dialog_set_child' in scope 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: cannot find 'adw_dialog_set_child' in scope 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/adwaita-swift/Sources/Core/View/Dialogs/Dialog.swift:135:69: error: generic parameter 'T' could not be inferred 133 | storage.content[dialogID + id] = [dialog] 134 | let contentStorage = content.storage(data: data, type: type) 135 | adw_dialog_set_child(pointer, contentStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 136 | storage.content[contentID + id] = [contentStorage] 137 | dialog.connectSignal(name: "closed") { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:95:27: error: cannot find 'gtk_file_dialog_new' in scope 93 | if open.update, storage.fields["callbacks"] == nil { 94 | var unref: [OpaquePointer?] = [] 95 | let pointer = gtk_file_dialog_new() | `- error: cannot find 'gtk_file_dialog_new' in scope 96 | unref.append(pointer) 97 | if let initialName { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:98:17: error: cannot find 'gtk_file_dialog_set_initial_name' in scope 96 | unref.append(pointer) 97 | if let initialName { 98 | gtk_file_dialog_set_initial_name(pointer, initialName) | `- error: cannot find 'gtk_file_dialog_set_initial_name' in scope 99 | } 100 | if let extensions { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:105:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 103 | gtk_file_filter_add_suffix(filter, name) 104 | } 105 | gtk_file_dialog_set_default_filter(pointer, filter) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:17: error: cannot find 'gtk_file_dialog_set_default_filter' in scope 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: cannot find 'gtk_file_dialog_set_default_filter' in scope 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:108:61: error: 'nil' requires a contextual type 106 | unref.append(filter) 107 | } else { 108 | gtk_file_dialog_set_default_filter(pointer, nil) | `- error: 'nil' requires a contextual type 109 | } 110 | if let initialFolder { /******/adwaita-swift/Sources/Core/View/Dialogs/FileDialog.swift:112:17: error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 110 | if let initialFolder { 111 | let file = g_file_new_for_path(initialFolder.absoluteString) 112 | gtk_file_dialog_set_initial_folder(pointer, file) | `- error: cannot find 'gtk_file_dialog_set_initial_folder' in scope 113 | unref.append(file) 114 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:187:17: error: cannot find 'adw_dialog_present' in scope 185 | if storage.content[dialogID + id]?.first == nil { 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( | `- error: cannot find 'adw_dialog_present' in scope 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:188:75: error: generic parameter 'T' could not be inferred 186 | createDialog(storage: storage, data: data, type: type) 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), | `- error: generic parameter 'T' could not be inferred 189 | storage.opaquePointer?.cast() 190 | ) /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:189:44: error: generic parameter 'T' could not be inferred 187 | adw_dialog_present( 188 | storage.content[dialogID + id]?.first?.opaquePointer?.cast(), 189 | storage.opaquePointer?.cast() | `- error: generic parameter 'T' could not be inferred 190 | ) 191 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:17: error: cannot find 'adw_dialog_close' in scope 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: cannot find 'adw_dialog_close' in scope 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:195:42: error: generic parameter 'T' could not be inferred 193 | if storage.content[dialogID + id]?.first != nil { 194 | let dialog = storage.content[dialogID + id]?.first?.opaquePointer 195 | adw_dialog_close(dialog?.cast()) | `- error: generic parameter 'T' could not be inferred 196 | g_object_unref(dialog?.cast()) 197 | for index in pages.indices { /******/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 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:216:23: error: cannot find 'adw_preferences_dialog_new' in scope 214 | type: Data.Type 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() | `- error: cannot find 'adw_preferences_dialog_new' in scope 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) 218 | let dialog = ViewStorage(pointer?.opaque()) /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:217:9: error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 215 | ) where Data: ViewRenderData { 216 | let pointer = adw_preferences_dialog_new() 217 | adw_preferences_dialog_set_search_enabled(pointer?.cast(), 1) | `- error: cannot find 'adw_preferences_dialog_set_search_enabled' in scope 218 | let dialog = ViewStorage(pointer?.opaque()) 219 | storage.content[dialogID + id] = [dialog] /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:13: error: cannot find 'adw_preferences_dialog_add' in scope 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: cannot find 'adw_preferences_dialog_add' in scope 231 | } 232 | } /******/adwaita-swift/Sources/Core/View/Dialogs/PreferencesDialog.swift:230:65: error: generic parameter 'T' could not be inferred 228 | storage.content["preferences-\(index)"] = page.1 229 | storage.fields["preferences-\(index)"] = page.0 230 | adw_preferences_dialog_add(pointer?.cast(), page.0?.cast()) | `- error: generic parameter 'T' could not be inferred 231 | } 232 | } /******/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 | } [82/126] Compiling Core FlowBox+.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | `- error: cannot find 'adw_spin_row_set_range' in scope 40 | } 41 | } /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope 54 | var newSelf = self 55 | newSelf.updateFunctions.append { storage, _, _ in 56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_adjustment' in scope 57 | gtk_adjustment_set_step_increment(adjustment, step) 58 | } /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 175 | } 176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 178 | } 179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: generic parameter 'T' could not be inferred 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope 71 | /// - Returns: The view storage. 72 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 73 | let storage = ViewStorage(adw_banner_new(title)?.opaque()) | `- error: cannot find 'adw_banner_new' in scope 74 | for function in appearFunctions { 75 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope 95 | 96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel { 97 | adw_banner_set_button_label(widget, buttonLabel) | `- error: cannot find 'adw_banner_set_button_label' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:100:17: error: cannot find 'adw_banner_set_revealed' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { 100 | adw_banner_set_revealed(widget, revealed.cBool) | `- error: cannot find 'adw_banner_set_revealed' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { 103 | adw_banner_set_title(widget, title) | `- error: cannot find 'adw_banner_set_title' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 106 | adw_banner_set_use_markup(widget, useMarkup.cBool) | `- error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [83/126] Compiling Core ForEach.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | `- error: cannot find 'adw_spin_row_set_range' in scope 40 | } 41 | } /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope 54 | var newSelf = self 55 | newSelf.updateFunctions.append { storage, _, _ in 56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_adjustment' in scope 57 | gtk_adjustment_set_step_increment(adjustment, step) 58 | } /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 175 | } 176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 178 | } 179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: generic parameter 'T' could not be inferred 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope 71 | /// - Returns: The view storage. 72 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 73 | let storage = ViewStorage(adw_banner_new(title)?.opaque()) | `- error: cannot find 'adw_banner_new' in scope 74 | for function in appearFunctions { 75 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope 95 | 96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel { 97 | adw_banner_set_button_label(widget, buttonLabel) | `- error: cannot find 'adw_banner_set_button_label' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:100:17: error: cannot find 'adw_banner_set_revealed' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { 100 | adw_banner_set_revealed(widget, revealed.cBool) | `- error: cannot find 'adw_banner_set_revealed' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { 103 | adw_banner_set_title(widget, title) | `- error: cannot find 'adw_banner_set_title' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 106 | adw_banner_set_use_markup(widget, useMarkup.cBool) | `- error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [84/126] Compiling Core ActionRow+.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | `- error: cannot find 'adw_spin_row_set_range' in scope 40 | } 41 | } /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope 54 | var newSelf = self 55 | newSelf.updateFunctions.append { storage, _, _ in 56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_adjustment' in scope 57 | gtk_adjustment_set_step_increment(adjustment, step) 58 | } /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 175 | } 176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 178 | } 179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: generic parameter 'T' could not be inferred 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope 71 | /// - Returns: The view storage. 72 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 73 | let storage = ViewStorage(adw_banner_new(title)?.opaque()) | `- error: cannot find 'adw_banner_new' in scope 74 | for function in appearFunctions { 75 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope 95 | 96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel { 97 | adw_banner_set_button_label(widget, buttonLabel) | `- error: cannot find 'adw_banner_set_button_label' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:100:17: error: cannot find 'adw_banner_set_revealed' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { 100 | adw_banner_set_revealed(widget, revealed.cBool) | `- error: cannot find 'adw_banner_set_revealed' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { 103 | adw_banner_set_title(widget, title) | `- error: cannot find 'adw_banner_set_title' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 106 | adw_banner_set_use_markup(widget, useMarkup.cBool) | `- error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [85/126] Compiling Core ComboRow+.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | `- error: cannot find 'adw_spin_row_set_range' in scope 40 | } 41 | } /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope 54 | var newSelf = self 55 | newSelf.updateFunctions.append { storage, _, _ in 56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_adjustment' in scope 57 | gtk_adjustment_set_step_increment(adjustment, step) 58 | } /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 175 | } 176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 178 | } 179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: generic parameter 'T' could not be inferred 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope 71 | /// - Returns: The view storage. 72 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 73 | let storage = ViewStorage(adw_banner_new(title)?.opaque()) | `- error: cannot find 'adw_banner_new' in scope 74 | for function in appearFunctions { 75 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope 95 | 96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel { 97 | adw_banner_set_button_label(widget, buttonLabel) | `- error: cannot find 'adw_banner_set_button_label' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:100:17: error: cannot find 'adw_banner_set_revealed' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { 100 | adw_banner_set_revealed(widget, revealed.cBool) | `- error: cannot find 'adw_banner_set_revealed' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { 103 | adw_banner_set_title(widget, title) | `- error: cannot find 'adw_banner_set_title' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 106 | adw_banner_set_use_markup(widget, useMarkup.cBool) | `- error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [86/126] Compiling Core EntryRow+.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | `- error: cannot find 'adw_spin_row_set_range' in scope 40 | } 41 | } /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope 54 | var newSelf = self 55 | newSelf.updateFunctions.append { storage, _, _ in 56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_adjustment' in scope 57 | gtk_adjustment_set_step_increment(adjustment, step) 58 | } /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 175 | } 176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 178 | } 179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: generic parameter 'T' could not be inferred 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope 71 | /// - Returns: The view storage. 72 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 73 | let storage = ViewStorage(adw_banner_new(title)?.opaque()) | `- error: cannot find 'adw_banner_new' in scope 74 | for function in appearFunctions { 75 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope 95 | 96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel { 97 | adw_banner_set_button_label(widget, buttonLabel) | `- error: cannot find 'adw_banner_set_button_label' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:100:17: error: cannot find 'adw_banner_set_revealed' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { 100 | adw_banner_set_revealed(widget, revealed.cBool) | `- error: cannot find 'adw_banner_set_revealed' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { 103 | adw_banner_set_title(widget, title) | `- error: cannot find 'adw_banner_set_title' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 106 | adw_banner_set_use_markup(widget, useMarkup.cBool) | `- error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [87/126] Compiling Core Form.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | `- error: cannot find 'adw_spin_row_set_range' in scope 40 | } 41 | } /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope 54 | var newSelf = self 55 | newSelf.updateFunctions.append { storage, _, _ in 56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_adjustment' in scope 57 | gtk_adjustment_set_step_increment(adjustment, step) 58 | } /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 175 | } 176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 178 | } 179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: generic parameter 'T' could not be inferred 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope 71 | /// - Returns: The view storage. 72 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 73 | let storage = ViewStorage(adw_banner_new(title)?.opaque()) | `- error: cannot find 'adw_banner_new' in scope 74 | for function in appearFunctions { 75 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope 95 | 96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel { 97 | adw_banner_set_button_label(widget, buttonLabel) | `- error: cannot find 'adw_banner_set_button_label' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:100:17: error: cannot find 'adw_banner_set_revealed' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { 100 | adw_banner_set_revealed(widget, revealed.cBool) | `- error: cannot find 'adw_banner_set_revealed' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { 103 | adw_banner_set_title(widget, title) | `- error: cannot find 'adw_banner_set_title' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 106 | adw_banner_set_use_markup(widget, useMarkup.cBool) | `- error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [88/126] Compiling Core FormSection+.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | `- error: cannot find 'adw_spin_row_set_range' in scope 40 | } 41 | } /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope 54 | var newSelf = self 55 | newSelf.updateFunctions.append { storage, _, _ in 56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_adjustment' in scope 57 | gtk_adjustment_set_step_increment(adjustment, step) 58 | } /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 175 | } 176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 178 | } 179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: generic parameter 'T' could not be inferred 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope 71 | /// - Returns: The view storage. 72 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 73 | let storage = ViewStorage(adw_banner_new(title)?.opaque()) | `- error: cannot find 'adw_banner_new' in scope 74 | for function in appearFunctions { 75 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope 95 | 96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel { 97 | adw_banner_set_button_label(widget, buttonLabel) | `- error: cannot find 'adw_banner_set_button_label' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:100:17: error: cannot find 'adw_banner_set_revealed' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { 100 | adw_banner_set_revealed(widget, revealed.cBool) | `- error: cannot find 'adw_banner_set_revealed' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { 103 | adw_banner_set_title(widget, title) | `- error: cannot find 'adw_banner_set_title' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 106 | adw_banner_set_use_markup(widget, useMarkup.cBool) | `- error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [89/126] Compiling Core PasswordEntryRow+.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | `- error: cannot find 'adw_spin_row_set_range' in scope 40 | } 41 | } /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope 54 | var newSelf = self 55 | newSelf.updateFunctions.append { storage, _, _ in 56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_adjustment' in scope 57 | gtk_adjustment_set_step_increment(adjustment, step) 58 | } /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 175 | } 176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 178 | } 179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: generic parameter 'T' could not be inferred 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope 71 | /// - Returns: The view storage. 72 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 73 | let storage = ViewStorage(adw_banner_new(title)?.opaque()) | `- error: cannot find 'adw_banner_new' in scope 74 | for function in appearFunctions { 75 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope 95 | 96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel { 97 | adw_banner_set_button_label(widget, buttonLabel) | `- error: cannot find 'adw_banner_set_button_label' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:100:17: error: cannot find 'adw_banner_set_revealed' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { 100 | adw_banner_set_revealed(widget, revealed.cBool) | `- error: cannot find 'adw_banner_set_revealed' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { 103 | adw_banner_set_title(widget, title) | `- error: cannot find 'adw_banner_set_title' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 106 | adw_banner_set_use_markup(widget, useMarkup.cBool) | `- error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [90/126] Compiling Core SpinRow+.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | `- error: cannot find 'adw_spin_row_set_range' in scope 40 | } 41 | } /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope 54 | var newSelf = self 55 | newSelf.updateFunctions.append { storage, _, _ in 56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_adjustment' in scope 57 | gtk_adjustment_set_step_increment(adjustment, step) 58 | } /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 175 | } 176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 178 | } 179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: generic parameter 'T' could not be inferred 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope 71 | /// - Returns: The view storage. 72 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 73 | let storage = ViewStorage(adw_banner_new(title)?.opaque()) | `- error: cannot find 'adw_banner_new' in scope 74 | for function in appearFunctions { 75 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope 95 | 96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel { 97 | adw_banner_set_button_label(widget, buttonLabel) | `- error: cannot find 'adw_banner_set_button_label' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:100:17: error: cannot find 'adw_banner_set_revealed' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { 100 | adw_banner_set_revealed(widget, revealed.cBool) | `- error: cannot find 'adw_banner_set_revealed' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { 103 | adw_banner_set_title(widget, title) | `- error: cannot find 'adw_banner_set_title' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 106 | adw_banner_set_use_markup(widget, useMarkup.cBool) | `- error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [91/126] Compiling Core SwitchRow+.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | `- error: cannot find 'adw_spin_row_set_range' in scope 40 | } 41 | } /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope 54 | var newSelf = self 55 | newSelf.updateFunctions.append { storage, _, _ in 56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_adjustment' in scope 57 | gtk_adjustment_set_step_increment(adjustment, step) 58 | } /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 175 | } 176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 178 | } 179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: generic parameter 'T' could not be inferred 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope 71 | /// - Returns: The view storage. 72 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 73 | let storage = ViewStorage(adw_banner_new(title)?.opaque()) | `- error: cannot find 'adw_banner_new' in scope 74 | for function in appearFunctions { 75 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope 95 | 96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel { 97 | adw_banner_set_button_label(widget, buttonLabel) | `- error: cannot find 'adw_banner_set_button_label' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:100:17: error: cannot find 'adw_banner_set_revealed' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { 100 | adw_banner_set_revealed(widget, revealed.cBool) | `- error: cannot find 'adw_banner_set_revealed' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { 103 | adw_banner_set_title(widget, title) | `- error: cannot find 'adw_banner_set_title' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 106 | adw_banner_set_use_markup(widget, useMarkup.cBool) | `- error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [92/126] Compiling Core ActionRow.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | `- error: cannot find 'adw_spin_row_set_range' in scope 40 | } 41 | } /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope 54 | var newSelf = self 55 | newSelf.updateFunctions.append { storage, _, _ in 56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_adjustment' in scope 57 | gtk_adjustment_set_step_increment(adjustment, step) 58 | } /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 175 | } 176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 178 | } 179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: generic parameter 'T' could not be inferred 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope 71 | /// - Returns: The view storage. 72 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 73 | let storage = ViewStorage(adw_banner_new(title)?.opaque()) | `- error: cannot find 'adw_banner_new' in scope 74 | for function in appearFunctions { 75 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope 95 | 96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel { 97 | adw_banner_set_button_label(widget, buttonLabel) | `- error: cannot find 'adw_banner_set_button_label' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:100:17: error: cannot find 'adw_banner_set_revealed' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { 100 | adw_banner_set_revealed(widget, revealed.cBool) | `- error: cannot find 'adw_banner_set_revealed' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { 103 | adw_banner_set_title(widget, title) | `- error: cannot find 'adw_banner_set_title' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 106 | adw_banner_set_use_markup(widget, useMarkup.cBool) | `- error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [93/126] Compiling Core AspectFrame.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | `- error: cannot find 'adw_spin_row_set_range' in scope 40 | } 41 | } /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope 54 | var newSelf = self 55 | newSelf.updateFunctions.append { storage, _, _ in 56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_adjustment' in scope 57 | gtk_adjustment_set_step_increment(adjustment, step) 58 | } /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 175 | } 176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 178 | } 179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: generic parameter 'T' could not be inferred 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope 71 | /// - Returns: The view storage. 72 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 73 | let storage = ViewStorage(adw_banner_new(title)?.opaque()) | `- error: cannot find 'adw_banner_new' in scope 74 | for function in appearFunctions { 75 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope 95 | 96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel { 97 | adw_banner_set_button_label(widget, buttonLabel) | `- error: cannot find 'adw_banner_set_button_label' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:100:17: error: cannot find 'adw_banner_set_revealed' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { 100 | adw_banner_set_revealed(widget, revealed.cBool) | `- error: cannot find 'adw_banner_set_revealed' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { 103 | adw_banner_set_title(widget, title) | `- error: cannot find 'adw_banner_set_title' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 106 | adw_banner_set_use_markup(widget, useMarkup.cBool) | `- error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [94/126] Compiling Core Avatar.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | `- error: cannot find 'adw_spin_row_set_range' in scope 40 | } 41 | } /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope 54 | var newSelf = self 55 | newSelf.updateFunctions.append { storage, _, _ in 56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_adjustment' in scope 57 | gtk_adjustment_set_step_increment(adjustment, step) 58 | } /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 175 | } 176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 178 | } 179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: generic parameter 'T' could not be inferred 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope 71 | /// - Returns: The view storage. 72 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 73 | let storage = ViewStorage(adw_banner_new(title)?.opaque()) | `- error: cannot find 'adw_banner_new' in scope 74 | for function in appearFunctions { 75 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope 95 | 96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel { 97 | adw_banner_set_button_label(widget, buttonLabel) | `- error: cannot find 'adw_banner_set_button_label' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:100:17: error: cannot find 'adw_banner_set_revealed' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { 100 | adw_banner_set_revealed(widget, revealed.cBool) | `- error: cannot find 'adw_banner_set_revealed' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { 103 | adw_banner_set_title(widget, title) | `- error: cannot find 'adw_banner_set_title' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 106 | adw_banner_set_use_markup(widget, useMarkup.cBool) | `- error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [95/126] Compiling Core Banner.swift /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:39:13: error: cannot find 'adw_spin_row_set_range' in scope 37 | self = self.step(1) 38 | updateFunctions.append { storage, _, _ in 39 | adw_spin_row_set_range(storage.opaquePointer, min, max) | `- error: cannot find 'adw_spin_row_set_range' in scope 40 | } 41 | } /******/adwaita-swift/Sources/Core/View/Forms/SpinRow+.swift:56:30: error: cannot find 'adw_spin_row_get_adjustment' in scope 54 | var newSelf = self 55 | newSelf.updateFunctions.append { storage, _, _ in 56 | let adjustment = adw_spin_row_get_adjustment(storage.opaquePointer) | `- error: cannot find 'adw_spin_row_get_adjustment' in scope 57 | gtk_adjustment_set_step_increment(adjustment, step) 58 | } /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:177:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 175 | } 176 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 177 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 178 | } 179 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ActionRow.swift:168:64: error: generic parameter 'T' could not be inferred 166 | } 167 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 168 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: generic parameter 'T' could not be inferred 169 | } 170 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:73:35: error: cannot find 'adw_banner_new' in scope 71 | /// - Returns: The view storage. 72 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 73 | let storage = ViewStorage(adw_banner_new(title)?.opaque()) | `- error: cannot find 'adw_banner_new' in scope 74 | for function in appearFunctions { 75 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:97:17: error: cannot find 'adw_banner_set_button_label' in scope 95 | 96 | if let buttonLabel, updateProperties, (storage.previousState as? Self)?.buttonLabel != buttonLabel { 97 | adw_banner_set_button_label(widget, buttonLabel) | `- error: cannot find 'adw_banner_set_button_label' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:100:17: error: cannot find 'adw_banner_set_revealed' in scope 98 | } 99 | if let revealed, updateProperties, (storage.previousState as? Self)?.revealed != revealed { 100 | adw_banner_set_revealed(widget, revealed.cBool) | `- error: cannot find 'adw_banner_set_revealed' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:103:17: error: cannot find 'adw_banner_set_title' in scope 101 | } 102 | if updateProperties, (storage.previousState as? Self)?.title != title { 103 | adw_banner_set_title(widget, title) | `- error: cannot find 'adw_banner_set_title' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { /******/adwaita-swift/Sources/Core/View/Generated/Banner.swift:106:17: error: cannot find 'adw_banner_set_use_markup' in scope 104 | } 105 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 106 | adw_banner_set_use_markup(widget, useMarkup.cBool) | `- error: cannot find 'adw_banner_set_use_markup' in scope 107 | } 108 | [96/126] Compiling Core Bin.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: cannot find 'gtk_box_set_baseline_child' in scope 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: generic parameter 'T' could not be inferred 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 136 | } 137 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 136 | } 137 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope 100 | 101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 102 | adw_button_content_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_button_content_set_can_shrink' in scope 103 | } 104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 126 | } 127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast { 128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool) | `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 129 | } 130 | if let widget = storage.content["startWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: cannot find 'gtk_check_button_set_child' in scope 137 | } 138 | /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: cannot find 'adw_combo_row_set_enable_search' in scope 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 194 | } 195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 197 | } 198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 206 | } 207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 209 | } 210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: generic parameter 'T' could not be inferred 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope 105 | /// - Returns: The view storage. 106 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 107 | let storage = ViewStorage(adw_entry_row_new()?.opaque()) | `- error: cannot find 'adw_entry_row_new' in scope 108 | for function in appearFunctions { 109 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 117 | } 118 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 123 | } 124 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 123 | } 124 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 158 | } 159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 164 | } 165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 167 | } 168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_expander_row_add_suffix' in scope 122 | } 123 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope 171 | } 172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { 173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt) | `- error: cannot find 'adw_expander_row_set_title_lines' in scope 174 | } 175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 180 | } 181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: generic parameter 'T' could not be inferred 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/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 | } [97/126] Compiling Core Box.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: cannot find 'gtk_box_set_baseline_child' in scope 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: generic parameter 'T' could not be inferred 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 136 | } 137 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 136 | } 137 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope 100 | 101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 102 | adw_button_content_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_button_content_set_can_shrink' in scope 103 | } 104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 126 | } 127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast { 128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool) | `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 129 | } 130 | if let widget = storage.content["startWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: cannot find 'gtk_check_button_set_child' in scope 137 | } 138 | /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: cannot find 'adw_combo_row_set_enable_search' in scope 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 194 | } 195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 197 | } 198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 206 | } 207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 209 | } 210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: generic parameter 'T' could not be inferred 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope 105 | /// - Returns: The view storage. 106 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 107 | let storage = ViewStorage(adw_entry_row_new()?.opaque()) | `- error: cannot find 'adw_entry_row_new' in scope 108 | for function in appearFunctions { 109 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 117 | } 118 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 123 | } 124 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 123 | } 124 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 158 | } 159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 164 | } 165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 167 | } 168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_expander_row_add_suffix' in scope 122 | } 123 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope 171 | } 172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { 173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt) | `- error: cannot find 'adw_expander_row_set_title_lines' in scope 174 | } 175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 180 | } 181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: generic parameter 'T' could not be inferred 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/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 | } [98/126] Compiling Core Button.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: cannot find 'gtk_box_set_baseline_child' in scope 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: generic parameter 'T' could not be inferred 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 136 | } 137 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 136 | } 137 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope 100 | 101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 102 | adw_button_content_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_button_content_set_can_shrink' in scope 103 | } 104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 126 | } 127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast { 128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool) | `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 129 | } 130 | if let widget = storage.content["startWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: cannot find 'gtk_check_button_set_child' in scope 137 | } 138 | /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: cannot find 'adw_combo_row_set_enable_search' in scope 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 194 | } 195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 197 | } 198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 206 | } 207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 209 | } 210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: generic parameter 'T' could not be inferred 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope 105 | /// - Returns: The view storage. 106 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 107 | let storage = ViewStorage(adw_entry_row_new()?.opaque()) | `- error: cannot find 'adw_entry_row_new' in scope 108 | for function in appearFunctions { 109 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 117 | } 118 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 123 | } 124 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 123 | } 124 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 158 | } 159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 164 | } 165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 167 | } 168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_expander_row_add_suffix' in scope 122 | } 123 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope 171 | } 172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { 173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt) | `- error: cannot find 'adw_expander_row_set_title_lines' in scope 174 | } 175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 180 | } 181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: generic parameter 'T' could not be inferred 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/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 | } [99/126] Compiling Core ButtonContent.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: cannot find 'gtk_box_set_baseline_child' in scope 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: generic parameter 'T' could not be inferred 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 136 | } 137 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 136 | } 137 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope 100 | 101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 102 | adw_button_content_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_button_content_set_can_shrink' in scope 103 | } 104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 126 | } 127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast { 128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool) | `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 129 | } 130 | if let widget = storage.content["startWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: cannot find 'gtk_check_button_set_child' in scope 137 | } 138 | /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: cannot find 'adw_combo_row_set_enable_search' in scope 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 194 | } 195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 197 | } 198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 206 | } 207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 209 | } 210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: generic parameter 'T' could not be inferred 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope 105 | /// - Returns: The view storage. 106 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 107 | let storage = ViewStorage(adw_entry_row_new()?.opaque()) | `- error: cannot find 'adw_entry_row_new' in scope 108 | for function in appearFunctions { 109 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 117 | } 118 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 123 | } 124 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 123 | } 124 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 158 | } 159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 164 | } 165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 167 | } 168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_expander_row_add_suffix' in scope 122 | } 123 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope 171 | } 172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { 173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt) | `- error: cannot find 'adw_expander_row_set_title_lines' in scope 174 | } 175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 180 | } 181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: generic parameter 'T' could not be inferred 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/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 | } [100/126] Compiling Core Carousel.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: cannot find 'gtk_box_set_baseline_child' in scope 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: generic parameter 'T' could not be inferred 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 136 | } 137 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 136 | } 137 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope 100 | 101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 102 | adw_button_content_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_button_content_set_can_shrink' in scope 103 | } 104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 126 | } 127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast { 128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool) | `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 129 | } 130 | if let widget = storage.content["startWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: cannot find 'gtk_check_button_set_child' in scope 137 | } 138 | /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: cannot find 'adw_combo_row_set_enable_search' in scope 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 194 | } 195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 197 | } 198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 206 | } 207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 209 | } 210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: generic parameter 'T' could not be inferred 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope 105 | /// - Returns: The view storage. 106 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 107 | let storage = ViewStorage(adw_entry_row_new()?.opaque()) | `- error: cannot find 'adw_entry_row_new' in scope 108 | for function in appearFunctions { 109 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 117 | } 118 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 123 | } 124 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 123 | } 124 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 158 | } 159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 164 | } 165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 167 | } 168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_expander_row_add_suffix' in scope 122 | } 123 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope 171 | } 172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { 173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt) | `- error: cannot find 'adw_expander_row_set_title_lines' in scope 174 | } 175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 180 | } 181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: generic parameter 'T' could not be inferred 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/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 | } [101/126] Compiling Core CenterBox.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: cannot find 'gtk_box_set_baseline_child' in scope 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: generic parameter 'T' could not be inferred 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 136 | } 137 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 136 | } 137 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope 100 | 101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 102 | adw_button_content_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_button_content_set_can_shrink' in scope 103 | } 104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 126 | } 127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast { 128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool) | `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 129 | } 130 | if let widget = storage.content["startWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: cannot find 'gtk_check_button_set_child' in scope 137 | } 138 | /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: cannot find 'adw_combo_row_set_enable_search' in scope 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 194 | } 195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 197 | } 198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 206 | } 207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 209 | } 210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: generic parameter 'T' could not be inferred 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope 105 | /// - Returns: The view storage. 106 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 107 | let storage = ViewStorage(adw_entry_row_new()?.opaque()) | `- error: cannot find 'adw_entry_row_new' in scope 108 | for function in appearFunctions { 109 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 117 | } 118 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 123 | } 124 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 123 | } 124 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 158 | } 159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 164 | } 165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 167 | } 168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_expander_row_add_suffix' in scope 122 | } 123 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope 171 | } 172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { 173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt) | `- error: cannot find 'adw_expander_row_set_title_lines' in scope 174 | } 175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 180 | } 181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: generic parameter 'T' could not be inferred 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/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 | } [102/126] Compiling Core CheckButton.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: cannot find 'gtk_box_set_baseline_child' in scope 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: generic parameter 'T' could not be inferred 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 136 | } 137 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 136 | } 137 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope 100 | 101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 102 | adw_button_content_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_button_content_set_can_shrink' in scope 103 | } 104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 126 | } 127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast { 128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool) | `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 129 | } 130 | if let widget = storage.content["startWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: cannot find 'gtk_check_button_set_child' in scope 137 | } 138 | /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: cannot find 'adw_combo_row_set_enable_search' in scope 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 194 | } 195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 197 | } 198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 206 | } 207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 209 | } 210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: generic parameter 'T' could not be inferred 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope 105 | /// - Returns: The view storage. 106 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 107 | let storage = ViewStorage(adw_entry_row_new()?.opaque()) | `- error: cannot find 'adw_entry_row_new' in scope 108 | for function in appearFunctions { 109 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 117 | } 118 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 123 | } 124 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 123 | } 124 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 158 | } 159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 164 | } 165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 167 | } 168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_expander_row_add_suffix' in scope 122 | } 123 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope 171 | } 172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { 173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt) | `- error: cannot find 'adw_expander_row_set_title_lines' in scope 174 | } 175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 180 | } 181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: generic parameter 'T' could not be inferred 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/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 | } [103/126] Compiling Core Clamp.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: cannot find 'gtk_box_set_baseline_child' in scope 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: generic parameter 'T' could not be inferred 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 136 | } 137 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 136 | } 137 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope 100 | 101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 102 | adw_button_content_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_button_content_set_can_shrink' in scope 103 | } 104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 126 | } 127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast { 128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool) | `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 129 | } 130 | if let widget = storage.content["startWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: cannot find 'gtk_check_button_set_child' in scope 137 | } 138 | /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: cannot find 'adw_combo_row_set_enable_search' in scope 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 194 | } 195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 197 | } 198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 206 | } 207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 209 | } 210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: generic parameter 'T' could not be inferred 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope 105 | /// - Returns: The view storage. 106 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 107 | let storage = ViewStorage(adw_entry_row_new()?.opaque()) | `- error: cannot find 'adw_entry_row_new' in scope 108 | for function in appearFunctions { 109 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 117 | } 118 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 123 | } 124 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 123 | } 124 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 158 | } 159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 164 | } 165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 167 | } 168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_expander_row_add_suffix' in scope 122 | } 123 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope 171 | } 172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { 173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt) | `- error: cannot find 'adw_expander_row_set_title_lines' in scope 174 | } 175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 180 | } 181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: generic parameter 'T' could not be inferred 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/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 | } [104/126] Compiling Core ComboRow.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: cannot find 'gtk_box_set_baseline_child' in scope 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: generic parameter 'T' could not be inferred 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 136 | } 137 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 136 | } 137 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope 100 | 101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 102 | adw_button_content_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_button_content_set_can_shrink' in scope 103 | } 104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 126 | } 127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast { 128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool) | `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 129 | } 130 | if let widget = storage.content["startWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: cannot find 'gtk_check_button_set_child' in scope 137 | } 138 | /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: cannot find 'adw_combo_row_set_enable_search' in scope 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 194 | } 195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 197 | } 198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 206 | } 207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 209 | } 210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: generic parameter 'T' could not be inferred 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope 105 | /// - Returns: The view storage. 106 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 107 | let storage = ViewStorage(adw_entry_row_new()?.opaque()) | `- error: cannot find 'adw_entry_row_new' in scope 108 | for function in appearFunctions { 109 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 117 | } 118 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 123 | } 124 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 123 | } 124 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 158 | } 159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 164 | } 165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 167 | } 168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_expander_row_add_suffix' in scope 122 | } 123 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope 171 | } 172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { 173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt) | `- error: cannot find 'adw_expander_row_set_title_lines' in scope 174 | } 175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 180 | } 181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: generic parameter 'T' could not be inferred 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/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 | } [105/126] Compiling Core DropDown.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: cannot find 'gtk_box_set_baseline_child' in scope 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: generic parameter 'T' could not be inferred 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 136 | } 137 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 136 | } 137 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope 100 | 101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 102 | adw_button_content_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_button_content_set_can_shrink' in scope 103 | } 104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 126 | } 127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast { 128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool) | `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 129 | } 130 | if let widget = storage.content["startWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: cannot find 'gtk_check_button_set_child' in scope 137 | } 138 | /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: cannot find 'adw_combo_row_set_enable_search' in scope 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 194 | } 195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 197 | } 198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 206 | } 207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 209 | } 210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: generic parameter 'T' could not be inferred 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope 105 | /// - Returns: The view storage. 106 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 107 | let storage = ViewStorage(adw_entry_row_new()?.opaque()) | `- error: cannot find 'adw_entry_row_new' in scope 108 | for function in appearFunctions { 109 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 117 | } 118 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 123 | } 124 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 123 | } 124 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 158 | } 159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 164 | } 165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 167 | } 168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_expander_row_add_suffix' in scope 122 | } 123 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope 171 | } 172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { 173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt) | `- error: cannot find 'adw_expander_row_set_title_lines' in scope 174 | } 175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 180 | } 181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: generic parameter 'T' could not be inferred 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/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 | } [106/126] Compiling Core Entry.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: cannot find 'gtk_box_set_baseline_child' in scope 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: generic parameter 'T' could not be inferred 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 136 | } 137 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 136 | } 137 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope 100 | 101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 102 | adw_button_content_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_button_content_set_can_shrink' in scope 103 | } 104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 126 | } 127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast { 128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool) | `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 129 | } 130 | if let widget = storage.content["startWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: cannot find 'gtk_check_button_set_child' in scope 137 | } 138 | /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: cannot find 'adw_combo_row_set_enable_search' in scope 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 194 | } 195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 197 | } 198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 206 | } 207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 209 | } 210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: generic parameter 'T' could not be inferred 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope 105 | /// - Returns: The view storage. 106 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 107 | let storage = ViewStorage(adw_entry_row_new()?.opaque()) | `- error: cannot find 'adw_entry_row_new' in scope 108 | for function in appearFunctions { 109 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 117 | } 118 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 123 | } 124 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 123 | } 124 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 158 | } 159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 164 | } 165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 167 | } 168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_expander_row_add_suffix' in scope 122 | } 123 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope 171 | } 172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { 173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt) | `- error: cannot find 'adw_expander_row_set_title_lines' in scope 174 | } 175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 180 | } 181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: generic parameter 'T' could not be inferred 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/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 | } [107/126] Compiling Core EntryRow.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: cannot find 'gtk_box_set_baseline_child' in scope 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: generic parameter 'T' could not be inferred 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 136 | } 137 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 136 | } 137 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope 100 | 101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 102 | adw_button_content_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_button_content_set_can_shrink' in scope 103 | } 104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 126 | } 127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast { 128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool) | `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 129 | } 130 | if let widget = storage.content["startWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: cannot find 'gtk_check_button_set_child' in scope 137 | } 138 | /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: cannot find 'adw_combo_row_set_enable_search' in scope 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 194 | } 195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 197 | } 198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 206 | } 207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 209 | } 210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: generic parameter 'T' could not be inferred 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope 105 | /// - Returns: The view storage. 106 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 107 | let storage = ViewStorage(adw_entry_row_new()?.opaque()) | `- error: cannot find 'adw_entry_row_new' in scope 108 | for function in appearFunctions { 109 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 117 | } 118 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 123 | } 124 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 123 | } 124 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 158 | } 159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 164 | } 165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 167 | } 168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_expander_row_add_suffix' in scope 122 | } 123 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope 171 | } 172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { 173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt) | `- error: cannot find 'adw_expander_row_set_title_lines' in scope 174 | } 175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 180 | } 181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: generic parameter 'T' could not be inferred 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/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 | } [108/126] Compiling Core ExpanderRow.swift /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:17: error: cannot find 'gtk_box_set_baseline_child' in scope 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: cannot find 'gtk_box_set_baseline_child' in scope 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/adwaita-swift/Sources/Core/View/Generated/Box.swift:111:52: error: generic parameter 'T' could not be inferred 109 | 110 | if let baselineChild, updateProperties, (storage.previousState as? Self)?.baselineChild != baselineChild { 111 | gtk_box_set_baseline_child(widget?.cast(), baselineChild.cInt) | `- error: generic parameter 'T' could not be inferred 112 | } 113 | if let homogeneous, updateProperties, (storage.previousState as? Self)?.homogeneous != homogeneous { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:17: error: cannot find 'gtk_button_set_can_shrink' in scope 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: cannot find 'gtk_button_set_can_shrink' in scope 136 | } 137 | if let widget = storage.content["child"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/Button.swift:135:51: error: generic parameter 'T' could not be inferred 133 | } 134 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 135 | gtk_button_set_can_shrink(widget?.cast(), canShrink.cBool) | `- error: generic parameter 'T' could not be inferred 136 | } 137 | if let widget = storage.content["child"]?.first { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ButtonContent.swift:102:17: error: cannot find 'adw_button_content_set_can_shrink' in scope 100 | 101 | if let canShrink, updateProperties, (storage.previousState as? Self)?.canShrink != canShrink { 102 | adw_button_content_set_can_shrink(widget, canShrink.cBool) | `- error: cannot find 'adw_button_content_set_can_shrink' in scope 103 | } 104 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /******/adwaita-swift/Sources/Core/View/Generated/CenterBox.swift:128:17: error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 126 | } 127 | if let shrinkCenterLast, updateProperties, (storage.previousState as? Self)?.shrinkCenterLast != shrinkCenterLast { 128 | gtk_center_box_set_shrink_center_last(widget, shrinkCenterLast.cBool) | `- error: cannot find 'gtk_center_box_set_shrink_center_last' in scope 129 | } 130 | if let widget = storage.content["startWidget"]?.first { /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:13: error: cannot find 'gtk_check_button_set_child' in scope 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: cannot find 'gtk_check_button_set_child' in scope 137 | } 138 | /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:63: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/CheckButton.swift:136:99: error: generic parameter 'T' could not be inferred 134 | if let childStorage = child?().storage(data: data, type: type) { 135 | storage.content["child"] = [childStorage] 136 | gtk_check_button_set_child(storage.opaquePointer?.cast(), childStorage.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 137 | } 138 | /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:17: error: cannot find 'adw_combo_row_set_enable_search' in scope 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: cannot find 'adw_combo_row_set_enable_search' in scope 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:196:17: error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 194 | } 195 | if let subtitleSelectable, updateProperties, (storage.previousState as? Self)?.subtitleSelectable != subtitleSelectable { 196 | adw_action_row_set_subtitle_selectable(widget?.cast(), subtitleSelectable.cBool) | `- error: cannot find 'adw_action_row_set_subtitle_selectable' in scope 197 | } 198 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:208:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 206 | } 207 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 208 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 209 | } 210 | if let useSubtitle, updateProperties, (storage.previousState as? Self)?.useSubtitle != useSubtitle { /******/adwaita-swift/Sources/Core/View/Generated/ComboRow.swift:184:57: error: generic parameter 'T' could not be inferred 182 | } 183 | if let enableSearch, updateProperties, (storage.previousState as? Self)?.enableSearch != enableSearch { 184 | adw_combo_row_set_enable_search(widget?.cast(), enableSearch.cBool) | `- error: generic parameter 'T' could not be inferred 185 | } 186 | if let selected, updateProperties, (UInt(adw_combo_row_get_selected(storage.opaquePointer?.cast()))) != selected.wrappedValue { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:107:35: error: cannot find 'adw_entry_row_new' in scope 105 | /// - Returns: The view storage. 106 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 107 | let storage = ViewStorage(adw_entry_row_new()?.opaque()) | `- error: cannot find 'adw_entry_row_new' in scope 108 | for function in appearFunctions { 109 | function(storage, data) /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:13: error: cannot find 'adw_entry_row_add_suffix' in scope 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_suffix' in scope 117 | } 118 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:116:104: error: generic parameter 'T' could not be inferred 114 | for view in suffix() { 115 | suffixStorage.append(view.storage(data: data, type: type)) 116 | adw_entry_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:13: error: cannot find 'adw_entry_row_add_prefix' in scope 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_entry_row_add_prefix' in scope 123 | } 124 | storage.content["prefix"] = prefixStorage /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:122:104: error: generic parameter 'T' could not be inferred 120 | for view in prefix() { 121 | prefixStorage.append(view.storage(data: data, type: type)) 122 | adw_entry_row_add_prefix(storage.opaquePointer?.cast(), prefixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 123 | } 124 | storage.content["prefix"] = prefixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:17: error: cannot find 'adw_entry_row_set_activates_default' in scope 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: cannot find 'adw_entry_row_set_activates_default' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:151:17: error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { 151 | adw_entry_row_set_enable_emoji_completion(widget?.cast(), enableEmojiCompletion.cBool) | `- error: cannot find 'adw_entry_row_set_enable_emoji_completion' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { /******/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 { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:157:17: error: cannot find 'adw_entry_row_set_show_apply_button' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { 157 | adw_entry_row_set_show_apply_button(widget?.cast(), showApplyButton.cBool) | `- error: cannot find 'adw_entry_row_set_show_apply_button' in scope 158 | } 159 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:166:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 164 | } 165 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 166 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 167 | } 168 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:148:61: error: generic parameter 'T' could not be inferred 146 | 147 | if let activatesDefault, updateProperties, (storage.previousState as? Self)?.activatesDefault != activatesDefault { 148 | adw_entry_row_set_activates_default(widget?.cast(), activatesDefault.cBool) | `- error: generic parameter 'T' could not be inferred 149 | } 150 | if let enableEmojiCompletion, updateProperties, (storage.previousState as? Self)?.enableEmojiCompletion != enableEmojiCompletion { /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:13: error: cannot find 'adw_expander_row_add_suffix' in scope 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: cannot find 'adw_expander_row_add_suffix' in scope 122 | } 123 | storage.content["suffix"] = suffixStorage /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:64: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:121:107: error: generic parameter 'T' could not be inferred 119 | for view in suffix() { 120 | suffixStorage.append(view.storage(data: data, type: type)) 121 | adw_expander_row_add_suffix(storage.opaquePointer?.cast(), suffixStorage.last?.opaquePointer?.cast()) | `- error: generic parameter 'T' could not be inferred 122 | } 123 | storage.content["suffix"] = suffixStorage /******/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 | } /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:17: error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: cannot find 'adw_expander_row_set_subtitle_lines' in scope 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:173:17: error: cannot find 'adw_expander_row_set_title_lines' in scope 171 | } 172 | if let titleLines, updateProperties, (storage.previousState as? Self)?.titleLines != titleLines { 173 | adw_expander_row_set_title_lines(widget?.cast(), titleLines.cInt) | `- error: cannot find 'adw_expander_row_set_title_lines' in scope 174 | } 175 | if let titleSelectable, updateProperties, (storage.previousState as? Self)?.titleSelectable != titleSelectable { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:179:17: error: cannot find 'adw_preferences_row_set_use_markup' in scope 177 | } 178 | if let useMarkup, updateProperties, (storage.previousState as? Self)?.useMarkup != useMarkup { 179 | adw_preferences_row_set_use_markup(widget?.cast(), useMarkup.cBool) | `- error: cannot find 'adw_preferences_row_set_use_markup' in scope 180 | } 181 | if let useUnderline, updateProperties, (storage.previousState as? Self)?.useUnderline != useUnderline { /******/adwaita-swift/Sources/Core/View/Generated/ExpanderRow.swift:167:61: error: generic parameter 'T' could not be inferred 165 | } 166 | if let subtitleLines, updateProperties, (storage.previousState as? Self)?.subtitleLines != subtitleLines { 167 | adw_expander_row_set_subtitle_lines(widget?.cast(), subtitleLines.cInt) | `- error: generic parameter 'T' could not be inferred 168 | } 169 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /******/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 | } [109/126] Compiling Core NavigationSplitView.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | `- error: cannot find 'adw_navigation_split_view_new' in scope 46 | var content: [String: [ViewStorage]] = [:] 47 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: cannot find 'adw_navigation_page_new' in scope 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: generic parameter 'T' could not be inferred 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init' 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: cannot find 'adw_navigation_page_new' in scope 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: generic parameter 'T' could not be inferred 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_content' in scope 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init' 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 65 | 66 | storage.notify(name: "show-content") { 67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 68 | } 69 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 90 | } 91 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 90 | } 91 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 97 | } 98 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 97 | } 98 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 100 | return 101 | } 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) | `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) | `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope 109 | } 110 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope 29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self) 30 | storage.fields[.mainContent] = [initialStorage] 31 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: cannot find 'adw_navigation_page_new' in scope 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope 38 | return 39 | } 40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() { | `- error: cannot find 'adw_navigation_page_get_child' in scope 41 | storages.removeLast() 42 | storage.fields[.mainContent] = storages /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: generic parameter 'T' could not be inferred 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope 107 | case .pop: 108 | if storages.count > 1 { 109 | adw_navigation_view_pop(storage.opaquePointer) | `- error: cannot find 'adw_navigation_view_pop' in scope 110 | storages.removeLast() 111 | } else { print("Warning: removing the initial view is not allowed.") } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope 114 | contentStorage.fields[Self.componentID] = component 115 | storages.append(contentStorage) 116 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: cannot find 'adw_navigation_page_new' in scope 119 | ) 120 | default: /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: generic parameter 'T' could not be inferred 119 | ) 120 | default: /******/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 | } /******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 32 | var newSelf = self 33 | newSelf.updateFunctions.append { storage, _, _ in 34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 35 | } 36 | return newSelf /******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 81 | let insert: (String) -> Void = { title in 82 | if let element = elements.first(where: { $0.title == title }) { 83 | adw_view_stack_add_titled_with_icon( | `- error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [110/126] Compiling Core NavigationView+.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | `- error: cannot find 'adw_navigation_split_view_new' in scope 46 | var content: [String: [ViewStorage]] = [:] 47 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: cannot find 'adw_navigation_page_new' in scope 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: generic parameter 'T' could not be inferred 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init' 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: cannot find 'adw_navigation_page_new' in scope 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: generic parameter 'T' could not be inferred 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_content' in scope 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init' 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 65 | 66 | storage.notify(name: "show-content") { 67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 68 | } 69 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 90 | } 91 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 90 | } 91 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 97 | } 98 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 97 | } 98 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 100 | return 101 | } 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) | `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) | `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope 109 | } 110 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope 29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self) 30 | storage.fields[.mainContent] = [initialStorage] 31 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: cannot find 'adw_navigation_page_new' in scope 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope 38 | return 39 | } 40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() { | `- error: cannot find 'adw_navigation_page_get_child' in scope 41 | storages.removeLast() 42 | storage.fields[.mainContent] = storages /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: generic parameter 'T' could not be inferred 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope 107 | case .pop: 108 | if storages.count > 1 { 109 | adw_navigation_view_pop(storage.opaquePointer) | `- error: cannot find 'adw_navigation_view_pop' in scope 110 | storages.removeLast() 111 | } else { print("Warning: removing the initial view is not allowed.") } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope 114 | contentStorage.fields[Self.componentID] = component 115 | storages.append(contentStorage) 116 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: cannot find 'adw_navigation_page_new' in scope 119 | ) 120 | default: /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: generic parameter 'T' could not be inferred 119 | ) 120 | default: /******/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 | } /******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 32 | var newSelf = self 33 | newSelf.updateFunctions.append { storage, _, _ in 34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 35 | } 36 | return newSelf /******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 81 | let insert: (String) -> Void = { title in 82 | if let element = elements.first(where: { $0.title == title }) { 83 | adw_view_stack_add_titled_with_icon( | `- error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [111/126] Compiling Core OverlaySplitView+.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | `- error: cannot find 'adw_navigation_split_view_new' in scope 46 | var content: [String: [ViewStorage]] = [:] 47 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: cannot find 'adw_navigation_page_new' in scope 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: generic parameter 'T' could not be inferred 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init' 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: cannot find 'adw_navigation_page_new' in scope 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: generic parameter 'T' could not be inferred 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_content' in scope 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init' 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 65 | 66 | storage.notify(name: "show-content") { 67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 68 | } 69 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 90 | } 91 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 90 | } 91 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 97 | } 98 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 97 | } 98 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 100 | return 101 | } 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) | `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) | `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope 109 | } 110 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope 29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self) 30 | storage.fields[.mainContent] = [initialStorage] 31 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: cannot find 'adw_navigation_page_new' in scope 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope 38 | return 39 | } 40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() { | `- error: cannot find 'adw_navigation_page_get_child' in scope 41 | storages.removeLast() 42 | storage.fields[.mainContent] = storages /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: generic parameter 'T' could not be inferred 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope 107 | case .pop: 108 | if storages.count > 1 { 109 | adw_navigation_view_pop(storage.opaquePointer) | `- error: cannot find 'adw_navigation_view_pop' in scope 110 | storages.removeLast() 111 | } else { print("Warning: removing the initial view is not allowed.") } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope 114 | contentStorage.fields[Self.componentID] = component 115 | storages.append(contentStorage) 116 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: cannot find 'adw_navigation_page_new' in scope 119 | ) 120 | default: /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: generic parameter 'T' could not be inferred 119 | ) 120 | default: /******/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 | } /******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 32 | var newSelf = self 33 | newSelf.updateFunctions.append { storage, _, _ in 34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 35 | } 36 | return newSelf /******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 81 | let insert: (String) -> Void = { title in 82 | if let element = elements.first(where: { $0.title == title }) { 83 | adw_view_stack_add_titled_with_icon( | `- error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [112/126] Compiling Core Picture+.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | `- error: cannot find 'adw_navigation_split_view_new' in scope 46 | var content: [String: [ViewStorage]] = [:] 47 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: cannot find 'adw_navigation_page_new' in scope 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: generic parameter 'T' could not be inferred 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init' 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: cannot find 'adw_navigation_page_new' in scope 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: generic parameter 'T' could not be inferred 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_content' in scope 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init' 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 65 | 66 | storage.notify(name: "show-content") { 67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 68 | } 69 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 90 | } 91 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 90 | } 91 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 97 | } 98 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 97 | } 98 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 100 | return 101 | } 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) | `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) | `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope 109 | } 110 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope 29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self) 30 | storage.fields[.mainContent] = [initialStorage] 31 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: cannot find 'adw_navigation_page_new' in scope 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope 38 | return 39 | } 40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() { | `- error: cannot find 'adw_navigation_page_get_child' in scope 41 | storages.removeLast() 42 | storage.fields[.mainContent] = storages /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: generic parameter 'T' could not be inferred 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope 107 | case .pop: 108 | if storages.count > 1 { 109 | adw_navigation_view_pop(storage.opaquePointer) | `- error: cannot find 'adw_navigation_view_pop' in scope 110 | storages.removeLast() 111 | } else { print("Warning: removing the initial view is not allowed.") } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope 114 | contentStorage.fields[Self.componentID] = component 115 | storages.append(contentStorage) 116 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: cannot find 'adw_navigation_page_new' in scope 119 | ) 120 | default: /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: generic parameter 'T' could not be inferred 119 | ) 120 | default: /******/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 | } /******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 32 | var newSelf = self 33 | newSelf.updateFunctions.append { storage, _, _ in 34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 35 | } 36 | return newSelf /******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 81 | let insert: (String) -> Void = { title in 82 | if let element = elements.first(where: { $0.title == title }) { 83 | adw_view_stack_add_titled_with_icon( | `- error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [113/126] Compiling Core ProgressBar+.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | `- error: cannot find 'adw_navigation_split_view_new' in scope 46 | var content: [String: [ViewStorage]] = [:] 47 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: cannot find 'adw_navigation_page_new' in scope 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: generic parameter 'T' could not be inferred 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init' 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: cannot find 'adw_navigation_page_new' in scope 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: generic parameter 'T' could not be inferred 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_content' in scope 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init' 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 65 | 66 | storage.notify(name: "show-content") { 67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 68 | } 69 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 90 | } 91 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 90 | } 91 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 97 | } 98 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 97 | } 98 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 100 | return 101 | } 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) | `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) | `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope 109 | } 110 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope 29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self) 30 | storage.fields[.mainContent] = [initialStorage] 31 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: cannot find 'adw_navigation_page_new' in scope 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope 38 | return 39 | } 40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() { | `- error: cannot find 'adw_navigation_page_get_child' in scope 41 | storages.removeLast() 42 | storage.fields[.mainContent] = storages /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: generic parameter 'T' could not be inferred 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope 107 | case .pop: 108 | if storages.count > 1 { 109 | adw_navigation_view_pop(storage.opaquePointer) | `- error: cannot find 'adw_navigation_view_pop' in scope 110 | storages.removeLast() 111 | } else { print("Warning: removing the initial view is not allowed.") } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope 114 | contentStorage.fields[Self.componentID] = component 115 | storages.append(contentStorage) 116 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: cannot find 'adw_navigation_page_new' in scope 119 | ) 120 | default: /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: generic parameter 'T' could not be inferred 119 | ) 120 | default: /******/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 | } /******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 32 | var newSelf = self 33 | newSelf.updateFunctions.append { storage, _, _ in 34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 35 | } 36 | return newSelf /******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 81 | let insert: (String) -> Void = { title in 82 | if let element = elements.first(where: { $0.title == title }) { 83 | adw_view_stack_add_titled_with_icon( | `- error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [114/126] Compiling Core ScrollView.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | `- error: cannot find 'adw_navigation_split_view_new' in scope 46 | var content: [String: [ViewStorage]] = [:] 47 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: cannot find 'adw_navigation_page_new' in scope 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: generic parameter 'T' could not be inferred 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init' 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: cannot find 'adw_navigation_page_new' in scope 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: generic parameter 'T' could not be inferred 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_content' in scope 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init' 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 65 | 66 | storage.notify(name: "show-content") { 67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 68 | } 69 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 90 | } 91 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 90 | } 91 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 97 | } 98 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 97 | } 98 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 100 | return 101 | } 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) | `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) | `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope 109 | } 110 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope 29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self) 30 | storage.fields[.mainContent] = [initialStorage] 31 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: cannot find 'adw_navigation_page_new' in scope 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope 38 | return 39 | } 40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() { | `- error: cannot find 'adw_navigation_page_get_child' in scope 41 | storages.removeLast() 42 | storage.fields[.mainContent] = storages /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: generic parameter 'T' could not be inferred 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope 107 | case .pop: 108 | if storages.count > 1 { 109 | adw_navigation_view_pop(storage.opaquePointer) | `- error: cannot find 'adw_navigation_view_pop' in scope 110 | storages.removeLast() 111 | } else { print("Warning: removing the initial view is not allowed.") } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope 114 | contentStorage.fields[Self.componentID] = component 115 | storages.append(contentStorage) 116 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: cannot find 'adw_navigation_page_new' in scope 119 | ) 120 | default: /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: generic parameter 'T' could not be inferred 119 | ) 120 | default: /******/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 | } /******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 32 | var newSelf = self 33 | newSelf.updateFunctions.append { storage, _, _ in 34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 35 | } 36 | return newSelf /******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 81 | let insert: (String) -> Void = { title in 82 | if let element = elements.first(where: { $0.title == title }) { 83 | adw_view_stack_add_titled_with_icon( | `- error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [115/126] Compiling Core StatusPage+.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | `- error: cannot find 'adw_navigation_split_view_new' in scope 46 | var content: [String: [ViewStorage]] = [:] 47 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: cannot find 'adw_navigation_page_new' in scope 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: generic parameter 'T' could not be inferred 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init' 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: cannot find 'adw_navigation_page_new' in scope 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: generic parameter 'T' could not be inferred 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_content' in scope 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init' 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 65 | 66 | storage.notify(name: "show-content") { 67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 68 | } 69 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 90 | } 91 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 90 | } 91 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 97 | } 98 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 97 | } 98 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 100 | return 101 | } 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) | `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) | `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope 109 | } 110 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope 29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self) 30 | storage.fields[.mainContent] = [initialStorage] 31 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: cannot find 'adw_navigation_page_new' in scope 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope 38 | return 39 | } 40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() { | `- error: cannot find 'adw_navigation_page_get_child' in scope 41 | storages.removeLast() 42 | storage.fields[.mainContent] = storages /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: generic parameter 'T' could not be inferred 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope 107 | case .pop: 108 | if storages.count > 1 { 109 | adw_navigation_view_pop(storage.opaquePointer) | `- error: cannot find 'adw_navigation_view_pop' in scope 110 | storages.removeLast() 111 | } else { print("Warning: removing the initial view is not allowed.") } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope 114 | contentStorage.fields[Self.componentID] = component 115 | storages.append(contentStorage) 116 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: cannot find 'adw_navigation_page_new' in scope 119 | ) 120 | default: /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: generic parameter 'T' could not be inferred 119 | ) 120 | default: /******/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 | } /******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 32 | var newSelf = self 33 | newSelf.updateFunctions.append { storage, _, _ in 34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 35 | } 36 | return newSelf /******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 81 | let insert: (String) -> Void = { title in 82 | if let element = elements.first(where: { $0.title == title }) { 83 | adw_view_stack_add_titled_with_icon( | `- error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [116/126] Compiling Core Text.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | `- error: cannot find 'adw_navigation_split_view_new' in scope 46 | var content: [String: [ViewStorage]] = [:] 47 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: cannot find 'adw_navigation_page_new' in scope 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: generic parameter 'T' could not be inferred 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init' 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: cannot find 'adw_navigation_page_new' in scope 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: generic parameter 'T' could not be inferred 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_content' in scope 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init' 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 65 | 66 | storage.notify(name: "show-content") { 67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 68 | } 69 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 90 | } 91 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 90 | } 91 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 97 | } 98 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 97 | } 98 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 100 | return 101 | } 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) | `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) | `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope 109 | } 110 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope 29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self) 30 | storage.fields[.mainContent] = [initialStorage] 31 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: cannot find 'adw_navigation_page_new' in scope 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope 38 | return 39 | } 40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() { | `- error: cannot find 'adw_navigation_page_get_child' in scope 41 | storages.removeLast() 42 | storage.fields[.mainContent] = storages /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: generic parameter 'T' could not be inferred 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope 107 | case .pop: 108 | if storages.count > 1 { 109 | adw_navigation_view_pop(storage.opaquePointer) | `- error: cannot find 'adw_navigation_view_pop' in scope 110 | storages.removeLast() 111 | } else { print("Warning: removing the initial view is not allowed.") } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope 114 | contentStorage.fields[Self.componentID] = component 115 | storages.append(contentStorage) 116 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: cannot find 'adw_navigation_page_new' in scope 119 | ) 120 | default: /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: generic parameter 'T' could not be inferred 119 | ) 120 | default: /******/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 | } /******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 32 | var newSelf = self 33 | newSelf.updateFunctions.append { storage, _, _ in 34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 35 | } 36 | return newSelf /******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 81 | let insert: (String) -> Void = { title in 82 | if let element = elements.first(where: { $0.title == title }) { 83 | adw_view_stack_add_titled_with_icon( | `- error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [117/126] Compiling Core Toggle.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | `- error: cannot find 'adw_navigation_split_view_new' in scope 46 | var content: [String: [ViewStorage]] = [:] 47 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: cannot find 'adw_navigation_page_new' in scope 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: generic parameter 'T' could not be inferred 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init' 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: cannot find 'adw_navigation_page_new' in scope 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: generic parameter 'T' could not be inferred 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_content' in scope 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init' 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 65 | 66 | storage.notify(name: "show-content") { 67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 68 | } 69 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 90 | } 91 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 90 | } 91 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 97 | } 98 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 97 | } 98 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 100 | return 101 | } 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) | `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) | `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope 109 | } 110 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope 29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self) 30 | storage.fields[.mainContent] = [initialStorage] 31 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: cannot find 'adw_navigation_page_new' in scope 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope 38 | return 39 | } 40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() { | `- error: cannot find 'adw_navigation_page_get_child' in scope 41 | storages.removeLast() 42 | storage.fields[.mainContent] = storages /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: generic parameter 'T' could not be inferred 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope 107 | case .pop: 108 | if storages.count > 1 { 109 | adw_navigation_view_pop(storage.opaquePointer) | `- error: cannot find 'adw_navigation_view_pop' in scope 110 | storages.removeLast() 111 | } else { print("Warning: removing the initial view is not allowed.") } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope 114 | contentStorage.fields[Self.componentID] = component 115 | storages.append(contentStorage) 116 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: cannot find 'adw_navigation_page_new' in scope 119 | ) 120 | default: /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: generic parameter 'T' could not be inferred 119 | ) 120 | default: /******/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 | } /******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 32 | var newSelf = self 33 | newSelf.updateFunctions.append { storage, _, _ in 34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 35 | } 36 | return newSelf /******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 81 | let insert: (String) -> Void = { title in 82 | if let element = elements.first(where: { $0.title == title }) { 83 | adw_view_stack_add_titled_with_icon( | `- error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [118/126] Compiling Core VStack.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | `- error: cannot find 'adw_navigation_split_view_new' in scope 46 | var content: [String: [ViewStorage]] = [:] 47 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: cannot find 'adw_navigation_page_new' in scope 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: generic parameter 'T' could not be inferred 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init' 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: cannot find 'adw_navigation_page_new' in scope 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: generic parameter 'T' could not be inferred 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_content' in scope 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init' 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 65 | 66 | storage.notify(name: "show-content") { 67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 68 | } 69 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 90 | } 91 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 90 | } 91 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 97 | } 98 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 97 | } 98 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 100 | return 101 | } 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) | `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) | `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope 109 | } 110 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope 29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self) 30 | storage.fields[.mainContent] = [initialStorage] 31 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: cannot find 'adw_navigation_page_new' in scope 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope 38 | return 39 | } 40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() { | `- error: cannot find 'adw_navigation_page_get_child' in scope 41 | storages.removeLast() 42 | storage.fields[.mainContent] = storages /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: generic parameter 'T' could not be inferred 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope 107 | case .pop: 108 | if storages.count > 1 { 109 | adw_navigation_view_pop(storage.opaquePointer) | `- error: cannot find 'adw_navigation_view_pop' in scope 110 | storages.removeLast() 111 | } else { print("Warning: removing the initial view is not allowed.") } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope 114 | contentStorage.fields[Self.componentID] = component 115 | storages.append(contentStorage) 116 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: cannot find 'adw_navigation_page_new' in scope 119 | ) 120 | default: /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: generic parameter 'T' could not be inferred 119 | ) 120 | default: /******/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 | } /******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 32 | var newSelf = self 33 | newSelf.updateFunctions.append { storage, _, _ in 34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 35 | } 36 | return newSelf /******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 81 | let insert: (String) -> Void = { title in 82 | if let element = elements.first(where: { $0.title == title }) { 83 | adw_view_stack_add_titled_with_icon( | `- error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [119/126] Compiling Core ViewStack.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | `- error: cannot find 'adw_navigation_split_view_new' in scope 46 | var content: [String: [ViewStorage]] = [:] 47 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: cannot find 'adw_navigation_page_new' in scope 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: generic parameter 'T' could not be inferred 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init' 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: cannot find 'adw_navigation_page_new' in scope 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: generic parameter 'T' could not be inferred 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_content' in scope 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init' 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 65 | 66 | storage.notify(name: "show-content") { 67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 68 | } 69 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 90 | } 91 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 90 | } 91 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 97 | } 98 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 97 | } 98 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 100 | return 101 | } 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) | `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) | `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope 109 | } 110 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope 29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self) 30 | storage.fields[.mainContent] = [initialStorage] 31 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: cannot find 'adw_navigation_page_new' in scope 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope 38 | return 39 | } 40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() { | `- error: cannot find 'adw_navigation_page_get_child' in scope 41 | storages.removeLast() 42 | storage.fields[.mainContent] = storages /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: generic parameter 'T' could not be inferred 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope 107 | case .pop: 108 | if storages.count > 1 { 109 | adw_navigation_view_pop(storage.opaquePointer) | `- error: cannot find 'adw_navigation_view_pop' in scope 110 | storages.removeLast() 111 | } else { print("Warning: removing the initial view is not allowed.") } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope 114 | contentStorage.fields[Self.componentID] = component 115 | storages.append(contentStorage) 116 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: cannot find 'adw_navigation_page_new' in scope 119 | ) 120 | default: /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: generic parameter 'T' could not be inferred 119 | ) 120 | default: /******/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 | } /******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 32 | var newSelf = self 33 | newSelf.updateFunctions.append { storage, _, _ in 34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 35 | } 36 | return newSelf /******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 81 | let insert: (String) -> Void = { title in 82 | if let element = elements.first(where: { $0.title == title }) { 83 | adw_view_stack_add_titled_with_icon( | `- error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [120/126] Compiling Core ViewSwitcher.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | `- error: cannot find 'adw_navigation_split_view_new' in scope 46 | var content: [String: [ViewStorage]] = [:] 47 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: cannot find 'adw_navigation_page_new' in scope 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: generic parameter 'T' could not be inferred 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init' 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: cannot find 'adw_navigation_page_new' in scope 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: generic parameter 'T' could not be inferred 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_content' in scope 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init' 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 65 | 66 | storage.notify(name: "show-content") { 67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 68 | } 69 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 90 | } 91 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 90 | } 91 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 97 | } 98 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 97 | } 98 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 100 | return 101 | } 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) | `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) | `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope 109 | } 110 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope 29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self) 30 | storage.fields[.mainContent] = [initialStorage] 31 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: cannot find 'adw_navigation_page_new' in scope 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope 38 | return 39 | } 40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() { | `- error: cannot find 'adw_navigation_page_get_child' in scope 41 | storages.removeLast() 42 | storage.fields[.mainContent] = storages /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: generic parameter 'T' could not be inferred 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope 107 | case .pop: 108 | if storages.count > 1 { 109 | adw_navigation_view_pop(storage.opaquePointer) | `- error: cannot find 'adw_navigation_view_pop' in scope 110 | storages.removeLast() 111 | } else { print("Warning: removing the initial view is not allowed.") } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope 114 | contentStorage.fields[Self.componentID] = component 115 | storages.append(contentStorage) 116 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: cannot find 'adw_navigation_page_new' in scope 119 | ) 120 | default: /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: generic parameter 'T' could not be inferred 119 | ) 120 | default: /******/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 | } /******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 32 | var newSelf = self 33 | newSelf.updateFunctions.append { storage, _, _ in 34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 35 | } 36 | return newSelf /******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 81 | let insert: (String) -> Void = { title in 82 | if let element = elements.first(where: { $0.title == title }) { 83 | adw_view_stack_add_titled_with_icon( | `- error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), [121/126] Compiling Core Window.swift /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:45:25: error: cannot find 'adw_navigation_split_view_new' in scope 43 | type: Data.Type 44 | ) -> ViewStorage where Data: ViewRenderData { 45 | let splitView = adw_navigation_split_view_new() | `- error: cannot find 'adw_navigation_split_view_new' in scope 46 | var content: [String: [ViewStorage]] = [:] 47 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:27: error: cannot find 'adw_navigation_page_new' in scope 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: cannot find 'adw_navigation_page_new' in scope 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:50:74: error: generic parameter 'T' could not be inferred 48 | let sidebar = sidebar.storage(data: data, type: type) 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) | `- error: generic parameter 'T' could not be inferred 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) 52 | content[sidebarID] = [sidebar] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:9: error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_sidebar' in scope 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:51:48: error: cannot infer contextual base in reference to member 'init' 49 | let label = sidebar.fields[.navigationLabel] as? String ?? "" 50 | let sidebarPage = adw_navigation_page_new(sidebar.opaquePointer?.cast(), label) 51 | adw_navigation_split_view_set_sidebar(.init(splitView), sidebarPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 52 | content[sidebarID] = [sidebar] 53 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:24: error: cannot find 'adw_navigation_page_new' in scope 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: cannot find 'adw_navigation_page_new' in scope 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:56:75: error: generic parameter 'T' could not be inferred 54 | let mainContent = self.content.storage(data: data, type: type) 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) | `- error: generic parameter 'T' could not be inferred 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) 58 | content[contentID] = [mainContent] /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:9: error: cannot find 'adw_navigation_split_view_set_content' in scope 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot find 'adw_navigation_split_view_set_content' in scope 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:57:48: error: cannot infer contextual base in reference to member 'init' 55 | let mainLabel = mainContent.fields[.navigationLabel] as? String ?? "" 56 | let mainPage = adw_navigation_page_new(mainContent.opaquePointer?.cast(), mainLabel) 57 | adw_navigation_split_view_set_content(.init(splitView), mainPage?.cast()) | `- error: cannot infer contextual base in reference to member 'init' 58 | content[contentID] = [mainContent] 59 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:67:41: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 65 | 66 | storage.notify(name: "show-content") { 67 | showContent?.wrappedValue = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 68 | } 69 | /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:17: error: cannot find 'adw_navigation_page_set_title' in scope 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 90 | } 91 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:89:56: error: generic parameter 'T' could not be inferred 87 | .updateStorage(cStorage, data: data, updateProperties: updateProperties, type: type) 88 | if updateProperties, let mainPage = storage.fields["main-page"] as? OpaquePointer { 89 | adw_navigation_page_set_title(mainPage.cast(), cStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 90 | } 91 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:17: error: cannot find 'adw_navigation_page_set_title' in scope 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: cannot find 'adw_navigation_page_set_title' in scope 97 | } 98 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:96:59: error: generic parameter 'T' could not be inferred 94 | .updateStorage(sStorage, data: data, updateProperties: updateProperties, type: type) 95 | if updateProperties, let sidebarPage = storage.fields["sidebar-page"] as? OpaquePointer { 96 | adw_navigation_page_set_title(sidebarPage.cast(), sStorage.fields[.navigationLabel] as? String ?? "") | `- error: generic parameter 'T' could not be inferred 97 | } 98 | } /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:102:25: error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 100 | return 101 | } 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_collapsed' in scope 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:104:13: error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 102 | let collapsed = adw_navigation_split_view_get_collapsed(storage.opaquePointer) != 0 103 | if collapsed != self.collapsed { 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) | `- error: cannot find 'adw_navigation_split_view_set_collapsed' in scope 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:106:27: error: cannot find 'adw_navigation_split_view_get_show_content' in scope 104 | adw_navigation_split_view_set_collapsed(storage.opaquePointer, self.collapsed.cBool) 105 | } 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 | `- error: cannot find 'adw_navigation_split_view_get_show_content' in scope 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) /******/adwaita-swift/Sources/Core/View/NavigationSplitView.swift:108:13: error: cannot find 'adw_navigation_split_view_set_show_content' in scope 106 | let showContent = adw_navigation_split_view_get_show_content(storage.opaquePointer) != 0 107 | if let binding = self.showContent, showContent != binding.wrappedValue { 108 | adw_navigation_split_view_set_show_content(storage.opaquePointer, binding.wrappedValue.cBool) | `- error: cannot find 'adw_navigation_split_view_set_show_content' in scope 109 | } 110 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:31:13: error: cannot find 'adw_navigation_view_push' in scope 29 | let initialStorage = initialView().storage(data: data, type: AdwaitaMainView.self) 30 | storage.fields[.mainContent] = [initialStorage] 31 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:17: error: cannot find 'adw_navigation_page_new' in scope 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: cannot find 'adw_navigation_page_new' in scope 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:40:52: error: cannot find 'adw_navigation_page_get_child' in scope 38 | return 39 | } 40 | if storages.last?.opaquePointer == adw_navigation_page_get_child(OpaquePointer(arg).cast())?.opaque() { | `- error: cannot find 'adw_navigation_page_get_child' in scope 41 | storages.removeLast() 42 | storage.fields[.mainContent] = storages /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:33:71: error: generic parameter 'T' could not be inferred 31 | adw_navigation_view_push( 32 | storage.opaquePointer, 33 | adw_navigation_page_new(initialStorage.opaquePointer?.cast(), initialTitle) | `- error: generic parameter 'T' could not be inferred 34 | ) 35 | storage.connectSignal(name: "popped", id: "components", argCount: 1) { args in /******/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 | } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:109:17: error: cannot find 'adw_navigation_view_pop' in scope 107 | case .pop: 108 | if storages.count > 1 { 109 | adw_navigation_view_pop(storage.opaquePointer) | `- error: cannot find 'adw_navigation_view_pop' in scope 110 | storages.removeLast() 111 | } else { print("Warning: removing the initial view is not allowed.") } /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:116:13: error: cannot find 'adw_navigation_view_push' in scope 114 | contentStorage.fields[Self.componentID] = component 115 | storages.append(contentStorage) 116 | adw_navigation_view_push( | `- error: cannot find 'adw_navigation_view_push' in scope 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:17: error: cannot find 'adw_navigation_page_new' in scope 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: cannot find 'adw_navigation_page_new' in scope 119 | ) 120 | default: /******/adwaita-swift/Sources/Core/View/NavigationView+.swift:118:71: error: generic parameter 'T' could not be inferred 116 | adw_navigation_view_push( 117 | storage.opaquePointer, 118 | adw_navigation_page_new(contentStorage.opaquePointer?.cast(), component.description) | `- error: generic parameter 'T' could not be inferred 119 | ) 120 | default: /******/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 | } /******/adwaita-swift/Sources/Core/View/OverlaySplitView+.swift:34:13: error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 32 | var newSelf = self 33 | newSelf.updateFunctions.append { storage, _, _ in 34 | adw_overlay_split_view_set_sidebar_position(storage.opaquePointer, trailing ? GTK_PACK_END : GTK_PACK_START) | `- error: cannot find 'adw_overlay_split_view_set_sidebar_position' in scope 35 | } 36 | return newSelf /******/adwaita-swift/Sources/Core/View/ViewSwitcher.swift:83:21: error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 81 | let insert: (String) -> Void = { title in 82 | if let element = elements.first(where: { $0.title == title }) { 83 | adw_view_stack_add_titled_with_icon( | `- error: cannot find 'adw_view_stack_add_titled_with_icon' in scope 84 | adwStack, 85 | gtk_label_new(""), ### To Reproduce 1. `git clone https://git.aparoksha.dev/aparoksha/adwaita-swift.git` 2. `cd adwaita-swift` 3. `swift build` ### Expected behavior adwaita-swift should build without error ### Additional context _No response_
valeriyvan added the
bug
label 2025-05-01 09:45:19 +02:00
Owner

Thanks for reaching out.

I have some questions: Where are you running this? And how did you install libadwaita?

Thanks for reaching out. I have some questions: Where are you running this? And how did you install libadwaita?
Author

Thanks for reaching out.

I have some questions: Where are you running this?

Ubuntu 22.04.5 LTS

And how did you install libadwaita?

sudo apt install libadwaita-1-dev libgtk-4-dev

> Thanks for reaching out. > > I have some questions: Where are you running this? Ubuntu 22.04.5 LTS > And how did you install libadwaita? `sudo apt install libadwaita-1-dev libgtk-4-dev`
Owner

Okay, Ubuntu's libadwaita package is outdated. Either, build using flatpak (open the project in GNOME Builder and run using the run command, or the same in VS Code with the Flatpak extension, or run using Flatpak Builder) or install the package using Homebrew instead.

Okay, Ubuntu's libadwaita package is outdated. Either, build using flatpak (open the project in GNOME Builder and run using the run command, or the same in VS Code with the [Flatpak extension](https://marketplace.visualstudio.com/items?itemName=bilelmoussaoui.flatpak-vscode), or run using [Flatpak Builder](https://docs.flatpak.org/en/latest/flatpak-builder.html)) or install the package using [Homebrew](https://brew.sh) instead.
Sign in to join this conversation.
No Milestone
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aparoksha/adwaita-swift#60
No description provided.