Skip to content

Instantly share code, notes, and snippets.

@jacereda
Created December 21, 2018 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacereda/1598aaee8c10a58610bf4d17aacfef0d to your computer and use it in GitHub Desktop.
Save jacereda/1598aaee8c10a58610bf4d17aacfef0d to your computer and use it in GitHub Desktop.
bash-3.2$ nix-env -f '<nixpkgs>' -i sfml
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
installing 'sfml-2.5.1'
these derivations will be built:
/nix/store/mzv584aw0d3242b520bvj3dza8l072zg-sfml-2.5.1.drv
building '/nix/store/mzv584aw0d3242b520bvj3dza8l072zg-sfml-2.5.1.drv'...
unpacking sources
unpacking source archive /nix/store/4mvjdp4x8parmc5fjpnx1rmh1fc3f2gr-source
source root is source
patching sources
configuring
fixing cmake files...
cmake flags: -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_BUILD_RPATH=ON -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/vzpgw8smfxvv767anig22jzscgh7r56x-sfml-2.5.1/include -DCMAKE_INSTALL_LIBDIR=/nix/store/vzpgw8smfxvv767anig22jzscgh7r56x-sfml-2.5.1/lib -DCMAKE_INSTALL_NAME_DIR=/nix/store/vzpgw8smfxvv767anig22jzscgh7r56x-sfml-2.5.1/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_DEPLOYMENT_TARGET= -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=last -DCMAKE_STRIP=/nix/store/fsirl1jzjb31850n0zd5navr9ahrf936-cctools-binutils-darwin/bin/strip -DCMAKE_RANLIB=/nix/store/fsirl1jzjb31850n0zd5navr9ahrf936-cctools-binutils-darwin/bin/ranlib -DCMAKE_AR=/nix/store/fsirl1jzjb31850n0zd5navr9ahrf936-cctools-binutils-darwin/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/vzpgw8smfxvv767anig22jzscgh7r56x-sfml-2.5.1 -DSFML_INSTALL_PKGCONFIG_FILES=yes -DSFML_MISC_INSTALL_PREFIX=share/SFML -DSFML_BUILD_FRAMEWORKS=no -DSFML_USE_SYSTEM_DEPS=yes
-- The C compiler identification is Clang 5.0.2
-- The CXX compiler identification is Clang 5.0.2
-- Check for working C compiler: /nix/store/ikk8899vd9yigrw06rffxqx3pdj9n96l-clang-wrapper-5.0.2/bin/clang
-- Check for working C compiler: /nix/store/ikk8899vd9yigrw06rffxqx3pdj9n96l-clang-wrapper-5.0.2/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /nix/store/ikk8899vd9yigrw06rffxqx3pdj9n96l-clang-wrapper-5.0.2/bin/clang++
-- Check for working CXX compiler: /nix/store/ikk8899vd9yigrw06rffxqx3pdj9n96l-clang-wrapper-5.0.2/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found OpenGL: /nix/store/n0cf0kmb4x29wp4g8szl3q5l672sqqcb-apple-framework-OpenGL/Library/Frameworks/OpenGL.framework
-- Found OpenAL: /nix/store/lal0pjj703mflpnsr3fkwg9ibxycl16q-apple-framework-OpenAL/Library/Frameworks/OpenAL.framework
-- Found VORBIS: /nix/store/yr3gl0lddi5zvj2zdkp7iw9qgmr4yf76-libvorbis-1.3.6/lib/libvorbisenc.dylib;/nix/store/yr3gl0lddi5zvj2zdkp7iw9qgmr4yf76-libvorbis-1.3.6/lib/libvorbisfile.dylib;/nix/store/yr3gl0lddi5zvj2zdkp7iw9qgmr4yf76-libvorbis-1.3.6/lib/libvorbis.dylib;/nix/store/9lknc6irr2nknrnfz2rd3isd4kngzmlh-libogg-1.3.3/lib/libogg.dylib
-- Found FLAC: /nix/store/27vmnynyakbvqs7wfdcxg36qqlrjd6qz-flac-1.3.2/lib/libFLAC.dylib
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_LIBDIR
CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/build
cmake: enabled parallel building
building
build flags: -j1 -l1 SHELL=/nix/store/yq2c40k2m8323ijbpmq0wprdyz3wjr8z-bash-4.4-p23/bin/bash
Scanning dependencies of target sfml-system
[ 1%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Clock.cpp.o
[ 2%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.o
[ 3%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Lock.cpp.o
[ 4%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Mutex.cpp.o
[ 5%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Sleep.cpp.o
[ 5%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/String.cpp.o
[ 6%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Thread.cpp.o
[ 7%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/ThreadLocal.cpp.o
[ 8%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Time.cpp.o
[ 9%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/FileInputStream.cpp.o
[ 9%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/MemoryInputStream.cpp.o
[ 10%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ClockImpl.cpp.o
[ 11%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Unix/MutexImpl.cpp.o
[ 12%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Unix/SleepImpl.cpp.o
[ 13%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadImpl.cpp.o
[ 14%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadLocalImpl.cpp.o
[ 14%] Linking CXX shared library ../../../lib/libsfml-system.dylib
[ 14%] Built target sfml-system
Scanning dependencies of target sfml-window
[ 15%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Clipboard.cpp.o
[ 16%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Context.cpp.o
[ 17%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Cursor.cpp.o
[ 18%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/GlContext.cpp.o
[ 19%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/GlResource.cpp.o
[ 19%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Joystick.cpp.o
[ 20%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/JoystickManager.cpp.o
[ 21%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Keyboard.cpp.o
[ 22%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Mouse.cpp.o
[ 23%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Touch.cpp.o
[ 24%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Sensor.cpp.o
[ 24%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/SensorManager.cpp.o
[ 25%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/VideoMode.cpp.o
[ 26%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Window.cpp.o
[ 27%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/WindowImpl.cpp.o
[ 28%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/cpp_objc_conversion.mm.o
[ 28%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/cg_sf_conversion.mm.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/cg_sf_conversion.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/Scaling.h:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/cg_sf_conversion.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/Scaling.h:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/cg_sf_conversion.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/Scaling.h:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/cg_sf_conversion.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/Scaling.h:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/cg_sf_conversion.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/Scaling.h:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/cg_sf_conversion.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/Scaling.h:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 29%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/CursorImpl.mm.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/CursorImpl.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.h:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/CursorImpl.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.h:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/CursorImpl.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.h:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/CursorImpl.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.h:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/CursorImpl.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.h:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/CursorImpl.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.h:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 30%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/ClipboardImpl.mm.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/ClipboardImpl.mm:30:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/ClipboardImpl.mm:30:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/ClipboardImpl.mm:30:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/ClipboardImpl.mm:30:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/ClipboardImpl.mm:30:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/ClipboardImpl.mm:30:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 31%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/InputImpl.mm.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/InputImpl.mm:35:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/InputImpl.mm:35:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/InputImpl.mm:35:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/InputImpl.mm:35:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/InputImpl.mm:35:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/InputImpl.mm:35:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 32%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/HIDInputManager.mm.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/HIDInputManager.mm:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/HIDInputManager.mm:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/HIDInputManager.mm:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/HIDInputManager.mm:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/HIDInputManager.mm:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/HIDInputManager.mm:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 33%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/HIDJoystickManager.cpp.o
[ 33%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/JoystickImpl.cpp.o
[ 34%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/NSImage+raw.mm.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.h:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.h:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.h:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.h:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.h:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/NSImage+raw.h:31:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 35%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SensorImpl.cpp.o
[ 36%] Building C object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFApplication.m.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplication.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplication.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplication.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplication.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplication.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplication.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplication.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplication.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplication.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplication.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplication.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplication.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 37%] Building C object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFApplicationDelegate.m.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplicationDelegate.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplicationDelegate.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplicationDelegate.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplicationDelegate.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplicationDelegate.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplicationDelegate.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplicationDelegate.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplicationDelegate.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplicationDelegate.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplicationDelegate.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplicationDelegate.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFApplicationDelegate.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 38%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFContext.mm.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFContext.mm:30:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFContext.mm:30:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFContext.mm:30:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFContext.mm:30:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFContext.mm:30:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFContext.mm:30:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 38%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFKeyboardModifiersHelper.mm.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFKeyboardModifiersHelper.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFKeyboardModifiersHelper.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFKeyboardModifiersHelper.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFKeyboardModifiersHelper.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFKeyboardModifiersHelper.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFKeyboardModifiersHelper.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 39%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFOpenGLView.mm.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 40%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFOpenGLView+keyboard.mm.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView+keyboard.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView+keyboard.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView+keyboard.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView+keyboard.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView+keyboard.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView+keyboard.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 41%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFOpenGLView+mouse.mm.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView+mouse.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView+mouse.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView+mouse.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView+mouse.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView+mouse.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFOpenGLView+mouse.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 42%] Building C object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFSilentResponder.m.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFSilentResponder.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFSilentResponder.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFSilentResponder.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFSilentResponder.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFSilentResponder.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFSilentResponder.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFSilentResponder.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFSilentResponder.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFSilentResponder.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFSilentResponder.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFSilentResponder.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFSilentResponder.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 43%] Building C object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFWindow.m.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindow.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindow.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindow.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindow.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindow.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindow.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindow.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindow.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindow.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindow.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindow.m:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindow.h:29:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 43%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFWindowController.mm.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindowController.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindowController.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindowController.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindowController.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindowController.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFWindowController.mm:32:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 44%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/SFViewController.mm.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFViewController.mm:30:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFViewController.mm:30:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFViewController.mm:30:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFViewController.mm:30:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFViewController.mm:30:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/SFViewController.mm:30:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 45%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/VideoModeImpl.cpp.o
[ 46%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/WindowImplCocoa.mm.o
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:127:45: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:65:45: note: protocol method is here
@property (strong) NSAppearance *appearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:10:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:10:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:129:64: warning: method introduced after the protocol method it implements on macOS (10_10 vs. 10_9) [-Wavailability]
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_10);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:69:64: note: protocol method is here
@property (readonly, strong) NSAppearance *effectiveAppearance NS_AVAILABLE_MAC(10_9);
^
/nix/store/pdawi0dywljf34v613kzgl1gjjhq3gw2-apple-framework-Foundation/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:250:32: note: expanded from macro 'NS_AVAILABLE_MAC'
#define NS_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac)
^
/nix/store/a50w3jgbnzqvj889dq60s79vfmgxnzpx-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:49:47: note: expanded from macro 'CF_AVAILABLE_MAC'
#define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,introduced=_mac)))
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:83:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:8:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:48: warning: property type 'id<NSOpenSavePanelDelegate>' is incompatible with type 'id<NSWindowDelegate>' inherited from 'NSWindow' [-Wincompatible-property-type]
@property (assign) id<NSOpenSavePanelDelegate> delegate;
^
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: property declared here
@property (assign) id<NSWindowDelegate> delegate;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:88:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:9:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:65:32: warning: attribute 'readonly' of property 'tag' restricts attribute 'readwrite' of property inherited from 'NSActionCell' [-Wproperty-attribute-mismatch]
@property (readonly) NSInteger tag;
^
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.mm:29:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplCocoa.hpp:41:
In file included from /private/var/folders/6d/wx8bn_rj0mlbgbplzyxx1vrr0000gn/T/nix-build-sfml-2.5.1.drv-0/source/src/SFML/Window/OSX/WindowImplDelegateProtocol.h:32:
In file included from /nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/AppKit.h:203:
/nix/store/fhvpzsh8arhmwqdw82y6gggyq6g871hw-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:42:27: warning: 'copy' attribute on property 'image' does not match the property inherited from 'NSCell' [-Wproperty-attribute-mismatch]
@property (copy) NSImage *image;
^
6 warnings generated.
[ 47%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/OSX/AutoreleasePoolWrapper.mm.o
[ 48%] Linking CXX shared library ../../../lib/libsfml-window.dylib
Undefined symbols for architecture x86_64:
"_NSDefaultRunLoopMode", referenced from:
+[SFApplication processEvent] in SFApplication.m.o
"_OBJC_CLASS_$_NSArray", referenced from:
objc-class-ref in ClipboardImpl.mm.o
objc-class-ref in SFOpenGLView+keyboard.mm.o
"_OBJC_CLASS_$_NSDate", referenced from:
objc-class-ref in SFApplication.m.o
ld: symbol(s) not found for architecture x86_64
clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [src/SFML/Window/CMakeFiles/sfml-window.dir/build.make:655: lib/libsfml-window.2.5.1.dylib] Error 1
make[1]: *** [CMakeFiles/Makefile2:176: src/SFML/Window/CMakeFiles/sfml-window.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
builder for '/nix/store/mzv584aw0d3242b520bvj3dza8l072zg-sfml-2.5.1.drv' failed with exit code 2
error: build of '/nix/store/mzv584aw0d3242b520bvj3dza8l072zg-sfml-2.5.1.drv' failed
bash-3.2$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment