When making a new Swift Playground via Xcode > New > Project > iOS > App Playground, as a .swiftpm
package, the settings are very limited, including setting the minimum OS version.
This is incredibly irritating because I can't keep make @available
blocks because that would double the size of my code, and I can't use SwiftData
(for example) because my app needs to also support iOS 16.
Is there a way to set the minimum OS or some other upload type accepted for Apple so that I can change this simple setting?
Thank you