just a quick question.
I was writing on a package that should be deployed on Linux eventually. In my code I'm using the handy RelativeDateTimeFormatter. When I'm trying to run my code on a Docker container (Swift:5.5) I get an error: error: cannot find 'RelativeDateTimeFormatter' in scope
I made sure to import Foundation.
Is the RelativeDateTimeFormatter not available on Linux?