We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb3bb65 + d2cef90 commit eaba1ceCopy full SHA for eaba1ce
stdlib/public/Concurrency/Debug.h
@@ -25,11 +25,11 @@ namespace swift {
25
// dispatch.
26
27
/// The metadata pointer used for job objects.
28
-SWIFT_RUNTIME_STDLIB_SPI
+SWIFT_EXPORT_FROM(swift_Concurrency)
29
const void *const _swift_concurrency_debug_jobMetadata;
30
31
/// The metadata pointer used for async task objects.
32
33
const void *const _swift_concurrency_debug_asyncTaskMetadata;
34
35
} // namespace swift
0 commit comments