Русский (Russian)
Appearance
STRUCT
Config.InstallOptions
Contents
passthroughSwiftPackageManagerArguments
options(passthroughSwiftPackageManagerArguments:)
public struct InstallOptions: Codable, Equatable, Sendable
Options for install.
passthroughSwiftPackageManagerArguments
public var passthroughSwiftPackageManagerArguments: [String]
Arguments passed to the Swift Package Manager's swift package
command when running swift package resolve
.
options(passthroughSwiftPackageManagerArguments:)
public static func options(
passthroughSwiftPackageManagerArguments: [String] = []
) -> Self