confirmationOutOfRange(actual:expected:)

    An issue due to a confirmation being confirmed the wrong number of times.

    Issue.swift:55

    This declaration is gated by at least one @_spi attribute.

    indirect case confirmationOutOfRange(actual: Int, expected: any Confirmation.ExpectedCount)

    Parameters

    actual

    The number of times confirm(count:) was actually called.

    expected

    The expected number of times confirm(count:) should have been called.

    This issue can occur when calling confirmation(_:expectedCount:isolation:sourceLocation:_:) when the confirmation passed to these functions’ body closures is confirmed too few or too many times.

    Other cases