whisper.spm icon indicating copy to clipboard operation
whisper.spm copied to clipboard

SPM: adding package to another package

Open triple7 opened this issue 1 year ago • 6 comments

Hey, first off great repo man. Was about to write a swift wrapper then I saw your spam :)

Just having an issue with below message: product 'whisper.spm' required by package 'swiftwhisper' target 'SwiftWhisperTests' not found in package 'whisper.spm'.

The line where it's hanging is: .testTarget( name: "SwiftWhisperTests", dependencies: ["SwiftWhisper", .product(name: "whisper.spm", package: "whisper.spm")]), ]

I tried whisper.cpp as package or product but that doesn't work. Is there another name to be included? as the normal target dependency works.

triple7 avatar Jan 26 '23 10:01 triple7