Feature flags in Swift John Sundell demonstrates how to implement feature flags in Swift. John looks at three types of flags - compilation flags, static flags, and runtime flags. Posted on April 2, 2018 #compiler #flag