Skip to content

Commit 8698475

Browse files
authored
Mark buildSettingsDescription as @_spi in Target.swift (#7542)
rdar://127782783
1 parent 4a6660a commit 8698475

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Sources/Build/BuildDescription/ProductBuildDescription.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import Basics
1414
import PackageGraph
1515

16+
@_spi(SwiftPMInternal)
1617
import PackageModel
1718

1819
import OrderedCollections

Sources/PackageModel/Target/Target.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ public class Target: PolymorphicCodableProtocol {
235235
/// The build settings assignments of this target.
236236
public let buildSettings: BuildSettings.AssignmentTable
237237

238-
package let buildSettingsDescription: [TargetBuildSettingDescription.Setting]
238+
@_spi(SwiftPMInternal)
239+
public let buildSettingsDescription: [TargetBuildSettingDescription.Setting]
239240

240241
/// The usages of package plugins by this target.
241242
public let pluginUsages: [PluginUsage]

0 commit comments

Comments
 (0)