diff --git a/Sources/SemanticVersion/SemanticVersion+LosslessStringConvertible.swift b/Sources/SemanticVersion/SemanticVersion+LosslessStringConvertible.swift index 9d24663..c412830 100644 --- a/Sources/SemanticVersion/SemanticVersion+LosslessStringConvertible.swift +++ b/Sources/SemanticVersion/SemanticVersion+LosslessStringConvertible.swift @@ -12,10 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -#if os(wasm) && swift(<6.3) -import Foundation -#endif - extension SemanticVersion: LosslessStringConvertible {