Skip to content

Commit 206496c

Browse files
authored
Merge pull request #79257 from swiftlang/support-xcode-16.2-macos-15.2
Support Xcode 16.2 and macOS 15.2
2 parents 0225964 + 1f48b2c commit 206496c

File tree

7 files changed

+14
-6
lines changed

7 files changed

+14
-6
lines changed

validation-test/BuildSystem/build_worktree.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# REQUIRES: standalone_build
33
# REQUIRES: target-same-as-host
44

5+
# REQUIRES: https://github.com/swiftlang/swift/issues/79256
6+
57
# RUN: %empty-directory(%t)
68
# RUN: %empty-directory(%t/build)
79

validation-test/IDE/complete_from_cocoa.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
// FIXME: iOS has no Cocoa.framework
77
// REQUIRES: OS=macosx
8-
8+
// https://github.com/swiftlang/swift/issues/79255
9+
// REQUIRES: rdar141124373
910
// A smoketest for code completion in Cocoa.
1011

1112
import Cocoa

validation-test/IDE/complete_from_cocoa_2.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
// FIXME: iOS has no Cocoa.framework
77
// REQUIRES: OS=macosx
8-
8+
// https://github.com/swiftlang/swift/issues/79255
9+
// REQUIRES: rdar141124373
910
// A smoketest for code completion in Cocoa.
1011

1112
import Cocoa

validation-test/IDE/complete_repl_from_cocoa.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// A smoketest for REPL code completion in Cocoa.
44

55
// REQUIRES: objc_interop
6-
6+
// https://github.com/swiftlang/swift/issues/79255
7+
// REQUIRES: rdar141124373
78
// FIXME: iOS has no Cocoa.framework
89
// REQUIRES: OS=macosx
910

validation-test/IDE/complete_sdk_platform.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
// RUN: %batch-code-completion -sdk %t/sdk %xcode-extra-platform-search-paths
88

99
// REQUIRES: OS=macosx
10-
10+
// https://github.com/swiftlang/swift/issues/79255
11+
// REQUIRES: rdar141124373
1112
// rdar://131854240 - Make sure modules found in the platform dir are treated
1213
// as system.
1314

validation-test/Sema/SwiftUI/rdar57201781.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
// REQUIRES: objc_interop
44
// REQUIRES: OS=macosx
5-
5+
// https://github.com/swiftlang/swift/issues/79255
6+
// REQUIRES: rdar141262107
67
import SwiftUI
78

89
struct ContentView : View {

validation-test/Sema/SwiftUI/rdar70880670.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// RUN: %target-typecheck-verify-swift -target %target-cpu-apple-macosx10.15 -swift-version 5
22
// REQUIRES: objc_interop
33
// REQUIRES: OS=macosx
4-
4+
// https://github.com/swiftlang/swift/issues/79255
5+
// REQUIRES: rdar141262107
56
import SwiftUI
67

78
var foo = doesntExist // expected-error {{cannot find 'doesntExist' in scope}}

0 commit comments

Comments
 (0)