I converted the existing Swift2.3 code to Swift3.0 using Xcode8 beta4. Xcode automatically converts the syntax to Swift3.0, but cannot create the next dispatch queue.
private let serialQueue = DispatchQueue(label: "identifier", qos: DispatchQueue.Attributes.serial)
source share