mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Reference counting is not compatible. Fixes a runtime crash if a C++ reference type is put into an Array. https://github.com/swiftlang/swift/issues/83082 rdar://155919841