Commits

Anders Bertelrud committed a5b8f1a31f7
Flip the layering of Basic and Utility, now that the last reference has been removed. Basic is where new general-purpose support is to be added, and as things from Utility get cleaned up, they may be moved down to Basic if they are deemed suitable of that. This also adjusts the temporary hacks in `transmute.swift` so that unit tests for Basic can continue to import Utility, for the time being.