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 58f7766 commit 43a81aeCopy full SHA for 43a81ae
Package.swift
@@ -548,7 +548,8 @@ var targets: [Target] = [
548
"-module-alias", "SourceKitD=SourceKitDForPlugin",
549
"-module-alias", "SwiftExtensions=SwiftExtensionsForPlugin",
550
])
551
- ]
+ ],
552
+ linkerSettings: sourcekitLSPLinkSettings
553
),
554
555
// MARK: SwiftSourceKitPluginCommon
@@ -591,7 +592,8 @@ var targets: [Target] = [
591
592
"-module-alias", "SKLogging=SKLoggingForPlugin",
593
594
595
596
597
598
599
.testTarget(
0 commit comments