Changes in new versions / Swift 5.8
Function back deployment
Magic file names
Lazy variables
// *** in version 5.8: ***
print
(
#file
)
// *** before: ***
print
(
#filePath
)
#file evaluates to a string literal containing the full path to the current source file.