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

`CertificatePickerViewModelTests.testViewModel()` fails with Xcode 15.0 #699

Open dfeinzimer opened 2 months ago

dfeinzimer commented 2 months ago

CertificatePickerViewModelTests.testViewModel() uses fulfillment(of:timeout:enforceOrder:) in two spots. Both lines fail when the test is ran with Xcode 15.0 / Swift 5.9.

This is resolved as of (at least) Xcode 15.3 / Swift 5.10. Expected failures will be added in the interim and can be removed once we've moved away from 15.0 min support.