malcommac / SwiftDate

🐔 Toolkit to parse, validate, manipulate, compare and display dates, time & timezones in Swift.
MIT License
7.63k stars 770 forks source link

Doesn't compile on Linux OS #765

Closed DeeGeeMan closed 3 years ago

DeeGeeMan commented 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.

image

DeeGeeMan commented 3 years ago

Currently doesn’t support Linux.