Enable library evolution?
helje5 opened this issue · 2 comments
We have this issue: https://mastodon.social/@aleck/112150973846531530
I wonder whether this would be solved by somehow enabling "library evolution": https://www.swift.org/blog/abi-stability-and-more/
Hi, InstantSyntax is built with "Module stability" (a.k.a "Build libraries for distribution" build setting i.e. create .swiftinterface files) so it should load in Xcode 15.3 even though it was built with Xcode 15.2. However it seems there are sometimes issues where you need to go through the remove InstantSyntax, clean build and re-add it again loop especially when changing Xcode version. I wish it worked better but on a good day it works well then randomly, Xcode finds something to complain about and you need to de-add, clean, re-add. It's not an ideal situation at present I'm afraid.