I don’t believe there are any inherent reasons as to why KMM wouldn’t support any specific newer version of Xcode, since from Xcode’s point of view it is mostly concerned with the generated Objective-C header file. At Cardlay we’re using some Xcode Run Script phases as well as pre-build scripts to optimise incremental build times and developer experience, which we have experienced breaking when upgrading due to different values in the environment variables being passed to these script phases, but since these are our custom scripts this change shouldn’t affect you 🙂