GitShow/sindresorhus/ExceptionCatcher
sindresorhus

ExceptionCatcher

Catch Objective-C exceptions in Swift

by sindresorhus
exception-handlerexceptionsobjective-cswift-package
Star on GitHubFork

Swift

179 stars24 forks3 contributorsQuiet · 1y agoSince 2020v2.2.0MIT

Meet the team

See all 3 on GitHub →
sindresorhus
sindresorhus11 contributions
iby
iby1 contribution
tomlokhorst
tomlokhorst1 contribution

Languages

View on GitHub →
Swift75.1%
Objective-C24.9%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

4 of 6 standards met

Community profile →
71
✓README✓License✓Contributing✓Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
ceztko
Inline the wrapper?ClosedIssue

Sorry, I'm not proficient in Swift but I would like to recommend your package to an user consuming an ObjC library of mines. The question is: could the Swift component function be marked inline so there are more changes the wrapper will be optimized?

ceztko · 1y ago
iby
Rename Internal into ExceptionCatcherInternalMergedPR

is somewhat a common and ambiguous name. If a project or another dependency uses the same module name, there might be clashes and other issues. Fixes #6. P.S. Maybe is a better prefix? 🤔

iby · 1y ago
iby
Internal sometimes clashes with my "real" Internal targetClosedIssue

Can the dependency be renamed into something less abstract? I'm using an internal "Internal" static framework inside the project and it seems Xcode doesn't always like it. Every so often, especially when switching between build configurations and schemes, Xcode build would fail with an error. I'm guessing ExceptionCatcher sometimes confuses my internal framework with its own, and fails because of minimum deployment targets differences: Naming it into something less abstract might be a good thing in general, like ? Happy to make a PR of no one is against? P.S. Sorry for all the editing – hit the send button too early…

iby · 1y ago
Structured data for AI agents

Repository: sindresorhus/ExceptionCatcher. Description: Catch Objective-C exceptions in Swift Stars: 179, Forks: 24. Primary language: Swift. Languages: Swift (75.1%), Objective-C (24.9%). License: MIT. Topics: exception-handler, exceptions, objective-c, swift-package. Latest release: v2.2.0 (1y ago). Open PRs: 0, open issues: 0. Last activity: 1y ago. Community health: 71%. Top contributors: sindresorhus, iby, tomlokhorst.

·@ofershap

Replace github.com with gitshow.dev