Dependency graph of the standard library modules?

what is the dependency graph of the standard library modules?

  • _Concurrency
  • _Differentiation
  • Distributed
  • _MatchingEngine
  • RegexBuilder
  • _RegexParser
  • _StringProcessing
  • Swift

i assume Swift comes first, but what about the others?

2 Likes

_MatchingEngine shouldn't exist anymore, but here's the graph:

13 Likes

that’s exactly what i needed, thanks!

by the way, is there a similar diagram for the corelibs (Foundation, Dispatch, etc)?