apple / swift-distributed-actors

Peer-to-peer cluster implementation for Swift Distributed Actors
https://apple.github.io/swift-distributed-actors/
Apache License 2.0
580 stars 54 forks source link

Addressing warnings #1158

Open Garfeild opened 2 weeks ago

Garfeild commented 2 weeks ago

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:

Result:

Before changes After changes
Screenshot 2024-07-03 at 06 18 56 Screenshot 2024-07-03 at 06 19 42
Garfeild commented 5 days ago

@swift-server-bot test this please