Closed tjarksaul closed 5 years ago
I also noticed a number of tests weren't passing (locally, at least), but I wasn't able to check if they had passed pre-Swift 5.
In
Package.swift
, should// swift-tools-version:4.0
be updated to// swift-tools-version:5.0
?
It is possible but not neccessary. 4.0 allows it to be built with Swift 4, too.
Ah. I wasn't sure if the new Runtime changes were backwards compatible with Swift 4.
In
Package.swift
, should// swift-tools-version:4.0
be updated to// swift-tools-version:5.0
?