objecthub / swift-numberkit

Advanced numeric data types for Swift 5, including BigInt, Rational, and Complex numbers.
Apache License 2.0
54 stars 15 forks source link

Removed platform-requirements. #16

Closed wolfmcnally closed 1 year ago

wolfmcnally commented 1 year ago

There are no specific calls that require platform requirements in this package. Packages that depend on it inherit the platform requirements, which may be undesirable. Apple's generic packages like "swift-numerics" do not have platform requirements.

objecthub commented 1 year ago

Thanks, Wolf! Agreed that there are use cases where inheriting platform requirements is problematic.