ordo-one / package-benchmark

Swift benchmark runner with many performance metrics and great CI support
Apache License 2.0
326 stars 25 forks source link

build for iOS #172

Closed JaapWijnen closed 1 year ago

JaapWijnen commented 1 year ago

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?

JaapWijnen commented 1 year ago

Was accidentally working with an older version... Found out while I was trying to make a PR.