issues Search Results · repo:apple/swift-protobuf language:Swift
Filter by
513 results
(103 ms)513 results
inapple/swift-protobuf (press backspace or delete to remove)We received error: the compiler is unable to check that this switch is exhaustive in reasonable time when including too
many enums in the proto. Can we address this by adding a default case to the generated ...
luoshuaiqing
- 3
- Opened 14 days ago
- #1801
There s a conformance test for this:
https://github.com/protocolbuffers/protobuf/blob/7a30cd9d4aa1f14fff03bad7b795931991430986/conformance/binary_json_conformance_suite.cc#L2286-L2304
However, it is currently ...
kind/bug
thomasvl
- 1
- Opened 21 days ago
- #1798
After watching the WWDC 2025, Embracing Swift concurrency, I try to play with the new concurrency flags which you can
find on the Xcode 26 beta.
Following is the recommended flag settings from the tutorial ...
mylaluna
- 3
- Opened 22 days ago
- #1797
Hi,
While running a security scan (Checkmarx) on SwiftProtobuf, one high severity issue was detected in the
Performance/main.cc file.
The scanner flagged the following: Method main at line 22 gets dynamic ...
lacopiroty
- 1
- Opened 28 days ago
- #1794
When using the latest Xcode beta there is an issue with swift-protobuf:
error: unsupported configuration: the aggregate target SwiftProtobufPlugin has package dependencies, but targets that build for ...
renewedvision-kh
- 4
- Opened on Jun 11
- #1792
I have a draft CL to remove the use of @testable import and instead ouse package visibility (since we ve moved the
baseline up to Swift 5.9), however because of https://github.com/swiftlang/swift-package-manager/issues/8731, ...
thomasvl
- Opened on May 29
- #1784
To use SwiftProtobuf types in SwiftData models, they must conform to Codable. Suppose you have:
@Model
final class Foo {
var bar: Bar?
init(bar: Bar? = nil) {
self.bar = bar
} ...
Skoti
- 5
- Opened on May 26
- #1780
I ve found that the JSON scanner that is part of this library is extremely useful, performant and well written. I ve
often relied on it for different JSON parsing problems. Because it is internal, one ...
gsabran
- 2
- Opened on May 16
- #1776
The end of https://protobuf.dev/reference/protobuf/textformat-spec/#fields has this paragraph:
Fields not specified in the associated .proto message are not allowed unless the field name is present in ...
kind/bug
thomasvl
- 7
- Opened on May 8
- #1771
Hi SwiftProtobuf maintainers,
First of all, thank you for your great work on this library!
I’m using SwiftProtobuf version 1.29.0 in my project, but I recently ran a security scan and detected the following ...
elontron
- 2
- Opened on May 7
- #1770

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.