Back to Swift Package Manager

``PackageManagerDocs``

Sources/PackageManagerDocs/Documentation.docc/Documentation.md

0.6.01.6 KB
Original Source

PackageManagerDocs

@Metadata { @DisplayName("Swift Package Manager") }

Organize, manage, and edit Swift packages.

Overview

The Swift Package Manager lets you share your code as a package, depend on and use other shared packages, as well as build, test, document, and run your code.

Note: Swift Package Manager is previewing the Swift Build build system. Learn more here.

Topics

Essentials

Guides

<!-- ### Command Plugins --> <!-- placeholder for content about swift package manager extensions - command plugins --> <!-- - <doc:swift-format> --> <!-- - <doc:swift-docc-plugin> --> <!-- - <doc:swift-container-plugin> --> <!-- reference content for the CLI commands `swift ...` -->

Swift Commands

Design