From 569a5dee769290ca20fec2b5b9e660d67bc2129c Mon Sep 17 00:00:00 2001 From: Richard Topchii Date: Thu, 3 Jun 2021 13:43:27 +0300 Subject: [PATCH] Add empty file to trigger Swift Package Manager to build json module --- _SwiftPackageManagerFile.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 _SwiftPackageManagerFile.cpp diff --git a/_SwiftPackageManagerFile.cpp b/_SwiftPackageManagerFile.cpp new file mode 100755 index 000000000..52729cfe9 --- /dev/null +++ b/_SwiftPackageManagerFile.cpp @@ -0,0 +1,5 @@ +// This file exists only to trigger the json module to build; without +// it swiftpm won't build anything, and then the package is not available for +// the modules that need it. + +#include