{"id":28408985,"url":"https://github.com/grpc/grpc-swift-2","last_synced_at":"2026-05-11T12:06:29.921Z","repository":{"id":296096065,"uuid":"987772351","full_name":"grpc/grpc-swift-2","owner":"grpc","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-19T06:57:55.000Z","size":16251,"stargazers_count":19,"open_issues_count":2,"forks_count":6,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-06-27T00:21:25.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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":"2025-05-21T15:03:18.000Z","updated_at":"2025-06-24T10:49:32.000Z","dependencies_parsed_at":"2025-05-29T00:32:20.607Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc-swift-2","commit_stats":null,"previous_names":["grpc/grpc-swift-2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc-swift-2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc-swift-2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc-swift-2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc-swift-2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc-swift-2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc-swift-2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc-swift-2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262165437,"owners_count":23268851,"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":[],"created_at":"2025-06-02T04:38:29.396Z","updated_at":"2026-05-11T12:06:24.886Z","avatar_url":"https://github.com/grpc.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"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\n    high-performance HTTP/2 client and server transport implementations for gRPC\n    Swift built on top of SwiftNIO.\n  - [`grpc-swift-protobuf`][grpc-swift-protobuf] contains integrations with\n    SwiftProtobuf for gRPC Swift.\n  - [`grpc-swift-extras`][grpc-swift-extras] contains optional extras for gRPC\n    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-2.git\", from: \"2.0.0\"),\n        .package(url: \"https://github.com/grpc/grpc-swift-nio-transport.git\", from: \"2.0.0\"),\n        .package(url: \"https://github.com/grpc/grpc-swift-protobuf.git\", from: \"2.0.0\"),\n    ],\n    targets: [\n        .executableTarget(\n            name: \"Server\",\n            dependencies: [\n                .product(name: \"GRPCCore\", package: \"grpc-swift-2\"),\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-2/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-2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrpc%2Fgrpc-swift-2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrpc%2Fgrpc-swift-2/lists"}