Skip to content

Commit 817b10f

Browse files
MaxDesiatovfurby-tm
authored andcommitted
Mark buildSettingsDescription as @_spi in Target.swift (swiftlang#7542)
rdar://127782783
1 parent 76aa5c3 commit 817b10f

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
@@ -262,7 +262,8 @@ public class Target: PolymorphicCodableProtocol {
262262
/// The build settings assignments of this target.
263263
public let buildSettings: BuildSettings.AssignmentTable
264264

265-
package let buildSettingsDescription: [TargetBuildSettingDescription.Setting]
265+
@_spi(SwiftPMInternal)
266+
public let buildSettingsDescription: [TargetBuildSettingDescription.Setting]
266267

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

0 commit comments

Comments
 (0)