The AWS CRT for Swift is currently in developer preview and is intended strictly for feedback purposes only. Do not use this for production workloads.
You can either build with Xcode
swift package generate-xcodeproj
xed .
or in the command line
swift build
To run tests:
swift test
To format the code:
swift format --in-place --recursive .
Required Reading:
Useful Videos: