dynamic

Dynamic library, whose code is referenced by its clients.

PackageModel.swift:162
case dynamic

Other cases

  • case `static`

    A static library, whose code is copied into its clients.

  • case automatic

    The kind of library produced is unspecified and will be determined by the build system based on how the library is used.