duemunk / Async

Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
MIT License
4.59k stars 316 forks source link

Functions need public access qualifier #17

Closed technomage closed 9 years ago

technomage commented 9 years ago

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.

duemunk commented 9 years ago

This has been closed as of 29825aa270c3e1659658ba10ef3b92a01cc9c62a