Swiftpack.co - Swift Packages by MobileNativeFoundation

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

Packages published by MobileNativeFoundation

MobileNativeFoundation/XCLogParser v0.2.39
Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
⭐️ 1,705
🕓 6 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.39
6 days ago
## What's Changed * Update to handle the new JSON format introduced in Xcode 15.3 by @rabc in https://github.com/MobileNativeFoundation/XCLogParser/pull/204 * Bump version to 0.2.39 by @rabc in https://github.com/MobileNativeFoundation/XCLogParser/pull/206 This release improves Xcode 15.3 support.
v0.2.38
14 weeks ago
- Reduce memory usage by not parsing `detailType` in `SwiftCompile`: https://github.com/MobileNativeFoundation/XCLogParser/pull/199
Xcode 15 support
20 weeks ago
- [Remove occurrences of single quotes in filenames](https://github.com/MobileNativeFoundation/XCLogParser/pull/181) by @PatrikBillgren - [Add SwiftCompile as detailType](https://github.com/MobileNativeFoundation/XCLogParser/pull/182) by @PatrikBillgren - [Fix deprecation notice detection](https://github.com/MobileNativeFoundation/XCLogParser/pull/184) by @lgilyazov - [Change --derivedData -> --derived_data](https://github.com/MobileNativeFoundation/XCLogParser/pull/192) by @huylg - [Add IDEActivityLogActionMessage support](https://github.com/MobileNativeFoundation/XCLogParser/pull/189) by @mollyIV This release improves Xcode 15 support.
Parse Swift deprecation warnings in Xcode 14
1 year ago
## What's Changed * DeprecatedWarnings: Check for type note by @PatrikBillgren in https://github.com/MobileNativeFoundation/XCLogParser/pull/179 * Update to version 0.2.36 by @PatrikBillgren in https://github.com/MobileNativeFoundation/XCLogParser/pull/180 ## New Contributors * @PatrikBillgren made their first contribution in https://github.com/MobileNativeFoundation/XCLogParser/pull/179 **Full Changelog**: https://github.com/MobileNativeFoundation/XCLogParser/compare/v0.2.35...v0.2.36
Swift 5.5 support
1 year ago
Bumps the swift version to 5.5.
Xcode 14 support
1 year ago
Adds support to parse logs generated by Xcode 14
Parse validation error
2 years ago
* Adds support for parsing errors generated by external commands (e.g. binary validation)
Fixes build status
2 years ago
Fix a bug https://github.com/MobileNativeFoundation/XCLogParser/issues/152 where the build status was reported incorrectly
Flag to truncate number of issues in a given task
2 years ago
- Fixes https://github.com/MobileNativeFoundation/XCLogParser/issues/150 - Adds `--trunc_large_issues` flag to the parse command that will truncate the issues reported by tasks that have more than 100 issues (Warnings, Notes or Errors) to 100 issues only.
Fix releases and Xcode 13 support
2 years ago
- Fixes the macOS Release script
macOS
MobileNativeFoundation/Kronos 4.2.2
Elegant NTP date library in Swift
⭐️ 642
🕓 44 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.
Update deployment targets
44 weeks ago
This fixes compatibility with new Xcode versions
Fix CocoaPods version
3 years ago
Fix Apple Silicon support and buffer overflow
3 years ago
Fix Swift versions for CocoaPods
3 years ago
3 years ago
Add app group assertion. Previously this would silently fall back to the standard NSUserDefaults instance. Now if you have invalid entitlements and specify an app group you will get an assertion.
Fix Swift 5.2 warnings
3 years ago
v4.0.0
5 years ago
- Update for Swift 5
v3.0.1
5 years ago
## [3.0.1](https://github.com/lyft/Kronos/releases/tag/3.0.1) - Don't restore timestamps from the cache after a reboot - Expose sync age through `Clock.annotatedNow` ## [3.0.0](https://github.com/lyft/Kronos/releases/tag/3.0.0) - Update for Swift 4.2 ## [2.0.1](https://github.com/lyft/Kronos/releases/tag/2.0.1) - Add tvOS support with CocoaPods ## [2.0.0](https://github.com/lyft/Kronos/releases/tag/2.0.0) - Update for Swift 4.1 ## [1.0.2](https://github.com/lyft/Kronos/releases/tag/1.0.2) - Use app groups for `UserDefaults` if sharing time with an extension is desirable.
v1.0.1
6 years ago
Changelog ----------- - Restore previous time delta after reboot
v1.0.0
6 years ago
Changelog ---------- - Swift 4.0 support - Use `UserDefaults` to cache the previous stable time
MobileNativeFoundation/swift-index-store 1.6.0
Library to read from Swift / clang source code indexes
⭐️ 130
🕓 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.
1.6.0
10 weeks ago
- Add bzlmod support - Update DemangleNodes.def for Swift 5.9
1.5.0
31 weeks ago
- Add optional JSON output to unused-imports, thanks @wileykestner! - Allow passing multiple index stores to unused imports, thanks @pennig! - Update DemangleNodes.def for Swift 5.8 - Fix Swift 5.9 warnings using `withUnsafeMutablePointer` for C calls
1.4.0
46 weeks ago
- Switch `unused-imports` to use a config file for opt out regexes - Add support for `unused-imports` to always keep specific modules (please file bugs if you need this) - Fix some false negatives / positives in `unnecessary-testable` - Fix sed commands with spaces in paths, thanks @wileykestner
Add unused-imports tool
1 year ago
This adds a tool for using index data to determine what imports in your files can be removed. It currently is limited to only imports in your project (ignoring system imports) and does not add missing imports, it only removes unused ones. This means you may have to add missing imports if an import was being polluted by another otherwise unused modules. There are also a few upstream bugs in Swift that affect the accuracy of this tool, you can see the details on https://github.com/lyft/swift-index-store/issues/5. If you try this out on your project please report any issues you find!
Add bazel support
1 year ago
This release adds support for building with bazel, thanks @maxwellE!
Initial release!
1 year ago
macOS

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