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.
buildSettingsDescription
@_spi
Target.swift
1 parent 4a6660a commit 8698475Copy full SHA for 8698475
Sources/Build/BuildDescription/ProductBuildDescription.swift
@@ -13,6 +13,7 @@
13
import Basics
14
import PackageGraph
15
16
+@_spi(SwiftPMInternal)
17
import PackageModel
18
19
import OrderedCollections
Sources/PackageModel/Target/Target.swift
@@ -235,7 +235,8 @@ public class Target: PolymorphicCodableProtocol {
235
/// The build settings assignments of this target.
236
public let buildSettings: BuildSettings.AssignmentTable
237
238
- package let buildSettingsDescription: [TargetBuildSettingDescription.Setting]
+ @_spi(SwiftPMInternal)
239
+ public let buildSettingsDescription: [TargetBuildSettingDescription.Setting]
240
241
/// The usages of package plugins by this target.
242
public let pluginUsages: [PluginUsage]
0 commit comments