Swiftpack.co - Swift Packages by square

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

Packages published by square

square/wire wire-3.0.1
gRPC and protocol buffers for Android, Kotlin, Swift and Java.
⭐️ 4,116
πŸ•“ 2 years ago
iOS macOS watchOS
square/Valet 4.2.0
Valet lets you securely store data in the iOS, tvOS, or macOS Keychain without knowing a thing about how the Keychain works. It’s easy. We promise.
⭐️ 3,913
πŸ•“ 24 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.
4.2.0
24 weeks ago
* Add support for creating multiple sandboxed Valets within the same access group #297
4.1.3
1 year ago
* Remove `SinglePromptSecureEnclaveValet` from the `tvOS` target in #284. This type never actually worked on `tvOS`, and its presence in the `tvOS` target was causing compiler errors in Xcode 14. Thank you @diogot for the contribution!
4.1.2
2 years ago
* Improve documentation
4.1.1
3 years ago
* Added availability annotations for renamed methods. Thanks to @idrougge for the contribution!
4.1.0
3 years ago
* Added the ability to transform key:value pairs during migration: #228
4.0.0
3 years ago
Valet 4.0 comes with lots of new functionality: * Introduced a `throw`-driven API, enabling more idiomatic handling of errors: #198 * Enabled the customization of kSecAttrService on Mac: #140 * Brought `SinglePromptSecureEnclaveValet` to tvOS: #191 * Support for keychain sharing via App Groups: #230 This release included breaking source changes from version 3. Data persisted by Valet 2 or Valet 3 can continue to be read and updated on Valet 4. Some functionality has been removed from Valet in this release: * Xcode 9 and 10 support has been removed: #190 * Swift 4 support has been removed: #191 * `Accessibility`'s `always` and `alwaysThisDeviceOnly` were removed, as the underlying values were deprecated by Apple: #197 See our [README for instructions on migrating from prior Valet versions](https://github.com/square/Valet#migrating-from-prior-valet-versions).
3.2.8
3 years ago
- Added explicit macOS Catalina support. Run `migrateObjectsFromPreCatalina()` on your `Valet` instances on macOS 10.15 or later prior to accessing values in a Valet. **Your macOS application needs the Keychain Sharing entitlement** to use Valet, even if you do not plan on sharing keychain data between applications. See #213 for more information. - This release does not affect iOS, tvOS, or watchOS.
3.2.7
3 years ago
- Improved Swift Package Manager support. No code changes.
3.2.6
4 years ago
- Swift Package Manager works as expected. No functional code changes in this release.
3.2.5
4 years ago
* Removed deprecation warnings for projects that target an SDK of iOS 11.3, macOS 10.13.4, tvOS 11.3, watchOS 4.3 or higher. Thanks to @LinusU for the contribution!
iOS macOS watchOS tvOS
square/Cleanse 4.2.6
Lightweight Swift Dependency Injection Framework
⭐️ 1,747
πŸ•“ 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.
v4.2.6
3 years ago
#### Features & Updates * cleansec: Cleanse Compiler ([README](https://github.com/square/Cleanse/blob/master/cleansec/README.md)) [Sebastian Shanus](https://github.com/sebastianv1) #### Bug Fixes * Fix Assisted Injection `SourceLocation` info. [Sebastian Shanus](https://github.com/sebastianv1) [#166](https://github.com/square/Cleanse/pull/166) * Fix `WeakProviders` becoming deinitialized. [Sebastian Shanus](https://github.com/sebastianv1) [#98](https://github.com/square/Cleanse/issues/98)
v4.2.5
3 years ago
#### Features & Updates * Replace demo app's ErrorOptional type with Swift Foundation Result type [Sihao Lu](https://github.com/DJBen) [#126](https://github.com/square/Cleanse/pull/126) * Xcode 11.2 Support [Sebastian Shanus](https://github.com/sebastianv1) [#125](https://github.com/square/Cleanse/issues/125) * Service Provider Interface (SPI) [Sebastian Shanus](https://github.com/sebastianv1) [#118](https://github.com/square/Cleanse/issues/118) * Assisted Injection [Sebastian Shanus](https://github.com/sebastianv1) [#112](https://github.com/square/Cleanse/issues/112) #### Bug Fixes * Retain subcomponent graphs [Sebastian Shanus](https://github.com/sebastianv1) [#42](https://github.com/square/Cleanse/issues/42)
square/Paralayout 1.0.0-rc.5
Paralayout is a set of simple, useful, and straightforward utilities that enable pixel-perfect layout in iOS. Your designers will love you.
⭐️ 765
πŸ•“ 27 weeks ago
iOS
square/Blueprint 2.2.0
Declarative UI construction for iOS, written in Swift
⭐️ 649
πŸ•“ 10 weeks ago
iOS macCatalyst
square/SuperDelegate 0.9.0
SuperDelegate provides a clean application delegate interface and protects you from bugs in the application lifecycle
⭐️ 454
πŸ•“ 3 years 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.
0.9.0
7 years ago
Adopts Swift 3.0
0.8.2
7 years ago
- Explicitly build using Swift 2.3 so v0.8.\* continues to work on Xcode 8
0.8.1
7 years ago
Fix issue where RemoteNotification doesn't properly parse `alert`, `badge`, `sound`, `contentAvailable`, or `categoryIdentifier`.
0.8.0
7 years ago
Initial version of SuperDelegate! Fully tested on iOS 8 and 9 using Xcode 7.3.
square/workflow-swift v3.5.0
A Swift and Kotlin library for making composable state machines, and UIs driven by those state machines.
⭐️ 285
πŸ•“ 2 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.
v3.5.0
2 weeks ago
## What's Changed * Add convenience method for library definitions to reduce boilerplate by @blakemcanally in https://github.com/square/workflow-swift/pull/251 * Add WorkflowSwiftUIExperimental by @square-tomb in https://github.com/square/workflow-swift/pull/252 * [release]: bump to version 3.5.0 by @square-tomb in https://github.com/square/workflow-swift/pull/256 ## New Contributors * @blakemcanally made their first contribution in https://github.com/square/workflow-swift/pull/251 **Full Changelog**: https://github.com/square/workflow-swift/compare/v3.4.0...v3.5.0
v3.4.0
6 weeks ago
## What's Changed * Bump activesupport from 6.1.7.3 to 6.1.7.6 by @dependabot in https://github.com/square/workflow-swift/pull/242 * Resolved Swift 5.9 compilation warning related to UnsafeRawPointer object conversion by @robmaceachern in https://github.com/square/workflow-swift/pull/243 * [fix]: address some RenderTester limitations with optionals by @jamieQ in https://github.com/square/workflow-swift/pull/245 * Expose 'screen' on WorkflowHostingController by @amorde in https://github.com/square/workflow-swift/pull/246 * RxSwift 6.6 by @lickel in https://github.com/square/workflow-swift/pull/212 * [release]: bump to version 3.4.0 by @jamieQ in https://github.com/square/workflow-swift/pull/250 ## New Contributors * @robmaceachern made their first contribution in https://github.com/square/workflow-swift/pull/243 **Full Changelog**: https://github.com/square/workflow-swift/compare/v3.3.0...v3.4.0
v3.3.0
15 weeks ago
## What's Changed * [fix]: support nil output in RenderTester Publisher extension by @jamieQ in https://github.com/square/workflow-swift/pull/236 * [fix]: improve fatal error diagnostic message in RenderTester by @jamieQ in https://github.com/square/workflow-swift/pull/237 * [fix]: add render context validation check to makeSink by @jamieQ in https://github.com/square/workflow-swift/pull/239 * [fix]: drop invalidated sink events instead of crashing by @jamieQ in https://github.com/square/workflow-swift/pull/234 * Exhaustive RenderTester state assertion by @gilgtm in https://github.com/square/workflow-swift/pull/238 * [release]: bump version to 3.3.0 by @jamieQ in https://github.com/square/workflow-swift/pull/241 ## New Contributors * @gilgtm made their first contribution in https://github.com/square/workflow-swift/pull/238 **Full Changelog**: https://github.com/square/workflow-swift/compare/v3.2.0...v3.3.0
v3.2.0
18 weeks ago
## What's Changed * Update RELEASING.md by @square-tomb in https://github.com/square/workflow-swift/pull/230 * [feat]: add imperative environment customization support by @n8chur in https://github.com/square/workflow-swift/pull/231 * [release]: bump version to 3.2.0 by @mjohnson12 in https://github.com/square/workflow-swift/pull/232 **Full Changelog**: https://github.com/square/workflow-swift/compare/v3.1.0...v3.2.0
v3.1.0
22 weeks ago
## What's Changed * [fix]: update WorkflowHostingController on layout if ancestor hierarchy has changed by @n8chur in https://github.com/square/workflow-swift/pull/227 * Add ViewWillDisappear / ViewDidDisappear to WorkflowUI experimental observation by @amorde in https://github.com/square/workflow-swift/pull/226 **Full Changelog**: https://github.com/square/workflow-swift/compare/v3.0.0...v3.1.0
v3.0.0
24 weeks ago
## What's Changed * Add missing keyword 'func' to Tutorial1.md by @himammz in https://github.com/square/workflow-swift/pull/219 * [chore]: update codeowners by @jamieQ in https://github.com/square/workflow-swift/pull/223 * [feat]: add ViewEnvironmentUI and support automatic bridging in WorkflowUI by @n8chur in https://github.com/square/workflow-swift/pull/215 * [feat]: add experimental WorkflowUI telemetry hooks by @jamieQ in https://github.com/square/workflow-swift/pull/221 * [release]: bump version to 3.0.0 by @jamieQ in https://github.com/square/workflow-swift/pull/224 ## New Contributors * @himammz made their first contribution in https://github.com/square/workflow-swift/pull/219 **Full Changelog**: https://github.com/square/workflow-swift/compare/v2.5.0...v3.0.0
v2.5.0
27 weeks ago
## What's Changed * Expose Publisher.asAnyWorkflow as public API by @amorde in https://github.com/square/workflow-swift/pull/213 * [fix]: resolve memory exclusivity violations in some WorkflowObserver paths by @jamieQ in https://github.com/square/workflow-swift/pull/216 * [release]: bump version to 2.5.0 by @jamieQ in https://github.com/square/workflow-swift/pull/217 **Full Changelog**: https://github.com/square/workflow-swift/compare/v2.4.0...v2.5.0
v2.4.0
34 weeks ago
## What's Changed * Add UI Systems to WorkflowUI Codeowners by @kyleve in https://github.com/square/workflow-swift/pull/199 * Conditionally conform AdaptedEnvironmentScreen to Screen, based on its content by @kyleve in https://github.com/square/workflow-swift/pull/198 * Fixed runSideEffect key in WorkflowConcurrency Worker by @mjohnson12 in https://github.com/square/workflow-swift/pull/202 * Updated version number for a new release by @mjohnson12 in https://github.com/square/workflow-swift/pull/203 **Full Changelog**: https://github.com/square/workflow-swift/compare/v2.3.0...v2.4.0
v2.3.0
36 weeks ago
## What's Changed * Improve introspection for SignalProducerWorkflow actions by @amorde in https://github.com/square/workflow-swift/pull/192 * Expose AnyScreen.wrappedScreen for inspection by @amorde in https://github.com/square/workflow-swift/pull/193 * [feat]: give AnyWorkflow a Workflow conformance by @jamieQ in https://github.com/square/workflow-swift/pull/184 * Introduce AdaptedEnvironmentScreen, for modifying the ViewEnvironment when creating screens by @kyleve in https://github.com/square/workflow-swift/pull/195 * [task]: attempt to improve debugging info for AnyWorkflowAction by @jamieQ in https://github.com/square/workflow-swift/pull/194 * Bump activesupport from 6.1.7.1 to 6.1.7.3 by @dependabot in https://github.com/square/workflow-swift/pull/196 * [release]: bump version to 2.3.0 by @jamieQ in https://github.com/square/workflow-swift/pull/197 ## New Contributors * @amorde made their first contribution in https://github.com/square/workflow-swift/pull/192 **Full Changelog**: https://github.com/square/workflow-swift/compare/v2.2.0...v2.3.0
v2.2.0
42 weeks ago
## What's Changed * Start sectioning off ReactiveSwift by @lickel in https://github.com/square/workflow-swift/pull/177 * [docs]: update releasing docs by @jamieQ in https://github.com/square/workflow-swift/pull/178 * [fix]: minor storage lifetime optimization by @jamieQ in https://github.com/square/workflow-swift/pull/180 * [chore]: update swiftformat ifdef indent rule to no-indent by @jamieQ in https://github.com/square/workflow-swift/pull/182 * [feat]: add primary associated types to `Workflow` protocol by @jamieQ in https://github.com/square/workflow-swift/pull/181 * Bump activesupport from 6.1.4.4 to 6.1.7.1 by @dependabot in https://github.com/square/workflow-swift/pull/183 * Abstract ViewEnvironment to shared framework by @n8chur in https://github.com/square/workflow-swift/pull/185 * [chore]: bump minimum deployment & swift versions by @jamieQ in https://github.com/square/workflow-swift/pull/186 * [chore]: pre major version bump cleanup by @jamieQ in https://github.com/square/workflow-swift/pull/187 * [feat]: add primary associated types to more protocols by @jamieQ in https://github.com/square/workflow-swift/pull/188 * [fix]: use weak reference to internal sinks when vending to clients by @jamieQ in https://github.com/square/workflow-swift/pull/189 * [chore]: refactor some internal actions to use existential any by @jamieQ in https://github.com/square/workflow-swift/pull/190 * [feat]: add runtime observation API by @jamieQ in https://github.com/square/workflow-swift/pull/168 * [release]: bump version to 2.2.0 & remove separate concurrency version by @jamieQ in https://github.com/square/workflow-swift/pull/191 **Full Changelog**: https://github.com/square/workflow-swift/compare/v1.3.1...v2.2.0
iOS macOS
square/Listable 13.1.0
Declarative list views for iOS apps.
⭐️ 164
πŸ•“ 2 days ago
iOS macCatalyst
square/StringTemplate v2.2.0
Quickly and easily apply a template to a target string.
⭐️ 96
πŸ•“ 47 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.0: Initial Release
5 years ago
This is the initial release of the library.
iOS macOS watchOS tvOS
square/SquarePointOfSaleSDK-iOS 3.5.4
A simple library for letting Point of Sale take in-store payments for your app using the Point of Sale API.
⭐️ 96
πŸ•“ 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.
PayPay Tender Support
26 weeks ago
Adds support for PayPay tender in the Square Point of Sale SDK.
iOS Version Bump & Minor Validation fixes
51 weeks ago
Swift Package Manager Support
2 years ago
- Introduces support for Swift Package Manager - Adds `setApiVersion` method to override which API version to use
Migrate Deployment Target to iOS 12 and greater
2 years ago
Update APIs to more closely match Square
3 years ago
Support Xcode 12
3 years ago
This release resolves an issue around Xcode 12 incorrectly building open URLS
Further iOS 13 Support
3 years ago
With iOS 13, Apple removed the Source Application when app switching between apps that are not your own. This release adds a new helper function that allows you to easily detect if your app is opening from a Square app switch. Updated AppDelegate.swift with new `SCAPIResponse.isSquareResponse` handler. ``` swift func application(_ app: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any] = [:]) -> Bool { guard SCCAPIResponse.isSquareResponse(url) else { return } do { let response = try SCCAPIResponse(responseURL: url) if let error = response.error { // Handle a failed request. print(error.localizedDescription) } else { // Handle a successful request. } } catch let error as NSError { // Handle unexpected errors. print(error.localizedDescription) } return true } ```
Add ability to skip receipt and disable Card Not Present payments
4 years ago
Adds the following properties to `SCCAPIRequest`: * `disablesKeyedInCardEntry` - If YES, Point of Sale will not display the option to manually key-in a credit card number. Defaults to NO. * `skipsReceipt`- If YES, Point of Sale will not skip the receipt screen of the payment flow. Defaults to NO.
Add error for missing Info.plist key
6 years ago
Show an error if you're missing `square-commerce-v1` in your Info.plist file's `LSApplicationQueriesSchemes`, since this is necessary to launch Square Point of Sale. Rename the misnamed `SCCErrorCodeCannotPerformRequest` error to `SCCErrorCodeCannotOpenApplication`.
Rename merchant_id to location_id
6 years ago
Rename the misnamed <code>merchant_id</code> API request parameter to <code>location_id</code>. The identifier for the business location that Square Point of Sale application is logged in to must match the value of this parameter.
iOS
square/in-app-payments-ios push
Public repository that hosts the Square In-App Payments SDK iOS binaries
⭐️ 13
πŸ•“ 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.
1.6.2
13 weeks ago
Updates the version to 1.6.2 Changes include: - Updates resources: China UnionPay to UnionPay International - Fixed support for sandbox environment for buyer verification - Buyer verification can now be tested in sandbox on the iOS simulator - Improved fraud detection for buyer verification - Updates expiring certificates for AmEx buyer verification. Please update to this version in order for AmEx customers to be eligible for buyer verification.
1.6.1
35 weeks ago
Various bug fixes
1.6.0
39 weeks ago
Updates the version to 1.6.0 Changes include: - An important update to SquareBuyerVerificationSDK that mitigates the risk of declining 3-D Secure (3DS) payments. - Various bug fixes If you are using SquareBuyerVerificationSDK earlier than 1.6.0 for iOS, please upgrade to 1.6.0 so that the SDK can process 3DS-enabled payments. The SDK will decline 3DS-enabled payments made after March 31, 2023 if the SDK version is earlier than 1.6.0.
1.5.8
1 year ago
1.5.7
1 year ago
Update SCA Certificates
1 year ago
SPM Support + Buyer Verification Certificate Updates
1 year ago
Resolves an issue in 1.5.3 where you were unable to compile
2 years ago
Includes a crucial to fix to 3DSecure
Update Secure Customer Authentication Support
2 years ago
Add France support
2 years ago
Add support for France
square/FetchRequests 6.0.2
NSFetchedResultsController inspired eventing
⭐️ 10
πŸ•“ 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.
6.0.2
10 weeks ago
## What's Changed * Cleanup build time warnings with Xcode 15 by @lickel in https://github.com/square/FetchRequests/pull/48 **Full Changelog**: https://github.com/square/FetchRequests/compare/6.0.1...6.0.2
6.0.1
23 weeks ago
## What's Changed * Swift UI example by @MerinoA in https://github.com/square/FetchRequests/pull/46 * Fix SwiftUI synchronous fetch definitions not rendering by @lickel in https://github.com/square/FetchRequests/pull/47 ## New Contributors * @MerinoA made their first contribution in https://github.com/square/FetchRequests/pull/46 **Full Changelog**: https://github.com/square/FetchRequests/compare/6.0.0...6.0.1
6.0.0
23 weeks ago
## What's Changed * Stricter association constraints by @lickel in https://github.com/square/FetchRequests/pull/44 * Linter updates by @lickel in https://github.com/square/FetchRequests/pull/45 **Full Changelog**: https://github.com/square/FetchRequests/compare/5.0.0...6.0.0
5.0.0
23 weeks ago
## What's Changed * Json literal type checking by @lickel in https://github.com/square/FetchRequests/pull/43 * @MainActor annotations by @lickel in https://github.com/square/FetchRequests/pull/42 * v5.0 by @lickel in https://github.com/square/FetchRequests/pull/40 **Full Changelog**: https://github.com/square/FetchRequests/compare/4.0.4...5.0.0
v4.0.4
1 year ago
## What's Changed * Avoid no-op eventing by @lickel in https://github.com/square/FetchRequests/pull/39 **Full Changelog**: https://github.com/square/FetchRequests/compare/4.0.3...4.0.4
v4.0.3
1 year ago
## What's Changed * Example and linter updates by @lickel in https://github.com/square/FetchRequests/pull/38 * Array associations by @lickel in https://github.com/square/FetchRequests/pull/37 **Full Changelog**: https://github.com/square/FetchRequests/compare/4.0.2...4.0.3
v4.0.2
1 year ago
## What's Changed * Exposes `hasFetchedObjects` from `FetchableRequest` by @pbelonsquare in https://github.com/square/FetchRequests/pull/36 ## New Contributors * @pbelonsquare made their first contribution in https://github.com/square/FetchRequests/pull/36 **Full Changelog**: https://github.com/square/FetchRequests/compare/4.0.1...4.0.2
v4.0.1
1 year ago
## What's Changed * Respect original sorts for pagination request by @felix8888 in https://github.com/square/FetchRequests/pull/35 **Full Changelog**: https://github.com/square/FetchRequests/compare/4.0.0...4.0.1
v4.0
1 year ago
## What's Changed * v4: Bump all the versions by @lickel in https://github.com/square/FetchRequests/pull/24 * Add Combine publishers by @lickel in https://github.com/square/FetchRequests/pull/25 * Make sections identifiable by @lickel in https://github.com/square/FetchRequests/pull/26 * Use system diff & remove simple-diff by @lickel in https://github.com/square/FetchRequests/pull/27 * Maintain original insertion order by @lickel in https://github.com/square/FetchRequests/pull/28 * Github Actions by @lickel in https://github.com/square/FetchRequests/pull/29 * SwiftUI: Add some tests by @lickel in https://github.com/square/FetchRequests/pull/30 * FetchRequest name by @lickel in https://github.com/square/FetchRequests/pull/31 * Use combine publisher by @lickel in https://github.com/square/FetchRequests/pull/32 * Fetch Requests v4 by @lickel in https://github.com/square/FetchRequests/pull/23 * Podfile & readme updates by @lickel in https://github.com/square/FetchRequests/pull/33 * Update license by @lickel in https://github.com/square/FetchRequests/pull/34 **Full Changelog**: https://github.com/square/FetchRequests/compare/3.2.0...4.0.0
iOS macOS watchOS tvOS macCatalyst

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