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
[6.0] Fix warning in OSSignpost.swift w/ @preconcurrency import (#7786)
Cherry-pick of #7785.
**Explanation**: Fixes a Swift Concurrency warning for an import of a
preconcurrency module.
**Scope**: Isolated to a warning in a single file.
**Risk**: Very low, change is NFC.
**Testing**: Manually verified that the warning is gone.
**Issue**: rdar://131432130
**Reviewer**: @xedin
0 commit comments