For the swift student challenge I was hoping to use swift data, I found that since it's a playground app, in package.swift the defaults is set to iOS 16 which means you can't use swift data. I changed it to iOS 17 and everything works but I want to know if that goes against the rules in anyway, changing th bios version in package.swift? This was the code I changed in package.swift.
let package = Package( name: "ProStepper", platforms: [ .iOS("17.0") ],
I asked about this internally and folks confirmed that you can expect submissions to be judged on iPadOS 18 / macOS 15. Thus raising your deployment target so that you can use SwiftData is fine.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"