aws-crt-swift

0.54.0

awslabs/aws-crt-swift

What's New

Fix Dispatch Queue Memory Leak

2025-08-20T21:15:03Z

What's Changed

  • change stale issue and discussion handling to run once a week by @sbSteveK in #345
  • Add dev guide for crt-swift by @waahm7 in #341
  • Update aws-c-io to fix dispatch queue leak by @xiazhvera in #348

Full Changelog: v0.53.0...v0.54.0

AwsCommonRuntimeKit

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.

Building

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 .

Contributor's Guide

Required Reading:

Useful Videos:

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Thu Nov 06 2025 11:20:30 GMT-1000 (Hawaii-Aleutian Standard Time)