[swift-build-dev] Cannot debug SwiftPM package in Xcode

Daniel Dunbar daniel_dunbar at apple.com
Fri Nov 11 19:14:52 CST 2016


Can you file a JIRA for this?

 - Daniel

> On Nov 11, 2016, at 11:08 AM, Ryan Lovelett via swift-build-dev <swift-build-dev at swift.org> wrote:
> 
> I've been trying to debug a program that is packaged/built with SwiftPM.
> Unfortunately, the Xcode project generated via `swift package
> generate-xcodeproj` cannot inspect the variables. Whenever I try to
> print an object from the lldb command-line in Xcode I get this error:
> 
> ```
> po r
> warning: Swift error in module example.
> Debug info from this module will be unavailable in the debugger.
> 
> warning: Swift error in module SourceKittenFramework.
> Debug info from this module will be unavailable in the debugger.
> 
> error: in auto-import:
> failed to get module 'example' from AST context:
> ```
> 
> I've narrowed it down to a specific dependency, SourceKittenFramework,
> but I'm not sure if it is a bug in SwiftPM or in the package
> configuration or something else completely.
> 
> I've attached a minimal SwiftPM package (`$ tar xvf
> cannot-debug.tar.xz`) that should generate an Xcode project that
> exemplifies the issue.
> 
> Can someone please help me understand why this is not debuggable?
> 
> Thank you,
> 
> Ryan Lovelett
> <cannot-debug.tar.xz>_______________________________________________
> swift-build-dev mailing list
> swift-build-dev at swift.org
> https://lists.swift.org/mailman/listinfo/swift-build-dev



More information about the swift-build-dev mailing list