We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f62c8c commit 81e494cCopy full SHA for 81e494c
Sources/Foundation/NSNotification.swift
@@ -8,7 +8,7 @@
8
//
9
10
open class NSNotification: NSObject, NSCopying, NSCoding {
11
- public struct Name : RawRepresentable, Equatable, Hashable {
+ public struct Name : RawRepresentable, Equatable, Hashable, Sendable {
12
public private(set) var rawValue: String
13
14
public init(_ rawValue: String) {
0 commit comments