HAP
HAP copied to clipboard
Upped macOS version requirements to v11 to allow compilation on macOS
SRP requires 10_15 and HKDF is only available in 11
Hi @Bouke, How do I get the SwiftLink check to complete? Thanks.
Did you remove your changes from your master branch? There are no changed files in this PR. The SwiftLint check should run automatically, let's see what happens when you add commits.
What are you trying to change? Package.swift
already has a v11 requirement.
Huh, that's weird - I seem to have changed the V11 from your master to V10_15 then back to V11. No idea why I did that!
Ahh, I see what happened - I tried to depend on HAP using the most recently tagged release. That failed because it didn't have any platforms minimum requirements. So I assumed that main was the same, but main is not the same.
Any chance of tagging a new release so we don't have to depend on a moving target? #163
p.s. thanks for all your work on HAP - it's very useful. So useful that I Nominated it for the Package Community Showcase.