You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Sources/Foundation/MassFormatter.swift
+16-11
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ extension MassFormatter {
19
19
}
20
20
21
21
@available(*, unavailable)
22
-
extensionMassFormatter:Sendable{}
22
+
extensionMassFormatter:@uncheckedSendable{}
23
23
24
24
openclassMassFormatter:Formatter{
25
25
@@ -69,11 +69,17 @@ open class MassFormatter : Formatter {
69
69
70
70
// Format a number in kilograms to a localized string with the locale-appropriate unit and an appropriate scale (e.g. 1.2kg = 2.64lb in the US locale).
Copy file name to clipboardexpand all lines: Sources/Foundation/NSComparisonPredicate.swift
-3
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,6 @@
7
7
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8
8
//
9
9
10
-
@available(*, unavailable)
11
-
extensionNSComparisonPredicate:Sendable{}
12
-
13
10
// Comparison predicates are predicates which do some form of comparison between the results of two expressions and return a BOOL. They take an operator, a left expression, and a right expression, and return the result of invoking the operator with the results of evaluating the expressions.
14
11
@available(*, deprecated, message:"NSExpression and classes that rely on its functionality are unsupported in swift-corelibs-foundation: NSComparisonPredicate is unavailable.")
0 commit comments