mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
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.