when(platforms:)

Creates a target dependency condition.

Target.swift:1372

This declaration was obsoleted in SwiftPM 5.7: using .when with nil platforms is obsolete

static func when(platforms: [Platform]? = nil) -> TargetDependencyCondition

Parameters

platforms

The applicable platforms for this target dependency condition.