tristanhimmelman / ObjectMapper

Simple JSON Object mapping written in Swift
MIT License
9.13k stars 1.03k forks source link

Update Package.swift to swift-tools-version 5.5 #1148

Closed kaulex99 closed 3 months ago

kaulex99 commented 4 months ago

Why

Issue: #1147

The current Package.swift is not valid as .macOS(.v12) was introduced in 5.5.

What

Changed the swift-tools-version to 5.5

alexanderkranga commented 3 months ago

can someone please take a look and merge this? This is breaking our library builds