Compile error on Gnome 50 #81

Open
opened 2026-05-14 18:15:59 +02:00 by desbeers · 0 comments

Describe the bug

Hello David,

I updated my laptop to Fedora 44 (Gnome 50) and updated the manifest of Chord Provider to “runtime version 50”. Now adwaita-swift does not compile any more with very clear errors:

  • error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope
  • error: cannot find 'G_CONNECT_AFTER' in scope

It looks to me the enumeration values from Glib are not any more exposed to Swift?

If I revert the runtime to 49, all is fine when building a flatpak.

Related: I noticed that swift-adwaita is using Swift 5 mode. Plans to move it to Swift 6?

I’m about to bring it to Flathub but I’m a bit hesitated because my whole project depends on yours ;-)

I consider my application done for 1.0 so if I can give any contribute, let me know!

Best regards, Nick

To Reproduce

Same for the demo

Expected behavior

Build :-)

Additional context

No response

### Describe the bug Hello David, I updated my laptop to Fedora 44 (Gnome 50) and updated the manifest of Chord Provider to “runtime version 50”. Now `adwaita-swift` does not compile any more with very clear errors: - error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope - error: cannot find 'G_CONNECT_AFTER' in scope It looks to me the enumeration values from Glib are not any more exposed to Swift? If I revert the runtime to 49, all is fine when building a flatpak. Related: I noticed that `swift-adwaita` is using *Swift 5* mode. Plans to move it to Swift 6? I’m about to bring it to Flathub but I’m a bit hesitated because my whole project depends on yours ;-) I consider my application *done* for 1.0 so if I can give any contribute, let me know! Best regards, Nick ### To Reproduce Same for the demo ### Expected behavior Build :-) ### Additional context _No response_
desbeers added the
bug
label 2026-05-14 18:15:59 +02:00
Sign in to join this conversation.
No Milestone
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aparoksha/adwaita-swift#81
No description provided.