Instance Propertyswift-package-manager 6.0.1Workspace
supportedTestingLibraries
The set of supported testing libraries to include in the package.
var supportedTestingLibraries: Set<BuildParameters.Testing.Library>
The set of supported testing libraries to include in the package.
var supportedTestingLibraries: Set<BuildParameters.Testing.Library>
s9Workspace11InitPackageC0bC7OptionsV25supportedTestingLibrariesShy12SPMBuildCore15BuildParametersV0F0V7LibraryOGvp
What are these?12TF1
import Workspace
struct InitPackageOptions
Options for the template package.
final class InitPackage
Create an initial template package.
@frozen struct Set<Element> where Element : Hashable
An unordered collection of unique elements.
struct BuildParameters
struct Testing
Build parameters related to testing grouped in a single type to aggregate those in one place.
enum Library
The testing libraries supported by the package manager.
init(packageType: PackageType, supportedTestingLibraries: Set<BuildParameters.Testing.Library>, platforms: [SupportedPlatform] = [])
var packageType: PackageType
The type of package to create.
var platforms: [SupportedPlatform]
The list of platforms in the manifest.