"No such module" error when trying to create module

Am running Xcode 16.1 on Sequoia and am getting "No such module" error.

Here are my steps:

  1. Create workspace in Xcode and name it AccessControl2
  2. Create Project named OrangeInc and add it to AccessControl2 group.
  3. Create blank playground named AccessControl and add it to AccessControl2 group

Error message in playground after I add "import OrangeInc" reads "No such module"

Have tried repeating this several times; get same error message.

"No such module" error when trying to create module
 
 
Q