Even though you are using Swift, all the classes that come from UIKit
and other libraries still are written in Objective-C.
There is no difference in the interfaces to these libraries, just the syntax.
In this case, you need to use the object construction syntax:
var image = UIImage(named:"ImageName")
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…