Skip to content

Attempt to bootstrap SwiftPM on macOS #1378

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
wants to merge 1 commit into from

Conversation

MaxDesiatov
Copy link

This is an attempt to resolve #1365. The current theory is that SwiftPM and libPackageDescription.dylib are built with the host nightly toolchain built by the upstream Jenkins CI, but then Package.swift manifests are built with swiftc from the toolchain built by our SwiftWasm CI and then linked with that libPackageDescription.dylib from the upstream nightly snapshot, and these two are incompatible for some reason. I haven't fully verified this theory though, just setting this up to get a proper CI build for verification.

@MaxDesiatov MaxDesiatov closed this Jul 6, 2020
@MaxDesiatov
Copy link
Author

Closing in favor of #1387

@MaxDesiatov MaxDesiatov deleted the maxd/boostrap-macos-swiftpm branch July 6, 2020 12:23
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 this pull request may close these issues.

SwiftPM on macOS produces "error: manifest parse error(s)"
1 participant