Skip to content

Commit 6348f14

Browse files
committed
[Foundation] Temporarily revert to 9999 versions
1 parent 6a81b3c commit 6348f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Darwin/Foundation-swiftoverlay/NSOrderedCollectionDifference.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@_exported import Foundation // Clang module
1414

1515
// CollectionDifference<ChangeElement>.Change is conditionally bridged to NSOrderedCollectionChange
16-
@available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
16+
@available(iOS 9999, macOS 9999, tvOS 9999, watchOS 9999, *) // FIXME(availability-5.1)
1717
extension CollectionDifference.Change : _ObjectiveCBridgeable {
1818
@_semantics("convertToObjectiveC")
1919
public func _bridgeToObjectiveC() -> NSOrderedCollectionChange {
@@ -66,7 +66,7 @@ extension CollectionDifference.Change : _ObjectiveCBridgeable {
6666
}
6767

6868
// CollectionDifference<ChangeElement> is conditionally bridged to NSOrderedCollectionDifference
69-
@available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
69+
@available(iOS 9999, macOS 9999, tvOS 9999, watchOS 9999, *) // FIXME(availability-5.1)
7070
extension CollectionDifference : _ObjectiveCBridgeable {
7171
@_semantics("convertToObjectiveC")
7272
public func _bridgeToObjectiveC() -> NSOrderedCollectionDifference {

0 commit comments

Comments
 (0)