swift-distributed-actors icon indicating copy to clipboard operation
swift-distributed-actors copied to clipboard

Addressing warnings

Open Garfeild opened this issue 8 months ago • 4 comments

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
Screenshot 2024-07-03 at 06 18 56 Screenshot 2024-07-03 at 06 19 42

Garfeild avatar Jul 03 '24 04:07 Garfeild