DaveWoodCom / XCGLogger

A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module Stability (Swift 5.1)

jrcmramos opened this issue · comments

Hi guys,

Swift 5.1 introduces module stability which enables library compatibility at compile time (between different Swift versions). The stable module will have an additional swiftInterface which is the compiler’s representation of the public interfaces of a framework.

In order to active this feature the compiled framework will need to activate the BUILD_LIBRARY_FOR_DISTRIBUTION build setting.

Are you open for PR with this change?

Yes, of course.

I've been so swamped with other projects I haven't had a chance to do any of my planned updates for XCGLogger in a while.

@DaveWoodCom Is there any progress regarding this PR?

I hope Swift 5.3 support

スクリーンショット 2020-10-07 18 24 41