+5
pkgs/development/compilers/swift/default.nix
+5
pkgs/development/compilers/swift/default.nix
+5
pkgs/development/compilers/swift/swiftpm/cmake-glue/ArgumentParserConfig.cmake
+5
pkgs/development/compilers/swift/swiftpm/cmake-glue/ArgumentParserConfig.cmake
···+set_property(TARGET ArgumentParser PROPERTY IMPORTED_LOCATION "@out@/lib/swift/@swiftOs@/libArgumentParser@dylibExt@")+set_property(TARGET ArgumentParserToolInfo PROPERTY IMPORTED_LOCATION "@out@/lib/swift/@swiftOs@/libArgumentParserToolInfo@dylibExt@")
+5
pkgs/development/compilers/swift/swiftpm/cmake-glue/LLBuildConfig.cmake
+5
pkgs/development/compilers/swift/swiftpm/cmake-glue/LLBuildConfig.cmake
···+set_property(TARGET llbuildSwift PROPERTY IMPORTED_LOCATION "@out@/lib/swift/pm/llbuild/libllbuildSwift@dylibExt@")
+8
pkgs/development/compilers/swift/swiftpm/cmake-glue/SwiftCollectionsConfig.cmake
+8
pkgs/development/compilers/swift/swiftpm/cmake-glue/SwiftCollectionsConfig.cmake
···+set_property(TARGET SwiftCollections::Collections PROPERTY IMPORTED_LOCATION "@out@/lib/swift_static/@swiftOs@/libCollections@staticLibExt@")+set_property(TARGET SwiftCollections::DequeModule PROPERTY IMPORTED_LOCATION "@out@/lib/swift_static/@swiftOs@/libDequeModule@staticLibExt@")+set_property(TARGET SwiftCollections::OrderedCollections PROPERTY IMPORTED_LOCATION "@out@/lib/swift_static/@swiftOs@/libOrderedCollections@staticLibExt@")
+2
pkgs/development/compilers/swift/swiftpm/cmake-glue/SwiftCryptoConfig.cmake
+2
pkgs/development/compilers/swift/swiftpm/cmake-glue/SwiftCryptoConfig.cmake
+8
pkgs/development/compilers/swift/swiftpm/cmake-glue/SwiftDriverConfig.cmake
+8
pkgs/development/compilers/swift/swiftpm/cmake-glue/SwiftDriverConfig.cmake
···+set_property(TARGET SwiftDriver PROPERTY IMPORTED_LOCATION "@out@/lib/libSwiftDriver@dylibExt@")+set_property(TARGET SwiftDriverExecution PROPERTY IMPORTED_LOCATION "@out@/lib/libSwiftDriverExecution@dylibExt@")+set_property(TARGET SwiftOptions PROPERTY IMPORTED_LOCATION "@out@/lib/libSwiftOptions@dylibExt@")
+2
pkgs/development/compilers/swift/swiftpm/cmake-glue/SwiftSystemConfig.cmake
+2
pkgs/development/compilers/swift/swiftpm/cmake-glue/SwiftSystemConfig.cmake
+8
pkgs/development/compilers/swift/swiftpm/cmake-glue/TSCConfig.cmake
+8
pkgs/development/compilers/swift/swiftpm/cmake-glue/TSCConfig.cmake
···
+5
pkgs/development/compilers/swift/swiftpm/cmake-glue/YamsConfig.cmake
+5
pkgs/development/compilers/swift/swiftpm/cmake-glue/YamsConfig.cmake
+462
pkgs/development/compilers/swift/swiftpm/default.nix
+462
pkgs/development/compilers/swift/swiftpm/default.nix
···+substituteAll ${./cmake-glue/SwiftSystemConfig.cmake} $out/lib/cmake/SwiftSystem/SwiftSystemConfig.cmake+substituteAll ${./cmake-glue/SwiftCollectionsConfig.cmake} $out/lib/cmake/SwiftCollections/SwiftCollectionsConfig.cmake+substituteAll ${./cmake-glue/ArgumentParserConfig.cmake} $out/lib/cmake/ArgumentParser/ArgumentParserConfig.cmake+substituteAll ${./cmake-glue/SwiftDriverConfig.cmake} $out/lib/cmake/SwiftDriver/SwiftDriverConfig.cmake+substituteAll ${./cmake-glue/SwiftCryptoConfig.cmake} $out/lib/cmake/SwiftCrypto/SwiftCryptoConfig.cmake+substituteInPlace .build/checkouts/swift-tools-support-core/Sources/TSCTestSupport/XCTestCasePerf.swift \
+79
pkgs/development/compilers/swift/swiftpm/generated/Package.resolved
+79
pkgs/development/compilers/swift/swiftpm/generated/Package.resolved
···
+62
pkgs/development/compilers/swift/swiftpm/generated/default.nix
+62
pkgs/development/compilers/swift/swiftpm/generated/default.nix
···
+144
pkgs/development/compilers/swift/swiftpm/generated/workspace-state.json
+144
pkgs/development/compilers/swift/swiftpm/generated/workspace-state.json
···
+36
pkgs/development/compilers/swift/swiftpm/patches/cmake-disable-rpath.patch
+36
pkgs/development/compilers/swift/swiftpm/patches/cmake-disable-rpath.patch
···
+21
pkgs/development/compilers/swift/swiftpm/patches/disable-sandbox.patch
+21
pkgs/development/compilers/swift/swiftpm/patches/disable-sandbox.patch
···+let profile = macOSSandboxProfile(strictness: strictness, writableDirectories: writableDirectories, readOnlyDirectories: readOnlyDirectories)
+48
pkgs/development/compilers/swift/swiftpm/patches/disable-xctest.patch
+48
pkgs/development/compilers/swift/swiftpm/patches/disable-xctest.patch
···+static func getTestSuites(fromTestAt path: AbsolutePath, swiftTool: SwiftTool, swiftOptions: SwiftToolOptions) throws -> [TestSuite] {+let args = [try TestingSupport.xctestHelperPath(swiftTool: swiftTool).pathString, path.pathString, tempFile.path.pathString]+var env = try TestingSupport.constructTestEnvironment(toolchain: try swiftTool.getToolchain(), options: swiftOptions, buildParameters: swiftTool.buildParametersForTest())++ if let platformPath = platformPath, !platformPath.isEmpty && !platformPath.starts(with: "@storeDir@") {
+121
pkgs/development/compilers/swift/swiftpm/patches/fix-clang-cxx.patch
+121
pkgs/development/compilers/swift/swiftpm/patches/fix-clang-cxx.patch
···+- if let toolPath = UserToolchain.lookup(variable: "CC", searchPaths: self.envSearchPaths, environment: environment) {++ if let toolPath = UserToolchain.lookup(variable: envVar, searchPaths: self.envSearchPaths, environment: environment) {+- let toolPath = try UserToolchain.findTool("clang", envSearchPaths: self.envSearchPaths, useXcrun: useXcrun)++ let toolPath = try UserToolchain.findTool(tool, envSearchPaths: self.envSearchPaths, useXcrun: useXcrun)+// Always specify the path of the effective Swift compiler, which was determined in the same way as for the native build system.+settings["LIBRARY_SEARCH_PATHS"] = "$(inherited) \(buildParameters.toolchain.toolchainLibDir.pathString)"
+23
pkgs/development/compilers/swift/swiftpm/patches/fix-stdlib-path.patch
+23
pkgs/development/compilers/swift/swiftpm/patches/fix-stdlib-path.patch
···
+14
pkgs/development/compilers/swift/swiftpm/patches/llbuild-cmake-disable-rpath.patch
+14
pkgs/development/compilers/swift/swiftpm/patches/llbuild-cmake-disable-rpath.patch
···
+60
pkgs/development/compilers/swift/swiftpm/setup-hook.sh
+60
pkgs/development/compilers/swift/swiftpm/setup-hook.sh
···
+1
-1
pkgs/top-level/all-packages.nix
+1
-1
pkgs/top-level/all-packages.nix
···