|
32 | 32 | <DirectoryRef Id="_usr_share">
|
33 | 33 | <Directory Id="_usr_share_clang" Name="clang" />
|
34 | 34 | <Directory Id="_usr_share_swift" Name="swift" />
|
| 35 | + <Directory Id="_usr_share_doc" Name="doc"> |
| 36 | + <Directory Id="_usr_share_doc_swift" Name="swift"> |
| 37 | + <Directory Id="_usr_share_doc_swift_diagnostics" Name="diagnostics"> |
| 38 | + </Directory> |
| 39 | + </Directory> |
| 40 | + </Directory> |
35 | 41 | </DirectoryRef>
|
36 | 42 |
|
37 | 43 | <ComponentGroup Id="cmark_gfm" Directory="_usr_bin">
|
|
266 | 272 | </Component>
|
267 | 273 | </ComponentGroup>
|
268 | 274 |
|
| 275 | + <ComponentGroup Id="SwiftEducationalNotes" Directory="_usr_share_doc_swift_diagnostics"> |
| 276 | + <Component> |
| 277 | + <File Source="$(TOOLCHAIN_ROOT)\usr\share\doc\swift\diagnostics\complex-closure-inference.md" /> |
| 278 | + </Component> |
| 279 | + <Component> |
| 280 | + <File Source="$(TOOLCHAIN_ROOT)\usr\share\doc\swift\diagnostics\dynamic-callable-requirements.md" /> |
| 281 | + </Component> |
| 282 | + <Component> |
| 283 | + <File Source="$(TOOLCHAIN_ROOT)\usr\share\doc\swift\diagnostics\error-in-future-swift-version.md" /> |
| 284 | + </Component> |
| 285 | + <Component> |
| 286 | + <File Source="$(TOOLCHAIN_ROOT)\usr\share\doc\swift\diagnostics\existential-member-access-limitations.md" /> |
| 287 | + </Component> |
| 288 | + <Component> |
| 289 | + <File Source="$(TOOLCHAIN_ROOT)\usr\share\doc\swift\diagnostics\multiple-inheritance.md" /> |
| 290 | + </Component> |
| 291 | + <Component> |
| 292 | + <File Source="$(TOOLCHAIN_ROOT)\usr\share\doc\swift\diagnostics\nominal-types.md" /> |
| 293 | + </Component> |
| 294 | + <Component> |
| 295 | + <File Source="$(TOOLCHAIN_ROOT)\usr\share\doc\swift\diagnostics\opaque-type-inference.md" /> |
| 296 | + </Component> |
| 297 | + <Component> |
| 298 | + <File Source="$(TOOLCHAIN_ROOT)\usr\share\doc\swift\diagnostics\property-wrapper-requirements.md" /> |
| 299 | + </Component> |
| 300 | + <Component> |
| 301 | + <File Source="$(TOOLCHAIN_ROOT)\usr\share\doc\swift\diagnostics\protocol-type-non-conformance.md" /> |
| 302 | + </Component> |
| 303 | + <Component> |
| 304 | + <File Source="$(TOOLCHAIN_ROOT)\usr\share\doc\swift\diagnostics\result-builder-methods.md" /> |
| 305 | + </Component> |
| 306 | + <Component> |
| 307 | + <File Source="$(TOOLCHAIN_ROOT)\usr\share\doc\swift\diagnostics\string-interpolation-conformance.md" /> |
| 308 | + </Component> |
| 309 | + <Component> |
| 310 | + <File Source="$(TOOLCHAIN_ROOT)\usr\share\doc\swift\diagnostics\temporary-pointers.md" /> |
| 311 | + </Component> |
| 312 | + <Component> |
| 313 | + <File Source="$(TOOLCHAIN_ROOT)\usr\share\doc\swift\diagnostics\trailing-closure-matching.md" /> |
| 314 | + </Component> |
| 315 | + </ComponentGroup> |
| 316 | + |
269 | 317 | <ComponentGroup Id="SwiftFeatures" Directory="_usr_share_swift">
|
270 | 318 | <Component>
|
271 | 319 | <File Source="$(TOOLCHAIN_ROOT)\usr\share\swift\features.json" />
|
|
308 | 356 | <ComponentGroup Id="swift" Directory="_usr_bin">
|
309 | 357 | <ComponentGroupRef Id="SwiftCxx" />
|
310 | 358 | <ComponentGroupRef Id="SwiftDemangle" />
|
| 359 | + <ComponentGroupRef Id="SwiftEducationalNotes" /> |
311 | 360 | <ComponentGroupRef Id="SwiftFeatures" />
|
312 | 361 | <ComponentGroupRef Id="SwiftMigrator" />
|
313 | 362 |
|
|
0 commit comments