Marco Eidinger
Swifty Tech by Marco Eidinger

Swifty Tech by Marco Eidinger

Follow
homeSponsorshipSPMbadgesnewsletter
Series

Swift Package Manager

My articles related to Apple’s Swift Package Manager

Articles in this series

Why is it so damn difficult to create a binary framework for your Swift Package

Jul 17, 20233 min read

Swift Package Manager (SPM) allows you to Share source code (open-source) Distribute binaries to protect your intellectual property (closed...

Why is it so damn difficult to create a binary framework for your Swift Package

A critical look at Swift Snippets (Swift 5.7)

Nov 15, 20223 min read

An experimental feature in Swift 5.7 (SPM, DocC) that does not get much love · Swift Snippets When I read VS Code Swift extension lesser known features I...

A critical look at Swift Snippets (Swift 5.7)

Swift Package Manager supports Git Submodules

Oct 17, 20222 min read

Swift Package Manager allows you to define Dependencies to other packages. import PackageDescription let package = Package( name: "MyPackage", ...

Swift Package Manager supports Git Submodules

Autocompletion for Swift Package Manager Commands

Aug 11, 20223 min read

This blog post will explain how you can leverage autocompletion for Swift Package Manager commands in your shell by using a completion script that can...

Autocompletion for Swift Package Manager Commands

All options to specify a Swift package version

Jul 11, 20223 min read

How you specify a remote package dependency determines if and how updates are resolved. Learn what the recommended way is and why. Even a daring...

All options to specify a Swift package version

swift package purge-cache

Mar 24, 20222 min read

I explained in a previous article when to use swift package reset This will reset the complete cache/build directory. For SPM (command-line) this...

swift package purge-cache