duemunk / Async

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

qos_class_t error #66

Closed shanmarkus closed 9 years ago

shanmarkus commented 9 years ago

Pods/Async/Source/Async.swift:280:24: Redundant conformance of 'qos_class_t' to protocol 'Equatable'

screen shot 2015-11-09 at 5 08 06 pm

duemunk commented 9 years ago

It seems like you're on an old version of Async? This line has been remove since what it did became built in to Swift 2.1.

shanmarkus commented 9 years ago

Thank you so much ! i just remembered i was using this https://github.com/duemunk/Async/issues/60