Skip to content
#

swiftpm

Here are 191 public repositories matching this topic...

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.

  • Updated Sep 19, 2021
  • Swift
stackotter
stackotter commented Mar 31, 2022

Currently the debug description of the deserialisation is just included in the error message for ConfigurationError.failedToDeserializeConfiguration. This is ok for now, but it takes quite a bit of reading to figure out what is wrong with your configuration. Configuration errors are common and they should be as easy to diagnose as possible.

It would be preferable to have some sort of custom e

enhancement good first issue

Improve this page

Add a description, image, and links to the swiftpm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the swiftpm topic, visit your repo's landing page and select "manage topics."

Learn more