We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66fa6c5 commit 043456bCopy full SHA for 043456b
Tests/WITExtractorPluginTests/PluginSmokeTests.swift
@@ -3,7 +3,7 @@ import XCTest
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")
+ 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(
0 commit comments