[swift6] Change JSONEncodable protocol to always return String (#20906)

* [swift6] Change JSONEncodable protocol to always return String

* [swift6] Upgrade Alamofire

* Add missing @Sendable attributes

* Fix APIHelperTests

* Fix URLSessionImplementations
This commit is contained in:
Lennard Sprong
2025-03-17 16:53:22 +01:00
committed by GitHub
parent 1eb8c58446
commit 31c1a86736
592 changed files with 2467 additions and 2812 deletions

View File

@@ -19,8 +19,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// TODO: Alamofire versions 5.10.0 and above are not currently supported. If you need a newer version, please consider submitting a Pull Request with the required changes.
.package(url: "https://github.com/Alamofire/Alamofire", exact: "5.9.1"),
.package(url: "https://github.com/Alamofire/Alamofire", exact: "5.10.2"),
.package(url: "https://github.com/mxcl/PromiseKit", .upToNextMajor(from: "8.1.2")),
.package(url: "https://github.com/ReactiveX/RxSwift", .upToNextMajor(from: "6.8.0")),
],