Skip to content

Commit 0b35e49

Browse files
committed
stdlib: Add another missing @_versioned annotation
We cannot diagnose uses of a non-public conformance yet, so this was resulting in a linker failure. Fixes <rdar://problem/32536790>.
1 parent f86212c commit 0b35e49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/core/HeapBuffer.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import SwiftShims
1414
typealias _HeapObject = SwiftShims.HeapObject
1515

16+
@_versioned
1617
internal protocol _HeapBufferHeader_ {
1718
associatedtype Value
1819
init(_ value: Value)

0 commit comments

Comments
 (0)