Swift Package Manager watchOS v9 not available

Hello,

I am trying to use the new Swift regex features in a Swift package built for watchOS. They require watchOS 9. When I try to specify .watchOS(.v9) as part of the platforms in the Package.swift file I get an error that says v9 is unavailable. The documentation says that v9 is available in SwiftPM 5.7. I am using both Xcode 14.0.1 and 14.1 RC3 which I thought would have the latest SwiftPM with the newest OS constants. Can someone help me understand what how to ensure I am using SwiftPM 5.7?

thx

Swift Package Manager watchOS v9 not available
 
 
Q