HAP icon indicating copy to clipboard operation
HAP copied to clipboard

Upped macOS version requirements to v11 to allow compilation on macOS

Open Diggory opened this issue 1 year ago • 1 comments

SRP requires 10_15 and HKDF is only available in 11

Diggory avatar Nov 25 '23 17:11 Diggory

Hi @Bouke, How do I get the SwiftLink check to complete? Thanks.

Diggory avatar Feb 05 '24 16:02 Diggory

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.

Bouke avatar Mar 07 '24 20:03 Bouke

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!

Diggory avatar Mar 08 '24 12:03 Diggory

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.

Diggory avatar Mar 08 '24 12:03 Diggory