===> Building for py311-cbor2-5.6.5nb1
* Building wheel...
WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section'
Traceback (most recent call last):
  File "/opt/pkg/lib/python3.11/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject
    section = defn.get("tool", {})[tool_name]
              ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
KeyError: 'setuptools_scm'
/opt/pkg/lib/python3.11/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.11/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 :: MIT License

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

!!
  dist._finalize_license_expression()
/opt/pkg/lib/python3.11/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 :: 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-311/cbor2
copying cbor2/__init__.py -> build/lib.macosx-12.3-arm64-cpython-311/cbor2
copying cbor2/_decoder.py -> build/lib.macosx-12.3-arm64-cpython-311/cbor2
copying cbor2/_encoder.py -> build/lib.macosx-12.3-arm64-cpython-311/cbor2
copying cbor2/_types.py -> build/lib.macosx-12.3-arm64-cpython-311/cbor2
copying cbor2/decoder.py -> build/lib.macosx-12.3-arm64-cpython-311/cbor2
copying cbor2/encoder.py -> build/lib.macosx-12.3-arm64-cpython-311/cbor2
copying cbor2/tool.py -> build/lib.macosx-12.3-arm64-cpython-311/cbor2
copying cbor2/types.py -> build/lib.macosx-12.3-arm64-cpython-311/cbor2
running egg_info
writing cbor2.egg-info/PKG-INFO
writing dependency_links to cbor2.egg-info/dependency_links.txt
writing entry points to cbor2.egg-info/entry_points.txt
writing requirements to cbor2.egg-info/requires.txt
writing top-level names to cbor2.egg-info/top_level.txt
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
reading manifest file 'cbor2.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'cbor2.egg-info/SOURCES.txt'
copying cbor2/py.typed -> build/lib.macosx-12.3-arm64-cpython-311/cbor2
running build_ext
building '_cbor2' extension
creating build/temp.macosx-12.3-arm64-cpython-311/source
clang -pipe -Os -I/opt/pkg/include/python3.11 -I/opt/pkg/include -I/opt/pkg/include/python3.11 -I/opt/pkg/include -I/opt/pkg/include/python3.11 -c source/decoder.c -o build/temp.macosx-12.3-arm64-cpython-311/source/decoder.o -std=c99 -D_GNU_SOURCE
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
warning: build_ext: building extension "_cbor2" failed: command '/Users/pbulk/build/devel/py-cbor2/work/.cwrapper/bin/clang' failed with exit code 71

installing to build/bdist.macosx-12.3-arm64/wheel
running install
running install_lib
creating build/bdist.macosx-12.3-arm64/wheel
creating build/bdist.macosx-12.3-arm64/wheel/cbor2
copying build/lib.macosx-12.3-arm64-cpython-311/cbor2/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./cbor2
copying build/lib.macosx-12.3-arm64-cpython-311/cbor2/_decoder.py -> build/bdist.macosx-12.3-arm64/wheel/./cbor2
copying build/lib.macosx-12.3-arm64-cpython-311/cbor2/_encoder.py -> build/bdist.macosx-12.3-arm64/wheel/./cbor2
copying build/lib.macosx-12.3-arm64-cpython-311/cbor2/_types.py -> build/bdist.macosx-12.3-arm64/wheel/./cbor2
copying build/lib.macosx-12.3-arm64-cpython-311/cbor2/decoder.py -> build/bdist.macosx-12.3-arm64/wheel/./cbor2
copying build/lib.macosx-12.3-arm64-cpython-311/cbor2/encoder.py -> build/bdist.macosx-12.3-arm64/wheel/./cbor2
copying build/lib.macosx-12.3-arm64-cpython-311/cbor2/py.typed -> build/bdist.macosx-12.3-arm64/wheel/./cbor2
copying build/lib.macosx-12.3-arm64-cpython-311/cbor2/tool.py -> build/bdist.macosx-12.3-arm64/wheel/./cbor2
copying build/lib.macosx-12.3-arm64-cpython-311/cbor2/types.py -> build/bdist.macosx-12.3-arm64/wheel/./cbor2
running install_egg_info
Copying cbor2.egg-info to build/bdist.macosx-12.3-arm64/wheel/./cbor2-5.6.5-py3.11.egg-info
running install_scripts
creating build/bdist.macosx-12.3-arm64/wheel/cbor2-5.6.5.dist-info/WHEEL
creating '/Users/pbulk/build/devel/py-cbor2/work/cbor2-5.6.5/dist/.tmp-6ck6n1m3/cbor2-5.6.5-cp311-cp311-macosx_12_0_arm64.whl' and adding 'build/bdist.macosx-12.3-arm64/wheel' to it
adding 'cbor2/__init__.py'
adding 'cbor2/_decoder.py'
adding 'cbor2/_encoder.py'
adding 'cbor2/_types.py'
adding 'cbor2/decoder.py'
adding 'cbor2/encoder.py'
adding 'cbor2/py.typed'
adding 'cbor2/tool.py'
adding 'cbor2/types.py'
adding 'cbor2-5.6.5.dist-info/licenses/LICENSE.txt'
adding 'cbor2-5.6.5.dist-info/METADATA'
adding 'cbor2-5.6.5.dist-info/WHEEL'
adding 'cbor2-5.6.5.dist-info/entry_points.txt'
adding 'cbor2-5.6.5.dist-info/top_level.txt'
adding 'cbor2-5.6.5.dist-info/RECORD'
removing build/bdist.macosx-12.3-arm64/wheel
Successfully built cbor2-5.6.5-cp311-cp311-macosx_12_0_arm64.whl