Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mickeyl/foundationbandaid
Fixing (a couple) of biggest gaps in swift-corelibs-foundation
https://github.com/mickeyl/foundationbandaid
Last synced: 19 days ago
JSON representation
Fixing (a couple) of biggest gaps in swift-corelibs-foundation
- Host: GitHub
- URL: https://github.com/mickeyl/foundationbandaid
- Owner: mickeyl
- Created: 2023-03-26T15:48:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-27T07:38:33.000Z (over 1 year ago)
- Last Synced: 2023-08-03T21:49:07.364Z (over 1 year ago)
- Language: Swift
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FoundationBandAid
A desperate attempt in fixing some of the biggest warts in [swift-corelibs-foundation](https://github.com/apple/swift-corelibs-foundation/).
## Motivation
Swift-Corelibs-Foundation is an "open source" re-implementation of the Apple's Foundation library and it is in a bad state.
Although (major) issues and pull requests are coming in and the community would love
to contribute to make it more useful on non-Apple-platforms, it seems abandonded by Apple and the gatekeepers are not letting
important fixes in.The real way to fix this is to fork it. Until this happens, this library tries to do what's possible in minimizing the functionality
gaps.## Functionality
- [x] URLSession Async API
Hopefully a lot more to come. I'd be grateful for contributions.