Q: Is there a reason you're not yet using the warnings to help ensure accuracy?
.target(
...,
swiftSettings: [
.unsafeFlags([
"-Xfrontend", "-warn-concurrency",
"-Xfrontend", "-enable-actor-data-race-checks",
])
]
)
Perhaps it shouldn't be shipped that way, perhaps adding a new target just for development?
(Fantastic library, btw)