Open ggjjlldd opened 4 years ago
Huh. <memory>
is a standard C++ header, part of the C++ STL, and present when compiling in C++11 mode, which is what CNIOBoringSSL does. Can you try deleting your .swiftpm
and .build
directories, as well as your Package.resolved
, and rebuild?
If that doesn’t work, we can investigate whether there’s an issue with your sytem.
Expected behavior
[what you expected to happen] build success
Actual behavior
[what actually happened]
Steps to reproduce
If possible, minimal yet complete reproducer code (or URL to code)
[anything to help us reproducing the issue]
version/commit hashes from all involved dependencies
[tag/commit hash]
Swift & OS version (output of
swift --version && uname -a
)swift version: swift/5.2.4 macos:10.15.4