You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use SWIFT_SDK_OVERLAY_DISPATCH_EPOCH to detect that an overlay is being built
Instead of defining the special macro __DISPATCH_BUILDING_SWIFT_MODULE__
to detect that dispatch headers are being processed by the clang importer,
check to see if SWIFT_SDK_OVERLAY_DISPATCH_EPOCH is defined.
0 commit comments