From 3aaaa390dd4c920de26f53f31d59294d5e277d99 Mon Sep 17 00:00:00 2001 From: Stuart Montgomery Date: Tue, 22 Jul 2025 10:41:51 -0500 Subject: [PATCH] Revert remaining workaround preventing the use of SymbolLinkageMarkers Fixes #1138 --- Package.swift | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 3405be19d..bb3ec1105 100644 --- a/Package.swift +++ b/Package.swift @@ -348,10 +348,7 @@ extension Array where Element == PackageDescription.SwiftSetting { // This setting is enabled in the package, but not in the toolchain build // (via CMake). Enabling it is dependent on acceptance of the @section // proposal via Swift Evolution. - // - // FIXME: Re-enable this once a CI blocker is resolved: - // https://github.com/swiftlang/swift-testing/issues/1138. -// .enableExperimentalFeature("SymbolLinkageMarkers"), + .enableExperimentalFeature("SymbolLinkageMarkers"), // This setting is no longer needed when building with a 6.2 or later // toolchain now that SE-0458 has been accepted and implemented, but it is