From 3eed29dbbc367799c42c7ddf718a6064e32a48d4 Mon Sep 17 00:00:00 2001 From: "Sven A. Schmidt" Date: Tue, 7 Apr 2026 10:52:41 +0200 Subject: [PATCH] Revert "Fix wasm 6.2 build" This reverts commit dbc46a7e84af63f440ffc26b0decceb1874b0862. --- .../SemanticVersion+LosslessStringConvertible.swift | 4 ---- 1 file changed, 4 deletions(-) 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 {