Hi SE, what exactly do I need to do to be able to slice something from the stdlib and ship it in its own package?
In my case I desperately need the diffing API on OS's that have no Swift 5.1 stdlib features.
Here is a quote from @Ben_Cohen from his recent pitch regarding stdlib preview package:
I don't expect the preview package to contain the diffing API because it will be shipped with newest OSs soon, but I would like to legally slice the diffing API into a package and depend my codebase on it.