GitHub Package Registry will support Swift packages

On May 10, we launched a limited beta test of the GitHub Package Registry, a package management service that makes it easy to publish public or private packages alongside source code. The service currently supports familiar package management tools: JavaScript (npm), Java (Maven), Ruby (RubyGems), .NET (NuGet), Docker images, and more.

We are happy to announce that we will be adding support for Swift packages to the GitHub Package Registry. Swift packages make it easy to share your libraries and source code with your own projects and with the Swift community. We will work on this in partnership with the guys from Apple.

GitHub Package Registry will support Swift packages

This article is on the GitHub blog

Available on GitHub, Swift Package Manager is a single cross-platform tool for building, running, testing and packaging Swift code. Configurations are written in Swift, making it easy to set up targets, declare products, and manage package dependencies. Together, Swift Package Manager and GitHub Package Registry make it easy for you to publish and manage Swift packages.

It is important for mobile app developers to have the best tools to be more productive. As the Swift ecosystem evolves, we're excited to work with the Apple team to help create new workflows for Swift developers.

Since the launch of the GitHub Package Registry, we have seen a strong community involvement with the tool. During the beta period, we're looking to hear from the community about how the Package Registry meets different needs and what we can do to make it better. If you haven't tried the GitHub Package Registry yet, you can apply for a beta here.

Source: habr.com

Add a comment