Closed kevinrenskers closed 2 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.
@resultBuilder
swift-tools-version:5.1
Do you have to do that manually or can you have it regenerated from the toolchain in a predictable manner?
I think it has to be done manually.
Should be better now.
Feel free to reopen this if I messed up.
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
.