Module

struct Module
  • Undocumented

    Declaration

    Swift

    var sdkPath: String? { get }
  • Undocumented

    Declaration

    Swift

    var target: String? { get }
  • Undocumented

    Declaration

    Swift

    func value(of compilerArgument: String) -> String?
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Declaration

    Swift

    public static func == (lhs: Module, rhs: Module) -> Bool