nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1XCTest is not fully open-source, only the Swift library parts. We don't have a
2command-line runner available, so disable support.
3
4--- a/Sources/Commands/Utilities/TestingSupport.swift
5+++ b/Sources/Commands/Utilities/TestingSupport.swift
6@@ -105,7 +105,7 @@
7 ) throws -> [TestSuite] {
8 // Run the correct tool.
9 var args = [String]()
10- #if os(macOS)
11+ #if false
12 let data: String = try withTemporaryFile { tempFile in
13 args = [try Self.xctestHelperPath(swiftTool: swiftTool).pathString, path.pathString, tempFile.path.pathString]
14 var env = try Self.constructTestEnvironment(