{"id":15178648,"url":"https://github.com/ysoftware/xcodevim","last_synced_at":"2026-02-12T23:03:16.919Z","repository":{"id":254806045,"uuid":"847350295","full_name":"ysoftware/XcodeVim","owner":"ysoftware","description":"Parses .xcactivitylog build result of Xcode, ready to be used with VIM.","archived":false,"fork":false,"pushed_at":"2024-08-28T11:24:07.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T06:43:32.243Z","etag":null,"topics":["vim","xcactivitylog","xcode"],"latest_commit_sha":null,"homepage":"","language":"C","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/ysoftware.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":"2024-08-25T15:22:26.000Z","updated_at":"2024-08-28T11:24:10.000Z","dependencies_parsed_at":"2024-08-28T12:43:46.570Z","dependency_job_id":null,"html_url":"https://github.com/ysoftware/XcodeVim","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":"0.23529411764705888","last_synced_commit":"e2c898c24b839fc97b2d753168904b9b0cca2019"},"previous_names":["ysoftware/xcodevim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ysoftware/XcodeVim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysoftware%2FXcodeVim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysoftware%2FXcodeVim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysoftware%2FXcodeVim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysoftware%2FXcodeVim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ysoftware","download_url":"https://codeload.github.com/ysoftware/XcodeVim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysoftware%2FXcodeVim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274046000,"owners_count":25212982,"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-07T02:00:09.463Z","response_time":67,"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":["vim","xcactivitylog","xcode"],"created_at":"2024-09-27T15:21:03.751Z","updated_at":"2026-02-12T23:03:16.887Z","avatar_url":"https://github.com/ysoftware.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Parser of .xcactivitylog files\n\nProvides error messages from Xcode, ready to be used with VIM.\n\n### Build and Run\n\n```console\n$ clang -o app.exe src/main.c -lz -O3\n\n$ ./app.exe MyApp\n$ ./app.exe MyApp -d\n```\n\n### Explanation\n\nLatest modified .xcactivitylog file found inside will by analysed.\nProject name argument is required to narrow the scope of search inside derived data:\n`~/Library/Developer/Xcode/DerivedData/[project_name]*/Logs/Build/`\n#\nIn VIM, you can populate the quickfix buffer with error output by calling `:cexpr`, `:cgete` or another command.\n\nI put this in my .vimrc to bind this command to to **te**:\n```viml\nnnoremap \u003cleader\u003ee :cgete system('~/XcodeVim/app.exe MyApp')\u003cCR\u003e:copen\u003cCR\u003e\n```\n\nExample of what you get in quickfix:\n```console\nfile:///Users/username/MyFile.swift:50:32\n|| Value of type 'MyApp' has no member 'bork'\n||\n```\n#\nPass flag -d to dump the whole parsed log as log-dump.txt.\nDouble values are not parsed currently, but if anybody wants to implement it, it should be quite easy.\nHere is an example of the output:\n```\n[type: \"int\", value: 11]\n[type: \"className\", index: 1, value: \"IDEActivityLogSection\"]\n[type: \"classInstance\", value: \"IDEActivityLogSection\"]\n[type: \"int\", value: 0]\n[type: \"string\", length: 39, value: \"Xcode.IDEActivityLogDomainType.BuildLog\"]\n[type: \"string\", length: 30, value: \"Build C24MobileSimOnly-Example\"]\n[type: \"string\", length: 30, value: \"Build C24MobileSimOnly-Example\"]\n[type: \"double\", value: not parsed]\n[type: \"double\", value: not parsed]\n[type: \"array\", count: 25]\n[type: \"classInstance\", value: \"IDEActivityLogSection\"]\n[type: \"int\", value: 1]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysoftware%2Fxcodevim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fysoftware%2Fxcodevim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysoftware%2Fxcodevim/lists"}