Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current Package.swift config does not work #1147

Open
kaulex99 opened this issue Apr 24, 2024 · 1 comment
Open

Current Package.swift config does not work #1147

kaulex99 opened this issue Apr 24, 2024 · 1 comment

Comments

@kaulex99
Copy link
Contributor

The current Package.swift config is not working. When Xcode tries to resolve the ObjectMapper version 4.4.2 it ends up in following error.

/Package.swift:7:43: error: 'v12' is unavailable
                      platforms: [.macOS(.v12),
                                          ^~~
PackageDescription.SupportedPlatform:21:27: note: 'v12' was introduced in PackageDescription 5.5
        public static let v12: PackageDescription.SupportedPlatform.MacOSVersion
                          ^ in https://github.com/tristanhimmelman/ObjectMapper.git

So the first line of the package file need to be changed to version 5.5

// swift-tools-version:5.5

@tristanhimmelman

@kaulex99
Copy link
Contributor Author

PR has been created and needs to be reviewed & merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant