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,174
πŸ•“ 2 years ago
iOS macOS watchOS
square/Valet 4.3.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,957
πŸ•“ 1 week 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.3.0
1 week ago
## What's Changed * Add iOS 13 back to CI by @dfed in https://github.com/square/Valet/pull/301 * Bump activesupport from 6.1.7.3 to 6.1.7.6 by @dependabot in https://github.com/square/Valet/pull/303 * Make core types Sendable and @unchecked Sendable by @dfed in https://github.com/square/Valet/pull/308 ## New Contributors * @dependabot made their first contribution in https://github.com/square/Valet/pull/303 **Full Changelog**: https://github.com/square/Valet/compare/4.2.0...4.3.0
4.2.0
46 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
3 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
4 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
4 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.
iOS macOS watchOS tvOS
square/Cleanse 4.2.6
Lightweight Swift Dependency Injection Framework
⭐️ 1,773
πŸ•“ 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.
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
4 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
Paralayout is a set of simple, useful, and straightforward utilities that enable pixel-perfect layout in iOS. Your designers will love you.
⭐️ 774
πŸ•“ 3 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.0
3 weeks ago
Paralayout is officially out of beta! πŸŽ‰ We've had a stable API for a while, but now it's official - Paralayout 1.0 is ready to go support all your layout needs!
iOS
square/Blueprint 4.0.0
Declarative UI construction for iOS, written in Swift
⭐️ 665
πŸ•“ 2 days 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
πŸ•“ 4 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.9.0
A Swift and Kotlin library for making composable state machines, and UIs driven by those state machines.
⭐️ 302
πŸ•“ 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.
v3.9.0
4 weeks ago
## What's Changed * Bump WorkflowSwiftUIExperimental to 0.4 by @mjohnson12 in https://github.com/square/workflow-swift/pull/274 * [feat]: add support for sizingOptions to SwiftUIScreen by @n8chur in https://github.com/square/workflow-swift/pull/277 * Added WorkflowSwiftUIExperimental to package by @mjohnson12 in https://github.com/square/workflow-swift/pull/279 * Added WorkflowSwiftUIExperimental to lib lint by @mjohnson12 in https://github.com/square/workflow-swift/pull/280 * Bumped version to 3.9.0 by @mjohnson12 in https://github.com/square/workflow-swift/pull/281 **Full Changelog**: https://github.com/square/workflow-swift/compare/v3.8.0...v3.9.0
v3.8.0
10 weeks ago
## What's Changed * Removed unnecessary nested generic type by @mjohnson12 in https://github.com/square/workflow-swift/pull/270 * !chore: add watchOS support to ViewEnvironment and bump iOS to 15.0 by @n8chur in https://github.com/square/workflow-swift/pull/271 * Bumped workflow version to 3.8.0 by @mjohnson12 in https://github.com/square/workflow-swift/pull/273 **Full Changelog**: https://github.com/square/workflow-swift/compare/v3.7.0...v3.8.0
v3.7.0
11 weeks ago
## What's Changed * [chore]: relax swiftui experimental dependency constraints & bump version by @jamieQ in https://github.com/square/workflow-swift/pull/265 * [chore]: update codeowners by @jamieQ in https://github.com/square/workflow-swift/pull/267 * [chore]: move ViewEnvironment's EnvironmentValues key to the ViewEnvironment module by @n8chur in https://github.com/square/workflow-swift/pull/266 * Bumped workfow version to 3.7.0 by @mjohnson12 in https://github.com/square/workflow-swift/pull/269 **Full Changelog**: https://github.com/square/workflow-swift/compare/v3.6.0...v.3.7.0
v3.6.0
15 weeks ago
## What's Changed * [chore]: add WorkflowSwiftUIExperimental to list of pods to push by @square-tomb in https://github.com/square/workflow-swift/pull/257 * [gardening]: batch swiftlint calls for all modified files by @jamieQ in https://github.com/square/workflow-swift/pull/261 * Ensure all adapted environment methods are public by @kyleve in https://github.com/square/workflow-swift/pull/263 * [feat]: add 'screen container' API by @jamieQ in https://github.com/square/workflow-swift/pull/258 * [release]: bump to version 3.6.0 by @jamieQ in https://github.com/square/workflow-swift/pull/264 **Full Changelog**: https://github.com/square/workflow-swift/compare/v3.5.0...v3.6.0
v3.5.0
23 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
28 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
37 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
39 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
43 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
46 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
iOS macOS watchOS tvOS macCatalyst
square/Listable 14.2.0
Declarative list views for iOS apps.
⭐️ 189
πŸ•“ 2 days ago
iOS macCatalyst
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.
⭐️ 98
πŸ•“ 51 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
48 weeks ago
Adds support for PayPay tender in the Square Point of Sale SDK.
iOS Version Bump & Minor Validation fixes
1 year 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
4 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/StringTemplate v2.2.0
Quickly and easily apply a template to a target string.
⭐️ 97
πŸ•“ 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.0: Initial Release
5 years ago
This is the initial release of the library.
iOS macOS watchOS tvOS
square/in-app-payments-ios push
Public repository that hosts the Square In-App Payments SDK iOS binaries
⭐️ 15
πŸ•“ 2 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.
1.6.3
5 weeks ago
Updates the version to 1.6.3 Changes include: - Improved buyer verification experience and addressed issues with buyer verification sandbox - Fix issue using Xcode 15 and Swift Package Manager - Fix M1 support for simulators
1.6.2
34 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
1 year ago
Various bug fixes
1.6.0
1 year 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
2 years 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
square/FetchRequests 6.1.0
NSFetchedResultsController inspired eventing
⭐️ 10
πŸ•“ 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.
6.1.0
4 weeks ago
## What's Changed * Add async operations and pagination completion by @mattfaluotico in https://github.com/square/FetchRequests/pull/50 ## New Contributors * @mattfaluotico made their first contribution in https://github.com/square/FetchRequests/pull/50 **Full Changelog**: https://github.com/square/FetchRequests/compare/6.0.3...6.1.0
6.0.3
8 weeks ago
## What's Changed * Add visionOS as a supported platform * Compile cleanly with 15.3 by @lickel in https://github.com/square/FetchRequests/pull/49 **Full Changelog**: https://github.com/square/FetchRequests/compare/6.0.2...6.0.3
6.0.2
31 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
44 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
44 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
44 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
2 years 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
2 years 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
iOS macOS watchOS tvOS macCatalyst

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