I\'ve run into this a on a couple functions in Swift 2.0 and wondering if there is a work around. There seems to be no way to not specify enum arguments in Swift 2.0 now. Fo
Options are now specified as a set, so just pass an empty set: options: [].
options: []