# Shipping Binary Frameworks With Swift 5.0

DevFeed: [Shipping Binary Frameworks With Swift 5.0](<https://devfeed.tech/articles/shipping-binary-frameworks-with-swift-5-0-15851.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/shipping-binary-frameworks-with-swift-5-0>)

Author: Chris Williams

Published: 2019-05-31T09:00:00Z

Content type: tutorial

Language: en

Sources: [Square Corner Blog RSS Feed](<https://devfeed.tech/sources/square-corner-blog-rss-feed.md>)

Topics: [Swift](<https://devfeed.tech/topics/swift.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Objective-C](<https://devfeed.tech/topics/objective-c.md>), [Xcode](<https://devfeed.tech/topics/xcode.md>)

Tags: [binaries](<https://devfeed.tech/tags/binaries.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [bridging](<https://devfeed.tech/tags/bridging.md>), [compatibility](<https://devfeed.tech/tags/compatibility.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [objective-c](<https://devfeed.tech/tags/objective-c.md>), [swift](<https://devfeed.tech/tags/swift.md>), [toolchains](<https://devfeed.tech/tags/toolchains.md>), [xcode](<https://devfeed.tech/tags/xcode.md>)

## AI overview

This tutorial explains how to ship binary frameworks with Swift 5.0. It covers ABI stability, the future role of module stability, and using Objective-C bridging to provide a more stable interface across Swift toolchain versions.

## Source excerpt

How to get a binary framework shipped with Swift 5.0