Re: [swift-lldb-dev] Importing Swift Module from Xcode Project

2017-03-21 Thread Rex Fenley via swift-lldb-dev
Hey lldb team! We're trying to build some tooling around lldb and the repl but we can't start until we have some way of importing our application as a module. Some insights into why running into these roadblocks would be greatly appreciated :) Thanks, Rex On Tue, Mar 21, 2017 at 2:33 PM, Jessie

Re: [swift-lldb-dev] Importing Swift Module from Xcode Project

2017-03-21 Thread Jessie Serrino via swift-lldb-dev
Hi there, Just to follow up, I connected my application to the debugger outside of Xcode, and when I attempt to import my project there (by using import ProjectName), I instead get this error: "expression failed to parse, unknown error". When I instead use @testable to import, I get this error: "S

[swift-lldb-dev] Importing Swift Module from Xcode Project

2017-03-21 Thread Jessie Serrino via swift-lldb-dev
Hello, I'm using LLDB within Xcode (version lldb-360.1.70), and trying to import all existing files from my project into the REPL. When I typeimport ProjectName, the REPL doesn't have any issues. That said, when I reference any classes within the project that I am trying to import, I get error: us