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
[5.9] Fix Triple formatting in error messages (#6545)
* Fix `Triple` formatting in error messages
Currently `Triple` is not `CustomStringConvertible`, which leads to issues when using it in string interpolations. It uses default implementation that prints all of the triple components separately, which isn't user-readable.
rdar://107882041
* Fix `TripleTests.swift` build issue
0 commit comments