Engine

0.3.0

The engine that powers all my packages, tools and apps.
Blackjacx/Engine

What's New

0.3.0 - Support request output types

2025-10-23T12:27:55Z

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0

X Follow Version Swift Package Manager Compatible Swift Versions Platforms Xcode 16+ License Donate PayPal

Engine

The engine that powers all my packages, tools and apps.

Code Documentation

The code documentation is generated and hosted by Swift Package Index (powered by DocC)

Release

To release this Swift package the following steps have to be taken:

  • Make sure all features / PRs are merged to develop
  • Checkout develop and pull:
    git checkout develop && git pull
  • Update to the latest shared development files:
    bash <(curl -H -s https://raw.githubusercontent.com/Blackjacx/Scripts/main/frameworks/bootstrap.sh)
  • Run bundle update to update all Ruby gems
  • Run swift package update to update all SPM dependencies
  • Commit all changes on develop using:
    git commit -am "Release version 'x.y.z'"
    
  • Release the new version:
    bundle exec fastlane release framework:"Engine" version:"x.y.z"
  • Post the following on Twitter:
    Engine release x.y.z 🎉
    
    ▸ 🚀  Library package Engine successfully published
    ▸ 📅  Sep 15th
    ▸ 🌎  https://swiftpackageindex.com/Blackjacx/Engine
    ▸ 🌎  https://github.com/Blackjacx/Engine/releases/latest
    ▸ 👍  Tell your friends!
    
    #SPM #Apple #Development #Support #Library #Package #Framework #Tools #Basics #Boilerplate #Code
    

Contribution

  • If you found a bug, please open an issue.
  • If you have a feature request, please open an issue.
  • If you want to contribute, please submit a pull request.

Author

Stefan Herold • 🐦 @Blackjacxxx

Contributors

Thanks to all of you who are part of this:

License

Engine is available under the MIT license. See the LICENSE file for more info.

Description

  • Swift Tools 5.10.0
View More Packages from this Author

Dependencies

Last updated: Mon Oct 27 2025 16:01:06 GMT-0900 (Hawaii-Aleutian Daylight Time)