Add @unchecked Sendable to Notification.Name

This commit is contained in:
1024jp 2024-04-04 00:38:58 +09:00
parent d3cdd94c88
commit 55702be7ea

View File

@ -30,6 +30,8 @@ import Combine
import UniformTypeIdentifiers
import OSLog
extension Notification.Name: @unchecked Sendable { }
// Logger should be Sendable. (2024-04, macOS 14.3, Xcode 15.3)
// cf. https://forums.developer.apple.com/forums/thread/747816
extension Logger: @unchecked Sendable { }