You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please explain what data is incorrect and what you expected to see
Builds are failing because of a missing operating system level dependency on the LLVM SDK.
Other information
I'm tracking this here, as while a custom base image for Linux will likely solve the issue for that platform, we have not yet implemented this for Apple platforms.
@mrLSD you mentioned it needed a brew install llvm and an ENV variable set. Could you list in a reply to this the exact steps/commands needed to get this compilation working on macOS so we can bear in mind this requirement as we design our support for custom operating system dependencies in Apple platform builds.
I can't promise this will be implemented quickly, but knowing the explicit requirements (and tracking packages that would benefit from the feature) will help us prioritise it.
Thanks!
The text was updated successfully, but these errors were encountered:
See SwiftPackageIndex/PackageList#7552 for context.
Which package(s) are showing incorrect data?
mrLSD/llvm-api-swift
Please explain what data is incorrect and what you expected to see
Builds are failing because of a missing operating system level dependency on the LLVM SDK.
Other information
I'm tracking this here, as while a custom base image for Linux will likely solve the issue for that platform, we have not yet implemented this for Apple platforms.
@mrLSD you mentioned it needed a
brew install llvm
and an ENV variable set. Could you list in a reply to this the exact steps/commands needed to get this compilation working on macOS so we can bear in mind this requirement as we design our support for custom operating system dependencies in Apple platform builds.I can't promise this will be implemented quickly, but knowing the explicit requirements (and tracking packages that would benefit from the feature) will help us prioritise it.
Thanks!
The text was updated successfully, but these errors were encountered: