Peter-Schorn / SpotifyAPI

A Swift library for the Spotify web API. Supports all endpoints.
https://peter-schorn.github.io/SpotifyAPI/documentation/spotifywebapi
MIT License
251 stars 32 forks source link

Ambigious use case of 'allCases' #19

Closed ridmaur closed 3 years ago

ridmaur commented 3 years ago

After installing latest version of Xcode (Version 12.5 (12E262)) when rebuilding my project I am getting ambiguous use of 'allCases' on Scope.allCases. I think it is caused by redefining the Scopes array as a Set

Peter-Schorn commented 3 years ago

This is due to a bug in swift 5.4 which I just fixed in 1.6.1. See #13.