You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Supporting Swift 5.1 so that module stability can be achieved.
Additional context
The current MagazineLayout target is still using Swift 4. This means every time Xcode updates with a newer swift version, we'll have to rebuild MagazineLayout. Updating to Swift 5.1 will make use of the module stability to allow us rebuild only when we really want to.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Supporting Swift 5.1 so that module stability can be achieved.
Additional context
The current MagazineLayout target is still using Swift 4. This means every time Xcode updates with a newer swift version, we'll have to rebuild MagazineLayout. Updating to Swift 5.1 will make use of the module stability to allow us rebuild only when we really want to.
The text was updated successfully, but these errors were encountered: