I have seen code like this:
func hello(name: String, #helloMessage: String) -> String { return \"\\(helloMessa
With previous versions of Swift everything what @ovejka posted was true. In Swift 2.0 and above it looks like # is unused (in this or similar context, not counting #available)
#
#available