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 659c6e7 commit 11b847cCopy full SHA for 11b847c
Sources/SwiftlyCore/Platform.swift
@@ -454,11 +454,6 @@ extension Platform {
454
return cmdAbsolute
455
}
456
457
- // If we're running inside an xctest then we don't have a location for this swiftly.
458
- guard let cmdAbsolute, !cmdAbsolute.string.hasSuffix("xctest") else {
459
- return nil
460
- }
461
-
462
return try await fs.exists(atPath: swiftlyHomeBin) ? swiftlyHomeBin : nil
463
464
0 commit comments