swift-distributed-actors
swift-distributed-actors copied to clipboard
Addressing warnings
Motivation:
Currently project is swamped with warnings, especially due to Never
getting conformance to Codable
in newer macOS versions.
Modifications:
This pull request contains following modifications:
- Bump of the supported macOS version to
.v14
- set of non-functional changes to address majority of warnings
Result:
- Partially addresses #1125
Before changes | After changes |
---|---|