i am trying to get swift-package-factory
running on macOS, but for some reason the compiler sets the @rpath
(which the tool uses to load lib_InternalSwiftSyntaxParser.dylib
) to
/Library/Developer/Toolchains/
swift-DEVELOPMENT-SNAPSHOT-2022-08-15-a.xctoolchain/
usr/lib/swift-5.5/macosx
when it really should be:
/Library/Developer/Toolchains/
swift-DEVELOPMENT-SNAPSHOT-2022-08-15-a.xctoolchain/
usr/lib/swift/macosx
(ci run)
how do i fix this?