Instance Propertyswift-package-manager 6.0.1PackagePlugin
minimumAccessLevel
The symbol graph will include symbols at this access level and higher.
var minimumAccessLevel: AccessLevel
The symbol graph will include symbols at this access level and higher.
var minimumAccessLevel: AccessLevel
s13PackagePlugin0A7ManagerV18SymbolGraphOptionsV18minimumAccessLevelAE0hI0Ovp
What are these?5EKKP
import PackagePlugin
struct SymbolGraphOptions
Represents options for symbol graph generation.
struct PackageManager
Provides specialized information and services from the Swift Package Manager or an IDE that supports Swift Packages. Different plugin hosts implement the functionality in whatever way is appropriate for them, but should preserve the same semantics described here.
enum AccessLevel
Represents a Swift access level.
init(minimumAccessLevel: AccessLevel = .public, includeSynthesized: Bool = false, includeSPI: Bool = false, emitExtensionBlocks: Bool = false)
var emitExtensionBlocks: Bool
Whether to emit symbols for extensions to external types.
var includeSPI: Bool
Whether to include symbols marked as SPI.
var includeSynthesized: Bool
Whether to include synthesized members.