===> Building for py310-ujson-5.10.0 * 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.10/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.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD 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_ext building 'ujson' extension creating build/temp.macosx-12.3-arm64-cpython-310/deps/double-conversion/double-conversion creating build/temp.macosx-12.3-arm64-cpython-310/lib creating build/temp.macosx-12.3-arm64-cpython-310/python clang++ -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I./python -I./lib -I./deps/double-conversion/double-conversion -I/opt/pkg/include/python3.10 -c ./deps/double-conversion/double-conversion/bignum-dtoa.cc -o build/temp.macosx-12.3-arm64-cpython-310/deps/double-conversion/double-conversion/bignum-dtoa.o -D_GNU_SOURCE clang++ -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I./python -I./lib -I./deps/double-conversion/double-conversion -I/opt/pkg/include/python3.10 -c ./deps/double-conversion/double-conversion/bignum.cc -o build/temp.macosx-12.3-arm64-cpython-310/deps/double-conversion/double-conversion/bignum.o -D_GNU_SOURCE clang++ -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I./python -I./lib -I./deps/double-conversion/double-conversion -I/opt/pkg/include/python3.10 -c ./deps/double-conversion/double-conversion/cached-powers.cc -o build/temp.macosx-12.3-arm64-cpython-310/deps/double-conversion/double-conversion/cached-powers.o -D_GNU_SOURCE clang++ -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I./python -I./lib -I./deps/double-conversion/double-conversion -I/opt/pkg/include/python3.10 -c ./deps/double-conversion/double-conversion/double-to-string.cc -o build/temp.macosx-12.3-arm64-cpython-310/deps/double-conversion/double-conversion/double-to-string.o -D_GNU_SOURCE clang++ -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I./python -I./lib -I./deps/double-conversion/double-conversion -I/opt/pkg/include/python3.10 -c ./deps/double-conversion/double-conversion/fast-dtoa.cc -o build/temp.macosx-12.3-arm64-cpython-310/deps/double-conversion/double-conversion/fast-dtoa.o -D_GNU_SOURCE clang++ -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I./python -I./lib -I./deps/double-conversion/double-conversion -I/opt/pkg/include/python3.10 -c ./deps/double-conversion/double-conversion/fixed-dtoa.cc -o build/temp.macosx-12.3-arm64-cpython-310/deps/double-conversion/double-conversion/fixed-dtoa.o -D_GNU_SOURCE clang++ -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I./python -I./lib -I./deps/double-conversion/double-conversion -I/opt/pkg/include/python3.10 -c ./deps/double-conversion/double-conversion/string-to-double.cc -o build/temp.macosx-12.3-arm64-cpython-310/deps/double-conversion/double-conversion/string-to-double.o -D_GNU_SOURCE clang++ -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I./python -I./lib -I./deps/double-conversion/double-conversion -I/opt/pkg/include/python3.10 -c ./deps/double-conversion/double-conversion/strtod.cc -o build/temp.macosx-12.3-arm64-cpython-310/deps/double-conversion/double-conversion/strtod.o -D_GNU_SOURCE clang++ -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I./python -I./lib -I./deps/double-conversion/double-conversion -I/opt/pkg/include/python3.10 -c ./lib/dconv_wrapper.cc -o build/temp.macosx-12.3-arm64-cpython-310/lib/dconv_wrapper.o -D_GNU_SOURCE clang -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I./python -I./lib -I./deps/double-conversion/double-conversion -I/opt/pkg/include/python3.10 -c ./lib/ultrajsondec.c -o build/temp.macosx-12.3-arm64-cpython-310/lib/ultrajsondec.o -D_GNU_SOURCE ./lib/ultrajsondec.c:69:65: warning: 'fastcall' calling convention is not supported for this target [-Wignored-attributes] static JSOBJ FASTCALL_MSVC decode_any( struct DecoderState *ds) FASTCALL_ATTR; ^ ./lib/ultrajson.h:109:46: note: expanded from macro 'FASTCALL_ATTR' #define FASTCALL_ATTR __attribute__((fastcall)) ^ ./lib/ultrajsondec.c:79:8: warning: 'fastcall' calling convention is not supported for this target [-Wignored-attributes] static FASTCALL_ATTR JSOBJ FASTCALL_MSVC decodeDouble(struct DecoderState *ds) ^ ./lib/ultrajson.h:109:46: note: expanded from macro 'FASTCALL_ATTR' #define FASTCALL_ATTR __attribute__((fastcall)) ^ ./lib/ultrajsondec.c:91:8: warning: 'fastcall' calling convention is not supported for this target [-Wignored-attributes] static FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_numeric (struct DecoderState *ds) ^ ./lib/ultrajson.h:109:46: note: expanded from macro 'FASTCALL_ATTR' #define FASTCALL_ATTR __attribute__((fastcall)) ^ ./lib/ultrajsondec.c:249:8: warning: 'fastcall' calling convention is not supported for this target [-Wignored-attributes] static FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_true ( struct DecoderState *ds) ^ ./lib/ultrajson.h:109:46: note: expanded from macro 'FASTCALL_ATTR' #define FASTCALL_ATTR __attribute__((fastcall)) ^ ./lib/ultrajsondec.c:269:8: warning: 'fastcall' calling convention is not supported for this target [-Wignored-attributes] static FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_false ( struct DecoderState *ds) ^ ./lib/ultrajson.h:109:46: note: expanded from macro 'FASTCALL_ATTR' #define FASTCALL_ATTR __attribute__((fastcall)) ^ ./lib/ultrajsondec.c:291:8: warning: 'fastcall' calling convention is not supported for this target [-Wignored-attributes] static FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_null ( struct DecoderState *ds) ^ ./lib/ultrajson.h:109:46: note: expanded from macro 'FASTCALL_ATTR' #define FASTCALL_ATTR __attribute__((fastcall)) ^ ./lib/ultrajsondec.c:311:8: warning: 'fastcall' calling convention is not supported for this target [-Wignored-attributes] static FASTCALL_ATTR void FASTCALL_MSVC SkipWhitespace(struct DecoderState *ds) ^ ./lib/ultrajson.h:109:46: note: expanded from macro 'FASTCALL_ATTR' #define FASTCALL_ATTR __attribute__((fastcall)) ^ ./lib/ultrajsondec.c:362:8: warning: 'fastcall' calling convention is not supported for this target [-Wignored-attributes] static FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_string ( struct DecoderState *ds) ^ ./lib/ultrajson.h:109:46: note: expanded from macro 'FASTCALL_ATTR' #define FASTCALL_ATTR __attribute__((fastcall)) ^ ./lib/ultrajsondec.c:589:8: warning: 'fastcall' calling convention is not supported for this target [-Wignored-attributes] static FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_array(struct DecoderState *ds) ^ ./lib/ultrajson.h:109:46: note: expanded from macro 'FASTCALL_ATTR' #define FASTCALL_ATTR __attribute__((fastcall)) ^ ./lib/ultrajsondec.c:653:8: warning: 'fastcall' calling convention is not supported for this target [-Wignored-attributes] static FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_object( struct DecoderState *ds) ^ ./lib/ultrajson.h:109:46: note: expanded from macro 'FASTCALL_ATTR' #define FASTCALL_ATTR __attribute__((fastcall)) ^ ./lib/ultrajsondec.c:747:8: warning: 'fastcall' calling convention is not supported for this target [-Wignored-attributes] static FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_any(struct DecoderState *ds) ^ ./lib/ultrajson.h:109:46: note: expanded from macro 'FASTCALL_ATTR' #define FASTCALL_ATTR __attribute__((fastcall)) ^ 11 warnings generated. clang -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I./python -I./lib -I./deps/double-conversion/double-conversion -I/opt/pkg/include/python3.10 -c ./lib/ultrajsonenc.c -o build/temp.macosx-12.3-arm64-cpython-310/lib/ultrajsonenc.o -D_GNU_SOURCE ./lib/ultrajsonenc.c:183:8: warning: 'fastcall' calling convention is not supported for this target [-Wignored-attributes] static FASTCALL_ATTR INLINE_PREFIX void FASTCALL_MSVC Buffer_AppendShortHexUnchecked (char *outputOffset, unsigned short value) ^ ./lib/ultrajson.h:109:46: note: expanded from macro 'FASTCALL_ATTR' #define FASTCALL_ATTR __attribute__((fastcall)) ^ ./lib/ultrajsonenc.c:542:8: warning: 'fastcall' calling convention is not supported for this target [-Wignored-attributes] static FASTCALL_ATTR INLINE_PREFIX void FASTCALL_MSVC Buffer_AppendCharUnchecked(JSONObjectEncoder *enc, char chr) ^ ./lib/ultrajson.h:109:46: note: expanded from macro 'FASTCALL_ATTR' #define FASTCALL_ATTR __attribute__((fastcall)) ^ ./lib/ultrajsonenc.c:564:8: warning: 'fastcall' calling convention is not supported for this target [-Wignored-attributes] static FASTCALL_ATTR INLINE_PREFIX void FASTCALL_MSVC strreverse(char* begin, char* end) ^ ./lib/ultrajson.h:109:46: note: expanded from macro 'FASTCALL_ATTR' #define FASTCALL_ATTR __attribute__((fastcall)) ^ 3 warnings generated. clang -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I./python -I./lib -I./deps/double-conversion/double-conversion -I/opt/pkg/include/python3.10 -c ./python/JSONtoObj.c -o build/temp.macosx-12.3-arm64-cpython-310/python/JSONtoObj.o -D_GNU_SOURCE clang -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I./python -I./lib -I./deps/double-conversion/double-conversion -I/opt/pkg/include/python3.10 -c ./python/objToJSON.c -o build/temp.macosx-12.3-arm64-cpython-310/python/objToJSON.o -D_GNU_SOURCE ./python/objToJSON.c:129:11: warning: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] char *data = PyUnicode_AsUTF8AndSize(obj, &len); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. clang -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I./python -I./lib -I./deps/double-conversion/double-conversion -I/opt/pkg/include/python3.10 -c ./python/ujson.c -o build/temp.macosx-12.3-arm64-cpython-310/python/ujson.o -D_GNU_SOURCE creating build/lib.macosx-12.3-arm64-cpython-310 clang++ -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -bundle -undefined dynamic_lookup -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include build/temp.macosx-12.3-arm64-cpython-310/deps/double-conversion/double-conversion/bignum-dtoa.o build/temp.macosx-12.3-arm64-cpython-310/deps/double-conversion/double-conversion/bignum.o build/temp.macosx-12.3-arm64-cpython-310/deps/double-conversion/double-conversion/cached-powers.o build/temp.macosx-12.3-arm64-cpython-310/deps/double-conversion/double-conversion/double-to-string.o build/temp.macosx-12.3-arm64-cpython-310/deps/double-conversion/double-conversion/fast-dtoa.o build/temp.macosx-12.3-arm64-cpython-310/deps/double-conversion/double-conversion/fixed-dtoa.o build/temp.macosx-12.3-arm64-cpython-310/deps/double-conversion/double-conversion/string-to-double.o build/temp.macosx-12.3-arm64-cpython-310/deps/double-conversion/double-conversion/strtod.o build/temp.macosx-12.3-arm64-cpython-310/lib/dconv_wrapper.o build/temp.macosx-12.3-arm64-cpython-310/lib/ultrajsondec.o build/temp.macosx-12.3-arm64-cpython-310/lib/ultrajsonenc.o build/temp.macosx-12.3-arm64-cpython-310/python/JSONtoObj.o build/temp.macosx-12.3-arm64-cpython-310/python/objToJSON.o build/temp.macosx-12.3-arm64-cpython-310/python/ujson.o -L/opt/pkg/lib -o build/lib.macosx-12.3-arm64-cpython-310/ujson.so -lstdc++ -lm installing to build/bdist.macosx-12.3-arm64/wheel running install running install_lib creating build/bdist.macosx-12.3-arm64/wheel copying build/lib.macosx-12.3-arm64-cpython-310/ujson.so -> build/bdist.macosx-12.3-arm64/wheel/. running install_egg_info running egg_info writing ujson.egg-info/PKG-INFO writing dependency_links to ujson.egg-info/dependency_links.txt writing top-level names to ujson.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file 'ujson.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'ujson.egg-info/SOURCES.txt' Copying ujson.egg-info to build/bdist.macosx-12.3-arm64/wheel/./ujson-5.10.0-py3.10.egg-info running install_scripts creating build/bdist.macosx-12.3-arm64/wheel/ujson-5.10.0.dist-info/WHEEL creating '/Users/pbulk/build/textproc/py-ujson/work/ujson-5.10.0/dist/.tmp-fsrc_bu8/ujson-5.10.0-cp310-cp310-macosx_12_0_arm64.whl' and adding 'build/bdist.macosx-12.3-arm64/wheel' to it adding 'ujson.so' adding 'ujson-5.10.0.dist-info/licenses/LICENSE.txt' adding 'ujson-5.10.0.dist-info/METADATA' adding 'ujson-5.10.0.dist-info/WHEEL' adding 'ujson-5.10.0.dist-info/top_level.txt' adding 'ujson-5.10.0.dist-info/RECORD' removing build/bdist.macosx-12.3-arm64/wheel Successfully built ujson-5.10.0-cp310-cp310-macosx_12_0_arm64.whl