Earlier today I filed FB22997162 "In watchOS targets, Xcode 27 beta 1 (27A5194q) fails to build package dependencies, that do not explicitly declare a watchOS platform"
The error is: "The watchOS Simulator deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 27.0.x"
This also happens when you depend on a package that for example declared `.watchOS(.v8)` in it's platforms.




