When using this package via SPM, we encountered the error 'bringSubviewToFront' has been renamed to 'bringSubview(toFront:)' which we think is related to swift versions. Updating the swift version used in Package.swift to 5 as in the project, solves this problem.
When using this package via SPM, we encountered the error 'bringSubviewToFront' has been renamed to 'bringSubview(toFront:)' which we think is related to swift versions. Updating the swift version used in Package.swift to 5 as in the project, solves this problem.