Comcast / mamba

Mamba is a Swift iOS, tvOS and macOS framework to parse, validate and write HTTP Live Streaming (HLS) data.
Apache License 2.0
180 stars 40 forks source link

Swift Compiler Code Optimization #111

Open michaeljajou opened 2 years ago

michaeljajou commented 2 years ago

I noticed that when accessing Playlist Tags in iterations on a debug build would work fine, but on a production build it would crash the app.

The way I was able to solve this was by setting

Swift compiler code generation optimize level: None

Which I fear has an impact on performance. Is this known at all?