Build warnings when including Perception project #61
Replies: 2 comments 4 replies
-
Hi @PatrickDanino, the However, how is your project set up that you are seeing warnings for swift-perception? I created a fresh project with full concurrency warnings, added swift-perception, compiling, and I don't see any warnings. I tried in 15.2 and 15.3, and I also turned on "treat warnings as errors". Can you provide a sample project that demonstrates the behavior you are seeing? |
Beta Was this translation helpful? Give feedback.
-
Hi @PatrickDanino, I still haven't been able to reproduce this, so I am going to convert this to a discussion for now. Please feel free to continue the conversation over there if you uncover something new. |
Beta Was this translation helpful? Give feedback.
-
Description
New build warnings appeared with the latest update.
In
Bindable
, line 63:In
Environment
, lines 16, 27 and 46:Checklist
@Observable
macro or another tool from theObservation
framework, please file it directly with Apple.main
branch of this package.Expected behavior
We're hoping the issues above can be resolved unless they are specific to Swift 5.9 and fixed in Swift 5.10.
Actual behavior
We generally treat build warnings as errors.
Steps to reproduce
Clean build a new project that includes Perception
Perception version information
1.1.5
Destination operating system
iOS 15
Xcode version information
15.2
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions