During the Xcode 27.0 Beta 1 baseline update, the iOS/tvOS 27 runtimes started exposing a few CoreImage barcode generator filters at runtime, but they are still undocumented and are not declared in CIFilterBuiltins.h on any platform.
Please re-check these in a later Xcode 27 beta to see if they become documented / appear in the binding status and should be bound:
CICodabarBarcodeGenerator
CICode39BarcodeGenerator
CIEAN13BarcodeGenerator
CIInterleaved2of5BarcodeGenerator
CISeimensStarGenerator
Context: these are currently skipped in tests/introspection/ApiCoreImageFiltersTest.cs in PR #25729.
During the Xcode 27.0 Beta 1 baseline update, the iOS/tvOS 27 runtimes started exposing a few CoreImage barcode generator filters at runtime, but they are still undocumented and are not declared in
CIFilterBuiltins.hon any platform.Please re-check these in a later Xcode 27 beta to see if they become documented / appear in the binding status and should be bound:
CICodabarBarcodeGeneratorCICode39BarcodeGeneratorCIEAN13BarcodeGeneratorCIInterleaved2of5BarcodeGeneratorCISeimensStarGeneratorContext: these are currently skipped in
tests/introspection/ApiCoreImageFiltersTest.csin PR #25729.