-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Open
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfThe Swift compiler itself
Description
Previous ID | SR-15730 |
Radar | None |
Original Reporter | @stephencelis |
Type | Bug |
Additional Detail from JIRA
Votes | 0 |
Component/s | Compiler |
Labels | Bug |
Assignee | None |
Priority | Medium |
md5: 3dda8e7c9ca01701edbe32769b928c27
Issue Description:
If you check out this commit of our project:
pointfreeco/swift-parsing@9e93f02
And try to build "swift-parsing-benchmark" (in release mode), the build will fail in a strange way for a call to `Many.init`. If you build in debug mode, everything works fine.
The compiler works again in release mode if we delete a few library initializers for `Many`:
pointfreeco/swift-parsing@79971e9
(Xcode 13.2 / Swift 5.5)
Metadata
Metadata
Assignees
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfThe Swift compiler itself