The term “isolation domain” is used to refer to an independent unit of isolation in Data Race Safety. [Swift 6 Concurrency Migration Guide](https://www.swift.org/migration/documentation/swift-6-concurrency-migration-guide/dataracesafety#Isolation-Domains) However, it seems that the term “concurrency domain” is used for the same concept in The Swift Programming Language (TSPL). [The Swift Programming Language - Concurrency](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/concurrency/#Sendable-Types) If they refer to the same concept, which term is correct? If these terms are different, what is the difference between them?