hotwired / hotwire-native-ios

Hotwire Native for iOS
MIT License
73 stars 7 forks source link

Plans for Swift 6 concurrency? #30

Closed dginsburg closed 1 month ago

dginsburg commented 1 month ago

Do you have plans to make Turbo iOS compliant with Swift 6 concurrency? It's difficult (maybe impossible) right now to use Turbo as a dependency in an app that is enforcing the concurrency rules.

olivaresf commented 1 month ago

Swift 6's strict concurrency is quite new, so we don't have specific plans to implement it yet. It's definitely something that will come up sooner rather than later, though, so it's on our radar.

dginsburg commented 1 month ago

If I were to submit a PR that added the concurrency support, would you consider it and merge if it met your standards?

olivaresf commented 1 month ago

Thanks for offering! Unfortunately, we're not ready to commit to implementing Swift concurrency in the near future, so we would not consider a PR that added concurrency support.