Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 545 Bytes

File metadata and controls

11 lines (8 loc) · 545 Bytes

Swift Package Manager Developer Docs

This directory contains documentation on the engineering design decisions and internals of the Swift package manager. It is primarily focused at developers interested in working on the Swift package manager, but may also be useful to advanced users wanting to understand exactly how the package manager behaves.

  • Swift-based Manifest Format

    This document explains our motivation in choosing a Swift-based manifest format, and the exact behavior we intend to support.