I working now from Xcode 12, but I have installed Xcode 13.1
Builds complete by Fastlane and it used Xcode 13 for distribution.
For iOS 15 specific code you can use something like:
#if swift(>=5.5) // your code #endif
Topic:
Programming Languages
SubTopic:
Swift
Tags: