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 eda5209 commit 4995e6bCopy full SHA for 4995e6b
Sources/SwiftlyCore/Platform.swift
@@ -444,11 +444,6 @@ extension Platform {
444
return cmdAbsolute
445
}
446
447
- // If we're running inside an xctest then we don't have a location for this swiftly.
448
- guard let cmdAbsolute, !cmdAbsolute.hasSuffix("xctest") else {
449
- return nil
450
- }
451
-
452
return FileManager.default.fileExists(atPath: swiftlyHomeBin) ? swiftlyHomeBin : nil
453
454
0 commit comments