Max Rabiciuc
Max Rabiciuc
Swift 4 introduced Codable / Decodable which probably means we don't need to make our own protocol for this anymore
This change allows us to pass in a list of files to explicitly include and explicitly exclude from the doc command. This can dramatically improve parsing performance for large projects...
Output of `python -c "import pydantic.utils; print(pydantic.utils.version_info())"`: ``` pydantic version: 1.8.1 pydantic compiled: True install path: /lib/python3.8/site-packages/pydantic python version: 3.8.2 (default, Aug 10 2021, 11:25:09) [Clang 12.0.5 (clang-1205.0.22.9)] platform: macOS-11.6-x86_64-i386-64bit...