Skip to content

Commit 983936e

Browse files
authored
Add _Runtime and Reflection to Windows installer (swiftlang#175)
* Add _Runtime and Reflection to Windows installer * Add missing on x86 and sort
1 parent 4068332 commit 983936e

File tree

6 files changed

+156
-24
lines changed

6 files changed

+156
-24
lines changed

platforms/Windows/runtime-amd64.wxs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@
108108
<Component Id="FoundationXML.pdb" Guid="97bc6b02-8ac0-4a28-a032-7ebe1dd0d496">
109109
<File Id="FoundationXML.pdb" Source="$(var.SDK_ROOT)\usr\bin\FoundationXML.pdb" Checksum="yes" DiskId="2" />
110110
</Component>
111+
<Component Id="swiftReflection.pdb" Guid="2151438b-4ae9-4ca1-823a-c18e3229f2e1">
112+
<File Id="swiftReflection.pdb" Source="$(var.SDK_ROOT)\usr\bin\swiftReflection.pdb" Checksum="yes" DiskId="2" />
113+
</Component>
114+
<Component Id="swift_Runtime.pdb" Guid="21e51dd8-234d-4a98-b920-436086758074">
115+
<File Id="swift_Runtime.pdb" Source="$(var.SDK_ROOT)\usr\bin\swift_Runtime.pdb" Checksum="yes" DiskId="2" />
116+
</Component>
111117
<Component Id="swift_Concurrency.pdb" Guid="433dd15e-f72c-4294-9bf5-0be4771d1c10">
112118
<File Id="swift_Concurrency.pdb" Source="$(var.SDK_ROOT)\usr\bin\swift_Concurrency.pdb" Checksum="yes" DiskId="2" />
113119
</Component>

platforms/Windows/runtime-arm64.wxs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
<Component Id="FoundationXML.dll" Guid="959fd680-b5b7-4c1d-bdd2-6c019a611874">
4343
<File Id="FoundationXML.dll" Source="$(var.SDK_ROOT)\usr\bin\FoundationXML.dll" Checksum="yes" />
4444
</Component>
45+
<Component Id="swiftReflection.dll" Guid="a02ca3fb-0f04-416a-8702-982c3cce58b2">
46+
<File Id="swiftReflection.dll" Source="$(var.SDK_ROOT)\usr\bin\swiftReflection.dll" Checksum="yes" />
47+
</Component>
48+
<Component Id="swift_Runtime.dll" Guid="07de8108-867a-4992-8ca7-91e9a98c6b73">
49+
<File Id="swift_Runtime.dll" Source="$(var.SDK_ROOT)\usr\bin\swift_Runtime.dll" Checksum="yes" />
50+
</Component>
4551
<Component Id="swift_Concurrency.dll" Guid="67373728-5a66-401f-b62d-dc7ced8b87e8">
4652
<File Id="swift_Concurrency.dll" Source="$(var.SDK_ROOT)\usr\bin\swift_Concurrency.dll" Checksum="yes" />
4753
</Component>

platforms/Windows/runtime-x86.wxs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
<Component Id="FoundationXML.dll" Guid="154951da-1a4a-4034-b318-51aa3069a512">
4242
<File Id="FoundationXML.dll" Source="$(var.SDK_ROOT)\usr\bin\FoundationXML.dll" Checksum="yes" />
4343
</Component>
44+
<Component Id="swiftReflection.dll" Guid="2d718d10-4286-4343-a440-4757acf0f801">
45+
<File Id="swiftReflection.dll" Source="$(var.SDK_ROOT)\usr\bin\swiftReflection.dll" Checksum="yes" />
46+
</Component>
47+
<Component Id="swift_Runtime.dll" Guid="3b8a6626-28c4-4ddc-9085-07963027144b">
48+
<File Id="swift_Runtime.dll" Source="$(var.SDK_ROOT)\usr\bin\swift_Runtime.dll" Checksum="yes" />
49+
</Component>
4450
<Component Id="swift_Concurrency.dll" Guid="08d4e353-00af-4db0-9c55-2ea50eeddeb7">
4551
<File Id="swift_Concurrency.dll" Source="$(var.SDK_ROOT)\usr\bin\swift_Concurrency.dll" Checksum="yes" />
4652
</Component>

platforms/Windows/sdk-amd64.wxs

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
<Directory Id="WindowsSDK_usr_lib_swift_shims" Name="shims">
6363
</Directory>
6464
<Directory Id="WindowsSDK_usr_lib_swift_windows" Name="windows">
65+
<Directory Id="Reflection.swiftmodule" Name="Reflection.swiftmodule">
66+
</Directory>
67+
<Directory Id="_Runtime.swiftmodule" Name="_Runtime.swiftmodule">
68+
</Directory>
6569
<Directory Id="_Concurrency.swiftmodule" Name="_Concurrency.swiftmodule">
6670
</Directory>
6771
<Directory Id="_Differentiation.swiftmodule" Name="_Differentiation.swiftmodule">
@@ -240,6 +244,38 @@
240244
</Component>
241245
</ComponentGroup>
242246

247+
<ComponentGroup Id="Reflection">
248+
<Component Id="Reflection.swiftdoc" Directory="Reflection.swiftmodule" Guid="98d36176-7410-4a95-93d4-41360531e782">
249+
<File Id="Reflection.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\Reflection.swiftmodule\x86_64-unknown-windows-msvc.swiftdoc" Checksum="yes" />
250+
</Component>
251+
<Component Id="Reflection.swiftinterface" Directory="Reflection.swiftmodule" Guid="8b01ffe8-4119-4ddf-9b45-9a66c33965d5">
252+
<File Id="Reflection.swiftinterface" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\Reflection.swiftmodule\x86_64-unknown-windows-msvc.swiftinterface" Checksum="yes" />
253+
</Component>
254+
<Component Id="Reflection.swiftmodule" Directory="Reflection.swiftmodule" Guid="c06e5076-aa5a-4eb4-8b01-de9b2d457b5f">
255+
<File Id="Reflection.swiftmodule" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\Reflection.swiftmodule\x86_64-unknown-windows-msvc.swiftmodule" Checksum="yes" />
256+
</Component>
257+
258+
<Component Id="swiftReflection.lib" Directory="WindowsSDK_usr_lib_swift_windows_x86_64" Guid="a87d749e-f9ef-446f-b34a-25af295abebc">
259+
<File Id="swiftReflection.lib" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\x86_64\swiftReflection.lib" Checksum="yes" />
260+
</Component>
261+
</ComponentGroup>
262+
263+
<ComponentGroup Id="_Runtime">
264+
<Component Id="_Runtime.swiftdoc" Directory="_Runtime.swiftmodule" Guid="e66c5343-54b8-4be9-9fc2-26b5d634944f">
265+
<File Id="_Runtime.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\_Runtime.swiftmodule\x86_64-unknown-windows-msvc.swiftdoc" Checksum="yes" />
266+
</Component>
267+
<Component Id="_Runtime.swiftinterface" Directory="_Runtime.swiftmodule" Guid="2ca3764f-2c1e-4f0f-85a8-b8f14ed4db5f">
268+
<File Id="_Runtime.swiftinterface" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\_Runtime.swiftmodule\x86_64-unknown-windows-msvc.swiftinterface" Checksum="yes" />
269+
</Component>
270+
<Component Id="_Runtime.swiftmodule" Directory="_Runtime.swiftmodule" Guid="5923b211-b0bf-4e0d-9d80-425c5b12383f">
271+
<File Id="_Runtime.swiftmodule" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\_Runtime.swiftmodule\x86_64-unknown-windows-msvc.swiftmodule" Checksum="yes" />
272+
</Component>
273+
274+
<Component Id="swift_Runtime.lib" Directory="WindowsSDK_usr_lib_swift_windows_x86_64" Guid="44c6e16b-46c0-4578-8fb4-ef26f0646168">
275+
<File Id="swift_Runtime.lib" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\x86_64\swift_Runtime.lib" Checksum="yes" />
276+
</Component>
277+
</ComponentGroup>
278+
243279
<ComponentGroup Id="_Concurrency">
244280
<Component Id="_Concurrency.swiftdoc" Directory="_Concurrency.swiftmodule" Guid="037314fe-f333-4ce4-b3bc-28947337032c">
245281
<File Id="_Concurrency.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\_Concurrency.swiftmodule\x86_64-unknown-windows-msvc.swiftdoc" Checksum="yes" />
@@ -493,23 +529,25 @@
493529

494530
<!-- Features -->
495531
<Feature Id="WinX64SDK" Absent="disallow" AllowAdvertise="yes" ConfigurableDirectory="INSTALLDIR" Description="Swift SDK for Windows x86_64" Level="1" Title="Swift SDK for Windows x86_64">
496-
<ComponentGroupRef Id="XCTest" />
497-
<ComponentGroupRef Id="dispatch" />
498532
<ComponentGroupRef Id="BlocksRuntime" />
499-
<ComponentGroupRef Id="SwiftRemoteMirror" />
500-
<ComponentGroupRef Id="_Concurrency" />
501-
<ComponentGroupRef Id="_Differentiation" />
502-
<ComponentGroupRef Id="Distributed" />
503-
<ComponentGroupRef Id="_RegexParser" />
504-
<ComponentGroupRef Id="_StringProcessing" />
505533
<ComponentGroupRef Id="CRT" />
506534
<ComponentGroupRef Id="CXX" />
535+
<ComponentGroupRef Id="Distributed" />
507536
<ComponentGroupRef Id="Foundation" />
508537
<ComponentGroupRef Id="FoundationNetworking" />
509538
<ComponentGroupRef Id="FoundationXML" />
539+
<ComponentGroupRef Id="Reflection" />
510540
<ComponentGroupRef Id="Swift" />
511541
<ComponentGroupRef Id="SwiftOnoneSupport" />
542+
<ComponentGroupRef Id="SwiftRemoteMirror" />
512543
<ComponentGroupRef Id="WinSDK" />
544+
<ComponentGroupRef Id="XCTest" />
545+
<ComponentGroupRef Id="_Concurrency" />
546+
<ComponentGroupRef Id="_Differentiation" />
547+
<ComponentGroupRef Id="_RegexParser" />
548+
<ComponentGroupRef Id="_Runtime" />
549+
<ComponentGroupRef Id="_StringProcessing" />
550+
<ComponentGroupRef Id="dispatch" />
513551

514552
<ComponentGroupRef Id="SwiftShims" />
515553
<ComponentGroupRef Id="CXXShims" />

platforms/Windows/sdk-arm64.wxs

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
<Directory Id="WindowsSDK_usr_lib_swift_shims" Name="shims">
6363
</Directory>
6464
<Directory Id="WindowsSDK_usr_lib_swift_windows" Name="windows">
65+
<Directory Id="Reflection.swiftmodule" Name="Reflection.swiftmodule">
66+
</Directory>
67+
<Directory Id="_Runtime.swiftmodule" Name="_Runtime.swiftmodule">
68+
</Directory>
6569
<Directory Id="_Concurrency.swiftmodule" Name="_Concurrency.swiftmodule">
6670
</Directory>
6771
<Directory Id="_Differentiation.swiftmodule" Name="_Differentiation.swiftmodule">
@@ -240,6 +244,38 @@
240244
</Component>
241245
</ComponentGroup>
242246

247+
<ComponentGroup Id="Reflection">
248+
<Component Id="Reflection.swiftdoc" Directory="Reflection.swiftmodule" Guid="dbfe23ed-3137-42c3-805c-5395a96a3f27">
249+
<File Id="Reflection.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\Reflection.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" Checksum="yes" />
250+
</Component>
251+
<Component Id="Reflection.swiftinterface" Directory="Reflection.swiftmodule" Guid="48e0bfb3-73e6-4f54-8cf7-13611f576f84">
252+
<File Id="Reflection.swiftinterface" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\Reflection.swiftmodule\aarch64-unknown-windows-msvc.swiftinterface" Checksum="yes" />
253+
</Component>
254+
<Component Id="Reflection.swiftmodule" Directory="Reflection.swiftmodule" Guid="a3d092dd-4d8f-4b85-b1e6-778099be6880">
255+
<File Id="Reflection.swiftmodule" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\Reflection.swiftmodule\aarch64-unknown-windows-msvc.swiftmodule" Checksum="yes" />
256+
</Component>
257+
258+
<Component Id="swiftReflection.lib" Directory="WindowsSDK_usr_lib_swift_windows_aarch64" Guid="0e494f73-0b59-4ddf-afe2-3084b6c8a1b7">
259+
<File Id="swiftReflection.lib" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\aarch64\swiftReflection.lib" Checksum="yes" />
260+
</Component>
261+
</ComponentGroup>
262+
263+
<ComponentGroup Id="_Runtime">
264+
<Component Id="_Runtime.swiftdoc" Directory="_Runtime.swiftmodule" Guid="395104b1-03c0-4a31-9d67-0fb4a2ebbd77">
265+
<File Id="_Runtime.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\_Runtime.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" Checksum="yes" />
266+
</Component>
267+
<Component Id="_Runtime.swiftinterface" Directory="_Runtime.swiftmodule" Guid="2125240d-1be9-46c3-b99a-c4e84f888b82">
268+
<File Id="_Runtime.swiftinterface" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\_Runtime.swiftmodule\aarch64-unknown-windows-msvc.swiftinterface" Checksum="yes" />
269+
</Component>
270+
<Component Id="_Runtime.swiftmodule" Directory="_Runtime.swiftmodule" Guid="5e8a00f0-eb62-4473-b61c-82e8185140a3">
271+
<File Id="_Runtime.swiftmodule" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\_Runtime.swiftmodule\aarch64-unknown-windows-msvc.swiftmodule" Checksum="yes" />
272+
</Component>
273+
274+
<Component Id="swift_Runtime.lib" Directory="WindowsSDK_usr_lib_swift_windows_aarch64" Guid="7be7efd9-0f81-4fe0-b765-b4e6c6c918dc">
275+
<File Id="swift_Runtime.lib" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\aarch64\swift_Runtime.lib" Checksum="yes" />
276+
</Component>
277+
</ComponentGroup>
278+
243279
<ComponentGroup Id="_Concurrency">
244280
<Component Id="_Concurrency.swiftdoc" Directory="_Concurrency.swiftmodule" Guid="35d5d47a-fc38-4c00-949f-8647dc58540f">
245281
<File Id="_Concurrency.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\_Concurrency.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" Checksum="yes" />
@@ -493,23 +529,25 @@
493529

494530
<!-- Features -->
495531
<Feature Id="WinARM64SDK" Absent="disallow" AllowAdvertise="yes" ConfigurableDirectory="INSTALLDIR" Description="Swift SDK for Windows aarch64" Level="1" Title="Swift SDK for Windows aarch64">
496-
<ComponentGroupRef Id="XCTest" />
497-
<ComponentGroupRef Id="dispatch" />
498532
<ComponentGroupRef Id="BlocksRuntime" />
499-
<ComponentGroupRef Id="SwiftRemoteMirror" />
500-
<ComponentGroupRef Id="_Concurrency" />
501-
<ComponentGroupRef Id="_Differentiation" />
502-
<ComponentGroupRef Id="Distributed" />
503-
<ComponentGroupRef Id="_RegexParser" />
504-
<ComponentGroupRef Id="_StringProcessing" />
505533
<ComponentGroupRef Id="CRT" />
506534
<ComponentGroupRef Id="CXX" />
535+
<ComponentGroupRef Id="Distributed" />
507536
<ComponentGroupRef Id="Foundation" />
508537
<ComponentGroupRef Id="FoundationNetworking" />
509538
<ComponentGroupRef Id="FoundationXML" />
539+
<ComponentGroupRef Id="Reflection" />
510540
<ComponentGroupRef Id="Swift" />
511541
<ComponentGroupRef Id="SwiftOnoneSupport" />
542+
<ComponentGroupRef Id="SwiftRemoteMirror" />
512543
<ComponentGroupRef Id="WinSDK" />
544+
<ComponentGroupRef Id="XCTest" />
545+
<ComponentGroupRef Id="_Concurrency" />
546+
<ComponentGroupRef Id="_Differentiation" />
547+
<ComponentGroupRef Id="_RegexParser" />
548+
<ComponentGroupRef Id="_Runtime" />
549+
<ComponentGroupRef Id="_StringProcessing" />
550+
<ComponentGroupRef Id="dispatch" />
513551

514552
<ComponentGroupRef Id="SwiftShims" />
515553
<ComponentGroupRef Id="CXXShims" />

platforms/Windows/sdk-x86.wxs

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
<Directory Id="WindowsSDK_usr_lib_swift_shims" Name="shims">
6363
</Directory>
6464
<Directory Id="WindowsSDK_usr_lib_swift_windows" Name="windows">
65+
<Directory Id="Reflection.swiftmodule" Name="Reflection.swiftmodule">
66+
</Directory>
67+
<Directory Id="_Runtime.swiftmodule" Name="_Runtime.swiftmodule">
68+
</Directory>
6569
<Directory Id="_Concurrency.swiftmodule" Name="_Concurrency.swiftmodule">
6670
</Directory>
6771
<Directory Id="_Differentiation.swiftmodule" Name="_Differentiation.swiftmodule">
@@ -240,6 +244,38 @@
240244
</Component>
241245
</ComponentGroup>
242246

247+
<ComponentGroup Id="Reflection">
248+
<Component Id="Reflection.swiftdoc" Directory="Reflection.swiftmodule" Guid="7d20d217-c642-44cd-8774-5d13d5d1d440">
249+
<File Id="Reflection.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\Reflection.swiftmodule\i686-unknown-windows-msvc.swiftdoc" Checksum="yes" />
250+
</Component>
251+
<Component Id="Reflection.swiftinterface" Directory="Reflection.swiftmodule" Guid="2050a6e5-42fe-401d-bec9-cbb3dbf44e89">
252+
<File Id="Reflection.swiftinterface" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\Reflection.swiftmodule\i686-unknown-windows-msvc.swiftinterface" Checksum="yes" />
253+
</Component>
254+
<Component Id="Reflection.swiftmodule" Directory="Reflection.swiftmodule" Guid="0ca35b3e-1b9b-42b5-ba7a-59c95a92fa55">
255+
<File Id="Reflection.swiftmodule" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\Reflection.swiftmodule\i686-unknown-windows-msvc.swiftmodule" Checksum="yes" />
256+
</Component>
257+
258+
<Component Id="swiftReflection.lib" Directory="WindowsSDK_usr_lib_swift_windows_i686" Guid="304f413d-6640-4a06-aa64-8a9c33c7dd73">
259+
<File Id="swiftReflection.lib" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\i686\swiftReflection.lib" Checksum="yes" />
260+
</Component>
261+
</ComponentGroup>
262+
263+
<ComponentGroup Id="_Runtime">
264+
<Component Id="_Runtime.swiftdoc" Directory="_Runtime.swiftmodule" Guid="e4001f72-392e-4205-ba92-ed4b5a477cc1">
265+
<File Id="_Runtime.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\_Runtime.swiftmodule\i686-unknown-windows-msvc.swiftdoc" Checksum="yes" />
266+
</Component>
267+
<Component Id="_Runtime.swiftinterface" Directory="_Runtime.swiftmodule" Guid="6aa0d039-bf3e-4cc9-8364-4b8a2e88c84e">
268+
<File Id="_Runtime.swiftinterface" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\_Runtime.swiftmodule\i686-unknown-windows-msvc.swiftinterface" Checksum="yes" />
269+
</Component>
270+
<Component Id="_Runtime.swiftmodule" Directory="_Runtime.swiftmodule" Guid="f9f10cf0-d59b-4f60-9efc-a17226f5f590">
271+
<File Id="_Runtime.swiftmodule" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\_Runtime.swiftmodule\i686-unknown-windows-msvc.swiftmodule" Checksum="yes" />
272+
</Component>
273+
274+
<Component Id="swift_Runtime.lib" Directory="WindowsSDK_usr_lib_swift_windows_i686" Guid="f4462968-709d-44bc-8657-16e654946e3e">
275+
<File Id="swift_Runtime.lib" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\i686\swift_Runtime.lib" Checksum="yes" />
276+
</Component>
277+
</ComponentGroup>
278+
243279
<ComponentGroup Id="_Concurrency">
244280
<Component Id="_Concurrency.swiftdoc" Directory="_Concurrency.swiftmodule" Guid="6e17d82a-42d9-4894-8778-dcc8eca37a3b">
245281
<File Id="_Concurrency.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\_Concurrency.swiftmodule\i686-unknown-windows-msvc.swiftdoc" Checksum="yes" />
@@ -487,23 +523,25 @@
487523

488524
<!-- Features -->
489525
<Feature Id="Win32SDK" Absent="disallow" AllowAdvertise="yes" ConfigurableDirectory="INSTALLDIR" Description="Swift SDK for Windows i686" Level="1" Title="Swift SDK for Windows i686">
490-
<ComponentGroupRef Id="XCTest" />
491-
<ComponentGroupRef Id="dispatch" />
492526
<ComponentGroupRef Id="BlocksRuntime" />
493-
<ComponentGroupRef Id="SwiftRemoteMirror" />
494-
<ComponentGroupRef Id="_Concurrency" />
495-
<ComponentGroupRef Id="_Differentiation" />
496-
<ComponentGroupRef Id="Distributed" />
497-
<ComponentGroupRef Id="_RegexParser" />
498-
<ComponentGroupRef Id="_StringProcessing" />
499527
<ComponentGroupRef Id="CRT" />
500528
<ComponentGroupRef Id="CXX" />
529+
<ComponentGroupRef Id="Distributed" />
501530
<ComponentGroupRef Id="Foundation" />
502531
<ComponentGroupRef Id="FoundationNetworking" />
503532
<ComponentGroupRef Id="FoundationXML" />
533+
<ComponentGroupRef Id="Reflection" />
504534
<ComponentGroupRef Id="Swift" />
505535
<ComponentGroupRef Id="SwiftOnoneSupport" />
536+
<ComponentGroupRef Id="SwiftRemoteMirror" />
506537
<ComponentGroupRef Id="WinSDK" />
538+
<ComponentGroupRef Id="XCTest" />
539+
<ComponentGroupRef Id="_Concurrency" />
540+
<ComponentGroupRef Id="_Differentiation" />
541+
<ComponentGroupRef Id="_RegexParser" />
542+
<ComponentGroupRef Id="_Runtime" />
543+
<ComponentGroupRef Id="_StringProcessing" />
544+
<ComponentGroupRef Id="dispatch" />
507545

508546
<ComponentGroupRef Id="SwiftShims" />
509547
<ComponentGroupRef Id="CXXShims" />

0 commit comments

Comments
 (0)