-
Notifications
You must be signed in to change notification settings - Fork 43
WiX: package SwiftFixIt.dll on Windows #420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This is part of SPM, introduced in swiftlang/swift-package-manager3#8585. The newly minted dependency causes `swift build` to fail as it is missing the library in the installation (caught by CI at https://github.com/thebrowsercompany/swift-build/actions/runs/14890246041).
SwiftPM PR - swiftlang/swift-package-manager#8661 |
@xedin how long would that take? Windows hasn't had a toolchain bump since 4/3, and I'd rather get this in to unblock that. |
@compnerd a couple of hours for CI to run but if that's pressing go ahead an merge, we can always revert later. |
I'll wait until later today - if we get the conversion in, that is good. Merging this and that would then break the build as this will fail to build the installer once that library disappears |
I'll keep an eye on the status of that PR and ping you. |
Merged the SPM change, so going to close this for now. |
This is part of SPM, introduced in
swiftlang/swift-package-manager#8585. The newly minted dependency causes
swift build
to fail as it is missing the library in the installation (caught by CI athttps://github.com/thebrowsercompany/swift-build/actions/runs/14890246041).