Skip to content

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

Closed
dschaefer2 opened this issue Jul 30, 2024 · 5 comments · Fixed by #320
Closed

InternalCollectionUtilities.dll missing #318

dschaefer2 opened this issue Jul 30, 2024 · 5 comments · Fixed by #320

Comments

@dschaefer2
Copy link
Member

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.

@dschaefer2
Copy link
Member Author

Also included from other modules in swiftpm.

@compnerd
Copy link
Member

CC: @shahmishal - we should figure out how to get some smoke tests going for the nightlies.

compnerd added a commit to compnerd/swift-installer-scripts that referenced this issue Jul 30, 2024
This is required with recent changes to SPM. Add the missing library to
the toolchain distribution.

Fixes: swiftlang#318
hyp pushed a commit that referenced this issue Jul 30, 2024
This is required with recent changes to SPM. Add the missing library to
the toolchain distribution.

Fixes: #318
@shahmishal
Copy link
Member

@compnerd can you share details on running smoke test on Windows?

@dschaefer2
Copy link
Member Author

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.

@compnerd
Copy link
Member

@shahmishal we currently just build https://github.com/compnerd/swift-win32 and run its test suite.

compnerd added a commit that referenced this issue Jul 31, 2024
This is required with recent changes to SPM. Add the missing library to
the toolchain distribution.

Fixes: #318
compnerd added a commit to compnerd/swift-installer-scripts that referenced this issue Aug 2, 2024
This is required with recent changes to SPM. Add the missing library to
the toolchain distribution.

Fixes: swiftlang#318
compnerd added a commit that referenced this issue Aug 3, 2024
This is required with recent changes to SPM. Add the missing library to
the toolchain distribution.

Fixes: #318
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants