===> Building for py312-uvloop-0.21.0nb1
* Building wheel...
/opt/pkg/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  corresp(dist, value, root_dir)
/opt/pkg/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: Apache Software License
        License :: OSI Approved :: MIT License

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  dist._finalize_license_expression()
/opt/pkg/lib/python3.12/site-packages/setuptools/dist.py:761: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: Apache Software License
        License :: OSI Approved :: MIT License

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/__init__.py -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/_noop.py -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/_testbase.py -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/_version.py -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
running egg_info
writing uvloop.egg-info/PKG-INFO
writing dependency_links to uvloop.egg-info/dependency_links.txt
writing requirements to uvloop.egg-info/requires.txt
writing top-level names to uvloop.egg-info/top_level.txt
reading manifest file 'uvloop.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory 'vendor/libuv/.git'
warning: no previously-included files matching '*' found under directory 'vendor/libuv/docs'
warning: no previously-included files matching '*' found under directory 'vendor/libuv/img'
adding license file 'LICENSE-APACHE'
adding license file 'LICENSE-MIT'
writing manifest file 'uvloop.egg-info/SOURCES.txt'
/opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'uvloop.handles' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'uvloop.handles' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'uvloop.handles' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'uvloop.handles' to be distributed and are
        already explicitly excluding 'uvloop.handles' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'uvloop.includes' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'uvloop.includes' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'uvloop.includes' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'uvloop.includes' to be distributed and are
        already explicitly excluding 'uvloop.includes' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
copying uvloop/cbhandles.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/cbhandles.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/dns.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/errors.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/loop.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/loop.pyi -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/loop.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/lru.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/pseudosock.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/py.typed -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/request.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/request.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/server.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/server.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/sslproto.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
copying uvloop/sslproto.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop
creating build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/async_.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/async_.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/basetransport.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/basetransport.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/check.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/check.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/fsevent.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/fsevent.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/handle.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/handle.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/idle.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/idle.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/pipe.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/pipe.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/poll.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/poll.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/process.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/process.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/stream.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/stream.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/streamserver.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/streamserver.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/tcp.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/tcp.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/timer.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/timer.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/udp.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
copying uvloop/handles/udp.pyx -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/handles
creating build/lib.macosx-12.3-arm64-cpython-312/uvloop/includes
copying uvloop/includes/__init__.py -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/includes
copying uvloop/includes/consts.pxi -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/includes
copying uvloop/includes/debug.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/includes
copying uvloop/includes/flowcontrol.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/includes
copying uvloop/includes/python.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/includes
copying uvloop/includes/stdlib.pxi -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/includes
copying uvloop/includes/system.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/includes
copying uvloop/includes/uv.pxd -> build/lib.macosx-12.3-arm64-cpython-312/uvloop/includes
running build_ext
building 'uvloop.loop' extension
creating build/temp.macosx-12.3-arm64-cpython-312/uvloop
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.12 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -I/opt/pkg/include/python3.12 -c uvloop/loop.c -o build/temp.macosx-12.3-arm64-cpython-312/uvloop/loop.o -O2
Error loading required libraries. If there is an ongoing installation please wait for it to complete. Otherwise reinstall. (dlopen(@rpath/libxcodebuildLoader.dylib, 0x0001): Library not loaded: /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
  Referenced from: <A3240D6D-3992-3DF1-A931-A4A52949CF7B> /System/Volumes/Data/Applications/Xcode-13.4.1.app/Contents/SharedFrameworks/DVTPortal.framework/Versions/A/DVTPortal
  Reason: tried: '/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file), '/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file, not in dyld cache), '/Library/Frameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file), '/System/Library/Frameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file, not in dyld cache))
clang: error: unable to locate xcodebuild, please make sure the path to the Xcode folder is set correctly!
clang: error: You can set the path to the Xcode folder using /usr/bin/xcode-select -switch
error: command '/Users/pbulk/build/devel/py-uvloop/work/.cwrapper/bin/clang' failed with exit code 71

ERROR Backend subprocess exited when trying to invoke build_wheel
*** Error code 1

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/devel/py-uvloop
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/devel/py-uvloop