{"id":21846596,"url":"https://github.com/binarybirds/build-kit","last_synced_at":"2025-08-22T13:34:30.950Z","repository":{"id":63905913,"uuid":"257215067","full_name":"BinaryBirds/build-kit","owner":"BinaryBirds","description":"A Swift wrapper around common Swift commands.","archived":false,"fork":false,"pushed_at":"2022-02-17T15:18:09.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T13:17:13.165Z","etag":null,"topics":["swift","swift-5"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":false,"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/BinaryBirds.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":"2020-04-20T08:15:30.000Z","updated_at":"2022-02-28T19:38:08.000Z","dependencies_parsed_at":"2022-11-28T19:40:27.649Z","dependency_job_id":null,"html_url":"https://github.com/BinaryBirds/build-kit","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryBirds%2Fbuild-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryBirds%2Fbuild-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryBirds%2Fbuild-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryBirds%2Fbuild-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BinaryBirds","download_url":"https://codeload.github.com/BinaryBirds/build-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244831061,"owners_count":20517620,"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":["swift","swift-5"],"created_at":"2024-11-27T23:14:40.111Z","updated_at":"2025-03-21T16:44:20.541Z","avatar_url":"https://github.com/BinaryBirds.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BuildKit (🔨)\n\nA Swift wrapper around common Swift commands.\n\n## Usage\n\nSome basic examples:\n\n```swift\nimport BuildKit\n\nlet project = Project(path: \"~/example\")\n\ntry project.run(.package(.initialize(.executable)))\ntry project.run(.package(.update))\ntry project.run(.package(.generateXcodeProject))\n\ntry project.run(.build, flags: [.config(.debug), .stdlib(true)]) \ntry project.run(.test, flags: [.parallel])\n```\n\n## Install\n\nJust use the Swift Package Manager as usual:\n\n```swift\n.package(url: \"https://github.com/binarybirds/build-kit\", from: \"1.0.0\"),\n```\n\nDon't forget to add \"PackageManagerKit\" to your target as a dependency:\n\n```swift\n.product(name: \"BuildKit\", package: \"build-kit\"),\n```\n\nThat's it.\n\n## License\n\n[WTFPL](LICENSE) - Do what the fuck you want to.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarybirds%2Fbuild-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinarybirds%2Fbuild-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarybirds%2Fbuild-kit/lists"}