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.
1 parent f87b72d commit 3377653Copy full SHA for 3377653
Tests/WITExtractorPluginTests/PluginSmokeTests.swift
@@ -2,6 +2,9 @@ import XCTest
2
3
class PluginSmokeTests: XCTestCase {
4
func testExtractPlugin() throws {
5
+ #if compiler(>=6.0)
6
+ throw XCTSkip("XFAIL: Swift compiler path inference is broken in Swift 6.0")
7
+ #endif
8
guard ProcessInfo.processInfo.environment["__XCODE_BUILT_PRODUCTS_DIR_PATHS"] == nil else {
9
throw XCTSkip(
10
"\"swift package resolve\" somehow fails to clone git repository only when invoking from Xcode test runner"
0 commit comments