{"id":28190442,"url":"https://github.com/easypackages/easysymbol","last_synced_at":"2026-04-15T18:01:53.809Z","repository":{"id":293194864,"uuid":"983250658","full_name":"EasyPackages/EasySymbol","owner":"EasyPackages","description":"Type-safe and autocomplete-friendly SF Symbols in Swift","archived":false,"fork":false,"pushed_at":"2025-05-16T14:47:59.000Z","size":264,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-07-17T08:42:55.100Z","etag":null,"topics":["easypackages","sfsymbols","spm","swift","swiftui","uikit"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EasyPackages.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-05-14T05:33:06.000Z","updated_at":"2025-05-16T14:47:45.000Z","dependencies_parsed_at":"2025-05-14T06:48:51.194Z","dependency_job_id":"9b334d36-8eb8-460d-b426-6e7ae3006ba9","html_url":"https://github.com/EasyPackages/EasySymbol","commit_stats":null,"previous_names":["easypackages/easysymbol"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/EasyPackages/EasySymbol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyPackages%2FEasySymbol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyPackages%2FEasySymbol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyPackages%2FEasySymbol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyPackages%2FEasySymbol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EasyPackages","download_url":"https://codeload.github.com/EasyPackages/EasySymbol/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyPackages%2FEasySymbol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31853279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["easypackages","sfsymbols","spm","swift","swiftui","uikit"],"created_at":"2025-05-16T10:12:51.483Z","updated_at":"2026-04-15T18:01:53.792Z","avatar_url":"https://github.com/EasyPackages.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Banner](./docs/banner.jpg)\n\n[![Swift](https://github.com/EasyPackages/EasySymbol/actions/workflows/swift.yml/badge.svg)](https://github.com/EasyPackages/EasySymbol/actions/workflows/swift.yml)\n\nA lightweight Swift enum for using SF Symbols in a type-safe way.  \nNo more strings — just autocomplete-friendly, raw value–based access to SF Symbols.\n\n## Features\n\n- 🔤 Type-safe access to SF Symbols\n- 🧭 Easy autocomplete\n- 🧱 No nested enums — flat and simple\n\n## Examples\n\n```swift\nlet symbolName = Symbol.xmark.rawValue\n\n// SwiftUI\nSymbol.xmark.image\n    .resizable()\n    .scaledToFit()\n\n// UIKit\nlet uiKitImage = Symbol.xmark.imageView\n```\n\n## Installation\n\nSimply add a package to your project passing in `https://github.com/EasyPackages/EasySymbol`.\n\nIn your dependency you can add this in your `Package.swift`:\n\n```swift\ndependencies: [\n    .package(\n        url: \"https://github.com/EasyPackages/EasySymbol.git\",\n        from: \"1.0.0\"\n    )\n]\n```\n\nIn your target\n\n```swift\n.target(\n    name: \"YourApp\",\n    dependencies: [\"EasyMock\"]\n)\n```\n\n## Tests\n\nUnit tests are written using the new Swift Testing framework (Swift 5.9+).  \nYou can find them in the `SymbolTests...` files, grouped for performance.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasypackages%2Feasysymbol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasypackages%2Feasysymbol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasypackages%2Feasysymbol/lists"}