Skip to content

Commit 6a4029e

Browse files
authored
Fix warning in OSSignpost.swift w/ @preconcurrency import (#7785)
rdar://131432130
1 parent 7d0230b commit 6a4029e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Basics/OSSignpost.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
#if canImport(os)
14-
import os
14+
@preconcurrency import os
1515
#endif
1616

1717
#if canImport(os)

0 commit comments

Comments
 (0)