Open drumnkyle opened 4 years ago
In MeasureDurationValidator
, you will also need to use something instead of pow
and log
. If there is no equivalent in Swift, then you will have to leave this import. If so, create a new issue to resolve that later when hopefully it's added to Swift.
Look for comments referencing this issue number in the code and remove the need for these imports. It will build on iOS or macOS even if you remove it. The method you need to fix is to use
Double.rounded(_:)
instead of the free functionfloor
in the places you see this. Then, remove these imports.