#SwiftPM
Did you know that you can build a Swift package that supports multiple versions of Swift with different manifests? More on this and other advanced features of SwiftPM at our docs: docs.swift.org/swiftpm/docu...
Documentation
docs.swift.org
September 9, 2025 at 12:12 AM
Work with SwiftPM without Xcode and run on Mac and Linux with notepadexe.com

youtu.be/7eGPTWPFEX4
April 6, 2026 at 12:20 PM
🧱Lots of progress towards a unified, open source, cross-platform build system for Swift 🏗️
Here's the latest project update: forums.swift.org/t/swiftpm-on...
October 27, 2025 at 9:29 PM
I've been using @grebenyuk.bsky.social 's technique here for a while: kean.blog/post/swiftpm...

Hiccups with package resolution/updates for branch-based things. I don't follow the exact same target-based approach. But keeping your package dependencies managed in this way works and is quite nice.
SwiftPM and Xcode
SwiftPM and Xcode
kean.blog
January 12, 2025 at 12:49 PM
🛠️ Switch your Kotlin Multiplatform project from CocoaPods to SwiftPM dependencies with Junie.

Try the experimental SwiftPM import integration with help from a Kotlin AI skill – then review and test the changes.

Follow the guide 👇
https://kotl.in/kmp-pods-to-spm-junie-x
July 4, 2026 at 9:00 AM
#SwiftPM Package Dependencies (beta) in notepadexe.com

beta, but it's getting better
May 19, 2025 at 9:32 PM
I wish Apple would just deprecate the Xcode build system completely at some point and make everything Swift packages

programmatic configuration is so much easier to reason about especially with source control, and the SwiftPM CLI is 200x more reliable than whatever Xcode is on
November 27, 2024 at 7:56 AM
What's the difference between a package index and a package registry? One helps you discover packages, the other hosts and serves them. 📦 A new post explains how they fit together. Read more: swiftpackageindex.com/blog/what-is...
What is a package registry? on the Swift Package Index Blog – Swift Package Index
SwiftPM tooling has three main components – SwiftPM resolves dependencies for the compiler, a package index helps you discover packages, and a package registry hosts and serves verified, immutable so…
swiftpackageindex.com
August 14, 2026 at 4:59 PM
Excited by the progress the team is making. A modern build system for SwiftPM!
🧱Lots of progress towards a unified, open source, cross-platform build system for Swift 🏗️
Here's the latest project update: forums.swift.org/t/swiftpm-on...
October 27, 2025 at 10:07 PM
“…build and deploy iOS apps from Linux and Windows (WSL)” 👀
GitHub - xtool-org/xtool: Cross-platform Xcode replacement. Build and deploy iOS apps with SwiftPM on Linux, Windows, macOS.
Cross-platform Xcode replacement. Build and deploy iOS apps with SwiftPM on Linux, Windows, macOS. - xtool-org/xtool
github.com
May 11, 2025 at 6:46 PM
This .editorconfig file should be added to every #SwiftPM repo! 👇
https://gist.github.com/Jeehut/e5b7559da355a1f243d9c012fe63edc4

It ensures that everyone editing the package in Xcode will get the same indentation settings avoiding mismatches with their global settings. 🥳

Add it now! 💯 #iOSDev
This file should be added to every SwiftPM project to ensure Xcode 16+ has the same indentation settings for everyone.
This file should be added to every SwiftPM project to ensure Xcode 16+ has the same indentation settings for everyone. - .editorconfig
gist.github.com
December 3, 2024 at 6:18 PM
here we go

github.com/xtool-org/xt...

Cross-platform Xcode replacement. Build and deploy iOS apps with SwiftPM on Linux, Windows, macOS.
GitHub - xtool-org/xtool: Cross-platform Xcode replacement. Build and deploy iOS apps with SwiftPM on Linux, Windows, macOS.
Cross-platform Xcode replacement. Build and deploy iOS apps with SwiftPM on Linux, Windows, macOS. - xtool-org/xtool
github.com
May 17, 2025 at 4:40 PM
Updating *.xcworkspace/xcshareddata/swiftpm/Package.resolved by hand because Xcode is incapable of doing it 🙃
February 3, 2025 at 7:14 PM
working on this too borogove.dev/src/r/swiftpm/
August 11, 2025 at 7:42 PM
Got my Swift Game Boy Advance project building with the latest Swift 6.1 toolchain -- Embedded Swift support in SwiftPM has come a long way in the last year. github.com/harlanhaskin...
GitHub - harlanhaskins/SwiftGBA: Swift for Game Boy Advance
Swift for Game Boy Advance. Contribute to harlanhaskins/SwiftGBA development by creating an account on GitHub.
github.com
March 4, 2025 at 3:16 AM
If this works well, it is revolutionary for Flutter (and iOS) development! Especially for us Linux folks. 😍
May 14, 2025 at 7:23 PM
✨ Simpler syntax for optionals like “some” and “any”
🛠️ Swift Build now the default in SwiftPM — same build on Linux/macOS/Windows
📦 Subprocess reaches 1.0
🌐 Wasm bridging via JavaScriptKit up to 40x faster
🔗 C++20 std::span interoperability
🔒 Faster code, still memory-safe
September 15, 2026 at 3:27 PM
🚀 Great news for KMP developers! Swift Package Manager support is now available as an experimental feature.

You can now import iOS dependencies from Swift packages or migrate existing integrations from CocoaPods.

👉 Learn how to set it up: kotl.in/kmp-swiftpm-...
April 24, 2026 at 8:51 AM
🦾 xtool: Cross-platform Xcode replacement. Build and deploy iOS apps with SwiftPM on Linux, Windows, macOS

#xtool #xcode #crossplatform
github.com/xtool-org/xt...
GitHub - xtool-org/xtool: Cross-platform Xcode replacement. Build and deploy iOS apps with SwiftPM on Linux, Windows, macOS.
Cross-platform Xcode replacement. Build and deploy iOS apps with SwiftPM on Linux, Windows, macOS. - xtool-org/xtool
github.com
May 17, 2025 at 9:40 PM
A busy summer for Swift continues. ☀️

In July:
• Task Stealers land in Swift Concurrency’s runtime.
• SwiftPM gets a package registry reference implementation.
• A talk about explicit ownership at PLDI 2026.

Read more: www.swift.org/blog/whats-n...
What's new in Swift: July 2026 Edition
Welcome to “What’s new in Swift,” a curated digest of releases, videos, and discussions in the Swift project and community.
www.swift.org
August 7, 2026 at 11:52 PM
Swift Package Manager support in Kotlin Multiplatform is now available as an experimental feature.

Try importing iOS dependencies from Swift packages or migrating from CocoaPods.

Learn how to try it out in the docs, and share your feedback.
🔎 kotl.in/kmp-swiftpm-...
Adding Swift packages as dependencies to KMP modules | Kotlin Multiplatform
kotl.in
March 18, 2026 at 1:29 PM
We really meant it when we said we were committed to contribute back to SwiftPM.

How would you like a SwiftPM resolution of registry packages to be 60 % faster? 🏎️

github.com/swiftlang/sw...
Retrieve resolved package versions in parallel by fortmarek · Pull Request #8203 · swiftlang/swift-package-manager
Retrieve resolved package versions in parallel to improve package resolve performance Motivation: When running swift package resolve, resolved package versions are retrieved sequentially. This is n...
github.com
January 7, 2025 at 5:06 PM
When busy at work late into the evening making SwiftPM the best it can be, great to throw up Star Wars A New Hope to remind me what brought me to this game. Can't wait to focus more on Swift Embedded in SwiftPM to get it onto robots like this 😀 🤖 .
April 23, 2025 at 3:57 AM