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
Both swift-corelibs-foundation and the Apple Foundation overlay (swift/stdlib/public/SDK/Foundation) have quite a few warnings for implicit conversion of Optional to Any; it is likely that at least some of these are true issues (particularly the ones in string interpolations). Every one of these warnings should be addressed in some way.