Hey there! I'm trying to build a package that has a dependency on package-benchmark for iOS.
Due to benchmarks dependency on package-histogram I get the following warning:
The package product 'Histogram' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0
Can we add an iOS platform requirement to the benchmark package that propagates this requirement in order to prevent this issue?
Hey there! I'm trying to build a package that has a dependency on package-benchmark for iOS. Due to benchmarks dependency on package-histogram I get the following warning:
The package product 'Histogram' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0
Can we add an iOS platform requirement to the benchmark package that propagates this requirement in order to prevent this issue?