{"id":30697575,"url":"https://github.com/richardpiazza/codequickkit","last_synced_at":"2026-05-20T07:03:05.833Z","repository":{"id":19055776,"uuid":"22282136","full_name":"richardpiazza/CodeQuickKit","owner":"richardpiazza","description":"A Swift library simplifying some everyday tasks.","archived":false,"fork":false,"pushed_at":"2025-03-08T20:31:59.000Z","size":732,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-22T13:52:25.543Z","etag":null,"topics":["extensions","formatters","swift","swift-extension","uikit"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/richardpiazza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-07-26T08:47:00.000Z","updated_at":"2025-03-08T20:32:02.000Z","dependencies_parsed_at":"2025-03-08T17:31:49.074Z","dependency_job_id":null,"html_url":"https://github.com/richardpiazza/CodeQuickKit","commit_stats":null,"previous_names":[],"tags_count":65,"template":false,"template_full_name":null,"purl":"pkg:github/richardpiazza/CodeQuickKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardpiazza%2FCodeQuickKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardpiazza%2FCodeQuickKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardpiazza%2FCodeQuickKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardpiazza%2FCodeQuickKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richardpiazza","download_url":"https://codeload.github.com/richardpiazza/CodeQuickKit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardpiazza%2FCodeQuickKit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273258950,"owners_count":25073823,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["extensions","formatters","swift","swift-extension","uikit"],"created_at":"2025-09-02T09:12:59.041Z","updated_at":"2026-05-20T07:03:00.799Z","avatar_url":"https://github.com/richardpiazza.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeQuickKit\n\nA Swift library for simplifying some everyday tasks.\n\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Frichardpiazza%2FCodeQuickKit%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/richardpiazza/CodeQuickKit)\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Frichardpiazza%2FCodeQuickKit%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/richardpiazza/CodeQuickKit)\n\n## 📌 Features\n\nFeatures in this project are largely grouped around how the apply-to or extend existing frameworks:\n\n### Swift Core Library\n\n* **Dependency Management**:\n    `DependencyCache` offers a singleton approach to managing service and configuration dependencies throughout an application.\n    The cache is configured by passing a `DependencySupplier` to the `configure(with:)` function.\n    A _dependency_ can be directly resolved from the _cache_ using `resolve\u003cT\u003e() throws -\u003e T`, or the `Dependency` property wrapper can be used to lazily reference as needed:\n  \n  ```swift\n  @Dependency private var someService: SomeService\n  ```\n\n### Foundation\n\n* **UserDefaults**:\n    `UserDefault` is a property wrapper designed to interact with the `UserDefaults` storage.\n  \n  ```swift\n  @UserDefault(\"counter\", defaultValue: 0) var counter: Int\n  ```\n\n### UIKit\n\n* **UIAlertController.ActivityAlertController**:\n  \n  This *hack* creates a alert dialog with a progress indicator and optional title/messaging strings.\n\n### SwiftUI\n\n* **ActivityAlertView**\n  \n  A SwiftUI workaround for using the `ActivityAlertController`. (UIKit Only)\n\n## 🛠 Wanna Help?\n\nContributions are welcome and encouraged! See the [Contribution Guide](CONTRIBUTING.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardpiazza%2Fcodequickkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichardpiazza%2Fcodequickkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardpiazza%2Fcodequickkit/lists"}