SwiftAvroCore icon indicating copy to clipboard operation
SwiftAvroCore copied to clipboard

An implementation of Apache Avro in Swift 5

Results 2 SwiftAvroCore issues
Sort by recently updated
recently updated
newest added

I am struggling to figure out how to deal with a situation when a schema type allows a nullable value. For example: ` {"name": "fieldName", "type": ["null", "double"]...}` In Swift...

Compile with Swift 5.9