{"id":16065025,"url":"https://github.com/muukii/ignorenilassignmentoperator","last_synced_at":"2026-06-23T17:31:52.737Z","repository":{"id":147998857,"uuid":"72287935","full_name":"muukii/IgnoreNilAssignmentOperator","owner":"muukii","description":"value =? nil // This does not insert","archived":false,"fork":false,"pushed_at":"2017-05-14T17:20:54.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-10T14:36:10.051Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/muukii.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}},"created_at":"2016-10-29T13:57:20.000Z","updated_at":"2016-12-06T03:06:56.000Z","dependencies_parsed_at":"2023-05-28T05:00:31.692Z","dependency_job_id":null,"html_url":"https://github.com/muukii/IgnoreNilAssignmentOperator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/muukii/IgnoreNilAssignmentOperator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muukii%2FIgnoreNilAssignmentOperator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muukii%2FIgnoreNilAssignmentOperator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muukii%2FIgnoreNilAssignmentOperator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muukii%2FIgnoreNilAssignmentOperator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muukii","download_url":"https://codeload.github.com/muukii/IgnoreNilAssignmentOperator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muukii%2FIgnoreNilAssignmentOperator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34700906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":[],"created_at":"2024-10-09T05:10:40.357Z","updated_at":"2026-06-23T17:31:52.712Z","avatar_url":"https://github.com/muukii.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IgnoreNilAssignmentOperator\n\n[![CI Status](http://img.shields.io/travis/muukii/IgnoreNilAssignmentOperator.svg?style=flat)](https://travis-ci.org/muukii/IgnoreNilAssignmentOperator)\n[![Version](https://img.shields.io/cocoapods/v/IgnoreNilAssignmentOperator.svg?style=flat)](http://cocoapods.org/pods/IgnoreNilAssignmentOperator)\n[![License](https://img.shields.io/cocoapods/l/IgnoreNilAssignmentOperator.svg?style=flat)](http://cocoapods.org/pods/IgnoreNilAssignmentOperator)\n[![Platform](https://img.shields.io/cocoapods/p/IgnoreNilAssignmentOperator.svg?style=flat)](http://cocoapods.org/pods/IgnoreNilAssignmentOperator)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n\n\n## Example\n\n### Before\n\n```swift\nvar value: String? = ...\n\nvar source: String? = ...\n\nif let source = source {\n  value = source\n}\n```\n\n### After \n\n```swift\nvar value: String? = ...\n\nvar source: String? = ...\n\nvalue =? source\n```\n\n## Requirements\n\nSwift 3.0\n\n## Installation\n\n**For iOS 8+ projects with Carthage:**\n\ngithub \"muukii/IgnoreNilAssignmentOperator\"\n\n## Author\n\nmuukii, m@muukii.me\n\n## License\n\nIgnoreNilAssignmentOperator is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuukii%2Fignorenilassignmentoperator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuukii%2Fignorenilassignmentoperator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuukii%2Fignorenilassignmentoperator/lists"}