swift-rst-docs 1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1505) hide show
  1. swift_rst_docs-1.0/.gitignore +4 -0
  2. swift_rst_docs-1.0/LICENSE +21 -0
  3. swift_rst_docs-1.0/PKG-INFO +121 -0
  4. swift_rst_docs-1.0/README.md +104 -0
  5. swift_rst_docs-1.0/docs/.gitignore +1 -0
  6. swift_rst_docs-1.0/docs/Makefile +20 -0
  7. swift_rst_docs-1.0/docs/build/doctrees/cli.doctree +0 -0
  8. swift_rst_docs-1.0/docs/build/doctrees/environment.pickle +0 -0
  9. swift_rst_docs-1.0/docs/build/doctrees/index.doctree +0 -0
  10. swift_rst_docs-1.0/docs/build/doctrees/reference.doctree +0 -0
  11. swift_rst_docs-1.0/docs/build/doctrees/swift/MyOtherSwiftLibrary.doctree +0 -0
  12. swift_rst_docs-1.0/docs/build/doctrees/swift/MySwiftLibrary.doctree +0 -0
  13. swift_rst_docs-1.0/docs/build/doctrees/swift/index.doctree +0 -0
  14. swift_rst_docs-1.0/docs/build/doctrees/swift/s_14MySwiftLibrary0A8ProtocolP.doctree +0 -0
  15. swift_rst_docs-1.0/docs/build/doctrees/swift/s_14MySwiftLibrary0A8ProtocolP3foo3barS2S_tF.doctree +0 -0
  16. swift_rst_docs-1.0/docs/build/doctrees/swift/s_14MySwiftLibrary0A9StructureV.doctree +0 -0
  17. swift_rst_docs-1.0/docs/build/doctrees/swift/s_14MySwiftLibrary0A9StructureV5hello5worldS2S_tF.doctree +0 -0
  18. swift_rst_docs-1.0/docs/build/doctrees/swift/s_14MySwiftLibrary6AnimalO.doctree +0 -0
  19. swift_rst_docs-1.0/docs/build/doctrees/swift/s_14MySwiftLibrary6AnimalO3catyA2CmF.doctree +0 -0
  20. swift_rst_docs-1.0/docs/build/doctrees/swift/s_14MySwiftLibrary6AnimalO3dogyA2CmF.doctree +0 -0
  21. swift_rst_docs-1.0/docs/build/doctrees/swift/s_14MySwiftLibrary6AnimalO4nameSSvp.doctree +0 -0
  22. swift_rst_docs-1.0/docs/build/doctrees/swift/s_14MySwiftLibrary6AnimalO5humanyA2CmF.doctree +0 -0
  23. swift_rst_docs-1.0/docs/build/doctrees/swift/s_14MySwiftLibrary6AnimalO5snakeyA2CmF.doctree +0 -0
  24. swift_rst_docs-1.0/docs/build/doctrees/swift/s_19MyOtherSwiftLibrary5Hello6animalSS0acD06AnimalO_tF.doctree +0 -0
  25. swift_rst_docs-1.0/docs/build/html/.buildinfo +4 -0
  26. swift_rst_docs-1.0/docs/build/html/_sources/cli.rst.txt +41 -0
  27. swift_rst_docs-1.0/docs/build/html/_sources/index.rst.txt +85 -0
  28. swift_rst_docs-1.0/docs/build/html/_sources/reference.rst.txt +37 -0
  29. swift_rst_docs-1.0/docs/build/html/_sources/swift/MyOtherSwiftLibrary.rst.txt +33 -0
  30. swift_rst_docs-1.0/docs/build/html/_sources/swift/MySwiftLibrary.rst.txt +45 -0
  31. swift_rst_docs-1.0/docs/build/html/_sources/swift/index.rst.txt +30 -0
  32. swift_rst_docs-1.0/docs/build/html/_sources/swift/s_14MySwiftLibrary0A8ProtocolP.rst.txt +64 -0
  33. swift_rst_docs-1.0/docs/build/html/_sources/swift/s_14MySwiftLibrary0A8ProtocolP3foo3barS2S_tF.rst.txt +70 -0
  34. swift_rst_docs-1.0/docs/build/html/_sources/swift/s_14MySwiftLibrary0A9StructureV.rst.txt +86 -0
  35. swift_rst_docs-1.0/docs/build/html/_sources/swift/s_14MySwiftLibrary0A9StructureV5hello5worldS2S_tF.rst.txt +65 -0
  36. swift_rst_docs-1.0/docs/build/html/_sources/swift/s_14MySwiftLibrary6AnimalO.rst.txt +99 -0
  37. swift_rst_docs-1.0/docs/build/html/_sources/swift/s_14MySwiftLibrary6AnimalO3catyA2CmF.rst.txt +53 -0
  38. swift_rst_docs-1.0/docs/build/html/_sources/swift/s_14MySwiftLibrary6AnimalO3dogyA2CmF.rst.txt +53 -0
  39. swift_rst_docs-1.0/docs/build/html/_sources/swift/s_14MySwiftLibrary6AnimalO4nameSSvp.rst.txt +58 -0
  40. swift_rst_docs-1.0/docs/build/html/_sources/swift/s_14MySwiftLibrary6AnimalO5humanyA2CmF.rst.txt +53 -0
  41. swift_rst_docs-1.0/docs/build/html/_sources/swift/s_14MySwiftLibrary6AnimalO5snakeyA2CmF.rst.txt +53 -0
  42. swift_rst_docs-1.0/docs/build/html/_sources/swift/s_19MyOtherSwiftLibrary5Hello6animalSS0acD06AnimalO_tF.rst.txt +65 -0
  43. swift_rst_docs-1.0/docs/build/html/_static/basic.css +906 -0
  44. swift_rst_docs-1.0/docs/build/html/_static/debug.css +69 -0
  45. swift_rst_docs-1.0/docs/build/html/_static/doctools.js +149 -0
  46. swift_rst_docs-1.0/docs/build/html/_static/documentation_options.js +13 -0
  47. swift_rst_docs-1.0/docs/build/html/_static/file.png +0 -0
  48. swift_rst_docs-1.0/docs/build/html/_static/language_data.js +192 -0
  49. swift_rst_docs-1.0/docs/build/html/_static/minus.png +0 -0
  50. swift_rst_docs-1.0/docs/build/html/_static/plus.png +0 -0
  51. swift_rst_docs-1.0/docs/build/html/_static/pygments.css +250 -0
  52. swift_rst_docs-1.0/docs/build/html/_static/scripts/furo-extensions.js +0 -0
  53. swift_rst_docs-1.0/docs/build/html/_static/scripts/furo.js +3 -0
  54. swift_rst_docs-1.0/docs/build/html/_static/scripts/furo.js.LICENSE.txt +7 -0
  55. swift_rst_docs-1.0/docs/build/html/_static/scripts/furo.js.map +1 -0
  56. swift_rst_docs-1.0/docs/build/html/_static/searchtools.js +635 -0
  57. swift_rst_docs-1.0/docs/build/html/_static/skeleton.css +296 -0
  58. swift_rst_docs-1.0/docs/build/html/_static/sphinx_highlight.js +154 -0
  59. swift_rst_docs-1.0/docs/build/html/_static/styles/furo-extensions.css +2 -0
  60. swift_rst_docs-1.0/docs/build/html/_static/styles/furo-extensions.css.map +1 -0
  61. swift_rst_docs-1.0/docs/build/html/_static/styles/furo.css +2 -0
  62. swift_rst_docs-1.0/docs/build/html/_static/styles/furo.css.map +1 -0
  63. swift_rst_docs-1.0/docs/build/html/cli.html +326 -0
  64. swift_rst_docs-1.0/docs/build/html/genindex.html +461 -0
  65. swift_rst_docs-1.0/docs/build/html/index.html +416 -0
  66. swift_rst_docs-1.0/docs/build/html/objects.inv +0 -0
  67. swift_rst_docs-1.0/docs/build/html/py-modindex.html +314 -0
  68. swift_rst_docs-1.0/docs/build/html/reference.html +582 -0
  69. swift_rst_docs-1.0/docs/build/html/search.html +310 -0
  70. swift_rst_docs-1.0/docs/build/html/searchindex.js +1 -0
  71. swift_rst_docs-1.0/docs/build/html/swift/MyOtherSwiftLibrary.html +345 -0
  72. swift_rst_docs-1.0/docs/build/html/swift/MySwiftLibrary.html +357 -0
  73. swift_rst_docs-1.0/docs/build/html/swift/index.html +352 -0
  74. swift_rst_docs-1.0/docs/build/html/swift/s_14MySwiftLibrary0A8ProtocolP.html +382 -0
  75. swift_rst_docs-1.0/docs/build/html/swift/s_14MySwiftLibrary0A8ProtocolP3foo3barS2S_tF.html +391 -0
  76. swift_rst_docs-1.0/docs/build/html/swift/s_14MySwiftLibrary0A9StructureV.html +404 -0
  77. swift_rst_docs-1.0/docs/build/html/swift/s_14MySwiftLibrary0A9StructureV5hello5worldS2S_tF.html +386 -0
  78. swift_rst_docs-1.0/docs/build/html/swift/s_14MySwiftLibrary6AnimalO.html +412 -0
  79. swift_rst_docs-1.0/docs/build/html/swift/s_14MySwiftLibrary6AnimalO3catyA2CmF.html +372 -0
  80. swift_rst_docs-1.0/docs/build/html/swift/s_14MySwiftLibrary6AnimalO3dogyA2CmF.html +372 -0
  81. swift_rst_docs-1.0/docs/build/html/swift/s_14MySwiftLibrary6AnimalO4nameSSvp.html +377 -0
  82. swift_rst_docs-1.0/docs/build/html/swift/s_14MySwiftLibrary6AnimalO5humanyA2CmF.html +372 -0
  83. swift_rst_docs-1.0/docs/build/html/swift/s_14MySwiftLibrary6AnimalO5snakeyA2CmF.html +372 -0
  84. swift_rst_docs-1.0/docs/build/html/swift/s_19MyOtherSwiftLibrary5Hello6animalSS0acD06AnimalO_tF.html +378 -0
  85. swift_rst_docs-1.0/docs/cli.rst +41 -0
  86. swift_rst_docs-1.0/docs/conf.py +28 -0
  87. swift_rst_docs-1.0/docs/index.rst +85 -0
  88. swift_rst_docs-1.0/docs/make.bat +35 -0
  89. swift_rst_docs-1.0/docs/reference.rst +37 -0
  90. swift_rst_docs-1.0/docs/swift/.gitignore +1 -0
  91. swift_rst_docs-1.0/docs/swift/MyOtherSwiftLibrary.json +126 -0
  92. swift_rst_docs-1.0/docs/swift/MyOtherSwiftLibrary.rst +33 -0
  93. swift_rst_docs-1.0/docs/swift/MySwiftLibrary.json +604 -0
  94. swift_rst_docs-1.0/docs/swift/MySwiftLibrary.rst +45 -0
  95. swift_rst_docs-1.0/docs/swift/index.rst +30 -0
  96. swift_rst_docs-1.0/docs/swift/s_14MySwiftLibrary0A8ProtocolP.rst +64 -0
  97. swift_rst_docs-1.0/docs/swift/s_14MySwiftLibrary0A8ProtocolP3foo3barS2S_tF.rst +70 -0
  98. swift_rst_docs-1.0/docs/swift/s_14MySwiftLibrary0A9StructureV.rst +86 -0
  99. swift_rst_docs-1.0/docs/swift/s_14MySwiftLibrary0A9StructureV5hello5worldS2S_tF.rst +65 -0
  100. swift_rst_docs-1.0/docs/swift/s_14MySwiftLibrary6AnimalO.rst +99 -0
  101. swift_rst_docs-1.0/docs/swift/s_14MySwiftLibrary6AnimalO3catyA2CmF.rst +53 -0
  102. swift_rst_docs-1.0/docs/swift/s_14MySwiftLibrary6AnimalO3dogyA2CmF.rst +53 -0
  103. swift_rst_docs-1.0/docs/swift/s_14MySwiftLibrary6AnimalO4nameSSvp.rst +58 -0
  104. swift_rst_docs-1.0/docs/swift/s_14MySwiftLibrary6AnimalO5humanyA2CmF.rst +53 -0
  105. swift_rst_docs-1.0/docs/swift/s_14MySwiftLibrary6AnimalO5snakeyA2CmF.rst +53 -0
  106. swift_rst_docs-1.0/docs/swift/s_19MyOtherSwiftLibrary5Hello6animalSS0acD06AnimalO_tF.rst +65 -0
  107. swift_rst_docs-1.0/pyproject.toml +34 -0
  108. swift_rst_docs-1.0/swift_rst_docs/__init__.py +24 -0
  109. swift_rst_docs-1.0/swift_rst_docs/__main__.py +3 -0
  110. swift_rst_docs-1.0/swift_rst_docs/cli.py +56 -0
  111. swift_rst_docs-1.0/swift_rst_docs/doc.py +457 -0
  112. swift_rst_docs-1.0/swift_rst_docs/highlight.py +182 -0
  113. swift_rst_docs-1.0/swift_rst_docs/types.py +499 -0
  114. swift_rst_docs-1.0/tests/MySwiftPackage/.build/.lock +1 -0
  115. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/CFNetwork-1PNPO1ORVQZLS.pcm +0 -0
  116. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/CFNetwork-1PNPO1ORVQZLS.pcm.timestamp +1 -0
  117. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/CoreFoundation-16SA8WK3L6MQN.pcm +0 -0
  118. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/CoreFoundation-16SA8WK3L6MQN.pcm.timestamp +1 -0
  119. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/CoreServices-39NCTJOEW7PQ2.pcm +0 -0
  120. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/CoreServices-39NCTJOEW7PQ2.pcm.timestamp +1 -0
  121. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/Darwin-1FXX23EKWOBA9.pcm +0 -0
  122. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/Darwin-1FXX23EKWOBA9.pcm.timestamp +1 -0
  123. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/DiskArbitration-3LBJF5I58QD8.pcm +0 -0
  124. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/DiskArbitration-3LBJF5I58QD8.pcm.timestamp +1 -0
  125. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/Dispatch-R76HXUP80TVL.pcm +0 -0
  126. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/Dispatch-R76HXUP80TVL.pcm.timestamp +1 -0
  127. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/Foundation-24LYWIP48SHNP.pcm +0 -0
  128. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/Foundation-24LYWIP48SHNP.pcm.timestamp +1 -0
  129. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/IOKit-1IAL9NTK1TABA.pcm +0 -0
  130. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/IOKit-1IAL9NTK1TABA.pcm.timestamp +1 -0
  131. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/MachO-20RPYVQSX341K.pcm +0 -0
  132. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/MachO-20RPYVQSX341K.pcm.timestamp +1 -0
  133. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/ObjectiveC-1G8H182PQX3QE.pcm +0 -0
  134. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/ObjectiveC-1G8H182PQX3QE.pcm.timestamp +1 -0
  135. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/Security-3QCVXOV25KK54.pcm +0 -0
  136. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/Security-3QCVXOV25KK54.pcm.timestamp +1 -0
  137. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/SwiftShims-2IMTS4WWRU7VJ.pcm +0 -0
  138. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/SwiftShims-2IMTS4WWRU7VJ.pcm.timestamp +1 -0
  139. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/XPC-T0ZXCAST7PE3.pcm +0 -0
  140. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/XPC-T0ZXCAST7PE3.pcm.timestamp +1 -0
  141. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_AvailabilityInternal-2YSBQADOLX02V.pcm +0 -0
  142. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_AvailabilityInternal-2YSBQADOLX02V.pcm.timestamp +1 -0
  143. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_Builtin_float-19KE09ZDXQ6Q3.pcm +0 -0
  144. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_Builtin_float-19KE09ZDXQ6Q3.pcm.timestamp +1 -0
  145. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_Builtin_inttypes-19KE09ZDXQ6Q3.pcm +0 -0
  146. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_Builtin_inttypes-19KE09ZDXQ6Q3.pcm.timestamp +1 -0
  147. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_Builtin_limits-19KE09ZDXQ6Q3.pcm +0 -0
  148. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_Builtin_limits-19KE09ZDXQ6Q3.pcm.timestamp +1 -0
  149. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_Builtin_stdarg-19KE09ZDXQ6Q3.pcm +0 -0
  150. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_Builtin_stdarg-19KE09ZDXQ6Q3.pcm.timestamp +1 -0
  151. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_Builtin_stdbool-19KE09ZDXQ6Q3.pcm +0 -0
  152. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_Builtin_stdbool-19KE09ZDXQ6Q3.pcm.timestamp +1 -0
  153. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_Builtin_stddef-19KE09ZDXQ6Q3.pcm +0 -0
  154. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_Builtin_stddef-19KE09ZDXQ6Q3.pcm.timestamp +1 -0
  155. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_Builtin_stdint-19KE09ZDXQ6Q3.pcm +0 -0
  156. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_Builtin_stdint-19KE09ZDXQ6Q3.pcm.timestamp +1 -0
  157. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_DarwinFoundation1-2YSBQADOLX02V.pcm +0 -0
  158. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_DarwinFoundation1-2YSBQADOLX02V.pcm.timestamp +1 -0
  159. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_DarwinFoundation2-3J4ZFA06I5V1P.pcm +0 -0
  160. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_DarwinFoundation2-3J4ZFA06I5V1P.pcm.timestamp +1 -0
  161. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_DarwinFoundation3-2NSGASPTSNBVQ.pcm +0 -0
  162. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_DarwinFoundation3-2NSGASPTSNBVQ.pcm.timestamp +1 -0
  163. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm +0 -0
  164. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm.timestamp +1 -0
  165. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/launch-3T3BU4MASLMUM.pcm +0 -0
  166. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/launch-3T3BU4MASLMUM.pcm.timestamp +1 -0
  167. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/libDER-26DYHF6GC6WWA.pcm +0 -0
  168. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/libDER-26DYHF6GC6WWA.pcm.timestamp +1 -0
  169. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/libkern-2KQ0X67RTM1JF.pcm +0 -0
  170. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/libkern-2KQ0X67RTM1JF.pcm.timestamp +1 -0
  171. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/os_object-2MV8OP7R98AN8.pcm +0 -0
  172. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/os_object-2MV8OP7R98AN8.pcm.timestamp +1 -0
  173. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/os_workgroup-2MV8OP7R98AN8.pcm +0 -0
  174. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/os_workgroup-2MV8OP7R98AN8.pcm.timestamp +1 -0
  175. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/ptrauth-19KE09ZDXQ6Q3.pcm +0 -0
  176. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/ptrauth-19KE09ZDXQ6Q3.pcm.timestamp +1 -0
  177. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/ptrcheck-19KE09ZDXQ6Q3.pcm +0 -0
  178. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/ptrcheck-19KE09ZDXQ6Q3.pcm.timestamp +1 -0
  179. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/sys_types-3J4ZFA06I5V1P.pcm +0 -0
  180. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/3G70I5D625BF0/sys_types-3J4ZFA06I5V1P.pcm.timestamp +1 -0
  181. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/CFNetwork-1PNPO1ORVQZLS.pcm +0 -0
  182. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/CoreFoundation-16SA8WK3L6MQN.pcm +0 -0
  183. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/CoreServices-39NCTJOEW7PQ2.pcm +0 -0
  184. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/Darwin-1FXX23EKWOBA9.pcm +0 -0
  185. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/DiskArbitration-3LBJF5I58QD8.pcm +0 -0
  186. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/Dispatch-R76HXUP80TVL.pcm +0 -0
  187. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/Foundation-24LYWIP48SHNP.pcm +0 -0
  188. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/IOKit-1IAL9NTK1TABA.pcm +0 -0
  189. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/MachO-20RPYVQSX341K.pcm +0 -0
  190. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/ObjectiveC-1G8H182PQX3QE.pcm +0 -0
  191. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/Security-3QCVXOV25KK54.pcm +0 -0
  192. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/SwiftShims-2IMTS4WWRU7VJ.pcm +0 -0
  193. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/XPC-T0ZXCAST7PE3.pcm +0 -0
  194. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/_AvailabilityInternal-2YSBQADOLX02V.pcm +0 -0
  195. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/_Builtin_float-19KE09ZDXQ6Q3.pcm +0 -0
  196. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/_Builtin_inttypes-19KE09ZDXQ6Q3.pcm +0 -0
  197. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/_Builtin_limits-19KE09ZDXQ6Q3.pcm +0 -0
  198. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/_Builtin_stdarg-19KE09ZDXQ6Q3.pcm +0 -0
  199. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/_Builtin_stdbool-19KE09ZDXQ6Q3.pcm +0 -0
  200. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/_Builtin_stddef-19KE09ZDXQ6Q3.pcm +0 -0
  201. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/_Builtin_stdint-19KE09ZDXQ6Q3.pcm +0 -0
  202. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/_DarwinFoundation1-2YSBQADOLX02V.pcm +0 -0
  203. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/_DarwinFoundation2-3J4ZFA06I5V1P.pcm +0 -0
  204. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/_DarwinFoundation3-2NSGASPTSNBVQ.pcm +0 -0
  205. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm +0 -0
  206. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/launch-3T3BU4MASLMUM.pcm +0 -0
  207. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/libDER-26DYHF6GC6WWA.pcm +0 -0
  208. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/libkern-2KQ0X67RTM1JF.pcm +0 -0
  209. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/os_object-2MV8OP7R98AN8.pcm +0 -0
  210. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/os_workgroup-2MV8OP7R98AN8.pcm +0 -0
  211. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/ptrauth-19KE09ZDXQ6Q3.pcm +0 -0
  212. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/ptrcheck-19KE09ZDXQ6Q3.pcm +0 -0
  213. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/4C4IVB1EDHMW/sys_types-3J4ZFA06I5V1P.pcm +0 -0
  214. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/Combine-3QP50RZP0TYH9.swiftmodule +48 -0
  215. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-3FG38AY6G3QQ6.swiftmodule +68 -0
  216. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-39Y6ETAFV82MN.swiftmodule +36 -0
  217. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-FJFL0AWVKUNI.swiftmodule +64 -0
  218. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-C8JNF5TPOY52.swiftmodule +100 -0
  219. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-1RLD1MJ4GJ6QX.swiftmodule +72 -0
  220. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2GDOGK6AY23EM.swiftmodule +52 -0
  221. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/Observation-1OCU82LG4KALY.swiftmodule +20 -0
  222. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/Swift-3FSBVKQ1SWBCU.swiftmodule +12 -0
  223. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-3OC7YLUAB0DN2.swiftmodule +16 -0
  224. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/System-2MU0F3ZK9BGV7.swiftmodule +48 -0
  225. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/XPC-39IIV47FC0I4Q.swiftmodule +72 -0
  226. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-1L0HJNTVUPCOZ.swiftmodule +16 -0
  227. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-1I2A5XC0OPS90.swiftmodule +16 -0
  228. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-3N9O4KCIAAEI2.swiftmodule +16 -0
  229. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-F2UN3B808GMG.swiftmodule +24 -0
  230. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-3126QN4G91IC0.swiftmodule +28 -0
  231. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-2SVVI34WQZ6QR.swiftmodule +16 -0
  232. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/ModuleCache/modules.timestamp +0 -0
  233. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/Modules/MyOtherSwiftLibrary.abi.json +9 -0
  234. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/Modules/MyOtherSwiftLibrary.swiftdoc +0 -0
  235. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/Modules/MyOtherSwiftLibrary.swiftmodule +0 -0
  236. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/Modules/MyOtherSwiftLibrary.swiftsourceinfo +0 -0
  237. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/Modules/MySwiftLibrary.abi.json +9 -0
  238. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/Modules/MySwiftLibrary.swiftdoc +0 -0
  239. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/Modules/MySwiftLibrary.swiftmodule +0 -0
  240. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/Modules/MySwiftLibrary.swiftsourceinfo +0 -0
  241. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/Modules/MySwiftPackage.abi.json +9 -0
  242. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/Modules/MySwiftPackage.swiftdoc +0 -0
  243. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/Modules/MySwiftPackage.swiftmodule +0 -0
  244. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/Modules/MySwiftPackage.swiftsourceinfo +0 -0
  245. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MyOtherSwiftLibrary.build/MyHiddenSymbols.d +1 -0
  246. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MyOtherSwiftLibrary.build/MyHiddenSymbols.dia +0 -0
  247. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MyOtherSwiftLibrary.build/MyHiddenSymbols.swift.o +0 -0
  248. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MyOtherSwiftLibrary.build/MyHiddenSymbols.swiftdeps +0 -0
  249. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MyOtherSwiftLibrary.build/MyOtherSwiftLibrary.d +1 -0
  250. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MyOtherSwiftLibrary.build/MyOtherSwiftLibrary.dia +0 -0
  251. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MyOtherSwiftLibrary.build/MyOtherSwiftLibrary.emit-module.d +4 -0
  252. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MyOtherSwiftLibrary.build/MyOtherSwiftLibrary.emit-module.dia +0 -0
  253. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MyOtherSwiftLibrary.build/MyOtherSwiftLibrary.swift.o +0 -0
  254. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MyOtherSwiftLibrary.build/MyOtherSwiftLibrary.swiftdeps +0 -0
  255. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MyOtherSwiftLibrary.build/include/MyOtherSwiftLibrary-Swift.h +311 -0
  256. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MyOtherSwiftLibrary.build/include/module.modulemap +3 -0
  257. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MyOtherSwiftLibrary.build/master.priors +0 -0
  258. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MyOtherSwiftLibrary.build/output-file-map.json +19 -0
  259. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MyOtherSwiftLibrary.build/sources +2 -0
  260. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftLibrary.build/MySwiftLibrary.d +1 -0
  261. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftLibrary.build/MySwiftLibrary.dia +0 -0
  262. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftLibrary.build/MySwiftLibrary.emit-module.d +4 -0
  263. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftLibrary.build/MySwiftLibrary.emit-module.dia +0 -0
  264. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftLibrary.build/MySwiftLibrary.swift.o +0 -0
  265. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftLibrary.build/MySwiftLibrary.swiftdeps +0 -0
  266. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftLibrary.build/include/MySwiftLibrary-Swift.h +311 -0
  267. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftLibrary.build/include/module.modulemap +3 -0
  268. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftLibrary.build/master.priors +0 -0
  269. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftLibrary.build/output-file-map.json +12 -0
  270. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftLibrary.build/sources +1 -0
  271. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftPackage.build/MySwiftPackage.d +1 -0
  272. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftPackage.build/MySwiftPackage.dia +0 -0
  273. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftPackage.build/MySwiftPackage.emit-module.d +4 -0
  274. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftPackage.build/MySwiftPackage.emit-module.dia +0 -0
  275. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftPackage.build/MySwiftPackage.swift.o +0 -0
  276. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftPackage.build/MySwiftPackage.swiftdeps +0 -0
  277. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftPackage.build/include/MySwiftPackage-Swift.h +311 -0
  278. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftPackage.build/include/module.modulemap +3 -0
  279. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftPackage.build/master.priors +0 -0
  280. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftPackage.build/output-file-map.json +12 -0
  281. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/MySwiftPackage.build/sources +1 -0
  282. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/description.json +434 -0
  283. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/02/MyOtherSwiftLibrary.swift-3VR9J3RQ6IZ02 +0 -0
  284. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/02/NSLinguisticTagger.h-3S4TIO7R5KE02 +0 -0
  285. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/02/hashtable2.h-2ZAXIKA97KZ02 +0 -0
  286. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 +0 -0
  287. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/06/CFStringEncodingExt.h-18V15AY5HKG06 +0 -0
  288. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/06/search.h-3T9YDPJL80K06 +0 -0
  289. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/07/OSMessageNotification.h-30YYXURWVQ907 +0 -0
  290. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/08/libproc.h-2VS4G4U05AT08 +0 -0
  291. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/08/reloc.h-3UH16P46OES08 +0 -0
  292. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/NSAutoreleasePool.h-37940G0M6DZ0A +0 -0
  293. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C +0 -0
  294. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C +0 -0
  295. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/AssertMacros.h-2HH83SAW05Z0D +0 -0
  296. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/CFLocale.h-1NT4O0M7PS00F +0 -0
  297. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0J/NSNumberFormatter.h-25M0ZGX1XYZ0J +0 -0
  298. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0J/time.h-CHZ917DGDN0J +0 -0
  299. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L +0 -0
  300. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/cssmaci.h-2E36C655LHF0P +0 -0
  301. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/IOFireWireAVCConsts.h-2UC3P6FQX0B0S +0 -0
  302. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0T/CFHTTPStream.h-2VURAI4Q77G0T +0 -0
  303. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0T/TargetConditionals.h-Q46XNEQRMM0T +0 -0
  304. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0U/SecAccess.h-1XON1MV7QXD0U +0 -0
  305. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W +0 -0
  306. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/SecBase.h-21SBBMP86IJ0W +0 -0
  307. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/iconv.h-1WBOGIG6P3R0W +0 -0
  308. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/CFUUID.h-1YM5M0F0USC0X +0 -0
  309. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/ipsec.h-YGWX01EV7C0X +0 -0
  310. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X +0 -0
  311. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0Y/IOPowerSources.h-3ES43JKFNMY0Y +0 -0
  312. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0Y/arm64e-apple-macos.swiftinterface_Reflection-18WOU8H896L0Y +0 -0
  313. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/NSBundle.h-22VRIUJPKCZ0Z +0 -0
  314. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/sys_domain.h-NVL4IOG3YH0Z +0 -0
  315. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/10/reloc.h-1G5F936UP1H10 +0 -0
  316. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 +0 -0
  317. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecProtocolObject.h-D1JJ8TYSS611 +0 -0
  318. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 +0 -0
  319. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSDistributedNotificationCenter.h-3RQ1R4J1SHR12 +0 -0
  320. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/12/arm64e-apple-macos.swiftinterface-1RM6J58ZKMY12 +0 -0
  321. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/12/arm64e-apple-macos.swiftinterface_Assert-2ORWYHBJ1VA12 +0 -0
  322. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/16/NSScriptWhoseTests.h-12QJ139GZHU16 +0 -0
  323. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/17/NSByteCountFormatter.h-1QK7C5QHNSZ17 +0 -0
  324. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 +0 -0
  325. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/17/arm64e-apple-macos.swiftinterface_Protocols-14TBUBXQLKV17 +0 -0
  326. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/18/FSEvents.h-F8LMLG9F6818 +0 -0
  327. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/18/dispatch_swift_shims.h-24K653JD9XO18 +0 -0
  328. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/18/time.h-14HTFOTUE5V18 +0 -0
  329. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1A/_ucontext64.h-3HN392T64TY1A +0 -0
  330. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/AEDataModel.h-HH6AL7ZBWJ1B +0 -0
  331. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/NSTermOfAddress.h-28Z4VCBIUFV1B +0 -0
  332. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/NSTimeZone.h-2FKG6X1M1Q71B +0 -0
  333. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/TextCommon.h-1FGUYIJPXGS1C +0 -0
  334. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1D/_regex.h-1NLIKIYP23U1D +0 -0
  335. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1D/kern_event.h-1JLDOTBVPVS1D +0 -0
  336. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1D/quota.h-2ZNFATHDG741D +0 -0
  337. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1H/sem.h-2I0ZJQ0X9OZ1H +0 -0
  338. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/NSDecimalNumber.h-1ZJKP672Y4N1I +0 -0
  339. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I +0 -0
  340. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I +0 -0
  341. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/NSPointerArray.h-AKRLJG3THV1J +0 -0
  342. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1L/workgroup_parallel.h-1YMGJGY762G1L +0 -0
  343. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N +0 -0
  344. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1O/hfs_format.h-3JFLE2DGRW11O +0 -0
  345. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1P/processor_info.h-27BHY51OYTW1P +0 -0
  346. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/WSTypes.h-CU7XR691XR1R +0 -0
  347. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1T/util.h-24RDARZ07TZ1T +0 -0
  348. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W +0 -0
  349. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1Y/arm64e-apple-macos.swiftinterface_Pointer-17P5MAEO3Q01Y +0 -0
  350. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1Y/message.h-2A8H6MMX0LE1Y +0 -0
  351. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/cssmerr.h-3ME09XY0TXM1Z +0 -0
  352. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 +0 -0
  353. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/24/SecKeychain.h-3A7FXTVC6QS24 +0 -0
  354. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/27/CFNotificationCenter.h-CJMNV4U89H27 +0 -0
  355. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/28/IOUSBLib.h-PHPHENYF6Q28 +0 -0
  356. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/29/DateTimeUtils.h-2INC3Q11OG429 +0 -0
  357. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 +0 -0
  358. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A +0 -0
  359. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/vm_info.h-2OW6BD6LC2Q2A +0 -0
  360. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/2B/processor_set.h-2VFXW8ATGEM2B +0 -0
  361. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/CFDictionary.h-3UWCB260AZV2D +0 -0
  362. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/NSItemProvider.h-3L1UC0T38Y92F +0 -0
  363. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K +0 -0
  364. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/2L/CFCalendar.h-33760K11TG32L +0 -0
  365. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/2M/NSUUID.h-2P38BUNUYG92M +0 -0
  366. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/2N/MacErrors.h-2TMXK7PDGTE2N +0 -0
  367. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q +0 -0
  368. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/workgroup_object.h-5TXQ9Z88XJ2R +0 -0
  369. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S +0 -0
  370. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U +0 -0
  371. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/NSKeyedArchiver.h-1T2DE3CGFZA2V +0 -0
  372. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z +0 -0
  373. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/30/NSZone.h-2ZT53GKBKEN30 +0 -0
  374. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 +0 -0
  375. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/34/CSIdentityQuery.h-83PKSLQAKJ34 +0 -0
  376. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/35/_locale.h-2EUGJ5BIQOS35 +0 -0
  377. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/37/PEFBinaryFormat.h-26482DFT4HS37 +0 -0
  378. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 +0 -0
  379. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 +0 -0
  380. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 +0 -0
  381. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/38/vm.h-3A8B9N7EWKA38 +0 -0
  382. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/39/_sigaltstack.h-2DUDP34M1IS39 +0 -0
  383. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3B/NSDistributedLock.h-JREY25PUWN3B +0 -0
  384. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3B/NSXPCConnection.h-3BBIXSLYL3C3B +0 -0
  385. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3B/ev_keymap.h-2JHFT5AOT8X3B +0 -0
  386. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/NSMassFormatter.h-1ADX9QMT4TU3D +0 -0
  387. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D +0 -0
  388. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/unistd.h-1K2GXZARLC23D +0 -0
  389. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/OSAtomicDeprecated.h-17CSKD7P3IU3F +0 -0
  390. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F +0 -0
  391. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F +0 -0
  392. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/NSString.h-2TW6KS4LDB3H +0 -0
  393. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/UnicodeConverter.h-BLFH1NTBO03H +0 -0
  394. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H +0 -0
  395. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J +0 -0
  396. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M +0 -0
  397. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3N/CFRunLoop.h-2XZJ5M4HXZT3N +0 -0
  398. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3N/arm64e-apple-macos.swiftinterface_Misc-2PJYHJGDBFV3N +0 -0
  399. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O +0 -0
  400. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/socket.h-25E68KUZPTE3O +0 -0
  401. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3P/mach_types.h-27J9I466Z4D3P +0 -0
  402. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3R/wordexp.h-21240A9VSPI3R +0 -0
  403. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U +0 -0
  404. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V +0 -0
  405. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/object.h-1CPT6V1FONL3V +0 -0
  406. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W +0 -0
  407. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X +0 -0
  408. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z +0 -0
  409. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/40/NSUserDefaults.h-2DCD0JOWNHQ40 +0 -0
  410. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/42/Timer.h-3VVXUTDBW3I42 +0 -0
  411. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 +0 -0
  412. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface-VPEW5W1KTS48 +0 -0
  413. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/49/NSTimer.h-2IM2N5DW4GO49 +0 -0
  414. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4B/UnicodeUtilities.h-24JBZZ9F06K4B +0 -0
  415. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4B/loader.h-R01QHI6INA4B +0 -0
  416. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C +0 -0
  417. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/ethernet.h-KEKPPMS3DU4C +0 -0
  418. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSListFormatter.h-IQ03573FFF4D +0 -0
  419. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/tcp_var.h-2XZFVRS1PBZ4D +0 -0
  420. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/NSValueTransformer.h-G1HCWKA5VN4E +0 -0
  421. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/SCSICmds_REQUEST_SENSE_Defs.h-APC6XSYSMX4E +0 -0
  422. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/vm_map.h-2BBL5JLXPQK4E +0 -0
  423. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/TextEncodingConverter.h-2H7HNOE3XZK4F +0 -0
  424. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4G/NSOrthography.h-2WJBXIS0YR14G +0 -0
  425. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/NSUndoManager.h-3A8Y3SNB56U4I +0 -0
  426. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I +0 -0
  427. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/tgmath.h-1JX54QZGEDD4I +0 -0
  428. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/thread_policy.h-I3ISMT51DV4I +0 -0
  429. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4J/CFURLEnumerator.h-388V0Q6XAC24J +0 -0
  430. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/clock.h-2QRW53WW41J4K +0 -0
  431. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4L/IOHIDEventServiceKeys.h-17VG3RPMENC4L +0 -0
  432. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4N/NSNotificationQueue.h-2T3ANQ8DYJ94N +0 -0
  433. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q +0 -0
  434. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q +0 -0
  435. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/if_var.h-1PXIN16CWZE4Q +0 -0
  436. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S +0 -0
  437. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4T/route.h-34OIANMT9IE4T +0 -0
  438. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4U/NSThread.h-2H531IV3VGS4U +0 -0
  439. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4U/SCSICommandOperationCodes.h-GLG9FO5PSV4U +0 -0
  440. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W +0 -0
  441. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X +0 -0
  442. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4Y/NSScriptClassDescription.h-39130GNSVXY4Y +0 -0
  443. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/4Y/arm64e-apple-macos.swiftinterface_Math-8CIA6M3B8X4Y +0 -0
  444. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 +0 -0
  445. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/51/netport.h-NJWR7Y3WMO51 +0 -0
  446. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 +0 -0
  447. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/53/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-LPA2ZHOSK53 +0 -0
  448. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/54/port_obj.h-2267J07QYT154 +0 -0
  449. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/56/DiskSpaceRecovery.h-3VVXWO04ITM56 +0 -0
  450. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/56/socketvar.h-201W1FZGUQY56 +0 -0
  451. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 +0 -0
  452. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/59/cssmkrapi.h-2H6EFLFW53L59 +0 -0
  453. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/ip_var.h-17TIK8NFCSG5B +0 -0
  454. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C +0 -0
  455. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C +0 -0
  456. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/CFFileDescriptor.h-15X0ZMNWINY5D +0 -0
  457. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D +0 -0
  458. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/fts.h-1DMXB83N9H95D +0 -0
  459. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H +0 -0
  460. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5I/CFURL.h-1YAOINHVQBM5I +0 -0
  461. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5I/gmon.h-32YMF153THG5I +0 -0
  462. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5M/IONetworkInterface.h-PW13OQBOQZ5M +0 -0
  463. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5M/NSAppleEventDescriptor.h-VJ9GQ6HQFU5M +0 -0
  464. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/IOCFURLAccess.h-2ANRSV7S8QK5N +0 -0
  465. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P +0 -0
  466. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/UTCUtils.h-2D4TBFK5VB25P +0 -0
  467. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q +0 -0
  468. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/mman.h-BSCRUBR1IF5Q +0 -0
  469. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R +0 -0
  470. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CFArray.h-D5RD7KOKG35S +0 -0
  471. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5V/peer_requirement.h-33AE1VAHC015V +0 -0
  472. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5V/shared_region.h-25CS5HADFHW5V +0 -0
  473. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/printerdb.h-827N9J0B8A5W +0 -0
  474. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5X/LSInfoDeprecated.h-30Q6OS4RUJV5X +0 -0
  475. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5X/NSURLCache.h-3GMCB0Y2Y7C5X +0 -0
  476. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5X/getopt.h-YES81N0AJN5X +0 -0
  477. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/IONetworkUserClient.h-2K6QOXHF3X05Y +0 -0
  478. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 +0 -0
  479. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/60/menu.h-3LX8AZI101L60 +0 -0
  480. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/62/USBSpec.h-2R68GIZYE6M62 +0 -0
  481. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/63/NSSortDescriptor.h-2ZRGGGL69YJ63 +0 -0
  482. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 +0 -0
  483. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 +0 -0
  484. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/65/arm64e-apple-macos.swiftinterface-3D4L6A5XLZ665 +0 -0
  485. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6B/listener.h-200O9GPYMC16B +0 -0
  486. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6B/memory_entry.h-UET62DN8YS6B +0 -0
  487. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C +0 -0
  488. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E +0 -0
  489. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/IOFramebufferShared.h-3D0ZAV6YZOD6F +0 -0
  490. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/NSPortCoder.h-24CBDH8N3YE6F +0 -0
  491. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/NSScriptExecutionContext.h-18CPT6ACQO16F +0 -0
  492. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/poll.h-2UGCS6JUR976F +0 -0
  493. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F +0 -0
  494. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6I/CFStringTokenizer.h-1O474P7QGCP6I +0 -0
  495. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6I/acl.h-1TUQVN1FJ7Y6I +0 -0
  496. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K +0 -0
  497. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6L/IODataQueueShared.h-1IQXANCT7CU6L +0 -0
  498. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6L/NSInvocation.h-3DXULZGIWBX6L +0 -0
  499. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/NSXMLDTDNode.h-3VFUOH1O246M +0 -0
  500. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M +0 -0
  501. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/_structs.h-2MW3QLQQSR66O +0 -0
  502. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O +0 -0
  503. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/IOFDiskPartitionScheme.h-IQQLAIRLZ96Q +0 -0
  504. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/IOFireWireFamilyCommon.h-34QK1U6F04D6Q +0 -0
  505. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q +0 -0
  506. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6S/IntlResources.h-3NCDMICYQMX6S +0 -0
  507. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6S/SecTransform.h-24G7PYY4JZB6S +0 -0
  508. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6U/dyld.h-31DSDPUZPJD6U +0 -0
  509. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/IORPC.h-7OVOB1MSXX6V +0 -0
  510. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V +0 -0
  511. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/SCSICmds_MODE_Definitions.h-377WMP4CEFV6X +0 -0
  512. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X +0 -0
  513. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z +0 -0
  514. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 +0 -0
  515. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/75/posix_sem.h-1XBH79JBQ2075 +0 -0
  516. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NSCalendar.h-2YP6MYE7WIE77 +0 -0
  517. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 +0 -0
  518. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A +0 -0
  519. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/aliasdb.h-2BO4TTY6JQ07A +0 -0
  520. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B +0 -0
  521. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/CFStream.h-3KAR54NKZKD7E +0 -0
  522. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/IOMapTypes.h-39MCT52EV2D7H +0 -0
  523. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/NSURLConnection.h-3VM0ZYA5I507H +0 -0
  524. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/arm64e-apple-macos.swiftinterface_Result-3DRT6J7QMI07J +0 -0
  525. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M +0 -0
  526. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/IOFireWireLibIsoch.h-QP5371C4987M +0 -0
  527. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/mach_voucher.h-1J1IU7O6RSB7M +0 -0
  528. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N +0 -0
  529. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N +0 -0
  530. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/resourcevar.h-OW8BY9DXQE7O +0 -0
  531. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O +0 -0
  532. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q +0 -0
  533. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7R/IOHIDUserDevice.h-2VMI6B1ZL7L7R +0 -0
  534. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7R/NSAppleScript.h-PTT16UCV427R +0 -0
  535. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7R/block.h-2MR7UCH5FV67R +0 -0
  536. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7V/AppleEvents.h-NFV87Y8M6T7V +0 -0
  537. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7W/NSHTTPCookieStorage.h-2XA977LZEWD7W +0 -0
  538. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/source.h-FTJNINXKC07X +0 -0
  539. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/80/CFUserNotification.h-Q9EWOL6TPF80 +0 -0
  540. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 +0 -0
  541. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/81/SCSITaskLib.h-20IXCXF5S0L81 +0 -0
  542. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/82/ah.h-2AF2ZBGYL3Q82 +0 -0
  543. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/85/NSCompoundPredicate.h-2PRZDM7ASZY85 +0 -0
  544. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/85/base.h-21I7LZ388KP85 +0 -0
  545. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/86/IOHIDLib.h-1HH6Z099IHY86 +0 -0
  546. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSNull.h-2K9U2JL6AI486 +0 -0
  547. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/87/IOGraphicsInterface.h-2WAVJJVQXLG87 +0 -0
  548. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 +0 -0
  549. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 +0 -0
  550. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/89/pfkeyv2.h-15FVCQ87WPH89 +0 -0
  551. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/8B/IOGraphicsEngine.h-192673IKIQF8B +0 -0
  552. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C +0 -0
  553. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E +0 -0
  554. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/NumberFormatting.h-3G60SQB7QKD8I +0 -0
  555. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/8J/semaphore.h-K5SDUNOOQU8J +0 -0
  556. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/8M/arm64e-apple-macos.swiftinterface-1C7BY31HEXO8M +0 -0
  557. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/8P/kext_net.h-23IEKSP38EO8P +0 -0
  558. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R +0 -0
  559. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S +0 -0
  560. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S +0 -0
  561. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/arm64e-apple-macos.swiftinterface_Span-1ERELWIS5SU8S +0 -0
  562. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/task.h-2ZAMSHHKUIF8S +0 -0
  563. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/8U/thread_status.h-34DJGXF6C8I8U +0 -0
  564. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V +0 -0
  565. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSURLHandle.h-1TNK1QTTREO8Y +0 -0
  566. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/__stdarg_va_arg.h-2KO95CA21GR8Y +0 -0
  567. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/8Z/Aliases.h-KT8WJ9K2O28Z +0 -0
  568. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/90/SecImportExport.h-2E2LTJD3Z5A90 +0 -0
  569. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/93/OSByteOrder.h-34ZI24QCNH093 +0 -0
  570. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 +0 -0
  571. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 +0 -0
  572. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/98/AEUserTermTypes.h-24EBQ5X5DP798 +0 -0
  573. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/98/NSPropertyList.h-1TZQEYBGBBE98 +0 -0
  574. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 +0 -0
  575. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A +0 -0
  576. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9B/IOHIDKeys.h-HS62JEMHYL9B +0 -0
  577. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9B/IONetworkData.h-2XT8YOEFBZN9B +0 -0
  578. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9B/termios.h-5XDB0SAN4P9B +0 -0
  579. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E +0 -0
  580. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E +0 -0
  581. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9F/NSDateComponentsFormatter.h-10MS4CVD9D59F +0 -0
  582. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/ipc_info.h-1W3NLHSPFYK9G +0 -0
  583. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/x509defs.h-2UCC2Q5UKL69H +0 -0
  584. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H +0 -0
  585. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/CFHTTPAuthentication.h-3TPUIIZ01YW9I +0 -0
  586. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I +0 -0
  587. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K +0 -0
  588. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/Endian.h-3M3HK0B00J39N +0 -0
  589. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSMeasurement.h-4N3IY029CT9N +0 -0
  590. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/Gestalt.h-2I9WT9ENTB19O +0 -0
  591. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/SecTrust.h-1O4FXTFPVI99O +0 -0
  592. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O +0 -0
  593. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9P/Folders.h-31CA5BKKAEV9P +0 -0
  594. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9Q/NSScanner.h-IPOU5W3AIT9Q +0 -0
  595. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9Q/arm64e-apple-macos.swiftinterface-26XBAFC0Z1F9Q +0 -0
  596. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R +0 -0
  597. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/NSClassDescription.h-IQNZQ515UF9S +0 -0
  598. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S +0 -0
  599. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9U/IONetworkStack.h-1DA714CNETQ9U +0 -0
  600. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/grp.h-11PWQUVHXU99Y +0 -0
  601. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/CFNumber.h-1675Z4G08XF9Z +0 -0
  602. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/CFPropertyList.h-3JWA2G0QLOSA1 +0 -0
  603. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 +0 -0
  604. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 +0 -0
  605. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/A7/runetype.h-AVAZWRV979A7 +0 -0
  606. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/AuthorizationPlugin.h-1XHHZUSZ52DAA +0 -0
  607. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/NSURLRequest.h-21D0WUXMZOGAA +0 -0
  608. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/mach_time.h-2G9MT12OFIZAA +0 -0
  609. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/ndrv.h-2S198QHN9VIAA +0 -0
  610. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AC/NSLengthFormatter.h-16P1EQOP0NAAC +0 -0
  611. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF +0 -0
  612. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/IOPM.h-1LA08Z3FIZLAG +0 -0
  613. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSFilePresenter.h-33F0XHC1PLLAG +0 -0
  614. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AH/mount.h-PM3XSIZ82UAH +0 -0
  615. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AH/pwd.h-39M36UPVDXMAH +0 -0
  616. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AI/ATASMARTLib.h-33H3MRY8NE2AI +0 -0
  617. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AI/NSUserScriptTask.h-2YJ0E5QSF46AI +0 -0
  618. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/CFSocket.h-28RRZ4352ZDAL +0 -0
  619. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/NSByteOrder.h-9WF5ZFV6YNAL +0 -0
  620. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL +0 -0
  621. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/IOGraphicsTypes.h-3S62UYYX0R1AM +0 -0
  622. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/KeychainCore.h-1RKKQWJBJXMAM +0 -0
  623. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM +0 -0
  624. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/certextensions.h-2R5MXCROLBNAO +0 -0
  625. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/NSPersonNameComponents.h-2WNG7W1XABXAQ +0 -0
  626. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AR/IOFireWireSBP2Lib.h-3NO6XRWLO1JAR +0 -0
  627. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT +0 -0
  628. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/IODVDMediaBSDClient.h-GB4702UACAAU +0 -0
  629. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/fasttrap_isa.h-ZB961V8UL2AW +0 -0
  630. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX +0 -0
  631. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX +0 -0
  632. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/NSKeyValueObserving.h-1SF3QD5ARBOAZ +0 -0
  633. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/NSURL.h-2BB1WS8EKGWAZ +0 -0
  634. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 +0 -0
  635. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 +0 -0
  636. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/B3/NSPort.h-ZGGH3CL8SAB3 +0 -0
  637. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 +0 -0
  638. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 +0 -0
  639. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/connection.h-2QSBCZ8HWTNB8 +0 -0
  640. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA +0 -0
  641. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC +0 -0
  642. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD +0 -0
  643. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/IOFireWireAVCLib.h-2W1GSIZQF6MBE +0 -0
  644. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE +0 -0
  645. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BF/NSExtensionItem.h-2N47JVTB0BIBF +0 -0
  646. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BF/posix_shm.h-DDTB2ZKP3SBF +0 -0
  647. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG +0 -0
  648. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOStreamShared.h-1WZD4TCD7GLBG +0 -0
  649. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BI/CFXMLNode.h-7FT6DTU5XVBI +0 -0
  650. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL +0 -0
  651. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL +0 -0
  652. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BO/arch.h-21IN225UTB4BO +0 -0
  653. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BO/kdebug.h-PCAK1P4R9SBO +0 -0
  654. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ +0 -0
  655. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/kauth.h-2QEYJQXJ0VMBQ +0 -0
  656. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR +0 -0
  657. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/thread_act.h-1W7AK7NGCDUBS +0 -0
  658. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT +0 -0
  659. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV +0 -0
  660. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/cssmtpi.h-1O60S7UYY0VBX +0 -0
  661. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/activity.h-2BECPIF4RVBBY +0 -0
  662. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/BZ/hfs_unistr.h-1KR05134EEFBZ +0 -0
  663. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/C0/CFNumberFormatter.h-3ALVC9LXUP7C0 +0 -0
  664. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/C1/MDLabel.h-127N1GPD5V3C1 +0 -0
  665. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/C1/ip_icmp.h-1B4WXUYE9EMC1 +0 -0
  666. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/dyld_kernel.h-3MNI9IPQVS1C2 +0 -0
  667. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/C3/_fd_def.h-TO6BM4428SC3 +0 -0
  668. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 +0 -0
  669. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/_types.h-3T2OCZ8YFLOC4 +0 -0
  670. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/C5/IOGraphicsInterfaceTypes.h-38HNOC1NDL4C5 +0 -0
  671. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/C8/NSPortMessage.h-2KM5NXJFLO0C8 +0 -0
  672. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/C9/MDImporter.h-1S94YYE00ADC9 +0 -0
  673. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/C9/NSEnumerator.h-9KZWGXKAYHC9 +0 -0
  674. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/C9/malloc.h-3MMP4YQH6A1C9 +0 -0
  675. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CA/NSAffineTransform.h-LORDULRF68CA +0 -0
  676. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CA/_stdlib.h-33MANPD8OW7CA +0 -0
  677. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSCharacterSet.h-CK0MVAJ135CB +0 -0
  678. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSDecimal.h-6ZHHAJN185CB +0 -0
  679. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/CSCommon.h-2DJGZJBW5T3CC +0 -0
  680. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/NSPredicate.h-31JDT0YQWYRCC +0 -0
  681. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CE/CFBag.h-25O4S0YNRB0CE +0 -0
  682. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CG/wait.h-1QCKRAG3HMDCG +0 -0
  683. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CH/utmp.h-2WJHNEJYRFXCH +0 -0
  684. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/hv_kern_types.h-33FS0NMMGNJCI +0 -0
  685. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/utime.h-3LG4O91IOFICI +0 -0
  686. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CJ/math.h-19RM0YSNYX1CJ +0 -0
  687. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK +0 -0
  688. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSIndexSet.h-3STFO17HX1ZCN +0 -0
  689. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN +0 -0
  690. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP +0 -0
  691. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/MacTypes.h-12SPHB6RA1VCP +0 -0
  692. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR +0 -0
  693. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT +0 -0
  694. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT +0 -0
  695. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT +0 -0
  696. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/IOTypes.h-1XZHAJTNFA0CV +0 -0
  697. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/ioctl_compat.h-5LM6VQZ7SGCV +0 -0
  698. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/resource.h-280ZLULZC4RCW +0 -0
  699. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW +0 -0
  700. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX +0 -0
  701. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX +0 -0
  702. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ +0 -0
  703. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSStream.h-15GMWF9DAMXD3 +0 -0
  704. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/D6/CSIdentity.h-3OC7GGX4OFKD6 +0 -0
  705. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/D6/IOAudioTypes.h-OILGMOL4UWD6 +0 -0
  706. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/mig_errors.h-OIATNIISMID8 +0 -0
  707. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/NSIndexPath.h-3MR2Y4E09DFDC +0 -0
  708. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC +0 -0
  709. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/AvailabilityInternalLegacy.h-EFPT79LR3SDE +0 -0
  710. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/fstab.h-HLVM4UPNXNDF +0 -0
  711. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG +0 -0
  712. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG +0 -0
  713. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/CFData.h-34KNJ8ZR326DH +0 -0
  714. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/AuthSession.h-OZ7UT3YYNGDK +0 -0
  715. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/audit.h-35LY7RL6MFYDK +0 -0
  716. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/IOCDTypes.h-2Z35S89LDLCDL +0 -0
  717. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL +0 -0
  718. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/if_mib.h-1SAFCNKJ242DM +0 -0
  719. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/IOHIDBase.h-1MHQKURPMHBDN +0 -0
  720. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/SecTrustSettings.h-1KM4RSHEKFLDN +0 -0
  721. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/audit_internal.h-1UWOE3YY0AYDN +0 -0
  722. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO +0 -0
  723. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DP/in6_var.h-2JP13F5Q21PDP +0 -0
  724. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/mach_vm.h-2JOM2IL7XKDDR +0 -0
  725. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR +0 -0
  726. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/CFURLAccess.h-YYT8KLLH6GDS +0 -0
  727. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS +0 -0
  728. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DT/byte_order.h-1SLO0TXY2UFDT +0 -0
  729. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU +0 -0
  730. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/DriverServices.h-2VKZ1I2MAXQDX +0 -0
  731. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX +0 -0
  732. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY +0 -0
  733. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/cssmcli.h-1K72SR4PWNYE1 +0 -0
  734. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOHIDTypes.h-X6RNFEBX27E3 +0 -0
  735. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/LSOpen.h-1ZQRNY5B5J0E6 +0 -0
  736. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/SecCertificate.h-PMXXC9VUHTE7 +0 -0
  737. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 +0 -0
  738. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 +0 -0
  739. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/NSArchiver.h-332G1C3HIBMED +0 -0
  740. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/LSSharedFileList.h-1E1SXBML3WSEF +0 -0
  741. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF +0 -0
  742. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EG/arm64e-apple-macos.swiftinterface_UTF8Span-14RC8NPEW06EG +0 -0
  743. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/NSRunLoop.h-POMKLUBP8TEI +0 -0
  744. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/vm_region.h-GS081WTCX4EI +0 -0
  745. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EJ/IOSCSIMultimediaCommandsDevice.h-19ITK1TVLACEJ +0 -0
  746. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK +0 -0
  747. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/if_arp.h-2N45IVZYJ8NEK +0 -0
  748. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL +0 -0
  749. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM +0 -0
  750. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/panel.h-2T8RNEUIWO5EM +0 -0
  751. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/MacMemory.h-237CVKDT9CQEN +0 -0
  752. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/NSURLProtocol.h-1QUEAVHM3BLEN +0 -0
  753. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/dlfcn.h-2KIGANPORJREN +0 -0
  754. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP +0 -0
  755. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/ttychars.h-3PUV5WMER8VEQ +0 -0
  756. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/SecKey.h-1FM4M1B495KER +0 -0
  757. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER +0 -0
  758. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ES/OSAtomicQueue.h-PT1RRE7A2AES +0 -0
  759. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/IOHIDDeviceKeys.h-9LXLF6J640EU +0 -0
  760. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EX/pipe.h-3O206UAXTC2EX +0 -0
  761. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EZ/dirent.h-Z767NZOPRVEZ +0 -0
  762. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/EZ/fcntl.h-33Z6KDD38MYEZ +0 -0
  763. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 +0 -0
  764. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 +0 -0
  765. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 +0 -0
  766. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IONetworkLib.h-1ZGPRKPFGC2F5 +0 -0
  767. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/IOMedia.h-1KLSC3J8BODF6 +0 -0
  768. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/CipherSuite.h-3V5XJU4ELC1F7 +0 -0
  769. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 +0 -0
  770. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA +0 -0
  771. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FC/OSThermalNotification.h-1OO1V3WH636FC +0 -0
  772. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD +0 -0
  773. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/xpc.h-20I3GNIOWLDFD +0 -0
  774. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FF/IOApplePartitionScheme.h-2JD0WKR1IXZFF +0 -0
  775. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FF/kmod.h-339RV5MBHZLFF +0 -0
  776. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ip6.h-FN3YYAI1V8FI +0 -0
  777. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/NSTextCheckingResult.h-354ISH3NSVXFK +0 -0
  778. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/NSDate.h-10GJM3G8IMGFN +0 -0
  779. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN +0 -0
  780. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FO/IOHIDShared.h-2EUS6JI4ZCZFO +0 -0
  781. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FO/arm64e-apple-macos.swiftinterface-3AVRXQHGQGKFO +0 -0
  782. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FP/proc.h-1K3LZPG9FYLFP +0 -0
  783. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FR/AppleUSBDefinitions.h-P6Z3MKAP00FR +0 -0
  784. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS +0 -0
  785. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS +0 -0
  786. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/vm_types.h-2NG0Q2O14SEFS +0 -0
  787. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FT/NSProxy.h-24PHTNSWT5MFT +0 -0
  788. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/_SwiftConcurrency.h-19VIFS9TNB4FV +0 -0
  789. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/processor.h-M13H0UUMAZFV +0 -0
  790. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV +0 -0
  791. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW +0 -0
  792. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW +0 -0
  793. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX +0 -0
  794. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY +0 -0
  795. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 +0 -0
  796. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/msg.h-3TY7NR8C20FG0 +0 -0
  797. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/ndr.h-QP7OJ1TTEOG1 +0 -0
  798. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/G2/StringCompare.h-3460EQGEMQKG2 +0 -0
  799. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/glob.h-RUH8YWE2B4G3 +0 -0
  800. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 +0 -0
  801. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSITask.h-PMCC3KUCO6G4 +0 -0
  802. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/G5/float.h-18BGD03W707G5 +0 -0
  803. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/NSMeasurementFormatter.h-3FN8J9CLVMYG6 +0 -0
  804. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 +0 -0
  805. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 +0 -0
  806. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/NSXMLDocument.h-1UO2NUJK0OAG8 +0 -0
  807. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 +0 -0
  808. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/mig.h-3TJSJVGYV3TG8 +0 -0
  809. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/tty.h-NZRT38T8CJG9 +0 -0
  810. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/MyHiddenSymbols.swift-P0EM3GOA7KGC +0 -0
  811. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC +0 -0
  812. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/reboot.h-26XDQG1YC5WGC +0 -0
  813. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GD/MyOtherSwiftLibrary.swift-1BPZDOQS73EGD +0 -0
  814. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE +0 -0
  815. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/emmspi.h-36YB0YSHLHRGH +0 -0
  816. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI +0 -0
  817. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GK/NSKeyValueSharedObservers.h-KBZ4LBWET0GK +0 -0
  818. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSArray.h-27OFOOASA6IGN +0 -0
  819. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSObject.h-1RIY0K3EAR8GN +0 -0
  820. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO +0 -0
  821. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/_stdio.h-2Q2U7N6X23ZGO +0 -0
  822. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO +0 -0
  823. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GP/SecureDownload.h-2T8LYMHN9PSGP +0 -0
  824. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ +0 -0
  825. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GR/in6.h-3QBJJ2255K7GR +0 -0
  826. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/NSPersonNameComponentsFormatter.h-PPUQQ20KNGGS +0 -0
  827. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT +0 -0
  828. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/statvfs.h-3DC3N7P6XEPGT +0 -0
  829. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GU/NSLocalizedNumberFormatRule.h-2NU6YL9V4HEGU +0 -0
  830. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GV/arm64e-apple-macos.swiftinterface_C-142AQSH5O1VGV +0 -0
  831. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GV/workgroup_interval.h-2L90ADQKDOFGV +0 -0
  832. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GX/in_var.h-3BVQ30FE3X9GX +0 -0
  833. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/GZ/MySwiftLibrary.swift-1QIRQPT3Z7GGZ +0 -0
  834. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/H2/NSBackgroundActivityScheduler.h-14N7RIMO8LDH2 +0 -0
  835. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 +0 -0
  836. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/NSDictionary.h-ZP1L5YQZVBH3 +0 -0
  837. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/NSMapTable.h-2I8UKY3GLI3H3 +0 -0
  838. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 +0 -0
  839. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 +0 -0
  840. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/objc-auto.h-MO9D17F7XPH3 +0 -0
  841. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 +0 -0
  842. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 +0 -0
  843. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/SecPolicy.h-1VNKA98G1O0H7 +0 -0
  844. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/fenv.h-3VT5MAIXTIKH7 +0 -0
  845. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 +0 -0
  846. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 +0 -0
  847. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/arm64e-apple-macos.swiftinterface_Math_Integers-2MVUSF9WC9ZHA +0 -0
  848. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC +0 -0
  849. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/HE/_inttypes.h-GFQLERKFHLHE +0 -0
  850. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG +0 -0
  851. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/NSPointerFunctions.h-32O680PUWVXHJ +0 -0
  852. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ +0 -0
  853. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/HK/CFByteOrder.h-HI3Q2XP4ALHK +0 -0
  854. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/HN/MDQuery.h-LA47TBJI55HN +0 -0
  855. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/fixup-chains.h-23UUZS5JVU7HP +0 -0
  856. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP +0 -0
  857. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/HQ/DERItem.h-12OL41JBMZPHQ +0 -0
  858. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/HS/event.h-2OV34V72J6WHS +0 -0
  859. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/HT/NSURLResponse.h-3R5CZG4LZLQHT +0 -0
  860. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU +0 -0
  861. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 +0 -0
  862. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 +0 -0
  863. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/ipc.h-264560NMI2DI6 +0 -0
  864. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSSpellServer.h-1SJEGDSXW5CI7 +0 -0
  865. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSISO8601DateFormatter.h-RC8WC1Q85HI8 +0 -0
  866. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSURLSession.h-9VKFH7CHJDI8 +0 -0
  867. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/swap.h-3SCPTWEO71AI8 +0 -0
  868. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/AIFF.h-38VCRRUE0U0I9 +0 -0
  869. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 +0 -0
  870. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/paths.h-2STWM3EKG0TI9 +0 -0
  871. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/acct.h-2Y4XTVGEOLQIB +0 -0
  872. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB +0 -0
  873. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/port.h-2SQW7HSMW44IB +0 -0
  874. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IC/sysdir.h-36S1INT0GKRIC +0 -0
  875. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IE/IOHIDUsageTables.h-113OBGZREDHIE +0 -0
  876. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/Files.h-T28CZAOPV1IH +0 -0
  877. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH +0 -0
  878. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/II/_graftdmg_un.h-1OPXKF3ER5FII +0 -0
  879. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ +0 -0
  880. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/ev.h-25XV247A2O5IL +0 -0
  881. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL +0 -0
  882. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP +0 -0
  883. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IV/NSLock.h-Q50ND08VWRIV +0 -0
  884. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW +0 -0
  885. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLCredential.h-21Q2NQR26G3IW +0 -0
  886. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW +0 -0
  887. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/NSFormatter.h-2LGH1OVLVXGIX +0 -0
  888. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/mach_traps.h-MJTVH4VOQVIX +0 -0
  889. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/zone_info.h-14AE15VOQ63IX +0 -0
  890. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/IZ/times.h-1SZQ0UVJPYQIZ +0 -0
  891. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 +0 -0
  892. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 +0 -0
  893. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 +0 -0
  894. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/J4/MacLocales.h-QQ97NEM2NHJ4 +0 -0
  895. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/J4/NSObjCRuntime.h-2U8F0VLP5B2J4 +0 -0
  896. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/J5/NSKeyValueCoding.h-NSWANKOMXEJ5 +0 -0
  897. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/J5/bootp.h-1TKSRZZW1LZJ5 +0 -0
  898. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 +0 -0
  899. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 +0 -0
  900. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 +0 -0
  901. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/exc.h-YX20SW4TLJJA +0 -0
  902. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/CFPlugInCOM.h-LGVREYYI7TJE +0 -0
  903. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE +0 -0
  904. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/lock.h-WFIFQN9778JE +0 -0
  905. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE +0 -0
  906. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG +0 -0
  907. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI +0 -0
  908. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/spawn.h-2UDL9DLOQE2JI +0 -0
  909. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/sysctl.h-WH3117CP8ZJI +0 -0
  910. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL +0 -0
  911. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSPathUtilities.h-27HFTUD8ZWGJM +0 -0
  912. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM +0 -0
  913. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JO/sched.h-3FJ1HBK4MKSJO +0 -0
  914. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP +0 -0
  915. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2X6D0KW4GTPJP +0 -0
  916. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR +0 -0
  917. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JT/IOHIDDeviceTypes.h-1QC8D7GT341JT +0 -0
  918. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JV/NSScriptObjectSpecifiers.h-21HLW7U4EHGJV +0 -0
  919. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY +0 -0
  920. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JZ/Power.h-ZWVFJ0GA97JZ +0 -0
  921. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/JZ/thread_info.h-1DMQ8IZA65PJZ +0 -0
  922. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/K0/if_ether.h-14VCXV7NPS3K0 +0 -0
  923. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 +0 -0
  924. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/execinfo.h-1C7W3KQ99UBK3 +0 -0
  925. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 +0 -0
  926. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/host_info.h-YGPIDT19G8K4 +0 -0
  927. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 +0 -0
  928. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 +0 -0
  929. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/IconsCore.h-68BVRPDK9YK7 +0 -0
  930. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 +0 -0
  931. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/K8/nl_types.h-2PGOJHQ51X5K8 +0 -0
  932. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/IOStreamLib.h-22TGEXU3DCCK9 +0 -0
  933. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/TextEncodingPlugin.h-23Z41WHQU9KK9 +0 -0
  934. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA +0 -0
  935. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA +0 -0
  936. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB +0 -0
  937. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB +0 -0
  938. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB +0 -0
  939. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/NSExpression.h-1U33TNWPK5RKE +0 -0
  940. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE +0 -0
  941. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KH/_guid_t.h-11NMPH36XTIKH +0 -0
  942. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/IOHIDTransaction.h-20S7JERGHEZKI +0 -0
  943. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/arm64e-apple-macos.swiftinterface_KeyPaths-3RLG53VQUCBKI +0 -0
  944. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ +0 -0
  945. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ +0 -0
  946. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/if_utun.h-OSO4GDLSREKL +0 -0
  947. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL +0 -0
  948. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/NSXMLParser.h-2BQLYCW2KEYKM +0 -0
  949. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/audit_session.h-366ZEDQQPJ3KP +0 -0
  950. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP +0 -0
  951. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/CSIdentityBase.h-1EUPG01T64ZKQ +0 -0
  952. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/raw_ip6.h-E92EM02H92KQ +0 -0
  953. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/IOCFPlugIn.h-29P2SK2CO25KT +0 -0
  954. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/SecProtocolTypes.h-AMTT68BWVKT +0 -0
  955. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV +0 -0
  956. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KW/tcpip.h-3ISDDHKQKOXKW +0 -0
  957. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/KY/copyfile.h-38KJ5AXIAKEKY +0 -0
  958. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 +0 -0
  959. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/compact_unwind_encoding.h-3UOTB5SA6MCL4 +0 -0
  960. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ip.h-3TPTEPOEBGNL4 +0 -0
  961. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 +0 -0
  962. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 +0 -0
  963. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/NSXMLDTD.h-2S30HGE7VGAL7 +0 -0
  964. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/SecureTransport.h-3UW7VKQTYZSL8 +0 -0
  965. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/L9/_fsid_t.h-1SM0SQA5KGXL9 +0 -0
  966. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC +0 -0
  967. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/IOKitLib.h-2IFO4Y3HF26LE +0 -0
  968. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/NSHTTPCookie.h-2EPI7RZ9WWLE +0 -0
  969. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE +0 -0
  970. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LF/NSFileCoordinator.h-3OHIJGGJONLLF +0 -0
  971. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/NSUserNotification.h-3H4ZTUWY9ZYLG +0 -0
  972. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/_timeval32.h-3V6614BKN7ALG +0 -0
  973. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptCommandDescription.h-2HZ34EVOI35LH +0 -0
  974. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/launch.h-1KMHQM2WJJFLH +0 -0
  975. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOCFSerialize.h-39VER8JKSJYLO +0 -0
  976. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/NSExtensionContext.h-29MCR4RXTJSLO +0 -0
  977. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO +0 -0
  978. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP +0 -0
  979. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/mach_debug_types.h-T33UBUDO16LP +0 -0
  980. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/mach_voucher_types.h-3BR6Q0DZ1XTLQ +0 -0
  981. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LS/IOBDTypes.h-33C9GAFIJD8LS +0 -0
  982. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LT/attr.h-6LNGWREMUCLT +0 -0
  983. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LU/IOEthernetStats.h-1ETN6UWI029LU +0 -0
  984. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LV/NSDateFormatter.h-293F94T99PSLV +0 -0
  985. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/processor_info.h-X417N9EH61LW +0 -0
  986. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/NSGarbageCollector.h-12KVC0HYEVGLZ +0 -0
  987. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/vnode.h-15APJXGN11PLZ +0 -0
  988. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 +0 -0
  989. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/NSUnit.h-Z36UL0UF51M2 +0 -0
  990. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 +0 -0
  991. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 +0 -0
  992. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 +0 -0
  993. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/Debugging.h-E15FBNARSEM7 +0 -0
  994. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/IOHIDParameter.h-IDDVFLPQBGM7 +0 -0
  995. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/sbuf.h-3BMA2QO915MM8 +0 -0
  996. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 +0 -0
  997. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA +0 -0
  998. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/IOHIDDevice.h-2TIVODRGXS7MB +0 -0
  999. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB +0 -0
  1000. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MD/NSURLProtectionSpace.h-2BKZ4ZPEM4NMD +0 -0
  1001. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MD/kern_control.h-3UR0OSR5VRYMD +0 -0
  1002. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF +0 -0
  1003. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG +0 -0
  1004. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH +0 -0
  1005. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH +0 -0
  1006. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH +0 -0
  1007. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ +0 -0
  1008. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/_mcontext.h-ZOQ772A2NMK +0 -0
  1009. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/arm64e-apple-macos.swiftinterface_Hashing-XY6U0DUZ1PMK +0 -0
  1010. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/host_priv.h-2I5GYI0KR9VMK +0 -0
  1011. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/lockgroup_info.h-1ZSKFXTMHK1MK +0 -0
  1012. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MM/IOGUIDPartitionScheme.h-3D65V7T5ROGMM +0 -0
  1013. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MM/IOHIDDevicePlugIn.h-2BOYKGL81LMMM +0 -0
  1014. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN +0 -0
  1015. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/if_media.h-1UWFQ71ZLRZMN +0 -0
  1016. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ +0 -0
  1017. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ +0 -0
  1018. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MR/Components.h-2OIFSXBIB7MR +0 -0
  1019. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MR/rbtree.h-2WRLBWIS5RJMR +0 -0
  1020. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MV/NSMetadata.h-1OWOUTLLUQVMV +0 -0
  1021. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MW/IOEthernetController.h-36RB0MLETP2MW +0 -0
  1022. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MW/in_pcb.h-2KG6OGX0IYBMW +0 -0
  1023. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MY/bootparams.h-3ODX44ZUYQOMY +0 -0
  1024. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/MY/disk.h-1R4EDE061YYMY +0 -0
  1025. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/N0/IOFireWireLib.h-1WQFO90XYW8N0 +0 -0
  1026. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/N0/cssmapple.h-3L3XIAB51QN0 +0 -0
  1027. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/N3/NSFileHandle.h-FYTE9I86G4N3 +0 -0
  1028. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/N3/SecACL.h-3D6A0BA16E2N3 +0 -0
  1029. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IONetworkController.h-G0I69P4CYHN4 +0 -0
  1030. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/SKSearch.h-393H2W6HWC3N4 +0 -0
  1031. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 +0 -0
  1032. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/cssmdli.h-OF3XMT92G6N5 +0 -0
  1033. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/N6/NSEnergyFormatter.h-F2O4W04ZRCN6 +0 -0
  1034. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 +0 -0
  1035. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/N8/queue.h-1YP9V3SWYPNN8 +0 -0
  1036. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/CFMachPort.h-1VGYIB485YTN9 +0 -0
  1037. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 +0 -0
  1038. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/NSXMLNode.h-SSOT5WFG0RNB +0 -0
  1039. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NC/IOGraphicsLib.h-1DIP69HAWCRNC +0 -0
  1040. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/NSUserActivity.h-1LXLJRM1M1YND +0 -0
  1041. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND +0 -0
  1042. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF +0 -0
  1043. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/ar.h-3H10WPYVY9ENF +0 -0
  1044. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF +0 -0
  1045. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG +0 -0
  1046. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/hash_info.h-1HV1B8B5O49NG +0 -0
  1047. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ +0 -0
  1048. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/IOHIDLibObsolete.h-PKF2Q0OJ6ENK +0 -0
  1049. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/cssmspi.h-GJ8KBY5TLNNK +0 -0
  1050. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK +0 -0
  1051. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/NSScriptStandardSuiteCommands.h-30ABVDC6BQLNL +0 -0
  1052. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL +0 -0
  1053. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NN/host_security.h-131YLKAN8WFNN +0 -0
  1054. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP +0 -0
  1055. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NQ/bpf.h-3BBATLBD7RHNQ +0 -0
  1056. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/IONetworkMedium.h-77TD3YX7IJNW +0 -0
  1057. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/time_value.h-3SMQ5UZ68QANW +0 -0
  1058. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/vm_prot.h-YTKVZA3IXONW +0 -0
  1059. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/arm64e-apple-macos.swiftinterface_Math_Floating-HPQ3I7FPD6NX +0 -0
  1060. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX +0 -0
  1061. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ +0 -0
  1062. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/arm64e-apple-macos.swiftinterface-2S4ZSQINEL9NZ +0 -0
  1063. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/O0/IOLLEvent.h-VZE6FFAUMDO0 +0 -0
  1064. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 +0 -0
  1065. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/O2/NSScriptCommand.h-2Z84N9X131HO2 +0 -0
  1066. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/workloop.h-3XXODQLWUCO3 +0 -0
  1067. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/O7/IOHIDEventServiceTypes.h-1F6PLNXTFAAO7 +0 -0
  1068. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/O7/SecStaticCode.h-31TYL85XA24O7 +0 -0
  1069. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/O7/_ucontext.h-HSUR5DHH59O7 +0 -0
  1070. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSScriptKeyValueCoding.h-DNIE41NM0FO8 +0 -0
  1071. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/io.h-1VO63B2MZMMO8 +0 -0
  1072. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/utmpx.h-1RECMYSXF1HO8 +0 -0
  1073. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 +0 -0
  1074. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/workgroup_base.h-CU93MNGFQRO9 +0 -0
  1075. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC +0 -0
  1076. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OD/NSJSONSerialization.h-2VWJOEW47UGOD +0 -0
  1077. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OD/NSObjectScripting.h-3QJVAMSU073OD +0 -0
  1078. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE +0 -0
  1079. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE +0 -0
  1080. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OG/MySwiftPackage.swift-2YJC8LDAI4OOG +0 -0
  1081. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OI/NSCoder.h-3GJYGL5KCH2OI +0 -0
  1082. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ +0 -0
  1083. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/_iovec_t.h-26YMJ6RALYYOK +0 -0
  1084. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK +0 -0
  1085. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/timeb.h-1JDAJSEYPYOK +0 -0
  1086. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM +0 -0
  1087. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ON/CFBinaryHeap.h-2B3QIYF6VC7ON +0 -0
  1088. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/NSURLError.h-X8SZGSVKAXOO +0 -0
  1089. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO +0 -0
  1090. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/notify.h-33EZ21POO4WOO +0 -0
  1091. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP +0 -0
  1092. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OQ/CFBase.h-7T3FKYT9GZOQ +0 -0
  1093. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR +0 -0
  1094. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/NSRegularExpression.h-2FTT4OLSNY1OR +0 -0
  1095. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/machine.h-3Q8JF8ZO01AOR +0 -0
  1096. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OS/CFCGTypes.h-K2A45G7Q9GOS +0 -0
  1097. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OS/task_inspect.h-1NOMZCRZQRFOS +0 -0
  1098. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/IOAppleLabelScheme.h-1KUVE8DR8DEOT +0 -0
  1099. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT +0 -0
  1100. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OV/ranlib.h-9UCS30S5R1OV +0 -0
  1101. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/curses.h-20JK7RKWPWBOW +0 -0
  1102. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/reloc.h-11LO1FY3FMIOW +0 -0
  1103. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY +0 -0
  1104. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/P1/SecCustomTransform.h-2QC5AZ3U1NZP1 +0 -0
  1105. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/tcp.h-16Z015LTAU4P4 +0 -0
  1106. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 +0 -0
  1107. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/P5/_timespec.h-1CG1Z8094QNP5 +0 -0
  1108. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/NSData.h-WVL54320DFP6 +0 -0
  1109. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOBlockStorageDriver.h-1IWUKGKG3AMP7 +0 -0
  1110. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 +0 -0
  1111. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/Finder.h-3RMQT5HNZMNP8 +0 -0
  1112. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/NSComparisonPredicate.h-27IOILB2Q8TP8 +0 -0
  1113. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/vm_statistics.h-3NQPJE7DU4XP8 +0 -0
  1114. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PA/MySwiftLibrary.swift-1UYH5TX14JLPA +0 -0
  1115. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/NSDistantObject.h-HNRPU7NKAMPB +0 -0
  1116. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB +0 -0
  1117. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/ioctl.h-1QYICMRH3P2PB +0 -0
  1118. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD +0 -0
  1119. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/SCSICmds_READ_CAPACITY_Definitions.h-1OZZZIJTR33PG +0 -0
  1120. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH +0 -0
  1121. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH +0 -0
  1122. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PI/CMSDecoder.h-2D1CQFZVCT4PI +0 -0
  1123. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PL/signal.h-QUJ4OC41G6PL +0 -0
  1124. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM +0 -0
  1125. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN +0 -0
  1126. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PQ/NSAttributedString.h-18M5FQ5B9R3PQ +0 -0
  1127. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PQ/msgbuf.h-3M6L2IC7WBHPQ +0 -0
  1128. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PR/NSNetServices.h-1KWBIZAZ8RZPR +0 -0
  1129. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PS/clock_priv.h-1E1W2BVZI2XPS +0 -0
  1130. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PS/mach_port.h-2EAOIG2IIHFPS +0 -0
  1131. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PT/dirent.h-1Y2GL1BF182PT +0 -0
  1132. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU +0 -0
  1133. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PV/SecKeychainItem.h-PQ1SFDPRDFPV +0 -0
  1134. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PV/arm64e-apple-macos.swiftinterface_Bool-Y3ZEWGYBG0PV +0 -0
  1135. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PV/task_policy.h-1ZMD7L18RVVPV +0 -0
  1136. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PW/cssmkrspi.h-34V9FO7IZBVPW +0 -0
  1137. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PY/AEObjects.h-1BVIS6WOLU2PY +0 -0
  1138. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/PY/MachineExceptions.h-TJUQU6LRL6PY +0 -0
  1139. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Q0/arm64e-apple-macos.swiftinterface-1YLGJTDO7G5Q0 +0 -0
  1140. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Q1/NSOrderedCollectionChange.h-B3580EPD4BQ1 +0 -0
  1141. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 +0 -0
  1142. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 +0 -0
  1143. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 +0 -0
  1144. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/buf.h-12I48V966H8Q4 +0 -0
  1145. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 +0 -0
  1146. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/objc.h-1PD6LCDPXYIQ6 +0 -0
  1147. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 +0 -0
  1148. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/icmp6.h-2H4AM368LX7QA +0 -0
  1149. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA +0 -0
  1150. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QB/LSInfo.h-2XRJ2TUK8UQB +0 -0
  1151. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC +0 -0
  1152. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD +0 -0
  1153. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH +0 -0
  1154. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH +0 -0
  1155. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/fat.h-3GP54J8CT07QH +0 -0
  1156. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QK/NSMorphology.h-1ZE1JQ7AH0GQK +0 -0
  1157. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QK/arm64e-apple-macos.swiftinterface_Optional-1OYVEY35L3NQK +0 -0
  1158. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QL/arm64e-apple-macos.swiftinterface-30EDRCTESYYQL +0 -0
  1159. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QL/memory_object_types.h-2CPASKYD4JVQL +0 -0
  1160. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/ucred.h-VPRP90J4ZKQM +0 -0
  1161. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QN/LSConstants.h-1AKHEY5R19JQN +0 -0
  1162. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QN/SecCodeHost.h-1BGLHACXQ33QN +0 -0
  1163. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO +0 -0
  1164. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ +0 -0
  1165. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/dyld_images.h-I6NPGD7K2SQQ +0 -0
  1166. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QS/in.h-JXVXMSJ7SZQS +0 -0
  1167. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QT/NSDateInterval.h-D5YTSIB76GQT +0 -0
  1168. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QT/group.h-OYAT9LOCSKQT +0 -0
  1169. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QU/AEHelpers.h-2ZKW3TVRTWTQU +0 -0
  1170. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW +0 -0
  1171. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX +0 -0
  1172. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/CFXMLParser.h-1RGQ5460O58R2 +0 -0
  1173. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/SecProtocolMetadata.h-HVCG6ULXZRR2 +0 -0
  1174. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSSet.h-292YSRC8HOTR4 +0 -0
  1175. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/data.h-368ZW4T6CR2R4 +0 -0
  1176. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/limits.h-3SLIE7JMRY9R4 +0 -0
  1177. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/arm64e-apple-macos.swiftinterface_Collection_Type-erased-WENIEVGC4R6 +0 -0
  1178. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 +0 -0
  1179. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/NSLocale.h-3N39LO4O32JR8 +0 -0
  1180. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 +0 -0
  1181. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA +0 -0
  1182. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD +0 -0
  1183. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/ifaddrs.h-2E8SCC3DDGMRD +0 -0
  1184. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RE/arm64e-apple-macos.swiftinterface-2V52CUI5APRE +0 -0
  1185. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF +0 -0
  1186. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RG/CFDate.h-HJ0LESQ3Q0RG +0 -0
  1187. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RG/hfs_mount.h-1KTIBRETA85RG +0 -0
  1188. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI +0 -0
  1189. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/NSFileVersion.h-3R5WCWBVI1PRJ +0 -0
  1190. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/SecCode.h-2177F0D8QENRJ +0 -0
  1191. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RL/SecProtocolOptions.h-I1JQ9ZJKLWRL +0 -0
  1192. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RL/unpcb.h-2KQFX4BTTTLRL +0 -0
  1193. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RM/IOKitServer.h-1PGWKDAUK9WRM +0 -0
  1194. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP +0 -0
  1195. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/SCSICmds_INQUIRY_Definitions.h-2M9SSP9PXDKRQ +0 -0
  1196. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ +0 -0
  1197. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV +0 -0
  1198. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RW/FoundationErrors.h-297YTYFJ9FVRW +0 -0
  1199. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RX/NSMethodSignature.h-1N73C42HAU5RX +0 -0
  1200. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/SecAsn1Types.h-3L916644EJ0RY +0 -0
  1201. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/NSInflectionRule.h-6DIKLOQIHQRZ +0 -0
  1202. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/S0/CFDateFormatter.h-3TT6N1YX2HKS0 +0 -0
  1203. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 +0 -0
  1204. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/S2/udp_var.h-15059FO8MJWS2 +0 -0
  1205. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/arm64e-apple-macos.swiftinterface-1HRTA8I88ZOS3 +0 -0
  1206. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 +0 -0
  1207. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 +0 -0
  1208. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/S6/NSProgress.h-3A6DFIITFTAS6 +0 -0
  1209. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 +0 -0
  1210. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/NSScriptSuiteRegistry.h-3OC660W3324S9 +0 -0
  1211. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/ipcomp.h-5VRHGPGD53SA +0 -0
  1212. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/SB/NSFileWrapper.h-MMCL3OU9IWSB +0 -0
  1213. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/SD/NSValue.h-HW4W83MOORSD +0 -0
  1214. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/SF/if_dl.h-3J7MKKWY7VDSF +0 -0
  1215. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/IOAccelTypes.h-1CVNZBLGJFTSG +0 -0
  1216. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG +0 -0
  1217. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI +0 -0
  1218. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/CFHost.h-3JLYPSV9W6QSK +0 -0
  1219. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/SN/SCSICmds_REPORT_LUNS_Definitions.h-2X85SYX5AD7SN +0 -0
  1220. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/SO/NSXMLNodeOptions.h-EI5SUD4SY2SO +0 -0
  1221. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/SP/shm.h-3I782SZFWVKSP +0 -0
  1222. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR +0 -0
  1223. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/NSObject.h-2FG7FWH0WXNSU +0 -0
  1224. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/arm64e-apple-macos.swiftinterface-3303MKH8EAESU +0 -0
  1225. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV +0 -0
  1226. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/netdb.h-3TYUD9SG6WST0 +0 -0
  1227. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 +0 -0
  1228. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/esp.h-2OPTVWIZ2CIT1 +0 -0
  1229. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 +0 -0
  1230. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/T3/Resources.h-1JJ95205E2FT3 +0 -0
  1231. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/CFTimeZone.h-1YIBOTYP1D7T4 +0 -0
  1232. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 +0 -0
  1233. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 +0 -0
  1234. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 +0 -0
  1235. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/IOHIDManager.h-3PLAWRW42XWT9 +0 -0
  1236. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 +0 -0
  1237. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/CFNetDiagnostics.h-3VPQA4NI7PYTA +0 -0
  1238. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/IOUSBHostFamilyDefinitions.h-3G8I7130H7TA +0 -0
  1239. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/IOI2CInterface.h-3ULOBXX2TCTTC +0 -0
  1240. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD +0 -0
  1241. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/IOHIDElement.h-252CCYRHZPGTF +0 -0
  1242. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/NSHost.h-14XT9CGINGCTF +0 -0
  1243. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/_time.h-2OBF582VT8HTF +0 -0
  1244. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/if.h-36YPS0XIWR6TF +0 -0
  1245. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG +0 -0
  1246. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/ttycom.h-3806SG7UHMGTI +0 -0
  1247. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TJ/mach_host.h-2Q5QW2VRUQBTJ +0 -0
  1248. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSOperation.h-6XBQKOEAE9TP +0 -0
  1249. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ +0 -0
  1250. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/signal.h-25ZVJ9G5KKOTU +0 -0
  1251. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV +0 -0
  1252. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/IONetworkStats.h-DLKSK5Y60STW +0 -0
  1253. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY +0 -0
  1254. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/TZ/udp.h-AV3NXLGRNYTZ +0 -0
  1255. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/U1/CFNetworkErrors.h-3CQ9S0E2KROU1 +0 -0
  1256. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/U1/icmp_var.h-25F4CIXWF7XU1 +0 -0
  1257. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/U2/NSException.h-JXDAMSXKAFU2 +0 -0
  1258. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFBundle.h-1E2FAGDCNCAU3 +0 -0
  1259. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 +0 -0
  1260. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSRelativeDateTimeFormatter.h-2OYOTO65PK5U7 +0 -0
  1261. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 +0 -0
  1262. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/NSURLDownload.h-3PVAGEU047QU8 +0 -0
  1263. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/USB.h-3JH7AIYE1UHU8 +0 -0
  1264. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/nlist.h-1783YANWNJ9U9 +0 -0
  1265. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA +0 -0
  1266. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/AvailabilityVersions.h-MOEFVBI7OHUB +0 -0
  1267. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD +0 -0
  1268. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD +0 -0
  1269. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF +0 -0
  1270. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/fp.h-2C8J9HPX2N5UF +0 -0
  1271. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG +0 -0
  1272. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/igmp.h-31PQB658ZSZUH +0 -0
  1273. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/DADissenter.h-3U3J30FKFTUUK +0 -0
  1274. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/IOPMLibDefs.h-1OF5MF0WOONUM +0 -0
  1275. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM +0 -0
  1276. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM +0 -0
  1277. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_timeval.h-1BK05S89JWFUM +0 -0
  1278. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/vsock.h-1F8O1WMK9XHUM +0 -0
  1279. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN +0 -0
  1280. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSURLCredentialStorage.h-QY5ZJ2PEJFUN +0 -0
  1281. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/aio.h-2SBXALI5G0TUN +0 -0
  1282. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN +0 -0
  1283. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP +0 -0
  1284. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UQ/arm64e-apple-macos.swiftinterface_Math_Vector-35RUFDE5YHNUQ +0 -0
  1285. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR +0 -0
  1286. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR +0 -0
  1287. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UU/Script.h-3K3R9P50M5ZUU +0 -0
  1288. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV +0 -0
  1289. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/MixedMode.h-1MAZDQ34XQ3UW +0 -0
  1290. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/NSError.h-2N3XNC7XEY3UW +0 -0
  1291. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW +0 -0
  1292. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSAppleEventManager.h-15YPCTT2NISV1 +0 -0
  1293. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFNetServices.h-1EJVCHLHYD9V2 +0 -0
  1294. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/un.h-30W0HYXAO2V3 +0 -0
  1295. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/V6/clock.h-5SX0T0N9F5V6 +0 -0
  1296. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/V6/message.h-2QEB8HPP574V6 +0 -0
  1297. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 +0 -0
  1298. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/mds.h-2AEC25ZMA2SV9 +0 -0
  1299. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/AEMach.h-1FNEVFSBXQ7VB +0 -0
  1300. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD +0 -0
  1301. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/VE/IconStorage.h-IE9R8ALIVOVE +0 -0
  1302. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/_fsobj_id_t.h-10PH7583RDIVH +0 -0
  1303. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ +0 -0
  1304. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if_var_status.h-1HXY3FVDGM0VK +0 -0
  1305. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/MultiprocessingInfo.h-2D7BAA1GREAVN +0 -0
  1306. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN +0 -0
  1307. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/SKIndex.h-19YHEKMXMN8VO +0 -0
  1308. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO +0 -0
  1309. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-182NC1Y5DL8VQ +0 -0
  1310. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR +0 -0
  1311. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/once.h-2GLPCQN0OFMVV +0 -0
  1312. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW +0 -0
  1313. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/IOUPSPlugIn.h-JZOISE1SQ2VX +0 -0
  1314. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/NSExtensionRequestHandling.h-9BPMIGT9CNVX +0 -0
  1315. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/emmtype.h-3O0ULLFWOT7VX +0 -0
  1316. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/W0/NSCache.h-150IQU1CTXWW0 +0 -0
  1317. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/W0/policy.h-MPULPZPHM8W0 +0 -0
  1318. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFSocketStream.h-3QL2VJYFL61W1 +0 -0
  1319. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/NSCalendarDate.h-1XMOOAQ9Y8MW1 +0 -0
  1320. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 +0 -0
  1321. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/task_info.h-I6BAA7V7N1W2 +0 -0
  1322. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/W6/arm64e-apple-macos.swiftinterface-38GEKTZVH3W6 +0 -0
  1323. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/W6/object.h-2CDBR4LO853W6 +0 -0
  1324. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSNotification.h-32NK53URDD9W7 +0 -0
  1325. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSProtocolChecker.h-2OVT9O1C91GW7 +0 -0
  1326. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/exception.h-3A0PQLCHLDAW7 +0 -0
  1327. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/bank_types.h-1OS6VZZDZ5LWA +0 -0
  1328. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA +0 -0
  1329. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WB/NSTask.h-KMBIXSDPRZWB +0 -0
  1330. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/NSDateIntervalFormatter.h-2BWUR5Y9LX7WE +0 -0
  1331. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/form.h-1WDVRINME5KWE +0 -0
  1332. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE +0 -0
  1333. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI +0 -0
  1334. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WJ/reloc.h-2E4QXQ0TD1UWJ +0 -0
  1335. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/OSByteOrder.h-36X6K1WQ1ZVWK +0 -0
  1336. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/utsname.h-3JB2LVQGED0WK +0 -0
  1337. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/CFString.h-2LL8VJ8YM36WO +0 -0
  1338. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO +0 -0
  1339. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP +0 -0
  1340. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WQ/NSScriptCoercionHandler.h-2MLX33WL82VWQ +0 -0
  1341. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WS/Authorization.h-HG9OU6Z5MCWS +0 -0
  1342. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/IOAccelClientConnect.h-E2YUGJLZD4WT +0 -0
  1343. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV +0 -0
  1344. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW +0 -0
  1345. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/cssmtype.h-TTT4EF2FG9WX +0 -0
  1346. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/arm64e-apple-macos.swiftinterface_Collection_Array-TC582DEOMBWZ +0 -0
  1347. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/X0/NSXMLElement.h-2V60FA7CZIJX0 +0 -0
  1348. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 +0 -0
  1349. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/objc-sync.h-3L5LCR23LPPX2 +0 -0
  1350. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/runtime.h-1DADE94RP6LX2 +0 -0
  1351. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/X3/arm64e-apple-macos.swiftinterface_String-1QUIAKONSIIX3 +0 -0
  1352. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/X4/LSOpenDeprecated.h-16Z7KYUTKZUX4 +0 -0
  1353. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/X5/kern_return.h-1BEVU12FPVAX5 +0 -0
  1354. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/CFCharacterSet.h-DJPQTJEAQ9X6 +0 -0
  1355. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 +0 -0
  1356. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XA/Multiprocessing.h-2IEIE7MUMBFXA +0 -0
  1357. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC +0 -0
  1358. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/arm64e-apple-macos.swiftinterface_Collection-2OBV0HETDIGXC +0 -0
  1359. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/NSFileManager.h-310FQPDF8VKXF +0 -0
  1360. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/clock_reply.h-2IVU8P62C11XG +0 -0
  1361. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG +0 -0
  1362. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/IOBDMediaBSDClient.h-25PFG8RAOWFXI +0 -0
  1363. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/IOStorage.h-VH9HFWEYLSXI +0 -0
  1364. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/_pthread_types.h-1MKK68IRA0RXI +0 -0
  1365. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XJ/ftw.h-YMPDXY0P4HXJ +0 -0
  1366. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM +0 -0
  1367. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/clock_types.h-10KF0MFXORXM +0 -0
  1368. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ +0 -0
  1369. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR +0 -0
  1370. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/rpc.h-2HUFGFY4DJUXR +0 -0
  1371. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XS/NSUbiquitousKeyValueStore.h-1C0400AQOXLXS +0 -0
  1372. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XW/CFFileSecurity.h-JDSKQE9W5WXW +0 -0
  1373. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX +0 -0
  1374. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 +0 -0
  1375. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFMessagePort.h-WQEAXCHSWUY1 +0 -0
  1376. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 +0 -0
  1377. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Y3/traps.h-4H0QVQWA9HY3 +0 -0
  1378. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 +0 -0
  1379. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/IOCDMediaBSDClient.h-2GLFKYLQH0QY5 +0 -0
  1380. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/AERegistry.h-3Q8XHFXMK75Y6 +0 -0
  1381. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/OSUtils.h-JYXHQ6HCXMY6 +0 -0
  1382. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 +0 -0
  1383. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/IOAccelSurfaceConnect.h-2B8ZGG927KOY8 +0 -0
  1384. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 +0 -0
  1385. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CFSet.h-14758S8PGGQYA +0 -0
  1386. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/IOPMLib.h-8LUJLTDYADYA +0 -0
  1387. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YB/NSOrderedSet.h-37RFRIO162YYB +0 -0
  1388. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/libc.h-3IDZD954UOWYE +0 -0
  1389. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/IODVDTypes.h-2IJIW6HZYL4YG +0 -0
  1390. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG +0 -0
  1391. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/NSProcessInfo.h-1EBLDR6MD74YH +0 -0
  1392. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/stat.h-22YVHOXKJW6YH +0 -0
  1393. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YO/ptrauth.h-L798W7H4ZJYO +0 -0
  1394. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YP/NSConnection.h-3LSAS11ISEIYP +0 -0
  1395. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ +0 -0
  1396. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YS/if_llc.h-U6J6SNKQIKYS +0 -0
  1397. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/libbsm.h-17MZHA7HZ6AYV +0 -0
  1398. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSDebug.h-H7PC32JBOMYW +0 -0
  1399. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW +0 -0
  1400. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW +0 -0
  1401. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY +0 -0
  1402. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY +0 -0
  1403. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/_timeval64.h-108809K5GY9YY +0 -0
  1404. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/YZ/SecAccessControl.h-1O17VFRYOYVYZ +0 -0
  1405. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 +0 -0
  1406. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 +0 -0
  1407. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/ntsid.h-1KANRW5HIS6Z2 +0 -0
  1408. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/cssmcspi.h-2V96NEAD0WJZ4 +0 -0
  1409. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 +0 -0
  1410. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Z8/NSOrderedCollectionDifference.h-2150HBQKIY6Z8 +0 -0
  1411. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Z8/_symbol_aliasing.h-2L6783WHVDFZ8 +0 -0
  1412. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 +0 -0
  1413. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 +0 -0
  1414. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/session.h-3RAOF4DIQG0Z9 +0 -0
  1415. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/MySwiftPackage.swift-2GYSGMS12C2ZB +0 -0
  1416. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/NSHashTable.h-2AOH3URM2LNZB +0 -0
  1417. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB +0 -0
  1418. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD +0 -0
  1419. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/mbuf.h-AU3L4MSPR5ZD +0 -0
  1420. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/ndbm.h-22P1BOBB11CZE +0 -0
  1421. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE +0 -0
  1422. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG +0 -0
  1423. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/CMSEncoder.h-18GWVTMZR06ZH +0 -0
  1424. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/NSRange.h-3CQ0Y0W5LZBZH +0 -0
  1425. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOKitKeys.h-1M2XWGGC8IIZJ +0 -0
  1426. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZK/uio.h-10OCN8CLIJZZK +0 -0
  1427. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZL/NSURLAuthenticationChallenge.h-1GXN888RYIBZL +0 -0
  1428. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZN/unistd.h-2QE3XEWI0JPZN +0 -0
  1429. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/proc_info.h-21SZZT8H7K0ZP +0 -0
  1430. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZQ/NSPortNameServer.h-193J9A31S50ZQ +0 -0
  1431. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR +0 -0
  1432. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR +0 -0
  1433. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZU/CFTree.h-3JH47PO68HRZU +0 -0
  1434. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZU/Threads.h-15BL50E3G3NZU +0 -0
  1435. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZV/Collections.h-1U7CG0X24MUZV +0 -0
  1436. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW +0 -0
  1437. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/qos.h-NZRCCYEDBMZW +0 -0
  1438. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/DiskArbitration.h-1FGVQ1E05BRZX +0 -0
  1439. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX +0 -0
  1440. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/IOATAStorageDefines.h-P0JVGM63TQZZ +0 -0
  1441. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSGeometry.h-3PHCFXXX2C6ZZ +0 -0
  1442. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-2ZD7AE63TG0YN +0 -0
  1443. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-JJ3EFY7RLSEP +0 -0
  1444. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-29MUDY3V399BB +0 -0
  1445. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-28RUGOPNQBHQI +0 -0
  1446. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-4KHWI0T8AZ23 +0 -0
  1447. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-1PD80GII58825 +0 -0
  1448. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-1ZRMY2ITQDIAV +0 -0
  1449. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-3BWGJLOZ2DBMN +0 -0
  1450. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-1BBKZWUY2HJH9 +0 -0
  1451. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/MyHiddenSymbols.swift.o-3CYS3TFNCUP1N +0 -0
  1452. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/MyOtherSwiftLibrary.swift.o-1YQXSMJK6G0R2 +0 -0
  1453. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/MySwiftLibrary.swift.o-3JTDVXQRFOT3T +0 -0
  1454. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/MySwiftPackage.swift.o-2HIKELPLLRZFY +0 -0
  1455. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-1UB4XRW8AMFVI +0 -0
  1456. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-3H2HUHDIO60JG +0 -0
  1457. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-1CUSAUJ2BXM7K +0 -0
  1458. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-2AFFBRYYUOORJ +0 -0
  1459. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-19KE09ZDXQ6Q3.pcm-2ZBVF4119SDYI +0 -0
  1460. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-19KE09ZDXQ6Q3.pcm-IBAQN1RX6E4G +0 -0
  1461. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-19KE09ZDXQ6Q3.pcm-1THNO9JMZBKU5 +0 -0
  1462. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-19KE09ZDXQ6Q3.pcm-13PS59OB2TSQ3 +0 -0
  1463. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-19KE09ZDXQ6Q3.pcm-2QFH4O1K8N1PB +0 -0
  1464. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-19KE09ZDXQ6Q3.pcm-TZWFQFXGDSNF +0 -0
  1465. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-19KE09ZDXQ6Q3.pcm-38L1F3I9GFX5L +0 -0
  1466. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-1U7Z2NZEBPTBS +0 -0
  1467. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-15IOQ7Q866LHL +0 -0
  1468. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-PH0S0FS4FZTH +0 -0
  1469. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-1LAVUN98HOOJB +0 -0
  1470. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-148LFDX28QMXU +0 -0
  1471. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1B927O3GZDHIN +0 -0
  1472. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZ3JJG43OEG5 +0 -0
  1473. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NFA4NZJSPLTP +0 -0
  1474. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1SZVQVI6V1YUM +0 -0
  1475. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1YTTQM2GV5NBY +0 -0
  1476. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2B5X5ZVNRC9Z2 +0 -0
  1477. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2B9U0FR1YHNN2 +0 -0
  1478. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2NQQLP95EMN1Q +0 -0
  1479. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2O0LREUYM37BQ +0 -0
  1480. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QEIQO92PGP81 +0 -0
  1481. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3HVQ16HJ8OOV +0 -0
  1482. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-8E43YA3PLRG6 +0 -0
  1483. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-D62B7OZRUTRP +0 -0
  1484. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-RC9030GDGYY +0 -0
  1485. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-1VVK2M95O2088 +0 -0
  1486. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-27UPXBDXYNM8C +0 -0
  1487. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-37FC4V0J3MR5S +0 -0
  1488. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-2DW66QNFVIWCK +0 -0
  1489. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-2N6KNAXCNE3OE +0 -0
  1490. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-19KE09ZDXQ6Q3.pcm-3QPGDYQB58MOF +0 -0
  1491. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-19KE09ZDXQ6Q3.pcm-150P6PM5IEQEP +0 -0
  1492. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-1S3278BTAN5YV +0 -0
  1493. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/plugin-tools-description.json +434 -0
  1494. swift_rst_docs-1.0/tests/MySwiftPackage/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt +2 -0
  1495. swift_rst_docs-1.0/tests/MySwiftPackage/.build/build.db +0 -0
  1496. swift_rst_docs-1.0/tests/MySwiftPackage/.build/debug.yaml +69 -0
  1497. swift_rst_docs-1.0/tests/MySwiftPackage/.build/plugin-tools.yaml +69 -0
  1498. swift_rst_docs-1.0/tests/MySwiftPackage/.build/workspace-state.json +14 -0
  1499. swift_rst_docs-1.0/tests/MySwiftPackage/.gitignore +8 -0
  1500. swift_rst_docs-1.0/tests/MySwiftPackage/Package.swift +27 -0
  1501. swift_rst_docs-1.0/tests/MySwiftPackage/Sources/MyOtherSwiftLibrary/MyHiddenSymbols.swift +7 -0
  1502. swift_rst_docs-1.0/tests/MySwiftPackage/Sources/MyOtherSwiftLibrary/MyOtherSwiftLibrary.swift +11 -0
  1503. swift_rst_docs-1.0/tests/MySwiftPackage/Sources/MySwiftLibrary/MySwiftLibrary.swift +74 -0
  1504. swift_rst_docs-1.0/tests/MySwiftPackage/generate-documentation.sh +9 -0
  1505. swift_rst_docs-1.0/tests/__init__.py +141 -0
@@ -0,0 +1,4 @@
1
+ .DS_Store
2
+ __pycache__
3
+ .mypy_cache
4
+ dist/*
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Emma Labbé
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,121 @@
1
+ Metadata-Version: 2.4
2
+ Name: swift-rst-docs
3
+ Version: 1.0
4
+ Summary: Generate RST Swift documentation for Sphinx.
5
+ Project-URL: Homepage, https://git.gatit.es/emma/swift-rst-docs
6
+ Project-URL: Repository, https://git.gatit.es/emma/swift-rst-docs.git
7
+ Author-email: Emma Labbé <emma@labbe.me>
8
+ Maintainer-email: Emma Labbé <emma@labbe.me>
9
+ License-Expression: MIT
10
+ Keywords: documentation,rst,sphinx,swift
11
+ Classifier: Programming Language :: Python
12
+ Requires-Python: >=3.8
13
+ Requires-Dist: beautifulsoup4
14
+ Requires-Dist: pygments
15
+ Requires-Dist: types-pygments
16
+ Description-Content-Type: text/markdown
17
+
18
+ # swift-rst-docs
19
+
20
+ Python library and cli to generate reStructuredText documentation for Swift projects from [SourceKitten](https://github.com/jpsim/SourceKitten) output files to use with [Sphinx](https://www.sphinx-doc.org).
21
+
22
+ This tool assumes the Sphinx output type is HTML because it embeds raw HTML and uses links ending with `.html`.
23
+
24
+ See the [documentation](https://gatit.es/emma/cosas/documentaciones/swift-rst-docs) for API usage and an example of a generated Swift documentation.
25
+
26
+ ## Installation
27
+
28
+ ```bash
29
+ $ pip install swift-rst-docs
30
+ $ brew install sourcekitten
31
+ ```
32
+
33
+ ## Usage
34
+
35
+ You need to generate a JSON file with SourceKitten first.
36
+ To reference symbols in your documentation, place their full name between 4 backticks. For example: ``` ``MyStructure.hello(world:)`` ``` or ``` ``MySwiftLibrary.MyStructure.hello(world:)`` ``` when referencing from another module or the documentation's overview text. This will create a link to the symbol's page.
37
+
38
+ ```bash
39
+ $ sourcekitten doc [--spm] [-- <swift / xcodebuild arguments>] > documentation.json
40
+ ```
41
+
42
+ ### Command Line
43
+
44
+ Run `swift-rst-docs` to generate RST files.
45
+ You can provide multiple JSON paths to generate documentation for multiple modules.
46
+
47
+ ```bash
48
+ $ swift-rst-docs \
49
+ --title MySwiftPackage \
50
+ --output-path swift-docs \
51
+ --documentation-file-path tests/MySwiftPackage/MySwiftLibrary.json \
52
+ --documentation-file-path tests/MySwiftPackage/MyOtherSwiftLibrary.json \
53
+ [...]
54
+ ```
55
+
56
+ This will generate the pages inside the `swift-docs` directory. All the files are placed in the same directory and are named after the unique identifiers ('usr' documentation entry) of the symbols they document.
57
+
58
+ More options:
59
+
60
+ ```bash
61
+ usage: swift-rst-docs [-h] --documentation-file-path DOCUMENTATION_FILE_PATH --output-path OUTPUT_PATH
62
+ --title TITLE [--overview OVERVIEW] [--files FILES] [--symbols SYMBOLS]
63
+ [--min-accessibility {public,internal,fileprivate,private,open}]
64
+
65
+ options:
66
+ -h, --help show this help message and exit
67
+ --documentation-file-path, -d DOCUMENTATION_FILE_PATH
68
+ SourceKitten JSON file path.
69
+ --output-path, -o OUTPUT_PATH
70
+ Output directory path.
71
+ --title, -t TITLE Index title.
72
+ --overview, -v OVERVIEW
73
+ Overview file path or contents.
74
+ --files, -f FILES File names to document. Can be base names or paths relative to any directory in the source
75
+ code. Defaults to all.
76
+ --symbols, -s SYMBOLS
77
+ Symbols to document. Defaults to all.
78
+ --min-accessibility, -a {public,internal,fileprivate,private,open}
79
+ Minimum accessibility of symbols to document. Defaults to public.
80
+ ```
81
+
82
+ ### API
83
+
84
+ You can also use the Python API to programatically generate documentation.
85
+ See the [documentation](https://gatit.es/emma/cosas/documentaciones/swift-rst-docs) for more info.
86
+
87
+ Example:
88
+
89
+ ```python
90
+ from swift_rst_docs import (
91
+ GenerationContext, fetch_documents, generate_documentation
92
+ )
93
+ from swift_rst_docs.types import Accessibility
94
+
95
+ context = GenerationContext(
96
+ index_title="MySwiftPackage",
97
+ overview="Example Sphinx documentation for a Swift Package with two libraries.",
98
+ documented_objects=[
99
+ # Skip MyOtherSwiftLibrary/MyHiddenSymbols.swift
100
+ #
101
+ # The paths are relative to anything:
102
+ # you can just write the base names but if you do so there is no way disambiguate between modules.
103
+ "MySwiftLibrary/MySwiftLibrary.swift",
104
+ "MyOtherSwiftLibrary/MyOtherSwiftLibrary.swift"
105
+ ],
106
+ min_accessibility=Accessibility.PUBLIC
107
+ )
108
+
109
+ # Fetch symbols and writes them to `context`
110
+ for json_path in [
111
+ "MySwiftPackage/MySwiftLibrary.json",
112
+ "MySwiftPackage/MyOtherSwiftLibrary.json",
113
+ ]:
114
+ path = os.path.join(OUTPUT_PATH, json_path)
115
+ fetch_documents(path, context)
116
+
117
+ # Write pages
118
+ for page in generate_documentation(context):
119
+ with open(os.path.join(OUTPUT_PATH, page.file_name), "w+") as f:
120
+ f.write(page.contents)
121
+ ```
@@ -0,0 +1,104 @@
1
+ # swift-rst-docs
2
+
3
+ Python library and cli to generate reStructuredText documentation for Swift projects from [SourceKitten](https://github.com/jpsim/SourceKitten) output files to use with [Sphinx](https://www.sphinx-doc.org).
4
+
5
+ This tool assumes the Sphinx output type is HTML because it embeds raw HTML and uses links ending with `.html`.
6
+
7
+ See the [documentation](https://gatit.es/emma/cosas/documentaciones/swift-rst-docs) for API usage and an example of a generated Swift documentation.
8
+
9
+ ## Installation
10
+
11
+ ```bash
12
+ $ pip install swift-rst-docs
13
+ $ brew install sourcekitten
14
+ ```
15
+
16
+ ## Usage
17
+
18
+ You need to generate a JSON file with SourceKitten first.
19
+ To reference symbols in your documentation, place their full name between 4 backticks. For example: ``` ``MyStructure.hello(world:)`` ``` or ``` ``MySwiftLibrary.MyStructure.hello(world:)`` ``` when referencing from another module or the documentation's overview text. This will create a link to the symbol's page.
20
+
21
+ ```bash
22
+ $ sourcekitten doc [--spm] [-- <swift / xcodebuild arguments>] > documentation.json
23
+ ```
24
+
25
+ ### Command Line
26
+
27
+ Run `swift-rst-docs` to generate RST files.
28
+ You can provide multiple JSON paths to generate documentation for multiple modules.
29
+
30
+ ```bash
31
+ $ swift-rst-docs \
32
+ --title MySwiftPackage \
33
+ --output-path swift-docs \
34
+ --documentation-file-path tests/MySwiftPackage/MySwiftLibrary.json \
35
+ --documentation-file-path tests/MySwiftPackage/MyOtherSwiftLibrary.json \
36
+ [...]
37
+ ```
38
+
39
+ This will generate the pages inside the `swift-docs` directory. All the files are placed in the same directory and are named after the unique identifiers ('usr' documentation entry) of the symbols they document.
40
+
41
+ More options:
42
+
43
+ ```bash
44
+ usage: swift-rst-docs [-h] --documentation-file-path DOCUMENTATION_FILE_PATH --output-path OUTPUT_PATH
45
+ --title TITLE [--overview OVERVIEW] [--files FILES] [--symbols SYMBOLS]
46
+ [--min-accessibility {public,internal,fileprivate,private,open}]
47
+
48
+ options:
49
+ -h, --help show this help message and exit
50
+ --documentation-file-path, -d DOCUMENTATION_FILE_PATH
51
+ SourceKitten JSON file path.
52
+ --output-path, -o OUTPUT_PATH
53
+ Output directory path.
54
+ --title, -t TITLE Index title.
55
+ --overview, -v OVERVIEW
56
+ Overview file path or contents.
57
+ --files, -f FILES File names to document. Can be base names or paths relative to any directory in the source
58
+ code. Defaults to all.
59
+ --symbols, -s SYMBOLS
60
+ Symbols to document. Defaults to all.
61
+ --min-accessibility, -a {public,internal,fileprivate,private,open}
62
+ Minimum accessibility of symbols to document. Defaults to public.
63
+ ```
64
+
65
+ ### API
66
+
67
+ You can also use the Python API to programatically generate documentation.
68
+ See the [documentation](https://gatit.es/emma/cosas/documentaciones/swift-rst-docs) for more info.
69
+
70
+ Example:
71
+
72
+ ```python
73
+ from swift_rst_docs import (
74
+ GenerationContext, fetch_documents, generate_documentation
75
+ )
76
+ from swift_rst_docs.types import Accessibility
77
+
78
+ context = GenerationContext(
79
+ index_title="MySwiftPackage",
80
+ overview="Example Sphinx documentation for a Swift Package with two libraries.",
81
+ documented_objects=[
82
+ # Skip MyOtherSwiftLibrary/MyHiddenSymbols.swift
83
+ #
84
+ # The paths are relative to anything:
85
+ # you can just write the base names but if you do so there is no way disambiguate between modules.
86
+ "MySwiftLibrary/MySwiftLibrary.swift",
87
+ "MyOtherSwiftLibrary/MyOtherSwiftLibrary.swift"
88
+ ],
89
+ min_accessibility=Accessibility.PUBLIC
90
+ )
91
+
92
+ # Fetch symbols and writes them to `context`
93
+ for json_path in [
94
+ "MySwiftPackage/MySwiftLibrary.json",
95
+ "MySwiftPackage/MyOtherSwiftLibrary.json",
96
+ ]:
97
+ path = os.path.join(OUTPUT_PATH, json_path)
98
+ fetch_documents(path, context)
99
+
100
+ # Write pages
101
+ for page in generate_documentation(context):
102
+ with open(os.path.join(OUTPUT_PATH, page.file_name), "w+") as f:
103
+ f.write(page.contents)
104
+ ```
@@ -0,0 +1 @@
1
+ build/*
@@ -0,0 +1,20 @@
1
+ # Minimal makefile for Sphinx documentation
2
+ #
3
+
4
+ # You can set these variables from the command line, and also
5
+ # from the environment for the first two.
6
+ SPHINXOPTS ?=
7
+ SPHINXBUILD ?= sphinx-build
8
+ SOURCEDIR = .
9
+ BUILDDIR = build
10
+
11
+ # Put it first so that "make" without argument is like "make help".
12
+ help:
13
+ @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14
+
15
+ .PHONY: help Makefile
16
+
17
+ # Catch-all target: route all unknown targets to Sphinx using the new
18
+ # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19
+ %: Makefile
20
+ @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@@ -0,0 +1,4 @@
1
+ # Sphinx build info version 1
2
+ # This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3
+ config: 714af83a85c4e7cbce835b4a9db4a2eb
4
+ tags: 645f666f9bcd5a90fca523b33c5a78b7
@@ -0,0 +1,41 @@
1
+ CLI Usage
2
+ =========
3
+
4
+ Run ``swift-rst-docs`` to generate RST files.
5
+ You can provide multiple JSON paths to generate documentation for multiple modules.
6
+
7
+ .. code-block:: bash
8
+
9
+ $ swift-rst-docs \
10
+ --title MySwiftPackage \
11
+ --output-path swift-docs \
12
+ --documentation-file-path tests/MySwiftPackage/MySwiftLibrary.json \
13
+ --documentation-file-path tests/MySwiftPackage/MyOtherSwiftLibrary.json \
14
+ [...]
15
+
16
+ This will generate the pages inside the ``swift-docs`` directory. All the files are placed in the same directory and are named after the unique identifiers (``usr`` documentation entry) of the symbols they document.
17
+
18
+ More options:
19
+
20
+ .. code-block:: bash
21
+
22
+ usage: swift-rst-docs [-h] --documentation-file-path DOCUMENTATION_FILE_PATH --output-path OUTPUT_PATH
23
+ --title TITLE [--overview OVERVIEW] [--files FILES] [--symbols SYMBOLS]
24
+ [--min-accessibility {public,internal,fileprivate,private,open}]
25
+
26
+ options:
27
+ -h, --help show this help message and exit
28
+ --documentation-file-path, -d DOCUMENTATION_FILE_PATH
29
+ SourceKitten JSON file path.
30
+ --output-path, -o OUTPUT_PATH
31
+ Output directory path.
32
+ --title, -t TITLE Index title.
33
+ --overview, -v OVERVIEW
34
+ Overview file path or contents.
35
+ --files, -f FILES File names to document. Can be base names or paths relative to any directory in the source
36
+ code. Defaults to all.
37
+ --symbols, -s SYMBOLS
38
+ Symbols to document. Defaults to all.
39
+ --min-accessibility, -a {public,internal,fileprivate,private,open}
40
+ Minimum accessibility of symbols to document. Defaults to public.
41
+
@@ -0,0 +1,85 @@
1
+ .. swift-rst-docs documentation master file, created by
2
+ sphinx-quickstart on Wed Apr 15 03:32:14 2026.
3
+ You can adapt this file completely to your liking, but it should at least
4
+ contain the root `toctree` directive.
5
+
6
+ swift-rst-docs
7
+ ==============
8
+
9
+ Python library and CLI to generate reStructuredText documentation for Swift projects from `SourceKitten <https://github.com/jpsim/SourceKitten>`_ output files to use with `Sphinx <https://www.sphinx-doc.org>`_ HTML output.
10
+
11
+ Document
12
+ --------
13
+
14
+ .. toctree::
15
+ :maxdepth: 2
16
+ :caption: Contents
17
+
18
+ cli
19
+ reference
20
+
21
+ .. toctree::
22
+ :maxdepth: 2
23
+ :caption: Example Output
24
+
25
+ swift/index
26
+
27
+
28
+ Installation
29
+ ------------
30
+
31
+ .. code-block:: bash
32
+
33
+ $ pip install swift-rst-docs
34
+
35
+ API Usage
36
+ ---------
37
+
38
+ You need to generate a JSON file with SourceKitten first.
39
+ To reference symbols in your documentation, place their full name between 4 backticks. For example: ````MyStructure.hello(world:)\`\``` or ````MySwiftLibrary.MyStructure.hello(world:)```` when referencing from another module or the documentation's overview text. This will create a link to the symbol's page.
40
+
41
+ .. code-block:: bash
42
+
43
+ $ sourcekitten doc [--spm] [-- <swift / xcodebuild arguments>] > documentation.json
44
+
45
+ API Example
46
+ -----------
47
+
48
+ First, create a :py:class:`swift_rst_docs.types.GenerationContext` object and populate it with your options.
49
+ Then call :py:func:`swift_rst_docs.doc.fetch_documents` for each JSON file you want to process.
50
+ And finally, call :py:func:`swift_rst_docs.doc.generate_documentation` to generate and return all the documentation RST files.
51
+
52
+ .. code-block:: python
53
+
54
+ from swift_rst_docs import (
55
+ GenerationContext, fetch_documents, generate_documentation
56
+ )
57
+ from swift_rst_docs.types import Accessibility
58
+
59
+ context = GenerationContext(
60
+ index_title="MySwiftPackage",
61
+ overview="Example Sphinx documentation for a Swift Package with two libraries.",
62
+ documented_objects=[
63
+ # Skip MyOtherSwiftLibrary/MyHiddenSymbols.swift
64
+ #
65
+ # The paths are relative to anything:
66
+ # you can just write the base names but if you do so there is no way disambiguate between modules.
67
+ "MySwiftLibrary/MySwiftLibrary.swift",
68
+ "MyOtherSwiftLibrary/MyOtherSwiftLibrary.swift"
69
+ ],
70
+ min_accessibility=Accessibility.PUBLIC
71
+ )
72
+
73
+ # Fetch symbols and writes them to `context`
74
+ for json_path in [
75
+ "MySwiftPackage/MySwiftLibrary.json",
76
+ "MySwiftPackage/MyOtherSwiftLibrary.json",
77
+ ]:
78
+ path = os.path.join(OUTPUT_PATH, json_path)
79
+ fetch_documents(path, context)
80
+
81
+ # Write pages
82
+ for page in generate_documentation(context):
83
+ with open(os.path.join(OUTPUT_PATH, page.file_name), "w+") as f:
84
+ f.write(page.contents)
85
+
@@ -0,0 +1,37 @@
1
+ API Reference
2
+ =============
3
+
4
+ .. automodule:: swift_rst_docs
5
+
6
+
7
+ Generation
8
+ ----------
9
+
10
+ .. autofunction:: swift_rst_docs.fetch_documents
11
+ .. autofunction:: swift_rst_docs.generate_documentation
12
+ .. autofunction:: swift_rst_docs.GenerationContext
13
+ .. autofunction:: swift_rst_docs.main
14
+
15
+ Parsing
16
+ -------
17
+
18
+ .. autofunction:: swift_rst_docs.parse
19
+ .. autofunction:: swift_rst_docs.fetch_fullnames
20
+ .. autofunction:: swift_rst_docs.replace_links
21
+ .. autofunction:: swift_rst_docs.highlight_statement
22
+ .. autofunction:: swift_rst_docs.prettify_swift_declaration
23
+
24
+ Types
25
+ -----
26
+
27
+ .. autoclass:: swift_rst_docs.Accessibility
28
+ .. autoclass:: swift_rst_docs.AnnotatedDeclaration
29
+ .. autoclass:: swift_rst_docs.Annotation
30
+ .. autoclass:: swift_rst_docs.DeclarationKind
31
+ .. autoclass:: swift_rst_docs.Documentation
32
+ .. autoclass:: swift_rst_docs.MARK
33
+ .. autoclass:: swift_rst_docs.MainPage
34
+ .. autoclass:: swift_rst_docs.ModulePage
35
+ .. autoclass:: swift_rst_docs.Page
36
+ .. autoclass:: swift_rst_docs.Structure
37
+ .. autoclass:: swift_rst_docs.Symbol
@@ -0,0 +1,33 @@
1
+ MyOtherSwiftLibrary
2
+ ===================
3
+
4
+
5
+
6
+ .. raw:: html
7
+
8
+ <style>
9
+ .doc-link {
10
+ font-family: var(--font-stack--monospace);
11
+ }
12
+ </style>
13
+
14
+ <script type="text/javascript">
15
+ window.onload = function() {
16
+ document.querySelectorAll("a[href*='#doclink']").forEach(function(link) {
17
+ link.classList.add("doc-link");
18
+ link.href = link.href.replace("#doclink", "");
19
+ });
20
+ }
21
+ </script>
22
+
23
+ .. code-block:: swift
24
+
25
+ import MyOtherSwiftLibrary
26
+
27
+
28
+ .. toctree::
29
+ :maxdepth: 1
30
+ :caption: Functions
31
+
32
+ s_19MyOtherSwiftLibrary5Hello6animalSS0acD06AnimalO_tF
33
+
@@ -0,0 +1,45 @@
1
+ MySwiftLibrary
2
+ ==============
3
+
4
+
5
+
6
+ .. raw:: html
7
+
8
+ <style>
9
+ .doc-link {
10
+ font-family: var(--font-stack--monospace);
11
+ }
12
+ </style>
13
+
14
+ <script type="text/javascript">
15
+ window.onload = function() {
16
+ document.querySelectorAll("a[href*='#doclink']").forEach(function(link) {
17
+ link.classList.add("doc-link");
18
+ link.href = link.href.replace("#doclink", "");
19
+ });
20
+ }
21
+ </script>
22
+
23
+ .. code-block:: swift
24
+
25
+ import MySwiftLibrary
26
+
27
+
28
+ .. toctree::
29
+ :maxdepth: 1
30
+ :caption: Structures
31
+
32
+ s_14MySwiftLibrary0A9StructureV
33
+
34
+ .. toctree::
35
+ :maxdepth: 1
36
+ :caption: Protocols
37
+
38
+ s_14MySwiftLibrary0A8ProtocolP
39
+
40
+ .. toctree::
41
+ :maxdepth: 1
42
+ :caption: Enumerations
43
+
44
+ s_14MySwiftLibrary6AnimalO
45
+
@@ -0,0 +1,30 @@
1
+ MySwiftPackage
2
+ ==============
3
+
4
+ Example Sphinx documentation for a Swift Package with two libraries.
5
+
6
+
7
+ .. raw:: html
8
+
9
+ <style>
10
+ .doc-link {
11
+ font-family: var(--font-stack--monospace);
12
+ }
13
+ </style>
14
+
15
+ <script type="text/javascript">
16
+ window.onload = function() {
17
+ document.querySelectorAll("a[href*='#doclink']").forEach(function(link) {
18
+ link.classList.add("doc-link");
19
+ link.href = link.href.replace("#doclink", "");
20
+ });
21
+ }
22
+ </script>
23
+
24
+ .. toctree::
25
+ :maxdepth: 2
26
+ :caption: Modules
27
+
28
+ MySwiftLibrary
29
+ MyOtherSwiftLibrary
30
+
@@ -0,0 +1,64 @@
1
+ ``MyProtocol``
2
+ ==============
3
+
4
+ .. index:: s:14MySwiftLibrary0A8ProtocolP
5
+
6
+ A protocol.
7
+
8
+
9
+
10
+ .. raw:: html
11
+
12
+ <style>
13
+ .doc-link {
14
+ font-family: var(--font-stack--monospace);
15
+ }
16
+ </style>
17
+
18
+ <script type="text/javascript">
19
+ window.onload = function() {
20
+ document.querySelectorAll("a[href*='#doclink']").forEach(function(link) {
21
+ link.classList.add("doc-link");
22
+ link.href = link.href.replace("#doclink", "");
23
+ });
24
+ }
25
+ </script>
26
+
27
+
28
+
29
+ .. raw:: html
30
+
31
+ <style>
32
+ .toctree-wrapper ul {
33
+ list-style-type: none;
34
+ padding-left: 0;
35
+ margin-left: 0;
36
+ }
37
+
38
+ .toctree-l1 {
39
+ list-style: none;
40
+ }
41
+
42
+ .main .toctree-l1 > a > code > .pre { font-size: 120% !important; }
43
+ </style>
44
+
45
+ Declaration
46
+ -----------
47
+
48
+
49
+ .. raw:: html
50
+
51
+ <div class="highlight"><pre><span></span><span class="kd">protocol</span><span class="w"> </span><span class="nc">MyProtocol</span>
52
+ </pre></div>
53
+
54
+
55
+ Functions
56
+ ---------
57
+ .. toctree::
58
+ :maxdepth: 1
59
+
60
+ s_14MySwiftLibrary0A8ProtocolP3foo3barS2S_tF
61
+
62
+ Documentation text.
63
+
64
+