{"id":21376502,"url":"https://github.com/fluidgroup/resultbuilderkit","last_synced_at":"2025-12-11T23:01:43.779Z","repository":{"id":43443042,"uuid":"443374440","full_name":"FluidGroup/ResultBuilderKit","owner":"FluidGroup","description":"Set of result builder","archived":false,"fork":false,"pushed_at":"2023-03-01T07:50:40.000Z","size":13,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-10T12:31:10.846Z","etag":null,"topics":[],"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/FluidGroup.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}},"created_at":"2021-12-31T15:28:35.000Z","updated_at":"2024-07-15T16:26:26.000Z","dependencies_parsed_at":"2023-07-14T07:30:47.000Z","dependency_job_id":null,"html_url":"https://github.com/FluidGroup/ResultBuilderKit","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"449dbd21b030a7336a2102ad4a88eb497714f294"},"previous_names":["muukii/resultbuilderkit"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/FluidGroup/ResultBuilderKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FResultBuilderKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FResultBuilderKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FResultBuilderKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FResultBuilderKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FluidGroup","download_url":"https://codeload.github.com/FluidGroup/ResultBuilderKit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FResultBuilderKit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265128200,"owners_count":23715621,"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","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-11-22T09:15:58.088Z","updated_at":"2025-12-11T23:01:38.472Z","avatar_url":"https://github.com/FluidGroup.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ResultBuilderKit\n\na set of result-builder\n\nPlease open PR if you have nice builder.\n\n## ArrayBuilder\n\nTo create an array from blocks and expressions\n\n```swift\nlet array: [MyElement] = buildArray {\n  \n  constants\n  \n  if flag {\n    option\n  }\n  \n  additionalElement\n  \n}\n```\n\nor \n```swift\n\nfunc doSomething(@ArrayBuilder\u003cString\u003e _ value: () -\u003e [String]) {\n  let array: [String] = value()\n  ...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidgroup%2Fresultbuilderkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluidgroup%2Fresultbuilderkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidgroup%2Fresultbuilderkit/lists"}