The review of SE-0273: Package Manager Conditional Target Dependencies ran from December 13th to December 20th, 2019. Feedback was positive, and the proposal is accepted. Thanks to everyone who participated!
Boris
Review Manager
The review of SE-0273: Package Manager Conditional Target Dependencies ran from December 13th to December 20th, 2019. Feedback was positive, and the proposal is accepted. Thanks to everyone who participated!
Boris
Review Manager
Amendment: During the implementation, Swift Package Manager code owners realized that it would be better to give target conditionals its own type instead of re-using the existing BuildSettingCondition
type. This will allow controlling what exactly is exposed as API for targets and build settings conditionals as some conditions might not make sense in one or the other. A specialized type also allows independent evolution of the conditional APIs, however, the hope is to keep the APIs very similar in order minimize the impact on learning curve for new users.