github.com/place-labs/crystal-etcd
1.3.0 / published Aug 19, 2025 / repository
etcd client for crystal lang
Documentation could not be built
Build failed
The documentation build for this version ran and did not produce anything usable. That is usually a shard that does not compile against the Crystal version it declared.
What the builder reported
docs-build: crystal docs exited 62
crystal docs said:
no-egress: verified in-process as uid 1000, ip and vsock sockets denied, io_uring denied, no_new_privs set
Crystal built without LibXML2 support, HTML sanitization will be skipped
Showing last frame. Use --error-trace for full trace.
There was a problem expanding macro 'getter'
Code in src/etcd/model/cluster.cr:15:5
15 | getter id : UInt64
^
Called macro defined in /usr/share/crystal/src/object/properties.cr:11:3
11 | macro getter(*names, &block)
Which expanded to:
4 |
5 |
> 6 | @id : UInt64
^--
Error: instance variable '@id' of Etcd::Model::Member was not initialized directly in all of the 'initialize' methods, rendering it nilable. Indirect initialization is not supported.