This verison makes SwiftUIKit use Swift 6.
Due to the strict concurrency enforcement, this involves some breaking changes.
If some of the changes made are too strict for you, feel free to open a GitHub issue to discuss it.
🚨 Breaking Changes
- This version renames the
master
branch tomain
. - All previously deprecated code has been removed.
- All static style and configurations are now computed properties.
- Some classes apply
@MainActor
to properly handle mutable state. ImageCache.shared
has been removed.ImageService.default
has been removed.KeychainWrapper.shared
has been removed.URLOpener
has been removed, since there now are native alternatives.View+Geometry
has been removed.