-
Notifications
You must be signed in to change notification settings - Fork 43
InternalCollectionUtilities.dll missing #318
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
Comments
Also included from other modules in swiftpm. |
CC: @shahmishal - we should figure out how to get some smoke tests going for the nightlies. |
This is required with recent changes to SPM. Add the missing library to the toolchain distribution. Fixes: swiftlang#318
This is required with recent changes to SPM. Add the missing library to the toolchain distribution. Fixes: #318
@compnerd can you share details on running smoke test on Windows? |
In this case simply running a swift package init failed as well. Creating an executable package, building and running it and make sure Hello World came out would ensure a minimum sanity for swiftpm and the compiler. |
@shahmishal we currently just build https://github.com/compnerd/swift-win32 and run its test suite. |
This is required with recent changes to SPM. Add the missing library to the toolchain distribution. Fixes: #318
This is required with recent changes to SPM. Add the missing library to the toolchain distribution. Fixes: swiftlang#318
This is required with recent changes to SPM. Add the missing library to the toolchain distribution. Fixes: #318
With both the arm64 and x86_64 installs from the July 27'th toolchain, running
swift build
produces an error with the InternalCollectionsUtilities.dll missing from the install.I'll assume that because the build succeeded that the DLL does exist but just isn't packaged.
The Dependencies utility shows me it's from the Workspace module in swiftpm. But not obvious looking at the source how it gets there.
The text was updated successfully, but these errors were encountered: