Esri / arcgis-maps-sdk-swift-toolkit

Mapping components that will simplify your Swift app development with the ArcGIS Maps SDK for Swift.
https://developers.arcgis.com/swift
Apache License 2.0
25 stars 7 forks source link

Address Main actor warnings #703

Closed dfeinzimer closed 2 months ago

dfeinzimer commented 2 months ago

Resolves the "Main actor-isolated class has different actor isolation from nonisolated superclass 'XCTestCase'; this is an error in Swift 6" warnings.

See also Swift 5188, 5218