Skip to content

Commit 3377653

Browse files
Tests: XFAIL Swift 6.0 compiler path inference test
1 parent f87b72d commit 3377653

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/WITExtractorPluginTests/PluginSmokeTests.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ import XCTest
22

33
class PluginSmokeTests: XCTestCase {
44
func testExtractPlugin() throws {
5+
#if compiler(>=6.0)
6+
throw XCTSkip("XFAIL: Swift compiler path inference is broken in Swift 6.0")
7+
#endif
58
guard ProcessInfo.processInfo.environment["__XCODE_BUILT_PRODUCTS_DIR_PATHS"] == nil else {
69
throw XCTSkip(
710
"\"swift package resolve\" somehow fails to clone git repository only when invoking from Xcode test runner"

0 commit comments

Comments
 (0)