Swiftpack.co - Swift Packages by apparata

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

Packages published by apparata

apparata/CLIKit 0.3.7
Swift package for writing command line tools.
⭐️ 22
🕓 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.
0.3.7: Updates for more modern development environment
2 years ago
Support arm64 builds.
3 years ago
- Include Float80 CommandArgumentValue extension on x86_64 only.
Fixed bug where order of arguments was not preserved correctly
4 years ago
Updated reference documentation script
4 years ago
Fixed multiple level nesting of subcommands.
4 years ago
Fixed problem where a command that didn't have mandatory inputs would still cause a .usageRequested error to be thrown.
4 years ago
Added Linux support.
4 years ago
Fixed bug where top level command inputs were not parsed correctly.
4 years ago
Refactored how required and optional input arguments work.
4 years ago
Fixed bug where captured stdout was used where stderr should've been used
4 years ago
macOS
apparata/SettingsKit 1.3.0
A Swift library for easily building settings forms in SwiftUI hooked up to UserDefaults.
⭐️ 13
🕓 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.
1.3.0: Move SettingIcon color config to .settingIconStyle modifier
24 weeks ago
1.0.0 Release
3 years ago
iOS macOS tvOS
apparata/Bezeler 0.1.0
Bezeler is a Swift package containing SwiftUI views for low-fidelity iPhone bezels to use in mockups and such.
⭐️ 12
🕓 3 years ago
iOS macOS tvOS
apparata/SwiftUIToolbox SwiftUI-2
A toolbox of various SwiftUI related code.
⭐️ 9
🕓 12 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: Added View+SmoothCornerRadius
12 weeks ago
- Added View+SmoothCornerRadius
1.5.0: Added NSUIViewRepresentable
12 weeks ago
- Added NSUIViewRepresentable
1.4.0: Add backport
35 weeks ago
1.3.1: Add public initializer to AboutCommand
37 weeks ago
1.3.0: Add macOS AboutWindow
37 weeks ago
1.2.1: Fix for AppStorageDefaults
39 weeks ago
1.2.0: Add AppStorageDefaults
39 weeks ago
v0.7.6: Make snapshotter compile on macOS
1 year ago
v0.7.5: Snapshotter kludge fix
1 year ago
v0.7.3: Adds static property extensions on ButtonStyle for custom button styles.
1 year ago
iOS macOS tvOS
apparata/Markin 0.7.1
Swift library for parsing a Markdown-like text format.
⭐️ 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.
0.7.1: Treat whitespace differently in SwiftUI renderer.
35 weeks ago
0.7.0
1 year ago
Pass in code block element instead of string to code block formatter
4 years ago
Added code block formatter for SwiftUI renderer so that code block can be replaced by arbitrary Text view.
4 years ago
Replace style environment object with constructor parameter
4 years ago
Added style object to SwiftUI renderer
4 years ago
Added experimental SwiftUI renderer
4 years ago
Swift 5.1, Added simple Markdown compatibility mode.
4 years ago
Migrated to Swift 5
5 years ago
Added support for links and images.
5 years ago
iOS macOS
apparata/ConsoleKit 0.2.1
Swift package that makes it easier to do REPLs and other console I/O
⭐️ 6
🕓 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.
0.2.1: Help compiler with typ inference.
2 years ago
Adds async capabilities to REPL
3 years ago
macOS
apparata/SensibleStyling v0.1.1
SwiftUI styling helpers
⭐️ 5
🕓 2 years ago
iOS macOS
apparata/TemplateKit 0.7.2
A simple templating library written in Swift.
⭐️ 4
🕓 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.
0.6.0: Add "import" node
20 weeks ago
v0.5.0: Add support for nested values with key paths.
3 years ago
Swift tools version bumped to 5.2
3 years ago
Added @available(iOS 13.0, *) to several classes.
4 years ago
Added value transformers.
4 years ago
First functional version.
4 years ago
iOS macOS
apparata/TextSearchKit 0.1.0
Simple wrapper for using SearchKit with Swift.
⭐️ 3
🕓 3 years ago
macOS
apparata/MathKit 2.1.0
Some basic Swift math utilities.
⭐️ 3
🕓 8 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.
2.1.0: Added linear mode to Easing for convenience
8 weeks ago
2.0.0: Add SIMD extensions. Switch to BSD Zero Clause license.
8 weeks ago
Adds "import CoreGraphics" where needed.
3 years ago
3 years ago
iOS macOS tvOS
apparata/NetAppKit 0.5.0
Framework for making simple Express-like net apps using Swift NIO.
⭐️ 2
🕓 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.
Add async/await support and raise deployment target to Monterey
2 years ago
Bug fix for API-Key validation
4 years ago
Added optional closure to App for validating API-Key field.
4 years ago
Added an optional closure property to App for conveniently validating values of a `API-Key` header. ```Swift app.validateAPIKey = { (apiKey: String) -> Bool in apiKey == "MySecretAPIKey" } ```
Fixed bug in JSONValue
4 years ago
Added JSONValue enum for convenience when creating simple responses
4 years ago
Added query items to HTTPRequest parameters.
4 years ago
Added convenience method for responding with JSON from Encodable objects
4 years ago
Now compiles on Linux
4 years ago
Fixed documentation theme.
4 years ago
Added subapps
4 years ago
macOS
apparata/SystemKit 1.7.0
File system and operating system utilities in Swift.
⭐️ 2
🕓 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.
1.7.0: Release under BSD Zero Clause License
21 weeks ago
1.6.0: Modernize the documents and caches directory getters.
40 weeks ago
1.5.0: Add AppStateObserver
2 years ago
Add property to ExecutionMode to check if code is run under unit test.
3 years ago
Example: ``` ExecutionMode.isRunningUnitTests ```
Adds convenient started() constructor method on StopWatch
3 years ago
Adds convenient started() constructor method on StopWatch. ```swift let stopWatch = StopWatch.started() let time: TimeInterval = stopWatch.stop() ```
Add OptionSet for setting posix permissions with Path
3 years ago
Make Path Codable
3 years ago
iOS macOS tvOS
apparata/PDFRenderer v1.0.0
Convenience framework for rendering a PDF using SwiftUI.
⭐️ 1
🕓 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.0: Render PDF documents using SwiftUI
1 year ago
iOS macOS
apparata/PDFToolbox 0.2.0
Helpers for working with PDF in Swift.
⭐️ 1
🕓 4 years ago
iOS macOS tvOS
apparata/FrameRecorder 1.0.2
Swift package for writing a video file, frame by frame.
⭐️ 1
🕓 1 year ago
iOS macOS
apparata/Zipcode 0.2.0
Zipcode is a simple Swift framework for reading and writing zip files.
⭐️ 1
🕓 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.
First release
4 years ago
Basic reading and writing of zip files have been implemented.
iOS macOS tvOS
apparata/AppStoreKit 0.1.0
Swift package for using the App Store Connect API.
⭐️ 1
🕓 4 years ago
macOS
apparata/BootstrappKit 1.3.0
Swift package for generating initial boilerplate for Swift packages and Xcode projects.
⭐️ 1
🕓 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.
1.3.0: Bump XcodeGen to 2.38.0 and TemplateKit to 0.6.0
20 weeks ago
1.2.0: Prefix output path with "Results/yyyy-MM-dd" for convenience
34 weeks ago
1.1.0: Add section for Swift packages to template specification.
35 weeks ago
1.0.0
40 weeks ago
macOS
apparata/TextToolbox 1.2.0
Various Swift string utilities.
⭐️ 1
🕓 5 weeks ago
iOS macOS tvOS
apparata/ImageFilters 1.0.0
Experimenting with Swift package manager.
⭐️ 0
🕓 5 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.
5 years ago
macOS
apparata/CGMath v1.0.1
Core Graphics extensions for easier math using CGPoint, CGSize, CGRect, etc
⭐️ 0
🕓 3 years ago
iOS macOS tvOS
apparata/SQLiteKit 1.1.0
Simple Swift wrapper for accessing a SQLite database in a thread safe manner.
⭐️ 0
🕓 28 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.1.0: Added backup functions
28 weeks ago
Version 1.0.0
50 weeks ago
0.4.7: Fix a compilation error for Swift 5.8
1 year ago
0.4.6: Uses sqlite_close_v2 instead of sqlite_close
1 year ago
First alpha version.
4 years ago
iOS macOS tvOS
apparata/UIKitToolbox 1.5.5
Objects, extensions, etc to make working with UIKit more convenient.
⭐️ 0
🕓 5 weeks ago
iOS macOS tvOS
apparata/SQLizer v1.0.0
Swift wrapper for SQLite.
⭐️ 0
🕓 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.
v1.0.0: First actual release.
47 weeks ago
iOS macOS
apparata/MIDISequencer 1.0.0
Simple MIDISequencer experiment in Swift.
⭐️ 0
🕓 38 weeks ago
iOS macOS tvOS
apparata/CollectionKit 0.2.2
Custom Swift collections and extensions.
⭐️ 0
🕓 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.
0.2.2: Add ArrayBuilder
1 year ago
iOS macOS tvOS
apparata/appconsole 0.1.3
Remote command line interface to iOS apps that use the appconsole service.
⭐️ 0
🕓 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.
Minor fixes
3 years ago
Initial release
5 years ago
macOS
apparata/Constructs 1.2.0
Various convenient Swift code constructs. Some are experimental.
⭐️ 0
🕓 2 years ago
iOS macOS tvOS
apparata/AssetCatalogKit v1.4.0
A Swift package for generating asset catalogs.
⭐️ 0
🕓 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.
1.4.0: License is now BSD Zero Clause License
21 weeks ago
1.3.1: Fix output formatting for Contents.json generated by ContentType
23 weeks ago
1.3.0: Add DataSet writing capability.
45 weeks ago
v1.2.0: Add ability to switch image data source to a file URL instead of an in-memory data.
45 weeks ago
Add ability to switch image data source to a file URL instead of an in-memory data.
Stabilize diffs of generated asset catalogs by asking JSONEncoder to sort keys.
2 years ago
iOS macOS tvOS
apparata/MessagePackKit 1.4.0
Swift MessagePack encoder based on the "FlightSchool" book code.
⭐️ 0
🕓 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.
1.4.0: Encode dictionaries with sorted keys for consistency.
34 weeks ago
1.3.0: Fix encoding/decoding of integer arrays.
36 weeks ago
1.2.0
36 weeks ago
iOS macOS tvOS
apparata/ConcurrencyToolbox 0.0.2
Utilities to help out with concurrency in Swift.
⭐️ 0
🕓 3 years ago
iOS macOS tvOS
apparata/Approach 0.4.8
Approach is a small Swift framework for client/server message passing between apps over the network.
⭐️ 0
🕓 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.
Adds allClients property to message server.
2 years ago
Various fixes.
2 years ago
Added optional port parameter to MessageServer
4 years ago
Bonjour service name can now be specified. Port is exposed on MessageServer.
4 years ago
Swift 5.1
4 years ago
Swift 5 migration
5 years ago
Now handles messages with a payload of 0 bytes.
5 years ago
5 years ago
iOS macOS tvOS
apparata/Componentized 0.1.0
Swift experiment with composition based components.
⭐️ 0
🕓 4 years ago
iOS macOS tvOS
apparata/BinaryDataKit 1.0.3
Swift toolkit for working with binary data.
⭐️ 0
🕓 38 weeks ago
iOS macOS tvOS
apparata/AutoComposerKit 0.6.0
Lousy, incomplete Swift port of AutoTracker.py
⭐️ 0
🕓 38 weeks ago
iOS macOS tvOS
apparata/SequenceKit 1.0.0
SequenceKit provides a number of composable, numeric Swift sequences.
⭐️ 0
🕓 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.
First release.
3 years ago
Contains sequences: - ClampedSequence - ExponentialSequence - FibonacciSequence - FiniteSequence - JitteredSequence
iOS macOS tvOS

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