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 53f63b8 commit 7e40537Copy full SHA for 7e40537
Sources/SwiftlyCore/Platform.swift
@@ -453,11 +453,6 @@ extension Platform {
453
return cmdAbsolute
454
}
455
456
- // If we're running inside an xctest then we don't have a location for this swiftly.
457
- guard let cmdAbsolute, !cmdAbsolute.hasSuffix("xctest") else {
458
- return nil
459
- }
460
-
461
return FileManager.default.fileExists(atPath: swiftlyHomeBin) ? swiftlyHomeBin : nil
462
463
0 commit comments