{"id":13461766,"url":"https://github.com/grpc/grpc-swift","last_synced_at":"2025-05-13T18:08:29.113Z","repository":{"id":38325757,"uuid":"68841963","full_name":"grpc/grpc-swift","owner":"grpc","description":"The Swift language implementation of gRPC.","archived":false,"fork":false,"pushed_at":"2025-05-08T15:05:57.000Z","size":18237,"stargazers_count":2142,"open_issues_count":95,"forks_count":428,"subscribers_count":75,"default_branch":"main","last_synced_at":"2025-05-10T06:38:06.654Z","etag":null,"topics":["grpc","protocol-buffers","swift","swift-grpc"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-09-21T17:35:31.000Z","updated_at":"2025-05-09T10:49:02.000Z","dependencies_parsed_at":"2024-12-04T16:22:42.833Z","dependency_job_id":"8417447f-ec78-42c8-8fd1-8bd22dca70ad","html_url":"https://github.com/grpc/grpc-swift","commit_stats":{"total_commits":1784,"total_committers":119,"mean_commits":"14.991596638655462","dds":0.5683856502242153,"last_synced_commit":"78da46d6182e81c2a6742db40acc1fcd3ed6ba85"},"previous_names":[],"tags_count":122,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc-swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc-swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc-swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc-swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc-swift/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253398060,"owners_count":21902035,"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":["grpc","protocol-buffers","swift","swift-grpc"],"created_at":"2024-07-31T11:00:57.079Z","updated_at":"2025-05-13T18:08:29.071Z","avatar_url":"https://github.com/grpc.png","language":"Swift","funding_links":[],"categories":["Swift","Packages","Projects using SwiftNIO","Official Libraries and Tools"],"sub_categories":["Networking","Packages \u0026 executables"],"readme":"# gRPC Swift\n\nThis repository contains a gRPC implementation for Swift. You can read more\nabout gRPC on the [gRPC project's website][grpcio].\n\n- 📚 **Documentation** and **tutorials** are available on the [Swift Package Index][spi-grpc-swift]\n- 💻 **Examples** are available in the [Examples](Examples) directory\n- 🚀 **Contributions** are welcome, please see [CONTRIBUTING.md](CONTRIBUTING.md)\n- 🪪 **License** is Apache 2.0, repeated in [LICENSE](License)\n- 🔒 **Security** issues should be reported via the process in [SECURITY.md](SECURITY.md)\n- 🔀 **Related Repositories**:\n  - [`grpc-swift-nio-transport`][grpc-swift-nio-transport] contains high-performance HTTP/2 client and server transport implementations for gRPC Swift built on top of SwiftNIO.\n  - [`grpc-swift-protobuf`][grpc-swift-protobuf] contains integrations with SwiftProtobuf for gRPC Swift.\n  - [`grpc-swift-extras`][grpc-swift-extras] contains optional extras for gRPC Swift.\n\n\n## Quick Start\n\nThe following snippet contains a Swift Package manifest to use gRPC Swift v2.x with\nthe SwiftNIO based transport and SwiftProtobuf serialization:\n\n```swift\n// swift-tools-version: 6.0\nimport PackageDescription\n\nlet package = Package(\n    name: \"Application\",\n    platforms: [.macOS(\"15.0\")],\n    dependencies: [\n        .package(url: \"https://github.com/grpc/grpc-swift.git\", from: \"2.0.0\"),\n        .package(url: \"https://github.com/grpc/grpc-swift-nio-transport.git\", from: \"1.0.0\"),\n        .package(url: \"https://github.com/grpc/grpc-swift-protobuf.git\", from: \"1.0.0\"),\n    ],\n    targets: [\n        .executableTarget(\n            name: \"Server\",\n            dependencies: [\n                .product(name: \"GRPCCore\", package: \"grpc-swift\"),\n                .product(name: \"GRPCNIOTransportHTTP2\", package: \"grpc-swift-nio-transport\"),\n                .product(name: \"GRPCProtobuf\", package: \"grpc-swift-protobuf\"),\n            ]\n        )\n    ]\n)\n```\n\n[gh-grpc]: https://github.com/grpc/grpc\n[grpcio]: https://grpc.io\n[spi-grpc-swift]: https://swiftpackageindex.com/grpc/grpc-swift/documentation\n[grpc-swift-nio-transport]: https://github.com/grpc/grpc-swift-nio-transport\n[grpc-swift-protobuf]: https://github.com/grpc/grpc-swift-protobuf\n[grpc-swift-extras]: https://github.com/grpc/grpc-swift-extras\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrpc%2Fgrpc-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrpc%2Fgrpc-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrpc%2Fgrpc-swift/lists"}