Skip to content

Translation 🌍

You can translate or improve the translation of this page.

Contribute

ENUM

LinkingStatus

Contents

  • Cases
    • required
    • optional
    • none
swift
public enum LinkingStatus: String, Codable, Hashable, Sendable

Dependency status used by dependencies

Cases

required

swift
case required

Required dependency

optional

swift
case optional

Optional dependency (weakly linked)

none

swift
case none

Skip linking

Released under the MIT License.