Fatal Error: Duplicate keys of type 'Geocoded Placemark' were found in a dictionary. (Mapbox Geocoder)
问题 I quote: "This usually means either that the type violates Hashable's requirements, or that members of such a dictionary were mutated after insertion." I'm using the Mapbox Geocoder , and when this runtime error occured, my XCode brought me to Thread 1, 0_swift_runtime_on_report and the error occured on the commented line below: libswiftCore.dylib`_swift_runtime_on_report: 0x10fdd2180 <+0>: pushq %rbp //this line right here I've never seen this error before and I don't even begin to know how