Max Seelemann

Results 5 issues of Max Seelemann

This small PR just updates all project and scheme files for Xcode 10. Thanks, Max

The framework could currently not be used in app extensions without generating a warning like this: ``` Linking against a dylib which is not safe for use in application extensions:...

This small PR fixes a few issues that popped up with Xcode 10. Thanks, Max

### Description When using `try #require` inside an optional assignment, an incorrect warning ist being produced: ``` '#require(_:_:)' is redundant because 'x' never equals 'nil' (from macro 'require') ``` ###...

bug