We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4f1b83 + fd468d0 commit 3f69d6bCopy full SHA for 3f69d6b
stdlib/public/core/StringStorage.swift
@@ -485,8 +485,8 @@ extension __StringStorage {
485
486
// Check that capacity end matches our notion of unused storage, and also
487
// checks that breadcrumbs were dutifully aligned.
488
- _internalInvariant(UnsafeMutablePointer<UInt8>(_realCapacityEnd)
489
- == unusedStorage.baseAddress! + (unusedStorage.count + 1))
+ // _internalInvariant(UnsafeMutablePointer<UInt8>(_realCapacityEnd)
+ // == unusedStorage.baseAddress! + (unusedStorage.count + 1))
490
}
491
#endif // INTERNAL_CHECKS_ENABLED
492
0 commit comments