Lots of console messages since XCode 10

Since upgrading to XCode 10 I am seeing a ton of console messages that looks like errors or such.


I see a whole lot of


2018-10-02 16:46:40.761309-0700 AppID[996:2523353] [Styles] Unexpected declartion type for style "letter-spacing"
2018-10-02 16:46:40.761316-0700 AppID[996:2523353] [Styles] Unexpected declartion type for style "line-height"
2018-10-02 16:46:40.762546-0700 AppID[996:2523353] [Styles] Unexpected declartion type for style "text-shadow"
2018-10-02 16:46:40.762557-0700 AppID[996:2523353] [Styles] Unexpected declartion type for style "letter-spacing"
2018-10-02 16:46:40.762563-0700 AppID[996:2523353] [Styles] Unexpected declartion type for style "line-height"


Additionally there are also a lot of SSL errors


2018-10-02 16:46:41.732585-0700 AppID[996:2523467] [BoringSSL] boringssl_session_errorlog(224) [C8.1:2][0x103ed46e0] [boringssl_session_read] SSL_ERROR_SSL(1): operation failed within the library
2018-10-02 16:46:41.732689-0700 AppID[996:2523467] [BoringSSL] boringssl_session_handshake_error_print(205) [C8.1:2][0x103ed46e0] 4360255816:error:100000d7:SSL routines:OPENSSL_internal:SSL_HANDSHAKE_FAILURE:/BuildRoot/Library/Caches/com.apple.xbs/Sources/boringssl/boringssl-109.200.32/ssl/ssl_lib.cc:1081:
2018-10-02 16:46:41.732763-0700 AppID[996:2523467] [BoringSSL] boringssl_session_errorlog(224) [C8.1:2][0x103ed46e0] [boringssl_session_read] SSL_ERROR_SSL(1): operation failed within the library
2018-10-02 16:46:41.732826-0700 AppID[996:2523467] [BoringSSL] boringssl_session_handshake_error_print(205) [C8.1:2][0x103ed46e0] 4360255816:error:100000d7:SSL routines:OPENSSL_internal:SSL_HANDSHAKE_FAILURE:/BuildRoot/Library/Caches/com.apple.xbs/Sources/boringssl/boringssl-109.200.32/ssl/ssl_lib.cc:1081:


Any clue what these error are, or how to fix them?

Replies

Same problem here for both styles and SSL-errors.

We have not used any of the mentioned styles in our codebase.