Closed tachyonics closed 5 years ago
As an additional note, changing the conforming class to a struct seems to resolve the error.
Thank you for the reduced test case!
@swift-ci create
I'm not seeing this happen on near-master. Mind trying with one of the 4.2 snapshots on swift.org?
Alternately, can you attach a full project where this reproduces, so that I can be sure we have the same setup?
@tachyonics We could not reproduce. Closing this but feel free to reopen with more info on how to reproduce.
Environment
Swift version: swift-4.1.2-RELEASE OS version: macOS 10.12.6Additional Detail from JIRA
| | | |------------------|-----------------| |Votes | 0 | |Component/s | Compiler | |Labels | Bug, 4.1Regression, CompilerCrash, Serialization | |Assignee | @tachyonics | |Priority | Medium | md5: b5e626705fcf6903e3077e7e01f82c0eIssue Description:
This may be a duplicate of https://bugs.swift.org/browse/SR-4317
I upgraded a Swift library to 4.1 and started getting the following error-
This can be replicated with the following code with the command swift build or building in XCode-