Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radex/swift_stdlib
https://github.com/radex/swift_stdlib
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/radex/swift_stdlib
- Owner: radex
- Created: 2014-07-22T12:25:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T18:25:46.000Z (over 9 years ago)
- Last Synced: 2025-01-05T00:05:15.627Z (5 days ago)
- Language: Swift
- Homepage:
- Size: 632 KB
- Stars: 16
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
swift_stdlib
============Xcode-generated headers of the Swift standard library — updated with every beta.
To compare the stdlib headers between 2 betas, go to:
https://github.com/radex/swift_stdlib/compare/6.1-beta1...6.1-beta2.diff
And replace `6.1-beta1` and `6.1-beta2` with the two versions you're interested in. Versions are tagged like so: `6.0-beta2`, `6.0-gm`, `6.1-gm-seed2`, `6.0.1`. To see all the version tags, see https://github.com/radex/swift_stdlib/releases.
Note that at the moment, the order of function overrides appears quite random (rdar://18202155) — that's why in every beta there's a lot of lines changed, but there are usually few actual changes hidden in the noise.
btw. [Swifter](http://swifter.natecook.com) is a handy reference which
provides auto-generated documentation for the Swift stdlib, with the ability
to switch between versions.