Swift Official Open Source! The SWIFT Team is delighted to announce that Swift is opening a new chapter. Since Apple released the Swfit programming language, it has become one of the fastest-growing programming languages in history. Swift is designed to make software writing faster and more secure.
Swift's GitHub Address: Https://github.com/apple/swift
Swift is made up of a variety of different projects that provide a complete ecosystem of software building. The Swift compiler project parses the SWIFT syntax and generates semantic judgments to help write the correct code and generate machine instructions using LLVM. The LLDB project is a first-class debugger that contains a REPL for interactive programming. The Swfit standard library project contains all core types and underlying functions.
In addition to open source Swfit, the Swift team today has two projects open Source: The Swfit Core Library project and the new Swift Package Manager project.
Swift Package Manager
Swift Package Manager is a new project that can create a powerful, user-friendly tool to build and share Swift code. The Swift package Manager is currently in the early stages of development.
GitHub Address: Https://github.com/apple/swift-package-manager
Core Library
The Swift Core Library project is a higher level of APIs collection based on the SWIFT standard library. These libraries provide functions such as positioning, network primitives, unit tests, user parameters, and so on. Coding specifications are also available.
The core library is based on the framework of the Apple platform, named: Foundation, Libdispatch, and Xctest.
GitHub Address:
Https://github.com/apple/swift-corelibs-foundation
Https://github.com/apple/swift-corelibs-xctest
Https://github.com/apple/swift-corelibs-libdispatch
See here for more Apple Open source products: http://www.oschina.net/project/apple
Via swift.org
RELATED LINKS
- Swift's detailed description: please click here
- Swift's: Please click here
Swift official open source, including Swift Core library and package Manager