dongjoon-hyun commented on PR #151:
URL: https://github.com/apache/arrow-swift/pull/151#issuecomment-4094518905

   For the record, Swift 6.2 is not supported yet eue to the 
`-warnings-as-errors` option,.
   ```
     /build/source/Sources/Arrow/ArrowCExporter.swift:48:53: error: 
'utf8String' is deprecated: On platforms without Objective-C autorelease pools, 
use withCString instead [#DeprecatedDeclaration]
      46 |             self.name = name
      47 |             self.arrowTypeName = try arrowType.cDataFormatId
      48 |             self.nameCstr = (self.name as NSString).utf8String!
         |                                                     `- error: 
'utf8String' is deprecated: On platforms without Objective-C autorelease pools, 
use withCString instead [#DeprecatedDeclaration]
      49 |             self.arrowTypeNameCstr = (self.arrowTypeName as 
NSString).utf8String!
      50 |             super.init()
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to