Files
codeql/swift/ql/lib/change-notes/2025-10-22-swift-6.2-class-changes.md
2025-10-27 10:54:39 +01:00

345 B

category
category
breaking
  • The OpenedArchetypeType class has been renamed as ExistentialArchetypeType.
  • The OtherAvailabilitySpec class has been removed. Use AvailabilitySpec::isWildcard instead.
  • The PlatformVersionAvailabilitySpec has been removed. Use AvailabilitySpec::getPlatform and AvailabilitySpec::getVersion instead.