Skip to content

Conversation

plemarquand
Copy link
Contributor

The March 10th nightly toolchain has the Info.plist file encoded using utf16le, which we fail to parse as we expect it to be in utf8. Try utf8 first, and fallback to utf16le if we can't parse the file.

The March 10th nightly toolchain has the Info.plist file encoded using
`utf16le`, which we fail to parse as we expect it to be in `utf8`. Try
`utf8`  first, and fallback to `utf16le` if we can't parse the file.
Copy link
Member

@matthewbastien matthewbastien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any way to add an integration test that would be able to verify this? Or is it actually failing in nightly?

@plemarquand
Copy link
Contributor Author

Closing in favour of the upstream fix: swiftlang/swift#80775

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.

2 participants