Optimizing calls to methods on extensions that are inside a Swift Package

You should also try @inline(__always). Make you you understand the difference between @inline(__always) and @inlineable. See