You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/corelib/text/qlocale.cpp:3748:10: warning: variable 'cnt_thousand_sep' set but not used [-Wunused-but-set-variable]
3748 | uint cnt_thousand_sep = 0;
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/corelib/text/qlocale.cpp:3844:10: warning: variable 'cnt_thousand_sep' set but not used [-Wunused-but-set-variable]
3844 | uint cnt_thousand_sep = 0;
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/corelib/text/qlocale.cpp:3934:9: warning: variable 'group_cnt' set but not used [-Wunused-but-set-variable]
3934 | int group_cnt = 0; // counts number of group chars
| ^
3 warnings generated.
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/corelib/io/qfilesystemengine_unix.cpp:162:92: warning: 'kUTTagClassFilenameExtension' is deprecated: first deprecated in macOS 12.0 - Use UTTagClassFilenameExtension instead. [-Wdeprecated-declarations]
162 | QCFType<CFStringRef> uniformTypeIdentifier = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, extensionRef, NULL);
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/UTType.h:258:26: note: 'kUTTagClassFilenameExtension' has been explicitly marked deprecated here
258 | extern const CFStringRef kUTTagClassFilenameExtension API_DEPRECATED("Use UTTagClassFilenameExtension instead.", ios(3.0, 15.0), macos(10.3, 12.0), tvos(9.0, 15.0), watchos(1.0, 8.0));
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/corelib/io/qfilesystemengine_unix.cpp:162:54: warning: 'UTTypeCreatePreferredIdentifierForTag' is deprecated: first deprecated in macOS 12.0 - Use the UTType class instead. [-Wdeprecated-declarations]
162 | QCFType<CFStringRef> uniformTypeIdentifier = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, extensionRef, NULL);
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/UTType.h:317:1: note: 'UTTypeCreatePreferredIdentifierForTag' has been explicitly marked deprecated here
317 | UTTypeCreatePreferredIdentifierForTag(
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/corelib/io/qfilesystemengine_unix.cpp:163:53: warning: 'kUTTypeBundle' is deprecated: first deprecated in macOS 12.0 - Use UTTypeBundle or UTType.bundle (swift) instead. [-Wdeprecated-declarations]
163 | if (UTTypeConformsTo(uniformTypeIdentifier, kUTTypeBundle))
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/UTCoreTypes.h:993:26: note: 'kUTTypeBundle' has been explicitly marked deprecated here
993 | extern const CFStringRef kUTTypeBundle API_DEPRECATED("Use UTTypeBundle or UTType.bundle (swift) instead.", ios(3.0, 15.0), macos(10.4, 12.0), tvos(9.0, 15.0), watchos(1.0, 8.0));
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/corelib/io/qfilesystemengine_unix.cpp:163:13: warning: 'UTTypeConformsTo' is deprecated: first deprecated in macOS 12.0 - Use -[UTType conformsToType:] instead. [-Wdeprecated-declarations]
163 | if (UTTypeConformsTo(uniformTypeIdentifier, kUTTypeBundle))
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/UTType.h:472:1: note: 'UTTypeConformsTo' has been explicitly marked deprecated here
472 | UTTypeConformsTo(
| ^
4 warnings generated.
Project WARNING: Qt has only been tested with version 13 of the platform SDK, you're using 15.
Project WARNING: Qt has only been tested with version 13 of the platform SDK, you're using 15.
Project WARNING: This is an unsupported configuration. You may experience build issues, and by using
Project WARNING: This is an unsupported configuration. You may experience build issues, and by using
Project WARNING: the 15.1 SDK you are opting in to new features that Qt has not been prepared for.
Project WARNING: the 15.1 SDK you are opting in to new features that Qt has not been prepared for.
Project WARNING: Please downgrade the SDK you use to build your app to version 13, or configure
Project WARNING: Please downgrade the SDK you use to build your app to version 13, or configure
Project WARNING: with CONFIG+=sdk_no_version_check when running qmake to silence this warning.
Project WARNING: with CONFIG+=sdk_no_version_check when running qmake to silence this warning.
Project WARNING: Qt has only been tested with version 13 of the platform SDK, you're using 15.
Project WARNING: This is an unsupported configuration. You may experience build issues, and by using
Project WARNING: the 15.1 SDK you are opting in to new features that Qt has not been prepared for.
Project WARNING: Please downgrade the SDK you use to build your app to version 13, or configure
Project WARNING: with CONFIG+=sdk_no_version_check when running qmake to silence this warning.
ld: warning: ignoring duplicate libraries: '/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libbz2d.a', '/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libpng16d.a', '/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a', '/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libzstd.a'
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[2](adler32.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[3](compress.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[4](crc32.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[5](deflate.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[10](inflate.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[12](inftrees.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[13](inffast.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[14](trees.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[15](uncompr.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[16](zutil.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
ld: warning: ignoring duplicate libraries: '/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libbz2d.a', '/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libpng16d.a', '/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a', '/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libzstd.a'
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[2](adler32.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[3](compress.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[4](crc32.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[5](deflate.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[10](inflate.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[12](inftrees.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[13](inffast.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
ld: warning: object file (/Users/lz/Codes/github/colmap/build/vcpkg_installed/arm64-osx/debug/lib/libz.a[14](trees.c.o)) was built for newer 'macOS' version (14.7) than being linked (13.0)
...
Skipped 1081 lines
...
152 | [m_context setValues:&zeroOpacity forParameter:NSOpenGLCPSurfaceOpacity];
| ^~~~~~~~~~~~~~~~~~~~~~~~
| NSOpenGLContextParameterSurfaceOpacity
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:260:39: note: 'NSOpenGLCPSurfaceOpacity' has been explicitly marked deprecated here
260 | static const NSOpenGLContextParameter NSOpenGLCPSurfaceOpacity API_DEPRECATED_WITH_REPLACEMENT("NSOpenGLContextParameterSurfaceOpacity", macos(10.0,10.14)) = NSOpenGLContextParameterSurfaceOpacity;
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoaglcontext.mm:158:46: warning: 'NSOpenGLCPSurfaceOrder' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
158 | [m_context setValues:&order forParameter:NSOpenGLCPSurfaceOrder];
| ^~~~~~~~~~~~~~~~~~~~~~
| NSOpenGLContextParameterSurfaceOrder
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:259:39: note: 'NSOpenGLCPSurfaceOrder' has been explicitly marked deprecated here
259 | static const NSOpenGLContextParameter NSOpenGLCPSurfaceOrder API_DEPRECATED_WITH_REPLACEMENT("NSOpenGLContextParameterSurfaceOrder", macos(10.0,10.14)) = NSOpenGLContextParameterSurfaceOrder;
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoaglcontext.mm:345:49: warning: 'NSOpenGLCPSwapInterval' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
345 | m_format.setSwapInterval(glContextParameter(NSOpenGLCPSwapInterval));
| ^~~~~~~~~~~~~~~~~~~~~~
| NSOpenGLContextParameterSwapInterval
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:258:39: note: 'NSOpenGLCPSwapInterval' has been explicitly marked deprecated here
258 | static const NSOpenGLContextParameter NSOpenGLCPSwapInterval API_DEPRECATED_WITH_REPLACEMENT("NSOpenGLContextParameterSwapInterval", macos(10.5,10.14)) = NSOpenGLContextParameterSwapInterval;
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoaglcontext.mm:395:81: warning: 'view' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
395 | qCDebug(lcQpaOpenGLContext) << "Clearing current drawable" << m_context.view << "for" << m_context;
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:193:36: note: 'view' has been explicitly marked deprecated here
193 | @property (nullable, weak) NSView *view NS_SWIFT_UI_ACTOR API_DEPRECATED("", macos(10.0,10.14));
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoaglcontext.mm:404:27: warning: 'view' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
404 | if (view == m_context.view)
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:193:36: note: 'view' has been explicitly marked deprecated here
193 | @property (nullable, weak) NSView *view NS_SWIFT_UI_ACTOR API_DEPRECATED("", macos(10.0,10.14));
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoaglcontext.mm:417:23: warning: 'view' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
417 | if (m_context.view != view)
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:193:36: note: 'view' has been explicitly marked deprecated here
193 | @property (nullable, weak) NSView *view NS_SWIFT_UI_ACTOR API_DEPRECATED("", macos(10.0,10.14));
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoaglcontext.mm:428:65: warning: 'NSViewGlobalFrameDidChangeNotification' is deprecated: first deprecated in macOS 10.14 - Use NSOpenGLView instead. [-Wdeprecated-declarations]
428 | m_updateObservers.append(QMacNotificationObserver(view, NSViewGlobalFrameDidChangeNotification, updateCallback));
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:651:34: note: 'NSViewGlobalFrameDidChangeNotification' has been explicitly marked deprecated here
651 | APPKIT_EXTERN NSNotificationName NSViewGlobalFrameDidChangeNotification API_DEPRECATED("Use NSOpenGLView instead.", macos(10.0,10.14));
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoaglcontext.mm:440:15: warning: 'view' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
440 | m_context.view = view;
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:193:36: note: 'view' has been explicitly marked deprecated here
193 | @property (nullable, weak) NSView *view NS_SWIFT_UI_ACTOR API_DEPRECATED("", macos(10.0,10.14));
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoaglcontext.mm:440:15: warning: 'setView:' is deprecated: first deprecated in macOS 10.14 - Use NSOpenGLView to provide OpenGL content in a Cocoa app. [-Wdeprecated-declarations]
440 | m_context.view = view;
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:193:36: note: property 'view' is declared deprecated here
193 | @property (nullable, weak) NSView *view NS_SWIFT_UI_ACTOR API_DEPRECATED("", macos(10.0,10.14));
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:194:1: note: 'setView:' has been explicitly marked deprecated here
194 | - (void)setView:(nullable NSView *)view NS_SWIFT_UI_ACTOR API_DEPRECATED("Use NSOpenGLView to provide OpenGL content in a Cocoa app.", macos(10.0,10.14));
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoaglcontext.mm:441:19: warning: 'view' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
441 | if (m_context.view != view) {
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:193:36: note: 'view' has been explicitly marked deprecated here
193 | @property (nullable, weak) NSView *view NS_SWIFT_UI_ACTOR API_DEPRECATED("", macos(10.0,10.14));
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoaglcontext.mm:447:88: warning: 'view' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
447 | qCInfo(lcQpaOpenGLContext) << "Set drawable for" << m_context << "to" << m_context.view;
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:193:36: note: 'view' has been explicitly marked deprecated here
193 | @property (nullable, weak) NSView *view NS_SWIFT_UI_ACTOR API_DEPRECATED("", macos(10.0,10.14));
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoaglcontext.mm:472:10: warning: 'wantsBestResolutionOpenGLSurface' is deprecated: first deprecated in macOS 10.14 - Use NSOpenGLView instead. [-Wdeprecated-declarations]
472 | view.wantsBestResolutionOpenGLSurface = prefersBestResolutionOpenGLSurface;
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLView.h:47:16: note: 'wantsBestResolutionOpenGLSurface' has been explicitly marked deprecated here
47 | @property BOOL wantsBestResolutionOpenGLSurface API_DEPRECATED("Use NSOpenGLView instead.", macos(10.7,10.14));
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoaglcontext.mm:488:81: warning: 'view' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
488 | qCInfo(lcQpaOpenGLContext) << "Updating" << m_context << "for" << m_context.view;
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:193:36: note: 'view' has been explicitly marked deprecated here
193 | @property (nullable, weak) NSView *view NS_SWIFT_UI_ACTOR API_DEPRECATED("", macos(10.0,10.14));
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoaglcontext.mm:508:19: warning: 'view' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
508 | if (m_context.view.layer) {
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:193:36: note: 'view' has been explicitly marked deprecated here
193 | @property (nullable, weak) NSView *view NS_SWIFT_UI_ACTOR API_DEPRECATED("", macos(10.0,10.14));
| ^
15 warnings generated.
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoafiledialoghelper.mm:422:21: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations]
422 | [mOpenPanel setAllowedFileTypes:nil]; // delegate panel:shouldEnableURL: does the file filtering for NSOpenPanel
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: property 'allowedFileTypes' is declared deprecated here
286 | @property (nullable, copy) NSArray<NSString *> *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0));
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoafiledialoghelper.mm:498:16: warning: 'allowedFileTypes' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations]
498 | mSavePanel.allowedFileTypes = fileTypes.isEmpty() ? nil
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: 'allowedFileTypes' has been explicitly marked deprecated here
286 | @property (nullable, copy) NSArray<NSString *> *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0));
| ^
2 warnings generated.
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoabackingstore.mm:193:48: warning: 'lockFocusIfCanDraw' is deprecated: first deprecated in macOS 10.14 - To draw, subclass NSView and implement -drawRect:; AppKit's automatic deferred display mechanism will call -drawRect: as necessary to display the view. [-Wdeprecated-declarations]
193 | if (shouldHandleViewLockManually && ![view lockFocusIfCanDraw]) {
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:189:1: note: 'lockFocusIfCanDraw' has been explicitly marked deprecated here
189 | - (BOOL)lockFocusIfCanDraw API_DEPRECATED("To draw, subclass NSView and implement -drawRect:; AppKit's automatic deferred display mechanism will call -drawRect: as necessary to display the view.", macos(10.0,10.14));
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoabackingstore.mm:267:15: warning: 'unlockFocus' is deprecated: first deprecated in macOS 10.14 - To draw, subclass NSView and implement -drawRect:; AppKit's automatic deferred display mechanism will call -drawRect: as necessary to display the view. [-Wdeprecated-declarations]
267 | [view unlockFocus];
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:188:1: note: 'unlockFocus' has been explicitly marked deprecated here
188 | - (void)unlockFocus API_DEPRECATED("To draw, subclass NSView and implement -drawRect:; AppKit's automatic deferred display mechanism will call -drawRect: as necessary to display the view.", macos(10.0,10.14));
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoabackingstore.mm:271:22: warning: 'flushWindow' is deprecated: first deprecated in macOS 10.14 - Allow AppKit's automatic deferred display mechanism to take care of flushing any graphics contexts as needed. [-Wdeprecated-declarations]
271 | [view.window flushWindow];
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:1012:1: note: 'flushWindow' has been explicitly marked deprecated here
1012 | - (void)flushWindow API_DEPRECATED("Allow AppKit's automatic deferred display mechanism to take care of flushing any graphics contexts as needed.", macos(10.0,10.14));
| ^
3 warnings generated.
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoawindow.mm:555:22: warning: 'NSWindowStyleMaskTexturedBackground' is deprecated: first deprecated in macOS 11.0 - Textured window style should no longer be used [-Wdeprecated-declarations]
555 | styleMask |= NSWindowStyleMaskTexturedBackground;
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:60:5: note: 'NSWindowStyleMaskTexturedBackground' has been explicitly marked deprecated here
60 | NSWindowStyleMaskTexturedBackground API_DEPRECATED("Textured window style should no longer be used", macos(10.2, 11.0)) = 1 << 8,
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoawindow.mm:1811:48: warning: 'NSWindowStyleMaskTexturedBackground' is deprecated: first deprecated in macOS 11.0 - Textured window style should no longer be used [-Wdeprecated-declarations]
1811 | window.styleMask = window.styleMask & ~NSWindowStyleMaskTexturedBackground;
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:60:5: note: 'NSWindowStyleMaskTexturedBackground' has been explicitly marked deprecated here
60 | NSWindowStyleMaskTexturedBackground API_DEPRECATED("Textured window style should no longer be used", macos(10.2, 11.0)) = 1 << 8,
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoawindow.mm:1837:47: warning: 'NSWindowStyleMaskTexturedBackground' is deprecated: first deprecated in macOS 11.0 - Textured window style should no longer be used [-Wdeprecated-declarations]
1837 | [window setStyleMask:[window styleMask] | NSWindowStyleMaskTexturedBackground];
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:60:5: note: 'NSWindowStyleMaskTexturedBackground' has been explicitly marked deprecated here
60 | NSWindowStyleMaskTexturedBackground API_DEPRECATED("Textured window style should no longer be used", macos(10.2, 11.0)) = 1 << 8,
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoaintegration.mm:506:13: warning: 'iconForFileType:' is deprecated: first deprecated in macOS 12.0 - Use -[NSWorkspace iconForContentType:] instead. [-Wdeprecated-declarations]
506 | iconForFileType:NSFileTypeForHFSTypeCode(kGenericApplicationIcon)];
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:456:1: note: 'iconForFileType:' has been explicitly marked deprecated here
456 | - (NSImage *)iconForFileType:(NSString *)fileType API_DEPRECATED("Use -[NSWorkspace iconForContentType:] instead.", macos(10.0, 12.0));
| ^
/Users/lz/vcpkg/buildtrees/qt5-base/src/5.15.15-01046578bd.clean/src/plugins/platforms/cocoa/qcocoascreen.mm:235:38: warning: 'kIOMasterPortDefault' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
235 | if (IOServiceGetMatchingServices(kIOMasterPortDefault,
| ^~~~~~~~~~~~~~~~~~~~
| kIOMainPortDefault
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:133:19: note: 'kIOMasterPortDefault' has been explicitly marked deprecated here
133 | const mach_port_t kIOMasterPortDefault
| ^
3 warnings generated.
1 warning generated.
1 warning generated.
make[1]: *** [sub-plugins-make_first] Error 2
make: *** [sub-src-make_first] Error 2
Package: qt5-base:[email protected]#1
Host Environment
vcpkg-scripts version: 8349779 2024-11-20 (29 hours ago)
To Reproduce
vcpkg install --x-feature=gui --x-feature=cgal --allow-unsupported
Failure logs
/Users/lz/vcpkg/buildtrees/qt5-base/build-arm64-osx-dbg-err.log
/Users/lz/vcpkg/buildtrees/qt5-base/build-arm64-osx-dbg-out.log
Additional context
vcpkg.json
The text was updated successfully, but these errors were encountered: