{"id":13625521,"url":"https://github.com/colemancda/PureSwiftList","last_synced_at":"2025-04-16T06:32:51.400Z","repository":{"id":34437988,"uuid":"38371881","full_name":"colemancda/PureSwiftList","owner":"colemancda","description":"List of Pure Swift projects that are Linux compatible","archived":false,"fork":false,"pushed_at":"2015-09-03T06:04:42.000Z","size":123,"stargazers_count":49,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-01T22:05:25.431Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/colemancda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-01T13:12:39.000Z","updated_at":"2020-12-15T04:56:42.000Z","dependencies_parsed_at":"2022-09-14T06:11:28.290Z","dependency_job_id":null,"html_url":"https://github.com/colemancda/PureSwiftList","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colemancda%2FPureSwiftList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colemancda%2FPureSwiftList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colemancda%2FPureSwiftList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colemancda%2FPureSwiftList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colemancda","download_url":"https://codeload.github.com/colemancda/PureSwiftList/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223700547,"owners_count":17188342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T21:01:57.178Z","updated_at":"2024-11-08T14:31:40.690Z","avatar_url":"https://github.com/colemancda.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Pure Swift Frameworks\n\n[![Join the chat at https://gitter.im/PureSwift/PureSwiftList](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/PureSwift/PureSwiftList?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nThe following is a list of frameworks on GitHub that are implemented purely in Swift. The frameworks are not linked against Foundation or other proprietary frameworks by Apple.\n\n## Base Libraries\n- [SwiftFoundation](https://github.com/PureSwift/SwiftFoundation) Pure Swift Replacement for Apple's Foundation framework\n- [Basis](https://github.com/typelift/Basis) Declarative Programming in Swift\n\n## Data Types\n- [Box](https://github.com/robrix/Box) Box reference types, for recursive value types \u0026 misc.\n- [Result](https://github.com/antitypical/Result) Swift type modelling the success/failure of arbitrary operations\n- [SwiftPriorityQueue](https://github.com/davecom/SwiftPriorityQueue) Generic Priority Queue in Pure Swift\n- [SwiftGraph](https://github.com/davecom/SwiftGraph) Graph Data Structure in Pure Swift\n- [Observable-Swift](https://github.com/slazyk/Observable-Swift) Value Observing and Events for Swift\n- [SwiftObserverSet](https://github.com/mikeash/SwiftObserverSet) NSNotificationCenter re-conceptualization for Swift\n\n## Unit Testing\n- [PureSwiftUnit](https://github.com/demmys/PureSwiftUnit) Simple Swift Unit testing framework\n\n## Networking\n- [cURLSwift](https://github.com/PureSwift/cURLSwift) Pure Swift wrapper for cURL\n- [SwiftyHTTP](https://github.com/AlwaysRightInstitute/SwiftyHTTP) A simple GCD based HTTP client and server\n- [SwiftSockets](https://github.com/AlwaysRightInstitute/SwiftSockets) A simple GCD based socket wrapper for Swift.\n- [SnapHTTP](https://github.com/tidwall/SnapHTTP) An incredibly simple HTTP client library for Swift.\n\n## Parsing\n- [json-swift](https://github.com/owensd/json-swift) A basic library for working with JSON in Swift.\n- [Swift-JsonSerializer](https://github.com/gfx/Swift-JsonSerializer) JSON serializer and deserializer\n- [PureJSON](https://github.com/awesome404/PureJSON) JSON in Swift 2.0\n- [JSON-and-Swift](https://github.com/einfachmensch/JSON-and-Swift) Complete types written in pure Swift for parsing, serializing and constructing from custom objects\n- [SwiftyExpat](https://github.com/AlwaysRightInstitute/SwiftyExpat) Pure Swift wrapper for the Expat XML parser\n\n## Asyncronous\n- [AsyncAwait](https://github.com/awesome404/AsyncAwait) A simple ascyncronous API written in Swift (like .NET async)\n- [Safe](https://github.com/tidwall/Safe) Modern Concurrency and Synchronization for Swift\n- [Signal](https://github.com/blinker13/Signal) Pure Swift wrapper around GCD\n\n## Algorithms\n- [CryptoSwift](https://github.com/krzyzanowskim/CryptoSwift) Crypto related functions and helpers for Swift implemented in Swift programming language\n- [SwiftyBase64](https://github.com/drichardson/SwiftyBase64) Native Swift Base64 Encoding\n\n## Other\n- [CommandLine](https://github.com/jatoben/CommandLine) A pure Swift library for creating command-line interfaces\n- [SwiftExP](https://github.com/mrackwitz/SwiftExP) S-expression Parser\n- [Swift-StringFormat](https://github.com/gfx/Swift-StringFormat) A pure Swift sprintf-like string formatter.\n- [SINQ](https://github.com/slazyk/SINQ) Swift Integrated Query\n- [SwiftlyLRU](https://github.com/justinmfischer/SwiftlyLRU) Pure Swift Least Recently Used \"LRU\" Cache\n- [Transporter](https://github.com/DenHeadless/Transporter) Modern finite-state machine implemented in pure Swift\n- [GoSwift](https://github.com/tidwall/GoSwift) Go Goodies for Swift. Including goroutines, channels, defer, and panic.\n- [DeflateSwift](https://github.com/tidwall/DeflateSwift) Deflate Compression for Swift\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolemancda%2FPureSwiftList","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolemancda%2FPureSwiftList","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolemancda%2FPureSwiftList/lists"}