Swiftpack.co - Swift Packages by segmentio

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

Packages published by segmentio

segmentio/analytics-ios 4.1.8
The hassle-free way to integrate analytics into any iOS application.
⭐️ 398
🕓 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.
4.1.8
1 year ago
Version 4.1.8 *(1 February, 2023)* ----------------------------- * [Fix](https://github.com/segmentio/analytics-ios/pull/1052) Fix null setting entry crash on tvOS
4.1.7
1 year ago
Version 4.1.7 *(6 January, 2023)* ----------------------------- * [Fix](https://github.com/segmentio/analytics-ios/pull/1049) Removed writekey from request header; Added context.instanceId.
4.1.6
2 years ago
Version 4.1.6 *(5 October, 2021)* ----------------------------- * [Fix](https://github.com/segmentio/analytics-ios/pull/1016) Removed unused exclude in Package.swift * [Fix](https://github.com/segmentio/analytics-ios/pull/1009) Fix potential deadlock on first app launch
4.1.5
2 years ago
* [Fix](https://github.com/segmentio/analytics-ios/pull/999) Add missing nullability identifier * [Fix](https://github.com/segmentio/analytics-ios/pull/1002) Update Readme with SPM guide
4.1.4
2 years ago
* [Fix](https://github.com/segmentio/analytics-ios/pull/994) Add missing import in Segment.h for Xcode 12.5 * [Fix](https://github.com/segmentio/analytics-ios/pull/995) Revert static lib podspec change.
4.1.3
3 years ago
* [Fix](https://github.com/segmentio/analytics-ios/pull/982) Pull IDFA if it has changed and rebuild context if necessary. * [Fix](https://github.com/segmentio/analytics-ios/pull/973) Support Data Residency. * [Fix](https://github.com/segmentio/analytics-ios/pull/968) Added static lib support for Cocoapods.
4.1.2
3 years ago
Version 4.1.2 *(12 November, 2020)* ----------------------------- * [Fix](https://github.com/segmentio/analytics-ios/pull/966) Standarized all SDK versions between dependency managers. Migrated to importing modules vs headers. Removed all linked frameworks. * [Fix](https://github.com/segmentio/analytics-ios/pull/963) Fixed missing userId in traits. * [Fix](https://github.com/segmentio/analytics-ios/pull/962) Fixed an issue with NSCopying preceding SEGSerialization. * [Fix](https://github.com/segmentio/analytics-ios/pull/957) Output log messages when events are trimmed from the queue. * [Fix](https://github.com/segmentio/analytics-ios/pull/956) Added category option to screen calls.
4.1.1
3 years ago
Version 4.1.1 *(27 October, 2020)* ----------------------------- * [Fix](https://github.com/segmentio/analytics-ios/pull/955) Fixed example projects using old branch for SPM. * [Fix](https://github.com/segmentio/analytics-ios/pull/953) Repaired mac example project. * [Fix] Fixed carthage support for main library and destinations.
4.1.0
3 years ago
Version 4.1.0 *(19 October, 2020)* ----------------------------- * [New](https://github.com/segmentio/analytics-ios/pull/945) Added Webhook Integration. * [New](https://github.com/segmentio/analytics-ios/pull/942) Renamed module from `Analytics` to `Segment`. * [Fix](https://github.com/segmentio/analytics-ios/pull/941) Removed unused mobile attribution. * [New](https://github.com/segmentio/analytics-ios/pull/940) Added ability for customer to make their types serializable. * [New](https://github.com/segmentio/analytics-ios/pull/950) Added necessary changes for Edge Functions.
4.0.5 (pre-release)
3 years ago
* [Fix](https://github.com/segmentio/analytics-ios/pull/937) Fixed issue where non-serializable types would get into payload. * [Fix](https://github.com/segmentio/analytics-ios/pull/931) Fixed double device payload. * [New](https://github.com/segmentio/analytics-ios/pull/930) Deprecated configuration access and updated associated tests. * [Fix](https://github.com/segmentio/analytics-ios/pull/925) Disregard payloads that fail conversion from plist to json. * [New](https://github.com/segmentio/analytics-ios/pull/922) Added Swift and Carthage badging.
iOS macOS tvOS
segmentio/analytics-swift 1.5.9
The hassle-free way to add Segment analytics to your Swift app (iOS/tvOS/watchOS/macOS/Linux).
⭐️ 89
🕓 Yesterday
🔖 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.
Version 1.5.9
Yesterday
- (Brandon Sneed) Remove privacy domains (fixes #315) (#318)
Version 1.5.8
6 days ago
- (Brandon Sneed) Updated privacy info (#315) - (Felix Herrmann) [Fix] Missing Privacy Tracking and API-Types (#311) - (Felix Herrmann) Process PrivacyInfo.xcprivacy as resource instead of excluding it (#310) - (Peter Minarik) fix apiHost comparison SegmentDestination.swift (#314)
Version 1.5.7
1 week ago
- (Brandon Sneed) UserAgent fix (#313)
Version 1.5.6
1 week ago
- (Brandon Sneed) Updated storage directory selection logic (#307) - (Brandon Sneed) Updated access levels on storage classes. (#306) - (Brandon Sneed) Storage Additions & Refactoring (#304) - (Alan Charles) fix: remove unnecessary settings var and update in destinationMetaData (#305) - (Brandon Sneed) Add convenience access to the writekey in use. (#303) - (Brandon Sneed) Allow Codable compliant values in json's init(any). (#302)
Version 1.5.5
4 weeks ago
- (Jun Tanaka) Fixup b5d5fa9 (#299)
Version 1.5.4
4 weeks ago
- (Alan Charles) update sovran to include thread safety (#298)
Version 1.5.3
6 weeks ago
- (Alan Charles) fix: add check to drop events that return a 400 response from Segment (#296) - (Alan Charles) Update README.md - (Brandon Sneed) Address thread-safety of SCNetworkReachability (#295) - (Alan Charles) Multiple instance write key (#294)
Version 1.5.2
11 weeks ago
- (Alan Charles) Initial state is attempting to be accessed prior to completion. (#289)
Version 1.5.1
14 weeks ago
- (Christopher Prince) Change to using a single date formatter and update unit tests. (#285)
Version 1.5.0
17 weeks ago
- (Brandon Sneed) Update build/release process (#282) - (Brandon Sneed) Add JSONSafeEncoder for NaN/Infinity handling in JSON (#280) - (Brandon Sneed) Ensure update(settings:type:) is only called with .initial once. (#276) - (Brandon Sneed) Exclude PrivacyInfo.xcprivacy from swift package (silences warning) (#275) - (Brandon Sneed) Added visionOS support to package @ 5.9 (#274) - (Cristian Lupu) Add initial visionOS support (#271) - (Brandon Sneed) Fix user-specified Date objects not being output in ISO8601 format (#273) - (Brandon Sneed) Expanded plugin`find` capabilities. (#272) - (Brandon Sneed) Fix remaining issues in async/sync mode switching. (#270) - (Brandon Sneed) Fixed merge issue. - (Brandon Sneed) Added operating mode config option & behavior. (#269) - (Brandon Sneed) Update package.swift for swift 5.7 (#261) - (Harold Martin) Allow configuration of custom userAgent (#268) - (Brandon Sneed) Tightened up application opened events to prevent duplicates (#267)
iOS macOS watchOS tvOS
segmentio/Sovran-Swift 1.1.1
Small, efficient, easy. State Management for Swift
⭐️ 11
🕓 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.
Version 1.1.1
4 weeks ago
- (Alan Charles) Update README.md - (Eric Horacek) Prevent concurrent access of target.state (#10) - (Brandon Sneed) Adding JIRA action yml
Version 1.1.0
48 weeks ago
- (Brandon Sneed) Added XCFramework support (#9) - (Brandon Sneed) Update swift package version - (Cody Garvin) Migs647/xcframework (#8) - (Wenxi Zeng) gha optimization (#7)
Version 1.0.3
2 years ago
- (Brandon Sneed) Remove String:Error conformance. (#6) - (Wenxi Zeng) setup github action (#5) - (Brandon Sneed) Fixed state provides being added on the wrong queue (#4)
Version 1.0.2
2 years ago
- (Brandon Sneed) minor changes (#3)
1.0.1
2 years ago
- Fixes Xcode warning re class vs. AnyObject usage.
1.0.0
2 years ago
Initial release of Sovran-Swift
iOS macOS watchOS tvOS
segmentio/substrata-swift 0.0.2
Substrata Javascript Engine for Swift
⭐️ 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.
Version 0.0.2
1 year ago
iOS macOS tvOS windows

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