Kolos65 / Mockable

A Swift macro driven auto-mocking library.
MIT License
222 stars 15 forks source link

Point SwiftSyntax package at swiftlang org #66

Closed ianthetechie closed 1 month ago

ianthetechie commented 1 month ago

Errors like this are starting to pop up since Apple has moved the SwiftSyntax repository to a swiftlang org:

'mockable' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.

I think this should resolve the issue.

ianthetechie commented 1 month ago

I guess it doesn't like my commit message 😂

Kolos65 commented 1 month ago

I guess it doesn't like my commit message 😂

change it to lowercase: fix: point SwiftSyntax package at swiftlang org

ianthetechie commented 1 month ago

Fixed I think.

Kolos65 commented 1 month ago

Thanks @ianthetechie 🚀