Where did I screw up trying concurrency?

I tried making a concurrency-safe data queue. It was going well, until memory check tests crashed.

It's part of an unadvertised git project. Its location is:

https://github.com/CTMacUser/SynchronizedQueue/commit/84a476e8f719506cbd4cc6ef513313e4e489cae3

It's the blocked-off method "`memorySafetyReferenceTypes'" in "SynchronizedQueueTests.swift."

Note that the file and its tests were originally AI slop.

I can’t see your code. It seems that your SynchronizedQueue repo is not public.

% curl -f https://github.com/CTMacUser/SynchronizedQueue
curl: (56) The requested URL returned error: 404

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Where did I screw up trying concurrency?
 
 
Q