Re: [swift-users] بخصوص: About Swift Package Manager and LLDB

2017-11-07 Thread Michael Gottesman via swift-users
gt;> من: Jim Ingham <jing...@apple.com <mailto:jing...@apple.com>> >> إلى: ‫Fadi Botros‬ ‫ <botros_f...@yahoo.com <mailto:botros_f...@yahoo.com>> >> نسخة كربونية: Michael Gottesman <mgottes...@apple.com >> <mailto:mgottes...@apple.com>>;

Re: [swift-users] بخصوص: About Swift Package Manager and LLDB

2017-11-07 Thread Jim Ingham via swift-users
tura may have some flaws because on Xcode also causes some issues BUT YOU >> STILL CAN GET FRAME, ETC.. WHILE NOT HAVING THOSE IN SPM >> >> The problem is in SPM >> Just make the SPM build Swift Packages like Xcode (or equivalent) >> >> من: Jim Ingham &

[swift-users] بخصوص: About Swift Package Manager and LLDB

2017-11-07 Thread ‫Fadi Botros‬ ‫ via swift-users
kages like Xcode (or equivalent) من: Jim Ingham <jing...@apple.com> إلى: ‫Fadi Botros‬ ‫ <botros_f...@yahoo.com> نسخة كربونية: Michael Gottesman <mgottes...@apple.com>; "swift-users@swift.org" <swift-users@swift.org> تاريخ الإرسال: الثلاثاء 7 نوفمب

Re: [swift-users] بخصوص: About Swift Package Manager and LLDB

2017-11-06 Thread Jim Ingham via swift-users
> On Nov 6, 2017, at 2:21 PM, Jim Ingham via swift-users > wrote: > > This works for me (with Xcode 9.0): > > > git clone https://github.com/PerfectlySoft/PerfectTemplate.git > PT > Cloning into 'PT'... > remote:

[swift-users] بخصوص: About Swift Package Manager and LLDB

2017-11-06 Thread ‫Fadi Botros‬ ‫ via swift-users
Also please notedI think it is a SPM issue not an LLDB oneBecause when compiled on the same mac with Xcode (Swift package manager generate Xcode project), then use xcode-buildLLDB works perfectly in this circumstances I think you should refine the compilation script generated by SPM to generate

[swift-users] بخصوص: About Swift Package Manager and LLDB

2017-11-06 Thread ‫Fadi Botros‬ ‫ via swift-users
OK You want it locally It is just the PerfectTemplate without ANY CHANGE (Perfect framework by PerfectlySoft) (Also Kitura makes the same problem, but I didn't try to get a full log to see whether the same problem or not) PerfectlySoft/PerfectTemplate | | | | || | | |

[swift-users] بخصوص: About Swift Package Manager and LLDB

2017-11-06 Thread ‫Fadi Botros‬ ‫ via swift-users
Also there is some very weird thing happens When I use ^C to stop debuggingthen REPLimport PerfectTemplate There is no error But when use breakpointThe error happens Is there something weird about breakpoints ? Also please note that on macOS when I use SPM to convert project to Xcode project and