To resolve tuist/tuist#6133, we need to be aware of the platform of an XCFramework. Tuist uses XcodeGraph to detect it.
However, the XCFrameworkInfoPlist currently defined the platform, but this enum is complete, and not being used yet.
/// It represents the library's platform.
public enum Platform: String, Hashable, Codable {
case ios
}