I am using Elixir 1.17.3 with OTP 27.1
Compiling 5 files (.ex)
warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
│
14 │ Enum.with_index('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789./')
│ ~
│
└─ lib/pbkdf2/base64.ex:14:21
warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
│
6 │ @allowed_chars 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'
│ ~
│
└─ lib/pbkdf2/tools.ex:6:18