Swiftpack.co - Swift Packages by tuist

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

Packages published by tuist

tuist/tuist 4.10.2
πŸš€ Create, maintain, and interact with Xcode projects at scale
⭐️ 4,195
πŸ•“ 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.
4.10.2
Yesterday
### Tuist - no changes ### Tuist Cloud - Fix dependencies with modulemaps being pulled in as sources instead of binaries
4.10.1
2 days ago
### Tuist #### Fixed - Fix regression in ModuleMapMapper due to outdated Graph properties [#6221](https://github.com/tuist/tuist/pull/6221) by [@fortmarek](https://github.com/fortmarek) ### Tuist Cloud - no changes
4.10.0
2 days ago
### Tuist #### Added - Add support for privacy manifest file generation [#6117](https://github.com/tuist/tuist/pull/6117) by [@Lilfaen](https://github.com/Lilfaen) - Add simulated location support on testable target configuration [#6187](https://github.com/tuist/tuist/pull/6187) by [@woin2ee](https://github.com/woin2ee) #### Fixed - Fix resources filename mismatch when a dependency has a + [#6151](https://github.com/tuist/tuist/pull/6151) by [@fortmarek](https://github.com/fortmarek) - Fix integration of Cuckoo [#6195](https://github.com/tuist/tuist/pull/6195) by [@danibachar](https://github.com/danibachar) - Fix missing external target settings with config conditions [#6170](https://github.com/tuist/tuist/pull/6170) by [@fortmarek](https://github.com/fortmarek) - Skip rewriting modulemaps if not changed to fix issues with pch [#6212](https://github.com/tuist/tuist/pull/6212) by [@waltflanagan](https://github.com/waltflanagan) - Use relative paths instead of absolute paths for header search paths for modulemaps [#6218](https://github.com/tuist/tuist/pull/6218) by [@fortmarek](https://github.com/fortmarek) ### Tuist Cloud - no changes
4.9.0
3 weeks ago
### Tuist #### Changed - Improve the error message when parsing malformed property list files. [#6122](https://github.com/tuist/tuist/pull/6122) by [@pepicrft](https://github.com/pepicrft) - Filter out empty auxiliary groups [#6142](https://github.com/tuist/tuist/pull/6142) by [@kwridan](https://github.com/kwridan) #### Fixed - Fix SPM integration of the latest version of swift-testing [#6121](https://github.com/tuist/tuist/pull/6121) by [@fortmarek](https://github.com/fortmarek) - Fix adding newline at the end of tuist version in `.mise.toml` file [#6127](https://github.com/tuist/tuist/pull/6127) by [@dxmvsh](https://github.com/dxmvsh) - Fix running Tuist.graph() in a Tuist task [#6129](https://github.com/tuist/tuist/pull/6129) by [@fortmarek](https://github.com/fortmarek) ### Tuist Cloud - no changes
4.8.1
4 weeks ago
### Tuist #### Fixed - Fix released binaries missing `x86_64` Swift module interfaces for `ProjectDescription.framework`. ### Tuist Cloud - no changes
4.8.0
4 weeks ago
### Tuist #### Added - Updated init template with `.mise.toml` and `Package.swift` files [#6044](https://github.com/tuist/tuist/pull/6044) by [@dxmvsh](https://github.com/dxmvsh) #### Fixed - Fix testing search path build settings when forcing explicit dependencies [#5773](https://github.com/tuist/tuist/pull/5773) by [@alexanderwe](https://github.com/alexanderwe) - Fix integration of latest Firebase [#6104](https://github.com/tuist/tuist/pull/6104) by [@fortmarek](https://github.com/fortmarek) - Fix custom configurations from target when `enforceExplicitDependencies` option is enabled [#6080](https://github.com/tuist/tuist/pull/6080) by [@fdzsergio](https://github.com/fdzsergio) - Fix Swift Macros when embedded apps [#6109](https://github.com/tuist/tuist/pull/6109) by [@pepicrft](https://github.com/pepicrft) ### Tuist Cloud - no changes
4.7.0
5 weeks ago
### Tuist #### Added - Add cached artifacts into a new group called `/Cache` [#6057](https://github.com/tuist/tuist/pull/6057) by [@mustiikhalil](https://github.com/mustiikhalil) - Allow specifying explicit product destinations in PackageSettings [#6073](https://github.com/tuist/tuist/pull/6073) by [@fortmarek](https://github.com/fortmarek) #### Fixed - Fix integration of swift-testing [#6062](https://github.com/tuist/tuist/pull/6062) by [@fortmarek](https://github.com/fortmarek) - Templates are linked to ProjectDescriptionHelpers Plugins [#6013](https://github.com/tuist/tuist/pull/6013) by [@stefanomondino](https://github.com/stefanomondino) - Fix setting custom package baseSettings [#6070](https://github.com/tuist/tuist/pull/6070) by [@fortmarek](https://github.com/fortmarek) - Skip flagging the install error if there's no instance of external dependency in the graph [#6054](https://github.com/tuist/tuist/pull/6054) by [@mihaicris-adoreme](https://github.com/mihaicris-adoreme) - Fix the look up of the templates directory in a Homebrew installation [#6095](https://github.com/tuist/tuist/pull/6095) by [@pepicrft](https://github.com/pepicrft) ### Tuist Cloud - no changes
4.6.0
6 weeks ago
### Tuist #### Fixed * Prevent cached frameworks from crashing in Previews after deleting derived data by @anlaital-oura in https://github.com/tuist/tuist/pull/6035 * Fix generate with Workspace.swift by @fortmarek in https://github.com/tuist/tuist/pull/6039 * Fix compiling libraries with umbrella headers that have a dash by @fortmarek in https://github.com/tuist/tuist/pull/6042 * Fix reading metadata of swift-package-manager-google-mobile-ads by @fortmarek in https://github.com/tuist/tuist/pull/6049 #### Added * **Breaking** Add platform condition support to `CopyFilesAction` by @waltflanagan in https://github.com/tuist/tuist/pull/6023 - `CopyFilesAction` now accepts files as `[CopyFileElement` instead of `[FileElement]`. The new type is designed for copy file actions to support platform conditions. We've designed the new API to be as aligned as possible with `FileElement` to ease the migration work. * Add missing catch for unsupported platform error by @fortmarek in https://github.com/tuist/tuist/pull/6052 #### Changed * Allow setting visionOS deployment target for appleVisionWithiPadDesign by @freak4pc in https://github.com/tuist/tuist/pull/6033 * Skip targets with unsupported platforms instead of throwing an error by @fortmarek in https://github.com/tuist/tuist/pull/6047 * Force addition of macro flags regardless of inherited presence by @fortmarek in https://github.com/tuist/tuist/pull/6051 #### Removed * Remove Deprecated β€˜platforms’ Parameter from PackageSettings Documentation by @TheImShrey in https://github.com/tuist/tuist/pull/6061 ### Tuist Cloud - no changes
4.5.1
7 weeks ago
### Tuist #### Fixes * Fix generation of SPM packages when some resources are missing by @fortmarek in https://github.com/tuist/tuist/pull/6027 * fix: Previews crash when accessing resources from cached XCFrameworks by @anlaital-oura in https://github.com/tuist/tuist/pull/6028 ### Tuist Cloud - no changes **Full Changelog**: https://github.com/tuist/tuist/compare/4.5.0...4.5.1
4.5.0
7 weeks ago
### Tuist #### Added * Add `bundleId` and `settings` to `ProjectAutomation` graph by @apps4everyone in https://github.com/tuist/tuist/pull/5992 #### Changed * Support for SPM only projects by @fortmarek in https://github.com/tuist/tuist/pull/6011 #### Fixed * Fix crash when accessing bundle resources in Previews by @anlaital-oura in https://github.com/tuist/tuist/pull/6008 * Fix tuist test when using Nimble by @fortmarek in https://github.com/tuist/tuist/pull/6021 * Fix Tuist project warnings by @danieleformichelli in https://github.com/tuist/tuist/pull/6022
macOS
tuist/XcodeProj 8.20.0
πŸ“ Read, update and write your Xcode projects
⭐️ 1,961
πŸ•“ 6 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.
8.20.0
6 weeks ago
## What's Changed * Fix deprecation warning when targeting macOS 13 by @jszumski in https://github.com/tuist/XcodeProj/pull/814 ## New Contributors * @jszumski made their first contribution in https://github.com/tuist/XcodeProj/pull/814 **Full Changelog**: https://github.com/tuist/XcodeProj/compare/8.19.0...8.20.0
8.19.0
9 weeks ago
## What's Changed * Add precompiled header extension to headersExtensions for adding .pch… by @VorkhlikArtem in https://github.com/tuist/XcodeProj/pull/812 ## New Contributors * @VorkhlikArtem made their first contribution in https://github.com/tuist/XcodeProj/pull/812 **Full Changelog**: https://github.com/tuist/XcodeProj/compare/8.18.0...8.19.0
8.18.0
12 weeks ago
## What's Changed * Fix issue that it is not possible to remove a remote package by @kevin-kp in https://github.com/tuist/XcodeProj/pull/803 * Add `showNonLocalizedStrings` option to XCScheme+LaunchAction by @ladislas in https://github.com/tuist/XcodeProj/pull/806 * Inherit values in the default `SWIFT_ACTIVE_COMPILATION_CONDITIONS` value by @pepicrft in https://github.com/tuist/XcodeProj/pull/811 * XCScheme string initializer by @mattmassicotte in https://github.com/tuist/XcodeProj/pull/809 ## New Contributors * @ladislas made their first contribution in https://github.com/tuist/XcodeProj/pull/806 * @mattmassicotte made their first contribution in https://github.com/tuist/XcodeProj/pull/809 **Full Changelog**: https://github.com/tuist/XcodeProj/compare/8.16.0...8.18.0
8.17.0
14 weeks ago
## What's Changed * Fix issue that it is not possible to remove a remote package by @kevin-kp in https://github.com/tuist/XcodeProj/pull/803 **Full Changelog**: https://github.com/tuist/XcodeProj/compare/8.16.0...8.17.0
8.16.0
21 weeks ago
## What's Changed * Create `PBXProj` class from the Data reprentation of a `pbxproj` file by @Ibrahimhass in https://github.com/tuist/XcodeProj/pull/798 * Add XCLocalSwiftPackageReference Support by @art-divin in https://github.com/tuist/XcodeProj/pull/799 * docs: add art-divin as a contributor for code by @allcontributors in https://github.com/tuist/XcodeProj/pull/800 * Fix issue that multiple products of the same package cannot be added by @kevin-kp in https://github.com/tuist/XcodeProj/pull/801 ## New Contributors * @art-divin made their first contribution in https://github.com/tuist/XcodeProj/pull/799 * @kevin-kp made their first contribution in https://github.com/tuist/XcodeProj/pull/801 **Full Changelog**: https://github.com/tuist/XcodeProj/compare/8.15.0...8.16.0
8.15.0
32 weeks ago
## What's Changed * Add preferredScreenCaptureFormat to XCScheme.TestAcion by @tatagrigory in https://github.com/tuist/XcodeProj/pull/792 ## New Contributors * @tatagrigory made their first contribution in https://github.com/tuist/XcodeProj/pull/792 **Full Changelog**: https://github.com/tuist/XcodeProj/compare/8.14.0...8.15.0
8.14.0
34 weeks ago
## What's Changed * Get Data representation for `Writable` by @Ibrahimhass in https://github.com/tuist/XcodeProj/pull/787 * Add otf font files to known file types by @kwridan in https://github.com/tuist/XcodeProj/pull/788 ## New Contributors * @Ibrahimhass made their first contribution in https://github.com/tuist/XcodeProj/pull/787 **Full Changelog**: https://github.com/tuist/XcodeProj/compare/8.13.0...8.14.0
8.13.0
36 weeks ago
## What's Changed * Added `Build Tool Plug-ins` support by @BarredEwe in https://github.com/tuist/XcodeProj/pull/784 ## New Contributors * @BarredEwe made their first contribution in https://github.com/tuist/XcodeProj/pull/784 **Full Changelog**: https://github.com/tuist/XcodeProj/compare/8.12.0...8.13.0
8.12.0
41 weeks ago
### Added - `PBXBuildRule.dependencyFile` attribute [#781](https://github.com/tuist/XcodeProj/pull/781) by [@pepicrft](https://github.com/pepicrft). - Update last known `upgradeCheck` and `swiftUpgradeCheck` constants [#781](https://github.com/tuist/XcodeProj/pull/781) by [@pepicrft](https://github.com/pepicrft). - Add the defaults `xcschemeFormatVersion`, `lastSwiftUpgradeCheck`, and `lastUpgradeCheck` [#781](https://github.com/tuist/XcodeProj/pull/781) by [@pepicrft](https://github.com/pepicrft).
8.11.0
43 weeks ago
### Added - Support for Xcode runtime issue breakpoints [#761](https://github.com/tuist/XcodeProj/pull/761) by [@zenangst](https://github.com/zenangst). - `Platform.visionOS` case and updated `BuildSettingsProvider` to return the default build settings for visionOS projects [#765](https://github.com/tuist/XcodeProj/pull/765) by [@Mstrodl](https://github.com/Mstrodl). ### Changed - [PathKit](https://github.com/kylef/PathKit) version to [1.0.1](https://github.com/kylef/PathKit/blob/HEAD/CHANGELOG.md#%E2%80%8B101-2021-09-22). ### Removed - **(Breaking)** Dropped [Carthage](https://github.com/Carthage/Carthage) support: Since the tool is not actively maintained. - **(Breaking)** Dropped CocoaPods support: With the Apple ecosystem moving to Swift Package Manager we'd like to support the transition by dropping support for CocoaPods. The drop will simplify our release process. ### Fixed - Ensured UUIDs are considered when sorting by filename to ensure information is not lost when filenames are equal [#769](https://github.com/tuist/XcodeProj/pull/769) by [@timothycosta](https://github.com/timothycosta).
tuist/XcodeProjCExt 0.2.0
πŸ‘©β€πŸ’»C extensions for XcodeProj
⭐️ 5
πŸ•“ 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.0
2 years ago
- Build Carthage frameworks for M1
0.1.0
4 years ago
First version

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