For some reason, this worked (and still works?) until now. Now Dlang's Buildkite build is broken:
tests/ut/pynih/python/object_.d(231,28): Error: constructor `autowrap.pynih.python.object_.PythonObject.this` of type `ref PythonObject(_object* obj)` is not accessible from module `object_`
tests/ut/pynih/python/object_.d(294,28): Error: constructor `autowrap.pynih.python.object_.PythonObject.this` of type `ref PythonObject(_object* obj)` is not accessible from module `object_`
tests/ut/pynih/python/object_.d(360,28): Error: constructor `autowrap.pynih.python.object_.PythonObject.this` of type `ref PythonObject(_object* obj)` is not accessible from module `object_`
tests/ut/pynih/python/object_.d(510,29): Error: constructor `autowrap.pynih.python.object_.PythonObject.this` of type `ref PythonObject(_object* obj)` is not accessible from module `object_`
tests/ut/pynih/python/object_.d(511,29): Error: constructor `autowrap.pynih.python.object_.PythonObject.this` of type `ref PythonObject(_object* obj)` is not accessible from module `object_`
tests/ut/pynih/python/object_.d(512,29): Error: constructor `autowrap.pynih.python.object_.PythonObject.this` of type `ref PythonObject(_object* obj)` is not accessible from module `object_`
tests/ut/pynih/python/object_.d(517,33): Error: constructor `autowrap.pynih.python.object_.PythonObject.this` of type `ref PythonObject(_object* obj)` is not accessible from module `object_`
Error /buildkite/builds/b29a64f5a6d6-1/dlang/ci/buildkite-ci-build/distribution/bin/dmd failed with exit code 1.
🚨 Error: The command exited with status 2
user command error: exit status 2
For some reason, this worked (and still works?) until now. Now Dlang's Buildkite build is broken: