We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eafffe1 + 81e494c commit 8df6fbfCopy full SHA for 8df6fbf
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