{"id":15981386,"url":"https://github.com/boxed/swift-keyword-arguments-research","last_synced_at":"2026-04-29T19:31:33.441Z","repository":{"id":140164703,"uuid":"79203803","full_name":"boxed/Swift-keyword-arguments-research","owner":"boxed","description":"Research into usage of keyword arguments in swift","archived":false,"fork":false,"pushed_at":"2017-01-18T09:33:21.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-26T16:08:58.870Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/boxed.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}},"created_at":"2017-01-17T08:06:47.000Z","updated_at":"2017-01-17T08:07:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"b40bde5c-4760-494b-8512-dd14aa27fa81","html_url":"https://github.com/boxed/Swift-keyword-arguments-research","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boxed/Swift-keyword-arguments-research","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2FSwift-keyword-arguments-research","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2FSwift-keyword-arguments-research/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2FSwift-keyword-arguments-research/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2FSwift-keyword-arguments-research/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boxed","download_url":"https://codeload.github.com/boxed/Swift-keyword-arguments-research/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2FSwift-keyword-arguments-research/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32440845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-10-08T00:43:51.719Z","updated_at":"2026-04-29T19:31:33.426Z","avatar_url":"https://github.com/boxed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Swift keyword arguments research\n--------------------------------\n\nThis is a little project to find out how keyword arguments (or \"labels\") are\nused in Swift. I'd like to find out how many times the name of the keyword\nargument exactly matches the variable sent in, and maybe how often it\nSHOULD match but a short acronym has been used instead.\n\nCurrent results:\n\napps\n\nname | matching | non_matching | partial | one_char_prefix | one_char | total\n---- | -------- | ------------ | ------- | --------------- | -------- | ------------------\nCharts | 1015 (20.53%) | 3191 (64.54%) | 576 (11.65%) | 60 (1.21%) | 102 (2.06%) | 4944\nDesignerNewsApp | 58 (16.86%) | 268 (77.91%) | 18 (5.23%) | 0 (0.00%) | 0 (0.00%) | 344\neidolon | 186 (10.73%) | 1394 (80.39%) | 154 (8.88%) | 0 (0.00%) | 0 (0.00%) | 1734\nfirefox-ios | 1867 (13.44%) | 9931 (71.51%) | 1813 (13.06%) | 39 (0.28%) | 237 (1.71%) | 13887\nFlappySwift | 2 (2.30%) | 76 (87.36%) | 7 (8.05%) | 0 (0.00%) | 2 (2.30%) | 87\niina | 57 (5.35%) | 921 (86.48%) | 56 (5.26%) | 4 (0.38%) | 27 (2.54%) | 1065\nTSWeChat | 53 (5.27%) | 817 (81.29%) | 131 (13.03%) | 1 (0.10%) | 3 (0.30%) | 1005\nVPNOn | 15 (3.43%) | 336 (76.89%) | 85 (19.45%) | 0 (0.00%) | 1 (0.23%) | 437\nwire-ios | 464 (9.64%) | 3879 (80.61%) | 461 (9.58%) | 4 (0.08%) | 4 (0.08%) | 4812\nWordPress-iOS | 946 (10.12%) | 7368 (78.84%) | 886 (9.48%) | 16 (0.17%) | 129 (1.38%) | 9345\nYep | 1747 (17.28%) | 7097 (70.20%) | 1249 (12.36%) | 0 (0.00%) | 16 (0.16%) | 10109\n\nlibs\n\nname | matching | non_matching | partial | one_char_prefix | one_char | total\n---- | -------- | ------------ | ------- | --------------- | -------- | ------------------\nAlamofire | 515 (18.13%) | 1932 (68.00%) | 355 (12.50%) | 0 (0.00%) | 39 (1.37%) | 2841\nCarthage | 187 (13.82%) | 1045 (77.24%) | 117 (8.65%) | 2 (0.15%) | 2 (0.15%) | 1353\nEureka | 277 (14.79%) | 1214 (64.82%) | 344 (18.37%) | 0 (0.00%) | 38 (2.03%) | 1873\nPerfect | 25 (8.62%) | 252 (86.90%) | 10 (3.45%) | 0 (0.00%) | 3 (1.03%) | 290\nswift | 2449 (4.12%) | 47135 (79.22%) | 3836 (6.45%) | 246 (0.41%) | 5830 (9.80%) | 59496\nswift-corelibs-foundation | 886 (7.47%) | 9424 (79.45%) | 1283 (10.82%) | 40 (0.34%) | 229 (1.93%) | 11862\nswift-corelibs-libdispatch | 45 (12.10%) | 248 (66.67%) | 54 (14.52%) | 2 (0.54%) | 23 (6.18%) | 372\nswift-package-manager | 766 (15.92%) | 3419 (71.04%) | 570 (11.84%) | 9 (0.19%) | 49 (1.02%) | 4813\nswift-protobuf | 2067 (4.54%) | 36949 (81.07%) | 3351 (7.35%) | 2615 (5.74%) | 592 (1.30%) | 45574\nSwiftyJSON | 11 (2.40%) | 366 (79.74%) | 71 (15.47%) | 0 (0.00%) | 11 (2.40%) | 459\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxed%2Fswift-keyword-arguments-research","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxed%2Fswift-keyword-arguments-research","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxed%2Fswift-keyword-arguments-research/lists"}