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