{"id":16853175,"url":"https://github.com/devxoul/immutable","last_synced_at":"2025-09-11T22:31:55.160Z","repository":{"id":41203279,"uuid":"83780729","full_name":"devxoul/Immutable","owner":"devxoul","description":"Missing non-mutating functions in Swift","archived":false,"fork":false,"pushed_at":"2022-04-26T11:38:38.000Z","size":19,"stargazers_count":18,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-03T05:49:42.533Z","etag":null,"topics":["functions","immutable","swift"],"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/devxoul.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":"2017-03-03T09:21:58.000Z","updated_at":"2023-07-04T14:23:16.000Z","dependencies_parsed_at":"2022-08-21T03:50:39.648Z","dependency_job_id":null,"html_url":"https://github.com/devxoul/Immutable","commit_stats":null,"previous_names":["devxoul/yet"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/devxoul/Immutable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FImmutable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FImmutable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FImmutable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FImmutable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devxoul","download_url":"https://codeload.github.com/devxoul/Immutable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FImmutable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274717642,"owners_count":25336941,"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-11T02:00:13.660Z","response_time":74,"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":["functions","immutable","swift"],"created_at":"2024-10-13T13:50:00.805Z","updated_at":"2025-09-11T22:31:55.108Z","avatar_url":"https://github.com/devxoul.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Immutable\n\n![Swift](https://img.shields.io/badge/Swift-5.0-orange.svg)\n[![Build Status](https://travis-ci.org/devxoul/Immutable.svg?branch=master)](https://travis-ci.org/devxoul/Immutable)\n[![CocoaPods](http://img.shields.io/cocoapods/v/Immutable.svg)](https://cocoapods.org/pods/Immutable)\n\nMissing immutable functions in Swift. You must be looking for somebody to make this library 😛\n\n## Features\n\n* Non-mutating `appending()`, `inserting()`, `removing()` functions in `Collection`\n* `map()` and `flatMap()` for `Dictionary`\n* `filterNil()` for `Collection` and `Dictionary`\n\n## Installation\n\n* **Using CocoaPods**:\n\n    ```ruby\n    pod 'Immutable'\n    ```\n\n* **Using Carthage**:\n\n    ```\n    github \"devxoul/Immutable\"\n    ```\n\n* **Using Swift Package Manager**:\n\n    ```swift\n    let package = Package(\n      name: \"MyAwesomeProject\",\n      targets: [],\n      dependencies: [\n        .Package(url: \"https://github.com/devxoul/Immutable.git\", majorVersion: 0)\n      ]\n    )\n    ```\n\n## Requirements\n\n* Swift 3\n\n## Contribution\n\nAny discussions and pull requests are welcomed 💖\n\nUse `$ swift generate-xcodeproj` to generate Xcode project for development.\n\n## License\n\nImmutable is under MIT license. See the [LICENSE](LICENSE) for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxoul%2Fimmutable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevxoul%2Fimmutable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxoul%2Fimmutable/lists"}