# Wire Support For Swift, Part 1

DevFeed: [Wire Support For Swift, Part 1](<https://devfeed.tech/articles/wire-support-for-swift-part-1-20892.md>)

Original publisher: [Read original article](<https://code.cash.app/wire-support-for-swift-part-1>)

Author: Eric Firestone

Published: 2020-08-19T00:00:00Z

Content type: article

Language: en

Sources: [Jake Wharton](<https://devfeed.tech/sources/jake-wharton.md>)

Topics: [Swift](<https://devfeed.tech/topics/swift.md>), [Compiler](<https://devfeed.tech/topics/compiler.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [compiler](<https://devfeed.tech/tags/compiler.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [swift](<https://devfeed.tech/tags/swift.md>), [technical](<https://devfeed.tech/tags/technical.md>)

## AI overview

The article announces Swift support in Wire, a protocol buffer compiler that already generated Java and Kotlin code. It explains why Wire was created, how it simplifies generated APIs while remaining compatible with the protocol buffer wire format, and which Proto2 features it omits.

## Source excerpt

This post was published externally on Cash App Code Blog. Read it at https://code.cash.app/wire-support-for-swift-part-1.