robb / Swim

A DSL for writing HTML in Swift
312 stars 9 forks source link

Minimum Swift version is now 5.4 #32

Closed kevinrenskers closed 2 years ago

kevinrenskers commented 3 years ago

Because of @resultBuilder, the minimum Swift version is now 5.4. So I think that means that Package.swift should be updated? Specifically the first line: swift-tools-version:5.1.

robb commented 3 years ago

Do you have to do that manually or can you have it regenerated from the toolchain in a predictable manner?

kevinrenskers commented 3 years ago

I think it has to be done manually.

robb commented 2 years ago

Should be better now.

robb commented 2 years ago

Feel free to reopen this if I messed up.