Skip to content

feat: support for VisionOS #64

feat: support for VisionOS

feat: support for VisionOS #64

Re-run triggered September 13, 2024 17:59
Status Success
Total duration 24m 50s
Artifacts

tests_e2e.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 13 warnings
iOS
fatal error: module 'ReactTestApp_DevSupport' in AST file '/Users/runner/work/react-native-apple-authentication/react-native-apple-authentication/example/ios/build/ModuleCache.noindex/1FZ06V6U0BXLB/ReactTestApp_DevSupport-3RQ2DORYTRWVG.pcm' (imported by AST file '/Users/runner/work/react-native-apple-authentication/react-native-apple-authentication/example/ios/build/Build/Intermediates.noindex/PrecompiledHeaders/ReactTestApp-Bridging-Header-swift_2JCYGCQU1MT7Z-clang_1FZ06V6U0BXLB.pch') is not defined in any loaded module map file; maybe you need to load '/Users/runner/work/react-native-apple-authentication/react-native-apple-authentication/example/node_modules/.generated/ios/../../../ios/Pods/Headers/Public/ReactTestApp_DevSupport/ReactTestApp-DevSupport.modulemap'?
iOS
fatal error: module 'ReactTestApp_DevSupport' in AST file '/Users/runner/work/react-native-apple-authentication/react-native-apple-authentication/example/ios/build/ModuleCache.noindex/2XEDE9CYF40NA/ReactTestApp_DevSupport-3RQ2DORYTRWVG.pcm' (imported by AST file '/Users/runner/work/react-native-apple-authentication/react-native-apple-authentication/example/ios/build/Build/Intermediates.noindex/PrecompiledHeaders/ReactTestApp-Bridging-Header-swift_14M7ZN31OQDW3-clang_2XEDE9CYF40NA.pch') is not defined in any loaded module map file; maybe you need to load '/Users/runner/work/react-native-apple-authentication/react-native-apple-authentication/example/node_modules/.generated/ios/../../../ios/Pods/Headers/Public/ReactTestApp_DevSupport/ReactTestApp-DevSupport.modulemap'?
Android
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, nick-fields/retry@v2, actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
iOS
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
iOS
xcbeautify 2.11.0 is already installed and up-to-date. To reinstall 2.11.0, run: brew reinstall xcbeautify
iOS: example/ios/Pods/glog/src/utilities.cc#L254
'syscall' is deprecated: first deprecated in iOS 10.0 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations]
iOS: example/ios/Pods/glog/src/raw_logging.cc#L153
'syscall' is deprecated: first deprecated in iOS 10.0 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations]
iOS: example/ios/Pods/glog/src/utilities.cc#L254
'syscall' is deprecated: first deprecated in iOS 10.0 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations]
iOS: example/ios/Pods/glog/src/raw_logging.cc#L153
'syscall' is deprecated: first deprecated in iOS 10.0 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations]
iOS: example/ios/Pods/Headers/Private/fmt/fmt/core.h#L378
'char_traits<fmt::internal::char8_type>' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
iOS: example/ios/Pods/Headers/Private/fmt/fmt/core.h#L378
'char_traits<fmt::internal::char8_type>' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
iOS: example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L47
a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
iOS: example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L88
'OSSpinLock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
iOS: example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L285
'OSSpinLockLock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
iOS: example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L287
'OSSpinLockUnlock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]