Marc Neureiter
07/11/2024, 1:12 PMStylianos Gakis
07/11/2024, 1:20 PMTadeas Kriz
07/11/2024, 1:22 PMswiftExportMigration = true
in SKIE configuration. SKIE would then generate the same Swift API as Swift export and mark all Objective-C headers as deprecated. While it'd result in a lot of Xcode warnings, you'd be able to gradually refactor your code to use the Swift export API. And then when you're done and no longer using any of the Objective-C, you could turn SKIE off and enable Swift export.
And because a lot of companies won't want to spend all the time to use the Swift export API (which compared to SKIE-enabled API probably won't be that much better), we'll probably keep supporting SKIE. It all really depends on what JetBrains decides to do. Thanks to our close relationship with JetBrains folks, we should know in advance and figure it out once we do.kpgalligan
07/11/2024, 3:18 PMMarc Neureiter
07/12/2024, 8:19 AM