Swift Package Manager and AWS

I am trying to create a simple Swift package that uses AWS SDK for Swift but I get an error that says it can't import one of the modules, actually any of the modules. I researched this for a couple of days but can't figure out how to get this working. Any help would be appreciated.

Accepted Answer

I managed to get this working. Below is what the working Package.swift file looks like.

Swift Package Manager and AWS
 
 
Q