Files
Mike Ash 85d1ac02de [Runtime] Always look for the SwiftDirect package in the new Runtime build.
Remove the SwiftCore_ENABLE_DIRECT_RETAIN_RELEASE option and the corresponding option from the various subprojects. Instead, unconditionally find_package(SwiftSwiftDirectRuntime) but without REQUIRED. We expect that if the compiler is emitting DirectRuntime calls, the library will be available, so there's no need to configure that separately.

Also refine the check for HasSwiftSwiftDirectRuntimeLibrary to exclude DriverKit.
2026-02-03 13:07:37 -05:00
..