Build macOS 12 app using Xcode 13 on macOS 11

Is it possible to build a SwiftUI app on macOS 11 that uses new APIs in macOS 12? I have tried using an #availability check to only use the new APIs on macOS 12, but am getting a crash saying 'symbol not found' when running that app on macOS 11. Do I need to develop on macOS 12?

Build macOS 12 app using Xcode 13 on macOS 11
 
 
Q