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.
1 parent 09682d5 commit a0891d3Copy full SHA for a0891d3
Sources/FoundationEssentials/NotificationCenter/AsyncMessage+AsyncSequence.swift
@@ -15,6 +15,8 @@ internal import _ForSwiftFoundation
15
internal import CollectionsInternal
16
#elseif canImport(DequeModule)
17
internal import DequeModule
18
+#elseif canImport(_FoundationCollections)
19
+internal import _FoundationCollections
20
#endif
21
#if canImport(os)
22
internal import os.log
0 commit comments