found a number of small errors
silkscreen is the yellow text, which is used to display values of resistors on the PCB, place, where parts should be placed etc. etc. anything about it is just cosmetical and can be safely ignored
[silk_over_copper]: Silkscreen clipped by solder mask
Some silkscreen is clipped by place around soldering pads to keep them clean and solderable, so it will look "ugly" = part of some text will be missed, unreadable, untidy - you may fix it by placing the text somewhere else, modify the text, or ignore it - it is just looks
[silk_overlap]: Silkscreen overlap - two or more silkscreen overlaps like crossing lines and text, both will be printed one over the other. No problem, but ugly
[nonmirrored_text_on_back_layer]: Non-Mirrored text on back layer - the text is placed back, and so it should be mirrored to be readable and to backwards. In the PCB editor you see the texts on the back side
through the PCB. If you use the Atl+3 3D viewer you can rotate the PCB to see it how it will look and when you look on the bottom side, this text would be backwards there. Which you usually do not want.
* I ran the Electrical Rules Checker" as gilhad recommended. Most of the output was weird warnings that I am unsure about. Here's a sample:
[lib_symbol_mismatch]: Symbol 'XYZxyz' doesn't match copy in library 'SOMELIB'
you changed the library and did not update this symbol or copied symbol from other project or something like that. Your actual symbol is used, but you may want to synchronise everything (well or not want)
[power_pin_not_driven]: Input Power pin not driven by any Output Power pins - use PWR_FLAG to mark something as powersource, you know, where your power cam from, KiCad just try to make sure, that you did not forget power anything - place the flag anywhere on +5V and anywhere on GND nets.
[pin_not_connected]: Pin not connected
I had one unused gate, so I tied the inputs to ground to avoid floating inputs and left the output unconnected. But apparently the rules checker doesn't like this. I then found the unconnected option in the toolbad and that seems to have fixed it
Yes, it makes sure, that you connected all you wanted to connect and marked unconnected thing explicitely as unconected.
------
Anyway all these checks are there for you to be informed, what KiCad "things" about it. You may ignore them and the PCB will be then made as you draw it.
These errors and warnings are there so you notice, that maybe there is something what "computer will do exactly as you told it, not as you intended it"