From 2add521b78d69f9f043a701232e751f43cf123e6 Mon Sep 17 00:00:00 2001 From: Vera Xia Date: Thu, 1 Aug 2024 11:44:38 -0700 Subject: [PATCH] Allocate error space for aws-crt-swift (#1129) Co-authored-by: Steve Kim <86316075+sbSteveK@users.noreply.github.com> Co-authored-by: Waqar Ahmed Khan --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95ab31533..685908ba9 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,8 @@ have pre-slotted log subjects & error codes for each library. The currently allo | [0x3800, 0x3C00) | aws-c-s3 | | [0x3C00, 0x4000) | aws-c-sdkutils | | [0x4000, 0x4400) | aws-crt-kotlin | -| [0x4400, 0x4800) | (reserved for future project) | +| [0x4400, 0x4800) | aws-crt-swift | +| [0x4800, 0x4C00) | (reserved for future project) | Each library should begin its error and log subject values at the beginning of its range and follow in sequence (don't skip codes). Upon adding an AWS maintained library, a new enum range must be approved and added to the above table.