QuickBirdEng / XCoordinator

🎌 Powerful navigation library for iOS based on the coordinator pattern
MIT License
2.25k stars 177 forks source link

Swift 6 #249

Open LapKir opened 2 months ago

LapKir commented 2 months ago

Is there a plan to upgrade to swift 6?

longvudai commented 2 months ago

I have the same question

tornikegomareli commented 1 month ago

Same question here.

In every coordinator I have build error for prepareForTransition method, cause I can't create it under @MainActor, because of breaking override rules.

I will try to open PR for it.