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 7eb8345 commit b8e0537Copy full SHA for b8e0537
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