@available(iOS 27.0, *)
func runFeature() {
    print("Running code for iOS 27 or newer.")
}