You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were references to components which have been converted to
`ComponentGroup`s to enable repairs to reinstall files when necessary.
This requires that the references be updated as well. Due to the
inability to include debug info, we did not catch the issues in the
ARM64 and AMD64 cases, and the X86 builds are not enabled on swift.org
yet.
Copy file name to clipboardExpand all lines: platforms/Windows/runtime-amd64.wxs
+1-1
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@
177
177
<?ifdef INCLUDE_DEBUG_INFO ?>
178
178
<FeatureId="DebugInfo"Absent="allow"AllowAdvertise="yes"Description="Debug Information for Swift Utilties for Windows x86_64"Level="0"Title="Debug Information">
Copy file name to clipboardExpand all lines: platforms/Windows/runtime-arm64.wxs
+1-1
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@
177
177
<?ifdef INCLUDE_DEBUG_INFO ?>
178
178
<FeatureId="DebugInfo"Absent="allow"AllowAdvertise="yes"Description="Debug Information for Swift Utilties for Windows aarch64"Level="0"Title="Debug Information">
Copy file name to clipboardExpand all lines: platforms/Windows/runtime-x86.wxs
+4-4
Original file line number
Diff line number
Diff line change
@@ -159,24 +159,24 @@
159
159
160
160
<!-- Feature -->
161
161
<FeatureId="Win32SwiftRuntime"Absent="disallow"AllowAdvertise="yes"ConfigurableDirectory="INSTALLDIR"Description="Swift Runtime for Windows i686"Level="1"Title="Swift Runtime for Windows i686">
162
-
<ComponentRefId="SwiftRuntime" />
162
+
<ComponentGroupRefId="SwiftRuntime" />
163
163
<ComponentRefId="EnvironmentVariables" />
164
164
165
165
<?ifdef INCLUDE_DEBUG_INFO ?>
166
166
<FeatureId="DebugInfo"Absent="allow"AllowAdvertise="yes"Description="Debug Information for Swift Runtime for Windows i686"Level="0"Title="Debug Information">
167
167
<ConditionLevel="1">INSTALL_DEBUGINFO</Condition>
168
-
<ComponentRefId="SwiftRuntimeDebugInfo" />
168
+
<ComponentGroupRefId="SwiftRuntimeDebugInfo" />
169
169
</Feature>
170
170
<?endif?>
171
171
</Feature>
172
172
173
173
<FeatureId="Win32SwiftUtilities"Absent="allow"AllowAdvertise="yes"Description="Extra Swift Utilities for Windows i686"Level="1"Title="Swift Utilities for Windows i686">
174
-
<ComponentRefId="SwiftUtilities" />
174
+
<ComponentGroupRefId="SwiftUtilities" />
175
175
176
176
<?ifdef INCLUDE_DEBUG_INFO ?>
177
177
<FeatureId="DebugInfo"Absent="allow"AllowAdvertise="yes"Description="Debug Information for Swift Utilties for Windows x86_64"Level="0"Title="Debug Information">
0 commit comments