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 76aa5c3 commit 817b10fCopy full SHA for 817b10f
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
@@ -262,7 +262,8 @@ public class Target: PolymorphicCodableProtocol {
262
/// The build settings assignments of this target.
263
public let buildSettings: BuildSettings.AssignmentTable
264
265
- package let buildSettingsDescription: [TargetBuildSettingDescription.Setting]
+ @_spi(SwiftPMInternal)
266
+ public let buildSettingsDescription: [TargetBuildSettingDescription.Setting]
267
268
/// The usages of package plugins by this target.
269
public let pluginUsages: [PluginUsage]
0 commit comments