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 1bc0056 + 3797dd9 commit fbad380Copy full SHA for fbad380
validation-test/Sema/type_checker_perf/fast/issue-54795.swift
@@ -1,4 +1,4 @@
1
-// RUN: %target-typecheck-verify-swift -solver-scope-threshold=10000
+// RUN: %target-typecheck-verify-swift -solver-scope-threshold=10000 -target %target-cpu-apple-macosx10.15
2
// Succeeds in 60ms with 5572 scopes
3
4
// REQUIRES: objc_interop
@@ -23,6 +23,6 @@ struct Breathe: View {
23
.rotationEffect(.degrees(Double(index * 360 / Self.colors.count)))
24
}
25
26
- .frame(width: self.leafSize, height: self.leafSize) // <== The compiler is unable to type-check this expression in reasonable time
+ .frame(width: self.leafSize, height: self.leafSize)
27
28
0 commit comments