Pretty sure I'm in the minority here, but my Swift code is formatted with lines under ~80 characters long and my decorators are always one line above the decorated item like this:

@IBAction
func doThing() {}