Avatar
@swift-5.10.1 @swift-6.0.3 @swift-6.1-dev -swift-version 6 func withSpan<T>( isolation: isolated (any Actor)? = #isolation, _ operation: () async throws -> T ) async rethrows -> T { try await operation() }