Skip to content

Translation 🌍

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

iOS app with transitive framework through macro executable

This fixture contains an iOS app that transitively and directly depends on a Swift Macro (executable)'s direct dependency. It was included in this issue because the set up caused the warming of the binary cache to fail due to "multiple commands produce the same output" error when archiving. As a solution, we moved away from using archive, and instead use the build action to warm the cache.

예제 확인

Released under the MIT License.