{"id":35508004,"url":"https://github.com/thatfactory/extensions","last_synced_at":"2026-02-16T14:23:39.419Z","repository":{"id":234303351,"uuid":"566983675","full_name":"thatfactory/extensions","owner":"thatfactory","description":"A collection of useful Swift/SwiftUI extensions and preview traits ⚙️","archived":false,"fork":false,"pushed_at":"2026-02-03T01:17:23.000Z","size":81,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-03T01:56:43.335Z","etag":null,"topics":["extension","preview","swift","swiftui","traits"],"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":"2022-11-16T20:34:30.000Z","updated_at":"2026-02-03T01:11:43.000Z","dependencies_parsed_at":"2024-04-18T19:58:47.459Z","dependency_job_id":"93b6b2db-fcbb-428f-b836-188152d3bf00","html_url":"https://github.com/thatfactory/extensions","commit_stats":null,"previous_names":["backslash-f/extensions","thatfactory/extensions"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/thatfactory/extensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatfactory%2Fextensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatfactory%2Fextensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatfactory%2Fextensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatfactory%2Fextensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thatfactory","download_url":"https://codeload.github.com/thatfactory/extensions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatfactory%2Fextensions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29509940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["extension","preview","swift","swiftui","traits"],"created_at":"2026-01-03T20:55:39.862Z","updated_at":"2026-02-16T14:23:39.414Z","avatar_url":"https://github.com/thatfactory.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![swift-version](https://img.shields.io/badge/swift-6.2-ea7a50.svg?logo=swift\u0026logoColor=white)](https://developer.apple.com/swift/)\n[![xcode-version](https://img.shields.io/badge/xcode-26.2-50ace8.svg?logo=xcode\u0026logoColor=white)](https://developer.apple.com/xcode/)\n[![spm-ready](https://img.shields.io/badge/spm-ready-b68f6a.svg?logo=gitlfs\u0026logoColor=white)](https://developer.apple.com/documentation/xcode/swift-packages)\n[![platforms](https://img.shields.io/badge/platforms-iOS%2018+%20%7C%20macOS%2015+%20-lightgrey.svg?logo=apple\u0026logoColor=white)](https://en.wikipedia.org/wiki/List_of_Apple_operating_systems)\n[![docc](https://img.shields.io/badge/docc-documentation-0288D1.svg?logo=bookstack\u0026logoColor=white)](https://thatfactory.github.io/extensions/documentation/extensions/)\n[![license](https://img.shields.io/badge/license-MIT-67ac5b.svg?logo=googledocs\u0026logoColor=white)](https://en.wikipedia.org/wiki/MIT_License)\n[![release](https://github.com/thatfactory/extensions/actions/workflows/release.yml/badge.svg)](https://github.com/thatfactory/extensions/actions/workflows/release.yml)\n\n# Extensions ⚙️\nA collection of useful Swift/SwiftUI extensions.\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 `Extensions` as a dependency:\n\n```swift\ndependencies: [\n    .package(\n        url: \"https://github.com/thatfactory/extensions\",\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: \"Extensions\",\n                package: \"extensions\"\n            )\n        ]\n    )\n]\n```\n\nRun: `swift build`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatfactory%2Fextensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatfactory%2Fextensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatfactory%2Fextensions/lists"}