Does anyone know how to update the Simulator deployment target using SwiftPM? Based on my research I have not found any good solution other and reimplement a new package. I found and know how to update the minimum targets using CocoaPods but not SPM. Any insight would be greatly appreciated.
For greater context, the package I am working with and attempting to change is for AppAuth for iOS -> https://github.com/openid/AppAuth-iOS/blob/master/README.md
My current simulator deployment target is set to 8.0 but the supported deployment target is between 9.0 to 14.5.99. I don't know how to change the simulator deployment target while using SwiftPM. The current build target overall is set to 14.0. The code snippet below is the warning I am getting when I build the project.
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of the supported deployment target version is 9.0 to 14.5.99.