Closed DeeGeeMan closed 3 years ago
I am unable to compile SwiftDate on a linux machine because it's referencing the DateComponentsFormatter class in the Foundation module which has the @available(macOS 10.10, *) applied.
@available(macOS 10.10, *)
Currently doesn’t support Linux.
I am unable to compile SwiftDate on a linux machine because it's referencing the DateComponentsFormatter class in the Foundation module which has the
@available(macOS 10.10, *)
applied.