wire-swift proto3 working document
Open
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 4.4k
- Forks
- 627
- Avg merge
- 3d 15m
- Merged PRs (30d)
- 20
Description
Similar to #279, we'd like to track work that enables proto 3 support in wire-swift. This issue will start small and be updated as more is discovered.
- Support for
Google.Protobuf.WellKnownTypes-
Durationcode generation fromduration.proto-
Duration<->TimeIntervallossy interop - Remove redundant Wire import statement
- Generate swift test file from golden proto that contains Duration
-
-
TimeStampcode generation fromtimestamp.proto - Scalar wrapper types
-
BoolValue -
BytesValue -
DoubleValue -
FloatValue -
Int32Value -
Int64Value -
ListValue -
StringValue -
UInt32Value -
UInt64Value
-
-
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the completed Duration work, including wire-runtime-swift/src/main/swift/wellknowntypes/Duration.swift, duration.proto, and the golden proto test mentioned in the checklist. Compare that path with the unchecked timestamp.proto and scalar wrapper entries, then use the existing Swift generation tests to define what completion requires.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100