Skip to content
← Radar
29

Swift Slow Build Times Changing Struct

general · 1 signals · 1 source

Evidence

  • Swift: slow build times when changing struct code — tl;dr Applying a code change to a commonly used struct causes very slow build times. Can this be avoided? I have a rather large Swift project (Xcode 9.2) where I use a struct to hold all styling information (colors, spacings, etc.) used by in the app, something like: struct Style

    STACK_OVERFLOW