Skip to content

Commit a78a01a

Browse files
committed
[Stdlib] Make _swift_extractDynamicValue INTERNAL as it's used by Foundation.
1 parent 1e9741a commit a78a01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/runtime/Casting.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3107,7 +3107,7 @@ bool _swift_isOptional(OpaqueValue *src, const Metadata *type) {
31073107
return swift_isOptionalType(type);
31083108
}
31093109

3110-
SWIFT_CC(swift) SWIFT_RUNTIME_STDLIB_INTERNAL
3110+
SWIFT_CC(swift) SWIFT_RUNTIME_STDLIB_SPI
31113111
HeapObject *_swift_extractDynamicValue(OpaqueValue *value, const Metadata *self) {
31123112
OpaqueValue *outValue;
31133113
const Metadata *outType;

0 commit comments

Comments
 (0)