pusher / pusher-websocket-swift

Pusher Channels websocket library for Swift
https://pusher.com/channels
MIT License
273 stars 167 forks source link

Update Package.swift manifest to use newer Swift tools version #431

Closed adincebic closed 3 months ago

adincebic commented 5 months ago

Description of the pull request

Updated swift-tools-version to 5.10.

Why is the change necessary?

A lot of tools are utilizing SPM commands to interact with Swift packages. For example Bazel rules for SPM uses swift package dump-package to gather information about the Swift package. Problem is that structure of JSON reported by dump command changed after Swift tools version 5.2, so I am updating it to the latest.