diff --git a/Runtimes/Core/CMakeLists.txt b/Runtimes/Core/CMakeLists.txt index 5dd1ca8d7777e..0dac62a72531a 100644 --- a/Runtimes/Core/CMakeLists.txt +++ b/Runtimes/Core/CMakeLists.txt @@ -152,6 +152,8 @@ add_compile_options( "$<$:SHELL:-enable-experimental-feature FreestandingMacros>" "$<$:SHELL:-enable-experimental-feature BitwiseCopyable>" "$<$:SHELL:-enable-experimental-feature Extern>" + "$<$:SHELL:-enable-experimental-feature ValueGenerics>" + "$<$:SHELL:-enable-experimental-feature AddressableParameters>" "$<$:SHELL:-Xfrontend -enable-experimental-concise-pound-file>" "$<$:SHELL:-Xfrontend -enable-lexical-lifetimes=false>" "$<$:SHELL:-Xfrontend -disable-implicit-concurrency-module-import>" diff --git a/Runtimes/Core/core/CMakeLists.txt b/Runtimes/Core/core/CMakeLists.txt index db39b99d248d9..ca3a8f0ae6ea3 100644 --- a/Runtimes/Core/core/CMakeLists.txt +++ b/Runtimes/Core/core/CMakeLists.txt @@ -145,6 +145,7 @@ add_library(swiftCore SetVariant.swift ShadowProtocols.swift Shims.swift + Slab.swift Slice.swift SmallString.swift Sort.swift