We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edaba8 commit f0047e6Copy full SHA for f0047e6
Package.swift
@@ -341,10 +341,7 @@ extension Array where Element == PackageDescription.SwiftSetting {
341
// This setting is enabled in the package, but not in the toolchain build
342
// (via CMake). Enabling it is dependent on acceptance of the @section
343
// proposal via Swift Evolution.
344
- //
345
- // FIXME: Re-enable this once a CI blocker is resolved:
346
- // https://github.com/swiftlang/swift-testing/issues/1138.
347
-// .enableExperimentalFeature("SymbolLinkageMarkers"),
+ .enableExperimentalFeature("SymbolLinkageMarkers"),
348
349
// This setting is no longer needed when building with a 6.2 or later
350
// toolchain now that SE-0458 has been accepted and implemented, but it is
0 commit comments