Skip to content

Commit 706099b

Browse files
authored
Merge pull request #6232 from slavapestov/foundation-data-fix-resilient-build
Foundation overlay: Fix resilient build
2 parents aadb2ea + 30c81e8 commit 706099b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stdlib/public/SDK/Foundation/Data.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,8 @@ public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessColl
907907

908908
public typealias Index = Int
909909
public typealias Indices = CountableRange<Int>
910-
910+
911+
@_versioned
911912
internal var _backing : _DataStorage
912913

913914
// A standard or custom deallocator for `Data`.

0 commit comments

Comments
 (0)