Is it normal that we are importing Foundation in MimeType.swift? This should be a platform agnostic framework and I'm not even sure why we need Foundation in that source file.
@califrench Swifton uses features of Foundation, so it's platform agnostic framework. But I cleaned MimeType.swift, because that Foundation isn't actually used in Swifton
Is it normal that we are importing Foundation in MimeType.swift? This should be a platform agnostic framework and I'm not even sure why we need Foundation in that source file.