Xcode 8.3.2: SourceKitService and lldb-rpc server take up more memory for a specific project

I do not use beta version of Xcode . The problem, when I try to execute Build or Run code, usually takes 1-2 minutes. When I work more around 5-6, my system is stuck more. When I check activity monitoring, the amount of memory is taken using SourceKitService and lldb-rpc-server , which occupy about 6 GB. After the termination of these services, the system operates normally. I ran into these problems for about one week, and questions came up for a particular standalone project written in Swift 3.

Any idea on what might be the problem?

+5
source share

Source: https://habr.com/ru/post/1268471/


All Articles