apple / swift-algorithms

Commonly used sequence and collection algorithms for Swift
Apache License 2.0
5.92k stars 440 forks source link

Make Algorithms depend on Numerics product instead of RealModule. #164

Closed stephentyrone closed 3 years ago

stephentyrone commented 3 years ago

The RealModule library product will be removed from Numerics at some future point (the module will continue to exist). Update Package.swift to depend on the Numerics library instead.

Checklist

stephentyrone commented 3 years ago

@swift-ci test

finagolfin commented 3 years ago

Thanks, this will unbreak my Android CI.