Hive Hive
Sign in

Compiled .nib resources now work in SwiftPM packages

Metadata
Source
GitHub
Version
4.202.0-rc.2
Published
Jul 03, 2026 · 13:18 UTC
Repository
tuist/tuist
Update

SwiftPM packages that ship compiled .nib resources (.xib was already supported) are now bundled correctly: the auto-generated resource globs recognize .nib, and a compiled nib wrapper directory is treated as an opaque resource and copied as one reference rather than being unfolded into its inner files, which previously produced a malformed bundle that crashed at runtime when the nib was loaded.