{"id":34243922,"url":"https://github.com/thatfactory/toolbox","last_synced_at":"2026-04-23T15:36:04.260Z","repository":{"id":234181839,"uuid":"788399065","full_name":"thatfactory/toolbox","owner":"thatfactory","description":"A collection of useful Swift tools 🧰","archived":false,"fork":false,"pushed_at":"2025-12-09T12:59:04.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-10T13:04:08.370Z","etag":null,"topics":["helpers","swift","swiftui","tools","utilities"],"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/thatfactory.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-18T10:42:53.000Z","updated_at":"2025-12-09T12:59:08.000Z","dependencies_parsed_at":"2025-12-10T13:04:15.816Z","dependency_job_id":null,"html_url":"https://github.com/thatfactory/toolbox","commit_stats":null,"previous_names":["backslash-f/toolkit","thatfactory/toolbox"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/thatfactory/toolbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatfactory%2Ftoolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatfactory%2Ftoolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatfactory%2Ftoolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatfactory%2Ftoolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thatfactory","download_url":"https://codeload.github.com/thatfactory/toolbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatfactory%2Ftoolbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27759672,"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-12-16T02:00:10.477Z","response_time":57,"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":["helpers","swift","swiftui","tools","utilities"],"created_at":"2025-12-16T05:15:20.902Z","updated_at":"2026-04-23T15:36:04.247Z","avatar_url":"https://github.com/thatfactory.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://developer.apple.com/swift/\"\u003e\u003cimg alt=\"Swift\" src=\"https://img.shields.io/badge/Swift-6.2-ea7a50.svg?logo=swift\u0026logoColor=white\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://developer.apple.com/xcode/\"\u003e\u003cimg alt=\"Xcode\" src=\"https://img.shields.io/badge/Xcode-26.3-50ace8.svg?logo=xcode\u0026logoColor=white\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://developer.apple.com/documentation/xcode/swift-packages\"\u003e\u003cimg alt=\"SPM\" src=\"https://img.shields.io/badge/SPM-ready-b68f6a.svg?logo=gitlfs\u0026logoColor=white\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://en.wikipedia.org/wiki/List_of_Apple_operating_systems\"\u003e\u003cimg alt=\"Platforms\" src=\"https://img.shields.io/badge/Platforms-iOS%2017+%20%7C%20macOS%2014+%20-lightgrey.svg?logo=apple\u0026logoColor=white\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://en.wikipedia.org/wiki/MIT_License\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/badge/License-MIT-67ac5b.svg?logo=googledocs\u0026logoColor=white\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/thatfactory/toolbox/actions/workflows/ci.yml\"\u003e\u003cimg alt=\"CI\" src=\"https://github.com/thatfactory/toolbox/actions/workflows/ci.yml/badge.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/thatfactory/toolbox/actions/workflows/release.yml\"\u003e\u003cimg alt=\"Release\" src=\"https://github.com/thatfactory/toolbox/actions/workflows/release.yml/badge.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Toolbox 🧰\nA collection of useful Swift tools.\n\n## Tools\nTool | Description\n--- | ---\n`CodableError` | Defines a `Codable` wrapper for Apple's `Error`.\n`jsonDataFromFile(_:)` | Loads the contents of a JSON resource bundled with the app or test target. Returns a `Data` instance containing the raw bytes of the JSON file.\n\n## Integration\n### Xcode\nUse Xcode's [built-in support for SPM](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app).\n\n*or...*\n\n### Package.swift\nIn your `Package.swift`, add `Toolbox` as a dependency:\n\n```swift\ndependencies: [\n    .package(\n        url: \"https://github.com/thatfactory/toolbox\",\n        from: \"0.1.0\"\n    )\n]\n```\n\nAssociate the dependency with your target:\n\n```swift\ntargets: [\n    .target(\n        name: \"YourTarget\",\n        dependencies: [\n            .product(\n                name: \"Toolbox\",\n                package: \"toolbox\"\n            )\n        ]\n    )\n]\n```\n\nRun: `swift build`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatfactory%2Ftoolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatfactory%2Ftoolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatfactory%2Ftoolbox/lists"}