Add `Sendable` conformance to `Logger`

Originator:darren.mo
Number:rdar://FB13460778 Date Originated:2023-12-10
Status:Open Resolved:
Product:‌Something else not on this list Product Version:iOS 17.2 RC Seed (21C62)
Classification:Suggestion Reproducible:
 
Developers may want to pass a `Logger` across concurrency domains. For example, creating a `Logger` instance and using the same instance in a bunch of concurrent child tasks.

I am guessing that `Logger` is already concurrency-safe. However, it is not currently marked `Sendable`. Please mark it `Sendable`!

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!