Hello, I've a question regarding SKIE.
Currently our team are using xcode 16, however we encountered some concurrency issues with swift 6, so our team decided to set swift version into swift 5 in our iOS project.
By default SKIE we will compile using swift 6 if we are using xcode 16. Is there any way to configure swift compiler version in SKIE so we can use xcode 16 and using swift 5?
f
Filip Dolník
10/01/2024, 7:00 AM
Hi! I think SKIE should use Swift 5 by default. I don’t think there is an easy way for you to set the Swift version directly. However, you can pass additional compiler flags to the Swift compiler using the
freeSwiftCompilerArgs
property in the
build
block of the SKIE Gradle configuration.
Filip Dolník
10/01/2024, 7:01 AM
Also, to my understanding Xcode 16 is not officially supported by Kotlin yet.