Package Doesn't Build for Swift 5.9
VakhoKontridze opened this issue · 1 comments
VakhoKontridze commented
swhitty commented
Thank you for reporting the issue @VakhoKontridze
I have managed to recreate it, it looks like Xcode 15 offers to link against the command line tool - swiftdraw (Executable)
by default which will not link:
Make sure you only link against the SwiftDraw (Library)
and it will work.