You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Apple ApplicationServices is imported either directly or indirectly (XCTest imports it indirectly) code using GeoFeatures can not resolve our Polygon. We get the following messages. We need to decide how or if we handle this edge case.
error: 'Polygon' is ambiguous for type lookup in this context
ApplicationServices.Polygon:1:18: note: found this candidate
public typealias Polygon = MacPolygon
^
GeoFeatures.Polygon:1:15: note: found this candidate
public struct Polygon : Geometry, Surface {
^
The text was updated successfully, but these errors were encountered:
When Apple ApplicationServices is imported either directly or indirectly (XCTest imports it indirectly) code using GeoFeatures can not resolve our Polygon. We get the following messages. We need to decide how or if we handle this edge case.
The text was updated successfully, but these errors were encountered: