`Color` type in Foundation

I've always missed a standard Color type in swift.
Now that the Foundation has become open source and contains the AttributeString type, it may be time to add a color type to the swift?
This type should contain a set of methods for working with color spaces, applying color filters, converting to hex, to console colors, Codable support etc.

True, this will conflict with the SwiftUI.Color type, but perhaps extension Color: View will solve the problem, but I'm not sure if the SwiftUI.Color is just rgba wrapper.