PureSwift / Bluetooth

Pure Swift Bluetooth library
http://pureswift.github.io/Bluetooth/
MIT License
176 stars 25 forks source link

Invalid redeclaration of synthesized implementation for protocol requirement 'allCases' #136

Closed svoip closed 3 years ago

svoip commented 3 years ago

Building the package on Xcode 12.5 I am getting such an error on line public static let allCases: Set<MajorServiceClass> = [ in ClassOfDevice.swift.

iamWing commented 3 years ago

Same issue here. Looks like the Swift compiler comes with Xcode 12.5 is updated

ksinghal commented 3 years ago

If you need this resolved ASAP, please see my pull request here: https://github.com/PureSwift/Bluetooth/pull/137