In Xcode 6.1.1 Swift public classes need public on each function that is externally accessed. Currently methods like Async.main both static and instance have default access qualifiers, which is now internal meaning only the module defining Async can use them.
In Xcode 6.1.1 Swift public classes need public on each function that is externally accessed. Currently methods like Async.main both static and instance have default access qualifiers, which is now internal meaning only the module defining Async can use them.