Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
ENUM
TargetDependency.PackageType Contents
runtimeruntimeEmbeddedpluginmacropublic enum PackageType: Codable, Hashable, Sendableruntime case runtimeA runtime package type represents a standard package whose sources are linked at runtime. For example importing the framework and consuming from dependent targets.
runtimeEmbedded case runtimeEmbeddedA runtime embedded package type represents a package that's embedded in the product at runtime.
plugin case pluginA plugin package represents a package that's loaded by the build system at compile-time to extend the compilation process.
macro case macroA macro package represents a package that contains a Swift Macro.