ChimeHQ/SwiftCoreSymbolication
Swift wrappers for CoreSymbolication
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.
[build status]: https://github.com/ChimeHQ/SwiftCoreSymbolication/actions [build status badge]: https://github.com/ChimeHQ/SwiftCoreSymbolication/workflows/CI/badge.svg [license]: https://opensource.org/licenses/BSD-3-Clause [license badge]: https://img.shields.io/github/license/ChimeHQ/SwiftCoreSymbolication [platforms]: https://swiftpackageindex.com/ChimeHQ/SwiftCoreSymbolication [platforms badge]: https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FChimeHQ%2FSwiftCoreSymbolication%2Fbadge%3Ftype%3Dplatforms
Package Metadata
Repository: ChimeHQ/SwiftCoreSymbolication
Stars: 9
Forks: 1
Open issues: 0
Default branch: main
Primary language: swift
License: BSD-3-Clause
Topics: swift
README: README.md
Archived: yes