Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 464 Bytes

_adding-library-dependencies.md

File metadata and controls

7 lines (3 loc) · 464 Bytes

Adding External Library Dependencies

There may be times where it is appropriate for one of the Swift projects (compiler, Core Libraries, etc.) to make use of libraries that provide functionality on a given platform. Adding library dependencies impacts the portability of Swift projects, and may involve legal questions as well.

As a rule, all new library dependencies must be explicitly approved by the Project lead.