unsignedapps / Vexil

Vexil (named for Vexillology) is a Swift package for managing feature flags (also called feature toggles) in a flexible, multi-provider way.
https://vexil.unsignedapps.com
MIT License
115 stars 12 forks source link

Tidy up `FlagValueSource` #122

Closed bok- closed 3 months ago

bok- commented 3 months ago

📒 Description

This PR makes a few changes to FlagValueSource and NonSendableFlagValueSource:

These changes resolve some errors building with Xcode 16 but are also just being a good citizen. We shouldn't be trying to force Identifiable on a type that just wants to be a FlagValueSource when all we need is an ID we can use for managing subscriptions.

This is part of the Vexil 3 alpha series.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud