Compile error on Gnome 50 #81
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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-swiftdoes not compile any more with very clear errors: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-adwaitais 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