We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65343ad + ab28449 commit 93ad779Copy full SHA for 93ad779
stdlib/cmake/modules/SwiftSource.cmake
@@ -620,8 +620,6 @@ function(_compile_swift_files
620
list(APPEND swift_flags "-Xfrontend" "-disable-preallocated-instantiation-caches")
621
endif()
622
623
- list(APPEND swift_flags "-Xfrontend" "-enable-experimental-associated-type-inference")
624
-
625
list(APPEND swift_flags ${SWIFT_STDLIB_EXTRA_SWIFT_COMPILE_FLAGS})
626
627
list(APPEND swift_flags ${SWIFT_EXPERIMENTAL_EXTRA_FLAGS})
test/Interpreter/rdar119541554.swift
@@ -5,7 +5,10 @@
5
// RUN: %target-run %t/a.out
6
7
// REQUIRES: executable_test
8
-// REQUIRES: macos_min_version_13
+// REQUIRES: objc_interop
9
+
10
+// UNSUPPORTED: use_os_stdlib
11
+// UNSUPPORTED: back_deployment_runtime
12
13
struct S {
14
var x = 42
0 commit comments