mirror of
https://github.com/coteditor/CotEditor.git
synced 2024-11-10 10:34:52 +03:00
Add @unchecked Sendable to Notification.Name
This commit is contained in:
parent
d3cdd94c88
commit
55702be7ea
@ -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 { }
|
||||
|
Loading…
Reference in New Issue
Block a user