Skip to content

Commit d707b0b

Browse files
committed
[stdlib] Re-add dummy versions of _NSSetCore and _NSDictionaryCore on non-ObjC platforms
1 parent 93a3ebe commit d707b0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stdlib/public/core/ShadowProtocols.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,9 @@ internal protocol _NSNumber {
184184
var objCType: UnsafePointer<Int8> { get }
185185
}
186186

187+
#else
188+
189+
internal protocol _NSSetCore {}
190+
internal protocol _NSDictionaryCore {}
191+
187192
#endif

0 commit comments

Comments
 (0)