swift-package-manager

所属分类:编程语言基础
开发工具:Swift
文件大小:0KB
下载次数:0
上传日期:2023-06-27 18:15:29
上 传 者sh-1993
说明:  Swift编程语言的包管理器
(The Package Manager for the Swift Programming Language)

文件列表:
.dir-locals.el (723, 2023-12-20)
.mailfilter (372, 2023-12-20)
.mailmap (6280, 2023-12-20)
.pep8 (56, 2023-12-20)
.swiftformat (1006, 2023-12-20)
.swiftpm/ (0, 2023-12-20)
.swiftpm/xcode/ (0, 2023-12-20)
.swiftpm/xcode/xcshareddata/ (0, 2023-12-20)
.swiftpm/xcode/xcshareddata/xcschemes/ (0, 2023-12-20)
.swiftpm/xcode/xcshareddata/xcschemes/SwiftPM-Package.xcscheme (36762, 2023-12-20)
CHANGELOG.md (19991, 2023-12-20)
CMakeLists.txt (1773, 2023-12-20)
CODEOWNERS (819, 2023-12-20)
CODE_OF_CONDUCT.md (198, 2023-12-20)
CONTRIBUTING.md (16975, 2023-12-20)
CONTRIBUTORS.txt (17222, 2023-12-20)
Documentation/ (0, 2023-12-20)
Documentation/ContinousIntegration.md (3410, 2023-12-20)
Documentation/Design/ (0, 2023-12-20)
Documentation/Design/EvolutionIdeas.md (8105, 2023-12-20)
Documentation/Design/PackageManagerCommunityProposal.md (23948, 2023-12-20)
Documentation/Design/SwiftBasedManifestFormat.md (12715, 2023-12-20)
Documentation/ModuleAliasing.md (8371, 2023-12-20)
Documentation/PackageCollections.md (19296, 2023-12-20)
Documentation/PackageDescription.md (44649, 2023-12-20)
Documentation/PackageRegistry/ (0, 2023-12-20)
Documentation/PackageRegistry/PackageRegistryUsage.md (25536, 2023-12-20)
Documentation/PackageRegistry/Registry.md (54842, 2023-12-20)
Documentation/PackageRegistry/registry.openapi.yaml (12161, 2023-12-20)
Documentation/PackageSecurity.md (2571, 2023-12-20)
Documentation/Plugins.md (24812, 2023-12-20)
Documentation/ReleaseNotes/ (0, 2023-12-20)
... ...

# Swift Package Manager Project The Swift Package Manager is a tool for managing distribution of source code, aimed at making it easy to share your code and reuse others’ code. The tool directly addresses the challenges of compiling and linking Swift packages, managing dependencies, versioning, and supporting flexible distribution and collaboration models. We’ve designed the system to make it easy to share packages on services like GitHub, but packages are also great for private personal development, sharing code within a team, or at any other granularity. Swift Package Manager includes a build system that can build for macOS and Linux. Starting with Xcode 11, Xcode integrates with SwiftPM to provide support for including packages in iOS, macOS, watchOS, and tvOS applications. The [SourceKit-LSP](https://github.com/apple/sourcekit-lsp) project leverages libSwiftPM and provides [Language Server Protocol](https://langserver.org/) implementation for editors that support LSP. --- ## Table of Contents * [Getting Started](#getting-started) * [Documentation](#documentation) * [System Requirements](#system-requirements) * [Installation](#installation) * [Contributing](#contributing) * [Reporting issues](#reporting-issues) * [License](#license) --- ## Getting Started Please use [this guide](https://swift.org/getting-started/#using-the-package-manager) for learning package manager basics. --- ## Documentation For Quick Help use the `swift package --help` command. For documentation on using Swift Package Manager, creating packages, and more, see the [documentation directory](Documentation/README.md). For documentation on developing the Swift Package Manager itself, see the [contribution guide](CONTRIBUTING.md). For detailed documentation on the package manifest API, see [PackageDescription API](https://docs.swift.org/package-manager/PackageDescription/index.html). For release notes with information about changes between versions, see the [release notes](Documentation/ReleaseNotes). --- ## System Requirements The package manager’s system requirements are the same as [those for Swift](https://github.com/apple/swift#system-requirements) with the caveat that the package manager requires Git at runtime as well as build-time. --- ## Installation The package manager is available as part the Swift toolchains available on [Swift.org](https://swift.org/download/)) including snapshots for the latest versions built from `main` branch. For installation instructions for downloaded snapshots, please see the [Getting Started](https://swift.org/getting-started/#installing-swift) section of [Swift.org](https://swift.org). The Swift Package Manager is also included in Xcode 8.0 and all subsequent releases. You can verify your installation by typing `swift package --version` in a terminal: ```sh $ swift package --version Apple Swift Package Manager - ... ``` ## Contributing There are several ways to contribute to Swift Package Manager. To learn about the policies, best practices that govern contributions to the Swift project and instructions for setting up the development environment please read the [Contributor Guide](CONTRIBUTING.md). The Swift package manager uses [llbuild](https://github.com/apple/swift-llbuild) as the underlying build system for compiling source files. It is also open source and part of the Swift project. --- ## Reporting issues If you have any trouble with the package manager, help is available. We recommend: * The [Swift Forums](https://forums.swift.org/c/development/swiftpm/), * SwiftPM's [bug tracker](https://github.com/apple/swift-package-manager/issues) When reporting an issue please follow the bug reporting guidelines, they can be found in [contribution guide](./CONTRIBUTING.md#reporting-issues). If you’re not comfortable sharing your question with the list, contact details for the code owners can be found in [CODEOWNERS](CODEOWNERS); however, Swift Forums is usually the best place to go for help. --- ## License Copyright 2015 - 2023 Apple Inc. and the Swift project authors. Licensed under Apache License v2.0 with Runtime Library Exception. See [https://swift.org/LICENSE.txt](https://swift.org/LICENSE.txt) for license information. See [https://swift.org/CONTRIBUTORS.txt](https://swift.org/CONTRIBUTORS.txt) for Swift project authors.

近期下载者

相关文件


收藏者