Swiftpack.co - ChimeHQ/SwiftCoreSymbolication as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by ChimeHQ.
ChimeHQ/SwiftCoreSymbolication 0.1.0
Swift wrappers for CoreSymbolication
⭐️ 9
🕓 2 years ago
macOS
.package(url: "https://github.com/ChimeHQ/SwiftCoreSymbolication.git", from: "0.1.0")

License

SwiftCoreSymbolication

A Swift wrapper around the CoreSymbolication private framework on macOS.

CoreSymbolication provides a very powerful system for looking up and extracting symbolic information from mach-o executables, dyld shared caches, and dSYMs.

Moved this all into the CoreSymbolication package. Check that out instead!

Integration

Swift package manager:

dependencies: [
    .package(url: "https://github.com/ChimeHQ/SwiftCoreSymbolication.git")
]

SPM seems to be unable to make use of a modulemap link directive. This means that you need to add some special linker flags to any executable target that uses the CoreSymbolication library, which this has as a dependency.

linkerSettings: [
  .unsafeFlags([
  "-Xlinker", "-F",
  "-Xlinker", "/System/Library/PrivateFrameworks",
   "-Xlinker", "-framework",
   "-Xlinker", "CoreSymbolication",
]),

Suggestions or Feedback

We'd love to hear from you! Get in touch via an issue or pull request.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

GitHub

link
Stars: 9
Last commit: 16 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

v0.1.0
2 years ago

Initial Release

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics