diff --git a/Meta/CMake/Swift/InitializeSwift.cmake b/Meta/CMake/Swift/InitializeSwift.cmake index 1fa7e240d37..532c23767bd 100644 --- a/Meta/CMake/Swift/InitializeSwift.cmake +++ b/Meta/CMake/Swift/InitializeSwift.cmake @@ -104,9 +104,6 @@ function(_setup_swift_paths) NO_DEFAULT_PATH) add_link_options("$<$:${SWIFT_SWIFTRT_FILE}>") endif() - - # FIXME: Re-enable SIL verification after https://github.com/swiftlang/swift/issues/80065 is fixed - add_compile_options("SHELL:$<$:-Xfrontend -sil-verify-none>") endfunction() _setup_swift_paths()