Skip to content

Support Xcode 16.2 and macOS 15.2 #79257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions validation-test/BuildSystem/build_worktree.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# REQUIRES: standalone_build
# REQUIRES: target-same-as-host

# REQUIRES: https://github.com/swiftlang/swift/issues/79256

# RUN: %empty-directory(%t)
# RUN: %empty-directory(%t/build)

Expand Down
3 changes: 2 additions & 1 deletion validation-test/IDE/complete_from_cocoa.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

// FIXME: iOS has no Cocoa.framework
// REQUIRES: OS=macosx

// https://github.com/swiftlang/swift/issues/79255
// REQUIRES: rdar141124373
// A smoketest for code completion in Cocoa.

import Cocoa
Expand Down
3 changes: 2 additions & 1 deletion validation-test/IDE/complete_from_cocoa_2.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

// FIXME: iOS has no Cocoa.framework
// REQUIRES: OS=macosx

// https://github.com/swiftlang/swift/issues/79255
// REQUIRES: rdar141124373
// A smoketest for code completion in Cocoa.

import Cocoa
Expand Down
3 changes: 2 additions & 1 deletion validation-test/IDE/complete_repl_from_cocoa.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// A smoketest for REPL code completion in Cocoa.

// REQUIRES: objc_interop

// https://github.com/swiftlang/swift/issues/79255
// REQUIRES: rdar141124373
// FIXME: iOS has no Cocoa.framework
// REQUIRES: OS=macosx

Expand Down
3 changes: 2 additions & 1 deletion validation-test/IDE/complete_sdk_platform.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
// RUN: %batch-code-completion -sdk %t/sdk %xcode-extra-platform-search-paths

// REQUIRES: OS=macosx

// https://github.com/swiftlang/swift/issues/79255
// REQUIRES: rdar141124373
// rdar://131854240 - Make sure modules found in the platform dir are treated
// as system.

Expand Down
3 changes: 2 additions & 1 deletion validation-test/Sema/SwiftUI/rdar57201781.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

// REQUIRES: objc_interop
// REQUIRES: OS=macosx

// https://github.com/swiftlang/swift/issues/79255
// REQUIRES: rdar141262107
import SwiftUI

struct ContentView : View {
Expand Down
3 changes: 2 additions & 1 deletion validation-test/Sema/SwiftUI/rdar70880670.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// RUN: %target-typecheck-verify-swift -target %target-cpu-apple-macosx10.15 -swift-version 5
// REQUIRES: objc_interop
// REQUIRES: OS=macosx

// https://github.com/swiftlang/swift/issues/79255
// REQUIRES: rdar141262107
import SwiftUI

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