<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ci on aleos</title><link>https://aleos.dev/tags/ci/</link><description>Recent content in Ci on aleos</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 17 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://aleos.dev/tags/ci/index.xml" rel="self" type="application/rss+xml"/><item><title>Caching Xcode builds on GitHub Actions</title><link>https://aleos.dev/posts/2026-02-17-xcode-ci-build-caching/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://aleos.dev/posts/2026-02-17-xcode-ci-build-caching/</guid><description>&lt;p&gt;You add a few SPM dependencies, push to GitHub, and watch your CI time double. The obvious fix — cache &lt;code&gt;.build/&lt;/code&gt; with &lt;code&gt;actions/cache&lt;/code&gt; — doesn&amp;rsquo;t help. Xcode recompiles everything anyway.&lt;/p&gt;
&lt;p&gt;This article explains why, and presents two solutions with different trade-offs so you can pick the one that fits your project.&lt;/p&gt;
&lt;h2 id="the-problem"&gt;
 The problem
 &lt;a class="heading-link" href="#the-problem"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Adding SPM dependencies is painless locally. Xcode builds them once, and subsequent builds only recompile what changed. But on CI, every push triggers a full rebuild of every dependency — even if you haven&amp;rsquo;t touched &lt;code&gt;Package.resolved&lt;/code&gt;.&lt;/p&gt;</description></item></channel></rss>