RSS Amplifier

Anton’s Substack · Aug 5, 2026

Swift Bits: Swift Package Plugins on CI

0
Sign in to vote or save

Anton’s Substack · Anton’s Substack

Ever added a Swift Package plugin, verified everything works locally, then watched your CI fail before the build even started?

I checked the documentation and asked few LLMs - both not clearly told that it will omit the trust message. That’s why revising is critical for every process.

The issue isn’t necessarily the plugin: it’s the one-time Trust & Enable confirmation that Xcode shows interactively. Since CI has no UI, the build can’t approve it on its own.

Here’s a quick guide on how to enable trusted Swift Package plugins on CI, using the SwiftLintBuildToolPlugin error as a real-world example.

No posts

Read the original on antongubarenko.substack.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.