{"id":19652178,"url":"https://github.com/x13a/syscall-swift","last_synced_at":"2025-04-30T19:43:13.784Z","repository":{"id":41326343,"uuid":"388242633","full_name":"x13a/syscall-swift","owner":"x13a","description":"Swift wrapper on some syscalls.","archived":false,"fork":false,"pushed_at":"2022-08-17T12:49:08.000Z","size":7,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T19:22:23.954Z","etag":null,"topics":["macos","osx","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/x13a.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":"2021-07-21T20:51:22.000Z","updated_at":"2024-06-17T13:05:41.000Z","dependencies_parsed_at":"2022-09-17T06:31:21.037Z","dependency_job_id":null,"html_url":"https://github.com/x13a/syscall-swift","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x13a%2Fsyscall-swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x13a%2Fsyscall-swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x13a%2Fsyscall-swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x13a%2Fsyscall-swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/x13a","download_url":"https://codeload.github.com/x13a/syscall-swift/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251772093,"owners_count":21641372,"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":["macos","osx","swift"],"created_at":"2024-11-11T15:09:34.838Z","updated_at":"2025-04-30T19:43:13.740Z","avatar_url":"https://github.com/x13a.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# syscall-swift\n\nSwift wrapper on some syscalls.\n\n- KERN_PROC_PID\n- KERN_PROCARGS2\n\n## Example\n\nTo get pid args:\n```swift\nimport Darwin\nimport SysCall\n\nfunc main() throws {\n    let args = try SysCall.args(getpid()).get()\n    print(args.path)\n    print(args.args)\n    print(args.env)\n}\n\nmain()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx13a%2Fsyscall-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx13a%2Fsyscall-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx13a%2Fsyscall-swift/lists"}