Skip to content

awslabs/aws-crt-swift

Folders and files

NameName
Last commit message
Last commit date
Feb 16, 2022
Feb 16, 2022
Feb 17, 2022
Feb 16, 2022
Feb 7, 2022
Jun 10, 2021
Jun 10, 2021
Nov 24, 2020
Oct 16, 2021
Oct 9, 2021
May 27, 2020
Jul 20, 2021
Feb 16, 2022
May 27, 2020
May 27, 2020
Feb 16, 2022
Feb 16, 2022
Oct 20, 2020
Feb 16, 2022
Nov 16, 2020
Feb 7, 2022

Repository files navigation

AwsCommonRuntimeKit

Building

You can either build with Xcode

swift package generate-xcodeproj
xed .

or in the command line

swift build

To run tests:

swift test