Alamofire: Routing Requests | Kodeco


This is a companion discussion topic for the original entry at https://www.kodeco.com/5830-alamofire-routing-requests

hi @bdmoakley

I followed your screencast but on xcode 16 it gives me a lot of problems. even if the version of swift I’m using is swift 5 it gives me a lot of concurrency problems. for example it tells me that the value of the parameters dictionary does not conform to the ‘Sendable’ protocol. and there are many similar errors and I don’t know how to move to correct them. could you give me some suggestions and maybe update the code to Swift 6?