Swift Packages can be your Friend

By leogdion

Elevator Pitch

Swift Package Manager offers a native, Apple supported way to use outside dependencies as well as organize your applications. However it can be a challenge to use especially with Xcode. In this talk, I go over how Swift Packages can be easy to use and a powerful ally in architecture and testing.

Description

Swift Package Manager offers a native, Apple supported way to use outside dependencies as well as organize your applications. However it can be a challenge to use especially with Xcode. In this talk, I go over how Swift Packages can be easy to use and a powerful ally in architecture and testing such as: * conflicts between terminal and Xcode * dealing with version issues * organizing your multi-platform full stack application * publishing your new Open Source Package for others If you want to take advantage of Swift Package Manager to your application development workflow this is the ideal talk for you.

Notes

I am excited to do this talk. I’ve been a big fan of SPM and use it through out my application development process for organizing and testing my applications. I’ve been speaking on SPM for years: https://vimeo.com/480555844

And would like to expand on this based on the real-world experience. I’d like to talk about the challenges people face using and building with SPM and how to overcome those. I’d like to focus on beginners while help more experiences developers learn new techniques.