readdle / swift-android-toolchain

MIT License
431 stars 31 forks source link

Swift tool chain 5.9 support #60

Open EddieMeng opened 7 months ago

EddieMeng commented 7 months ago

Hello, I really appreciate this swift tool chain created by you guys. It is such a good technical design with lots of benefit. I'am delighted to see that this project is continuously evolving. May I know when will we have next release version supporting Swift 5.9? @andriydruk Thank you very much for your help。

Currently, the swift-android-toolchain 5.7 has below error when running with swift tool chain 5.9: 'swift': missingKey("product_type")

My macbook environement:

andriydruk commented 7 months ago

Hi Eddie,

We have a plan to start working on Swift 5.9 in the nearest feature. Unfortunately, we don't have a dedicated team that works on this project permanently. That's why we switched back and forth from our day-to-day Spark development.

Currently all our team members are on macOS Ventura with Xcode 14 and Swift 5.7 The current version of the toolchain doesn't work on Sonoma (thanks to Apple for breaking support of the previous version of Swift every year 👏)

EddieMeng commented 7 months ago

Hi andriydruk @andriydruk I'm very excited to hear that you guys are working on Swift 5.9 support. I really appreciate the effort you're putting into this project and am looking forward to the next release version.

ximlu commented 1 month ago

@andriydruk How is the progress of support for the Swift toolchain 5.9 or 5.10 going?