Swiftpack.co - Swift Packages by ChimeHQ

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by ChimeHQ

ChimeHQ/Impact 0.4.0
Crash capturing library for Apple platforms
⭐️ 423
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.4.0
1 year ago
- Buffering log writes: better IO performance - Deferred binary image logging, for huge improvement in launch performance - Ignore mach exceptions raised in subprocesses
v0.3.8
1 year ago
- Move to a static lib for Carthage support
v0.3.7
1 year ago
- Correct a bundle id typo that affects Xcode-based packaging (like Carthage)
v0.3.6
1 year ago
- Fix SPM package
v0.3.5
1 year ago
- CocoaPods support
v0.3.4
1 year ago
- Omit unintentional capture of account user name on macOS - Capture PID and parent PID
v0.3.3
1 year ago
Carthage support
v0.3.2
1 year ago
- Add support for simulator model - Fix ARM64 DWARF unwind ending without doing work - Ensure that a DWARF unwind updates the PC - Parse ARM64 DWARF signed addresses
v0.3.1
2 years ago
- Region information - Nicer API for reading platform - timestamps are finally available for both launch time and crashes - Mach exception entry is real, no more silly placeholder
v0.3.0
2 years ago
- ARM64 support - Support for tvOS and iOS crash capturing - Lots of fixes to logging inconsistencies - Some improvements to defensiveness at crash time - Support for SPM
iOS macOS tvOS
ChimeHQ/Neon 0.5.0
A Swift library for efficient, flexible content-based text styling
⭐️ 231
🕓 15 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.5.0
15 weeks ago
- Better TextKit 2 support - `TreeSitterClient` point transformer is now optional - `TextContainerSystemInterface` - Better thread safety checking - `TokenApplication` supports more flexible range requests - Basic tree-sitter injections support
v0.4.2
30 weeks ago
- Correct a rect calculation that could result in missing/incorrect invalidation calculations - Make sure async methods are appropriately annotated `MainActor` - Migrate `TreeSitterClient` out into a dedicated target - Bump the SwiftTreeSitter requirement Thanks to @danielpunkass and @krzyzanowskim for the help!
v0.4.1
43 weeks ago
- sort tokens to help resolve conflicts in queries - move to SwiftTreeSitter 0.6.1 (with no tree-sitter-xcframework) - remove platform limitations
v0.4.0
45 weeks ago
- More detailed docs for TokenProvider - take the token ranges themselves into account when applying styles - edited ranges should include adjacent characters
v0.3.4
45 weeks ago
- Clarify and simplify `didChangeContent(in:delta:)` - Add a simple test for `Highlighter`
v0.3.3
46 weeks ago
- Move to `ExecutionMode` to better control async behavior
v0.3.2
47 weeks ago
- better invalidation control with `TextTarget`
v0.3.1
47 weeks ago
- New `TokenApplication` API for merge/replace operations
v0.3.0
50 weeks ago
- `TextContainerSystemInterface` - `Highlighter`
v0.2.0
50 weeks ago
- Huge internal changes to improve thread-safety and performance - Some async APIs - Remove `OperationPlus` dependency - Adopt `ResolvingQueryCursor`
iOS macOS watchOS tvOS
ChimeHQ/Meter 0.4.3
Library for interacting with MetricKit
⭐️ 183
🕓 14 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.4.3
14 weeks ago
- Make frames generated from `NSException` match the load offset behaviors of recent OSes
v0.4.2
22 weeks ago
- Expand frame's address to be a UInt64, as the full integer size can actually be required.
v0.4.1
25 weeks ago
- Correct load address handling for macOS 13/iOS 16
v0.4.0
1 year ago
- More diagnostic types handled - `ExceptionInfo` - `isSimulated` property - correct date handling for macOS reports
v0.3.0
1 year ago
On-device symbolication via `DlfcnSymbolicator`
v0.2.1
1 year ago
- Fix incorrect address calculations
v0.2.0
2 years ago
First release which includes all core functionality
iOS macOS watchOS tvOS
ChimeHQ/SwiftTreeSitter 0.7.1
Swift API for the tree-sitter incremental parsing system
⭐️ 160
🕓 15 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.7.1
15 weeks ago
- Expanding query definitions to include highlights and injections - `TSRange` is now `Codable`, `Hashable`, and `Sendable` - `Point` is now `Codable` and `Sendable` - `NamedRange` API has been expanded to provide the name components
v0.7.0
24 weeks ago
- update to tree-sitter 0.20.7 - support for the `#set!` directive - `NamedRange` type to better support standardized query formats - `QueryMatch.inject(with:)` to translate `injections.scm` matches
v0.6.5
25 weeks ago
- Fix `#match` predicate filtering when the regex match isn't the same length as the input text - Add new `String` extension for easier integration with `ResolvingQueryCursor`
v0.6.4
26 weeks ago
- `includedRanges` API - `timeout` API - lots of documentation improvements
v0.6.3
30 weeks ago
- Whole bunch of new methods for `Node` (thank you @kaunteya and @fjtrujy)
v0.6.2
32 weeks ago
- Swift WebAssembly support (thank you @fjtrujy!) - Fixes a leak in `ResolvingQueryCursor`
v0.6.1
43 weeks ago
- `Node` conforms to `Equatable` - `QueryCapture` conforms to `Comparable`
v0.6.0
43 weeks ago
- the tree-sitter runtime is now vendored as a submodule - more predicates supported: `#any-of?`, `not-eq?`, `not-match?`, `not-any-of?` - `#match?` now only tests true on full matches - `QueryCursor` is now a `Sequence`
v0.5.1
46 weeks ago
- Use `Int` for `Point` and `InputEdit` to improve ergonomics - Improve debug printing for `Node` and `QueryCapture` - Convenience method for capture ranges
v0.5.0
50 weeks ago
- Add some more `NSRange` APIs - `ResolvingQueryCursor` - Facility for `QueryCursor` to hold a reference to the `Tree` being queried
ChimeHQ/OperationPlus 1.6.0
NSOperation's missing pieces
⭐️ 122
🕓 37 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.6.0
37 weeks ago
- Combine integration - async/await integration - timeout bug fix - expanded platform compatibility
v1.5.4
1 year ago
- Timeout support for block-based ops
v1.5.2
2 years ago
- `AsyncBlockConsumerOperation` - `BlockConsumerOperation`
v1.5.1
3 years ago
- Fix an issue with `OperationQueue.serialQueue(named:)` not actually being serial
v1.5.0
3 years ago
- Lots of improvements around how timeouts work - New API for returning a value from a ProducerOperation when a timeout occurs
v1.4.0
3 years ago
- Support for all the block-based operation variants - Caching facilities for ProducerOperation
v1.3.0
3 years ago
Swift 5
v1.2.2
3 years ago
New APIs for submitting operations with delays
v1.2.0
4 years ago
Producer and Consumer Operations
v1.1.0
4 years ago
- OperationQueue.addOperations with a default to not wait for their completion - OperationExpectation can now wait for arrays of operations - Migration to unified platform targets (should have no visible external effects)
iOS macOS watchOS tvOS
ChimeHQ/SwiftLSPClient v0.5.4
A Swift library for interacting with Language Server Protocol implementations
⭐️ 101
🕓 4 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.9.1
1 year ago
- semantic tokens - improved configuration handling
v0.9.0
1 year ago
- Migrate to using JSONRPC
v0.8.4
2 years ago
- Improved support for Diagnostics - Fixed some small warnings
v0.8.3
2 years ago
codeAction support
v0.8.2
3 years ago
- expanded LanguageIdentifier.fileExtensions - support for foldingRange
v0.8.1
3 years ago
- Includes support for textDocument/references - Adds some convenience methods for a few parameter types - Resolves a serious thread safety issue with `ProtocolTransport` Huge thanks to @johnno1962 for all the work getting these things done!
v0.8.0
3 years ago
- Support for the various "go to" source navigation features - Improved diagnostic capabilities with LanguageServerError
v0.7.1
3 years ago
Support for showMessageRequest
v0.7.0
3 years ago
Support for SwiftPM and Swift 5.0
v0.6.5
4 years ago
Includes a quick fix for writes that occur after a host is shutdown
macOS linux macOS iOS
ChimeHQ/TextStory 0.7.2
Happier, more flexible NSTextStorage
⭐️ 71
🕓 15 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.7.2
15 weeks ago
- `NSTextContentStorage` conforms to `TextStoring` - Fix some API typos
v0.7.1
47 weeks ago
- Make `UITextView` conform to `TextStoring`
v0.7.0
1 year ago
- Range/Search APIs
v0.6.1
1 year ago
- Convenience inits for `TextMutation`
v0.6.0
1 year ago
- `TextMutation` is now `Hashable` - Convenience methods for applying and monitoring mutations - No more `didApplyMutation` completion handler - `LazyTextStoringMonitor` would be inconsistent about when it modifies max - `LazyTextStoringMonitor` now makes sure internal monitor gets correct visible maxes
v0.5.0
1 year ago
- New APIs in LazyTextStoringMonitor to better control its behavior - TextMutationEventRouter
v0.4.2
1 year ago
- Fix a nasty bug related to computing the minimum disclosure ranges in `LazyTextStoringMonitor`
v0.4.1
1 year ago
- Open UndoSettingTextView - Include some minimal NSTextView support
v0.4.0
1 year ago
- TextStoringMonitor - LazyTextStoringMonitor - CompositeTextStoringMonitor - Companion TextStoryingTesting lib to package up some helpful testing classes
v0.3.3
2 years ago
Small documentation improvements
iOS macOS tvOS
ChimeHQ/WindowTreatment 2.2.0
Tools for happier work with NSWindow
⭐️ 55
🕓 26 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v2.2.0
26 weeks ago
- SwiftUI support with `windowStateEnvironment`
v2.1.1
45 weeks ago
- warn about observing windows that cannot become key/main
v2.1.0
47 weeks ago
- `CustomizableMainKeyWindow` - `WindowStateObserver` will now warn if its window cannot become key or main
v2.0.2
2 years ago
Fixes a crash in < 10.15 related to tab observation
v2.0.0
2 years ago
- Correctly adjust window heights when removing titlebar transparency - Tab support in WindowStateObserver - NSWindow accessor to measure titleBarHeight - Fixed accesses to tabGroup, which can really affect window tabbing behavior
v1.2.5
2 years ago
Fixes a build issue that seems to only present when using SPM
v.1.2.4
2 years ago
Tidying code after SwiftLint run
v1.2.3
3 years ago
- `windowIsOnActiveSpace` - `ApplicationWindowState`
v1.2.1
3 years ago
Includes some expanded documentation.
v1.2
3 years ago
- SwiftPM support - Some improvements to `WindowStateAwareView`
macOS
ChimeHQ/LanguageClient 0.5.1
Language Server Protocol (LSP) client for Swift
⭐️ 51
🕓 5 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.5.1
5 weeks ago
- Fix lifetime on server shutdown - Improved shutdown/exit handling
v0.5.0
5 weeks ago
- `RestartingServer` now has a more async-friendly API - Complete migration away from `OperationPlus`
v0.4.0
10 weeks ago
- Migrate `InitializingServer` away from using OperationPlus
v0.3.1
15 weeks ago
Fix leftover references to AnyCodable
v0.3.0
18 weeks ago
- Update LSP package, remove `AnyCodable` references
v0.2.7
20 weeks ago
- async capabilities API
v0.2.6
25 weeks ago
- Improved logging for server start failures - Fix a hang in `InitializingServer` if it failed to start.
v0.2.5
27 weeks ago
- Migrated all the provider APIs to async
v0.2.4
32 weeks ago
- Bump `OperationPlus` dependency version
v0.2.3
32 weeks ago
- Better logging for server start failure - Generalize `RestartingServer` on wrapped Server type
iOS macOS watchOS tvOS linux macOS iOS
ChimeHQ/Rearrange 1.5.3
Swift library for working with ranges types: NSRange, NSTextRange, Range, UITextRange, and String.Index
⭐️ 50
🕓 43 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.5.3
43 weeks ago
- change preconditions to assertions
v1.5.2
46 weeks ago
Range convenience methods for `String`
v1.5.1
52 weeks ago
- `RangeMutation` is now `Hashable`
v1.5.0
1 year ago
- improved platform and Swift version support
v1.4.0
1 year ago
- Helpers for `NSTextRange`
v1.3.2
1 year ago
- IndexSet transformation
v1.3.1
1 year ago
- IndexSet intersets - Better `NSNotFound` handling
1 year ago
- .notFound constant - better handling for NSNotFound
v1.2.0
1 year ago
- Expanded IndexSet support - range clamp API
v1.1.6
2 years ago
New API for for overlap/affect detection
ChimeHQ/LanguageServerProtocol 0.9.0
Swift library for working with Language Server Protocol (LSP)
⭐️ 43
🕓 10 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.9.0
10 weeks ago
- Major change to `Server` protocol to remove support for synchronous properties
v0.8.1
14 weeks ago
Adopt new JSONRPC handler structures
v0.8.0
18 weeks ago
- Bump JSONRPC, removing `AnyCodable` references
v0.7.9
19 weeks ago
- Client Config `locale` and `clientInfo` - Client Config corrected case for `rootUri`
v0.7.8
23 weeks ago
- `FileOperationPattern` needs optional params - Allow for string language types
v0.7.7
25 weeks ago
- `SemanticTokensClient` API
v0.7.6
26 weeks ago
- Public `CompletionItem` init - async `didChangeWatchedFiles`
27 weeks ago
- New async methods for initializing a server - Lots more language identifiers
v0.7.4
32 weeks ago
- Lua language identifiers
v0.7.3
32 weeks ago
- async `sendNotification` and `sendRequest`
iOS macOS watchOS tvOS linux macOS iOS
ChimeHQ/ChimeKit 0.1.4
Framework for building Chime extensions
⭐️ 37
🕓 5 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.1.4
5 weeks ago
- Improve LSP server management logging
v0.1.3
5 weeks ago
- `public.patch-file` UTI
v0.1.2
10 weeks ago
- Dockerfile support - Remove use of `AnyCodable` - Update to latest LanguageClient/LanguageServerProtocol packages
v0.1.1
19 weeks ago
- New API for finding LSP executable in user path - Update to LanguageServerProtocol 0.7.9 - UTI for Terraform - Load capabilities on-demand - UTI for HCL
v0.1.0
20 weeks ago
- First release
macOS linux macOS iOS
ChimeHQ/ProcessService 0.2.6
Host an executable within an XPC service
⭐️ 35
🕓 20 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.2.6
20 weeks ago
- move to using a dispatch queue for process synchronization
v0.2.5
20 weeks ago
- Address races between process termination and output reading
v0.2.4
21 weeks ago
- Fix a crash caused by `unowned` related to early process termination. - Add the new `userShellInvocation` API
v0.2.3
21 weeks ago
- Set XPC service to macOS 11.0 minimum
v0.2.2
22 weeks ago
- Enable Hardened Runtime
v0.2.1
23 weeks ago
- Add extension-safety flag and macOS 11.0 deployment target to binary framework
v0.2.0
23 weeks ago
- Binary target with included XPC service
v0.1.2
26 weeks ago
- Protect `ExportedProcessService` by making it an actor - Handle process termination, close down file handles
v0.1.1
27 weeks ago
- Compatibility with < macOS 13 SDK
v0.1.0
31 weeks ago
- Initial Release
macOS
ChimeHQ/NicerTouchBar 1.0.6
Utilities for a more pleasant NSTouchBar development experience
⭐️ 34
🕓 29 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.0.6
29 weeks ago
- Move to standard SPM layout
v1.0.5
2 years ago
- Fixed a linking issue that could affect SPM-using apps
v1.0.4
3 years ago
- Small documentation improvements - Lots of project infrastructure work
v1.0.3
3 years ago
- Support for SwiftPM - Expanded comments - Swift 5
v1.0.2
4 years ago
Move validations up from NSViewController to NSResponder
v1.0.1
4 years ago
Adds a new validation extension for NSViewController
v1.0
4 years ago
First release
macOS
ChimeHQ/TextFormation 0.6.8
Rules system for live typing completions
⭐️ 34
🕓 5 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.6.8
5 weeks ago
- [Fix NewlineProcessingFilter whitespace handling](https://github.com/ChimeHQ/TextFormation/commit/d2b7f61ff747dab863290a2d50b9fbbdc7b91413) - [Remove Rearrange dependency](https://github.com/ChimeHQ/TextFormation/commit/3e32a5350ec52cfa1c95a09483e4671b8b620e87) - [Adjust insertionLocation for all text view types](https://github.com/ChimeHQ/TextFormation/commit/f07ecbdb8daab6cdb5344a88e8685ae55a7a44c3)
v0.6.7
16 weeks ago
- Remove some unused code - A few filters were missing public initializers
v0.6.6
20 weeks ago
- `WhitespaceProvidersReference`
v0.6.5
22 weeks ago
- Better support for indentation style mismatching
v0.6.4
23 weeks ago
- Basic Python indentation patterns
v0.6.3
35 weeks ago
- Convenience init for `LineLeadingWhitespaceFilter` - Missing open delimiters for language patterns - `TextualIndenter` predicates weren't correctly handling single character lines, and not considering full prefixes
v0.6.2
43 weeks ago
- `TextualIndenter.ReferenceLinePredicate` for greater control over reference lines
v0.6.1
45 weeks ago
- Verify that leading whitespace is actually just whitespace - Handle textual indentation conflicts - Improvements for Ruby indentation - remove the non-relative decrease concept
v0.6.0
46 weeks ago
- Much more powerful pattern matching system - pre-defined indentation patterns for Ruby
v0.5.0
47 weeks ago
- Greatly enhanced `TextualIndenter` with a pattern-driven system
iOS macOS
ChimeHQ/TextViewPlus 1.0.5
Collection of useful extensions when working with NSTextView
⭐️ 31
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.0.5
1 year ago
Some new documentation
v1.0.4
1 year ago
expanded API for calculating line rects
v1.0.3
2 years ago
- Improved documentation - Improvement text wrapping behavior
v1.0.2
2 years ago
- Workaround for selection drawing artifact - NSTextView property to control text wrapping behavior
v1.0.1
3 years ago
Fix a pretty nasty bug where `replaceString(in:with:)` would crash on a number of perfectly acceptable inputs.
v1.0
3 years ago
Initial release!
macOS
ChimeHQ/Extendable 0.1.1
A set of utilities for more pleasant work with ExtensionKit
⭐️ 30
🕓 26 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.1.1
26 weeks ago
- Improve SDK/Platform compatibility
v0.1.0
28 weeks ago
- Initial Release
iOS macOS watchOS tvOS
ChimeHQ/Wells 0.3.0
A lightweight diagnostics report submission system
⭐️ 30
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.3.0
1 year ago
Retry support
v0.2.0
1 year ago
- Remove legacy bundle identifier
v0.1.4
1 year ago
- Move to static lib for Carthage builds
v0.1.3
1 year ago
- CocoaPods support
v0.1.2
1 year ago
- Carthage support - `FilenameIdentifierLocationProvider` for literal filename/identifier mapping
v0.1.1
1 year ago
- Update bundle identifiers - Ensure that `sessionSendsLaunchEvents` is set to false - Make it possible to use non-background uploads
v0.1.0
1 year ago
About time for an initial release
iOS macOS watchOS tvOS
ChimeHQ/Flexer 0.2.0
Lexing library for Swift
⭐️ 29
🕓 6 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.2.0
6 weeks ago
- More convenient methods for `TokenProtocol` - `BasicTextCharacterKind` string property - `LookAheadSequence` string property - `LookAheadSequenceReference` - Non-mutating versions of `LookAheadIteratorProtocol` methods
v0.1.0
1 year ago
SPM-compatible version
v0.1
2 years ago
Initial Release
iOS macOS
ChimeHQ/MeterReporter 0.1.0
Lightweight MetricKit-based diagnostics reporting
⭐️ 24
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.1.0
1 year ago
initial release
iOS macOS watchOS tvOS
ChimeHQ/OAuthenticator 0.2.0
OAuth 2.0 request authentication
⭐️ 20
🕓 2 days ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.2.0
3 days ago
Basically an entirely new library, built to support Swift concurrency.
v0.1.2
1 year ago
- Make sure to trigger login when no stored token is present
v0.1.1
1 year ago
- Correctly re-login when a refresh fails
v0.1.0
1 year ago
Initial Release
iOS macOS watchOS tvOS
ChimeHQ/Dusk 1.1.3
Micro-framework to aid in supporting Dark Mode on macOS
⭐️ 19
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.1.3
2 years ago
Fixes some imports that were breaking the SPM build
v1.1.2
2 years ago
move from using `hashCode` to `hash` in `WrappedColor`
v1.1.1
3 years ago
- small documentation improvements
v1.1.0
3 years ago
- DynamicColor - More NSAppearance conveniences - Much better testing
v1.0.0
3 years ago
First Release!
macOS
ChimeHQ/ContainedDocument 0.2.1
Nested NSDocuments
⭐️ 18
🕓 34 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.2.1
35 weeks ago
- add an async API for openDocument
v0.2.0
1 year ago
- Fix potential container leak - Handle document duplication - Migrate document class to `ContainedDocument`
v0.1.0
1 year ago
SPM-compatible version
v0.1
2 years ago
Initial Release
macOS
ChimeHQ/ProcessEnv 0.3.1
Capture the shell environment of a Foundation app
⭐️ 17
🕓 21 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.3.1
21 weeks ago
- `ExecutionParameters` now conforms to `Codable`, `Hashable`, and `Sendable`
v0.3.0
1 year ago
- `Process.ExecutionParameters` - `Process.execute` - `Process.executeAsUser`
v0.2.2
1 year ago
- Improve environment capture by using login + interactive shells - Better documentation
v0.2.1
1 year ago
Some improved documentation
v0.2.0
1 year ago
Same as 0.2, but with better version number for SPM
v0.2
2 years ago
Fix a parsing issue with env output that contains "=" characters
v0.1
2 years ago
Initial Release
macOS
ChimeHQ/JSONRPC 0.7.0
Swift library for JSON-RPC
⭐️ 16
🕓 10 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.7.0
10 weeks ago
- Response latency/ordering improvements - `JSONValueDecoder` - Relaxed `Codable` requirements to `Encodable`/`Decodable` as appropriate - More-general `sendDataRequest` method for `ProtocolTransport` Huge thanks to @jscheid for the fantastic contributions!
v0.6.1
15 weeks ago
- Async support - Migration from handler properties to a setter function to ease async adoption in other places
v0.6.0
18 weeks ago
- Migrate from `AnyCodable` to a custom `JSONValue`, which now supports `Sendable`.
v0.5.0
48 weeks ago
- Support for generalized message framing
v0.4.1
49 weeks ago
- Fixes a life-cycle related crash that could occur if data comes in just after deallocation
v0.4.0
52 weeks ago
- Big improvement to type-safety, making some error cases impossible
v0.3.3
1 year ago
- more conditional compilation for linux support
v0.3.2
1 year ago
- support for Swift < 5.3 - support for Linux
v0.3.1
1 year ago
- Add Explicit OS requirements - Remove macOS conditionals
v0.3.0
1 year ago
- New `StdioDataTransport` - Standard SPM project layout
iOS macOS watchOS tvOS
ChimeHQ/ScrollViewPlus 0.1.1
A more pleasant NSScrollView experience
⭐️ 12
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.1.1
1 year ago
- Correct a block capture - Tweak a bunch of timings - Add a number of missing `open`/`public`
v0.1.0
1 year ago
Initial Release
macOS
ChimeHQ/ImpactMeterAdapter 0.1.1
Impact crash reports as a Meter diagnostic source
⭐️ 10
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.1.1
2 years ago
Correct dependencies within Package.swift
v0.1.0
2 years ago
initial release
iOS macOS tvOS
ChimeHQ/ViewPlus 1.2.0
Make working with NSView more pleasant
⭐️ 8
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.2.0
1 year ago
- `NoSelfHitTestingView` class
v1.1.0
2 years ago
Include the XiblessViewController class
v1.0.0
2 years ago
Initial Release
macOS
ChimeHQ/SwiftCoreSymbolication 0.1.0
Swift wrappers for CoreSymbolication
⭐️ 7
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.1.0
1 year ago
Initial Release
macOS
ChimeHQ/CoreSymbolication 0.1.0
Headers and package for CoreSymbolication
⭐️ 4
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.1.0
1 year ago
Initial Release
macOS

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