Ellie Shin
Ellie Shin
Add a check for the client side flag which explcitly opts in to loading the package interface, besides whether package-name is empty or in the same package. rdar://131393508
Deprecate `experimental-` prefixed flags with prompts to use the unprefixed ones, while allowing them to continue to work for safer migration. Also deprecate `-experimental-package-bypass-resilience` as it's no longer needed. rdar://131498517
This PR skips requiring `@unknown default` during typecheck for resilient public or package enums if accessed by other modules in the same package. It's generally required for resilient enums that...