Summary for developers
Error: Module ‘Alamofire’ has no member named ‘request’
Solution: Use the namespace AF.request instead of Alamofire.request
print((#file as NSString).lastPathComponent) //print only filename
print(#function) //print the name of function
print(#line) //print line
print("Test")
Command CompileSwift failed with a nonzero exit code in Xcode 12
Clean project works using Shift Command K
& Option Shift Command K