With the latest update to Swift, I'm able to use classes, functions, etc. from Foundation and UIKit without having to include the import statements for them. If I add the import statement in Xcode, it shows it crossed out, as if it's depreciated.
Is it no longer necessary to include import statements for some modules like Foundation and UIKit in Swift?