参考文献/参照はいかなる意味においても機能しない

参考文献/参照はいかなる意味においても機能しない

これは私の前置きです。私は、pdflatex (fontspec などなし) で実行したり、私が知る限りドキュメントに適切に従ったり (そうではないことは明らかですが) など、いくつかのことを試しました。私は TeXworks と TexStudio を使用しました。

\documentclass[12pt]{article}
\usepackage[a4paper]{geometry}
\usepackage{fontspec}
\linespread{1.5}
\setmainfont{Times New Roman}
\usepackage{siunitx}
\title{a title}
\author{a name}
\newpage
\setcounter{page}{1}
\bibliography{essay}
\bibliographystyle{apalike}
\begin{document}

これはコンパイルしようとしたときのログです

Missing \begin{document}. \begin{thebibliography}{}
Missing \begin{document}. \begin{thebibliography}{}
Empty `thebibliography' environment
Citation `Pyne05' on page 2 undefined
Citation `loturco15' on page 2 undefined
Citation `till15' on page 2 undefined
Citation `Haguenauer05' on page 2 undefined
Citation `baptista16' on page 2 undefined
Citation `atkinson98' on page 2 undefined
Citation `atkinson98' on page 2 undefined
Citation `safrit' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `leard' on page 2 undefined
Citation `comyns23' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `klavora' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `leard' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `leard' on page 2 undefined
Citation `comyns23' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `leard' on page 2 undefined
Citation `comyns23' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `comyns23' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `leard' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `comyns23' on page 2 undefined
Citation `leard' on page 2 undefined
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 10000) in paragraph
There were undefined references.

何が問題なのかどこから始めたらいいのか全くわかりません。いくつかのトラブルシューティング記事を見ても、自分で気づくほど明らかなものは何も見つかりません。

関連情報