Dependency management in Xcode 11
Boris Bielik
@h3sperian
Dependency management in Xcode 11
• Swift Package
• .xcframework
• Recap
Swift Package Manager
Swift Package Manager
https://swift.org/package-manager/
Swift Package
•Open-source code only
•Platform independent
•Can be sourced locally or remotely (Github, Bitbucket, Gitlab)
•Output: Library or executable
Swift Package
• Package is defined by Package.swift manifest
• Contains source files, tests, README
• No build phases
• Currently cannot contain assets / bundles
Swift PM
Bundle and Resources
https://forums.swift.org/t/swift-pm-bundles-and-resources/13981/26
Package.swift Manifest
Publishing Swift Package
•tag based release in Github/Gitlab/Bitbucket
•follows semantic versioning - semver.org
•handle platform specific code with #if canImport()
compiler directive
•use @available() to handle platform specific versions
Integration of Swift Package
Swift Package Integration in Xcode 11
Choose Swift Package
Choose Swift Package version
Choose Your Target(s)
Swift Package Dependency
μFrameworks
Editing packages
Dependency management in Xcode 11
Binary frameworks
Current state
fat framework framework Strip frameworkIntegrator
x
Binary frameworks
.xcframework
Binary framework
Multi-platform support
iOS macOs
tvOS
watchOS
iPadOS
Integration in Xcode 11
.xcframework
Integrator
How to create
binary frameworks
1. Build libraries for distribution
BUILD_LIBRARY_FOR_DISTRIBUTION=YES
2. Don’t skip installing the module
SKIP_INSTALL=NO
How to create
binary frameworks
How to create
binary frameworks
How to create
binary frameworks
How to create
binary frameworks
Binary framework
ABI Stability
since Swift 5.0
https://swift.org/blog/abi-stability-and-more/
“ABI stability is about mixing versions of Swift at run time”
Module Stability
since Swift 5.1
“Module stability is about mixing versions of Swift at compile time.”
Boris Bielik
Swift Module Interface
Swift Module Interface
Binary Distribution in Swift
Package Manager
• Currently not supported in Swift Package Manager

• Discussion thread: https://forums.swift.org/t/spm-support-for-binaries-
distribution/25549/19
Carthage supports .xcframeworks
https://github.com/Carthage/Carthage/pull/2801
CocoaPods?
https://github.com/CocoaPods/CocoaPods/issues/8892
What’s the difference
open-source
platform independent
closed-source
requires Xcode
Swift Package .xcframework
Dependency management in
Xcode 11
Dependency management in
Xcode 11
Dependency management in
Xcode 11
Dependency management in
Xcode 11
= =
Recap
•Xcode 11 brings native dependency management
•Swift Packages are first class citizens in Xcode IDE
•.xcframeworks are bundling multi-platform close-
sourced binaries
•3rd party dependency managers are still necessary
Sample project
Trailer
thanks.
Q & A
Links & materials
Adopting Swift Packages in Xcode (WWDC 2019)
Creating Swift Packages (WWDC 2019)
Binary frameworks (WWDC 2019)
Swift Package Manager
Thread: Support for binaries distribution
Micro Features Architecture for iOS

More Related Content

PPTX
VI package manager
PDF
OSGi and Java 9+ - BJ Hargrave (IBM)
PDF
Remote Management and Monitoring of Distributed OSGi Applications - Tim Verbe...
PPTX
PPTX
Clang compiler `
PDF
OSGi with Docker - a powerful way to develop Java systems - Udo Hafermann (So...
PPTX
Tools for Managing your LabVIEW Source Code
VI package manager
OSGi and Java 9+ - BJ Hargrave (IBM)
Remote Management and Monitoring of Distributed OSGi Applications - Tim Verbe...
Clang compiler `
OSGi with Docker - a powerful way to develop Java systems - Udo Hafermann (So...
Tools for Managing your LabVIEW Source Code

What's hot (17)

PPTX
The DevOps Hero Toolkit: Nexus, Jenkins and Docker
PPTX
.Net Standard 2.0
PPT
Openshot
DOC
Video streaming software
PPTX
Meetup - Automate your project lifecycle using MuleSoft and Azure DevOps
PDF
NI Package Manager
PDF
Cross Platform Malware
PDF
The Latest Status of CE Workgroup Shared Embedded Linux Distribution Project
PPTX
4 Outcomes of an Advanced Repo Manager Strategy
PDF
Code Management and Promotion (DDT) - Jason Cornell - ManageIQ Design Summit ...
PPTX
Swift @ IBM
PPTX
Mumbai MuleSoft Meetup #15
PDF
White Paper: Concepts and Benefits of Repository Management
PPTX
Microsoft .Net Technology
PPTX
Microsoft .Net Framework
PDF
TYPO3 CMS Release Cycles after 6.2 LTS (Draft)
PDF
Liferay plugin customization to change the behavior in portal
The DevOps Hero Toolkit: Nexus, Jenkins and Docker
.Net Standard 2.0
Openshot
Video streaming software
Meetup - Automate your project lifecycle using MuleSoft and Azure DevOps
NI Package Manager
Cross Platform Malware
The Latest Status of CE Workgroup Shared Embedded Linux Distribution Project
4 Outcomes of an Advanced Repo Manager Strategy
Code Management and Promotion (DDT) - Jason Cornell - ManageIQ Design Summit ...
Swift @ IBM
Mumbai MuleSoft Meetup #15
White Paper: Concepts and Benefits of Repository Management
Microsoft .Net Technology
Microsoft .Net Framework
TYPO3 CMS Release Cycles after 6.2 LTS (Draft)
Liferay plugin customization to change the behavior in portal
Ad

Similar to Dependency management in Xcode 11 (20)

PPTX
CICD with SharePoint SPFx A useful overview
PPTX
Symfony under control. Continuous Integration and Automated Deployments in Sy...
PPTX
Symfony Under Control by Maxim Romanovsky
PDF
Honza Dvorský: Swift Package Manager
PPTX
Visual Studio Code for Java and Spring Developers
PDF
Command Line Tool in swift
PPTX
PHP Dependency Management with Composer
PDF
Poky meets Debian: Understanding how to make an embedded Linux by using an ex...
PDF
Dependent things dependency management for apple sw - slideshare
PDF
Enterprise OSGi at eBay
PPTX
runC – Open Container Initiative
PDF
Composing Project Dependencies
PDF
Swift Buildpack for Cloud Foundry
PDF
Docker based-Pipelines with Codefresh
PPTX
Complete Maven full required introduction.pptx
PPTX
Spring Projects Infrastructure
PPTX
Spring Projects Infrastructure
PPTX
Custom Buildpacks and Data Services
PPTX
WordPress Under Control (Boston WP Meetup)
PPTX
CT Software Developers Meetup: Using Docker and Vagrant Within A GitHub Pull ...
CICD with SharePoint SPFx A useful overview
Symfony under control. Continuous Integration and Automated Deployments in Sy...
Symfony Under Control by Maxim Romanovsky
Honza Dvorský: Swift Package Manager
Visual Studio Code for Java and Spring Developers
Command Line Tool in swift
PHP Dependency Management with Composer
Poky meets Debian: Understanding how to make an embedded Linux by using an ex...
Dependent things dependency management for apple sw - slideshare
Enterprise OSGi at eBay
runC – Open Container Initiative
Composing Project Dependencies
Swift Buildpack for Cloud Foundry
Docker based-Pipelines with Codefresh
Complete Maven full required introduction.pptx
Spring Projects Infrastructure
Spring Projects Infrastructure
Custom Buildpacks and Data Services
WordPress Under Control (Boston WP Meetup)
CT Software Developers Meetup: Using Docker and Vagrant Within A GitHub Pull ...
Ad

Recently uploaded (20)

PPT
Module 1.ppt Iot fundamentals and Architecture
PPTX
Web Crawler for Trend Tracking Gen Z Insights.pptx
PPTX
Chapter 5: Probability Theory and Statistics
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
CloudStack 4.21: First Look Webinar slides
PDF
Five Habits of High-Impact Board Members
PDF
A Late Bloomer's Guide to GenAI: Ethics, Bias, and Effective Prompting - Boha...
PPTX
Tartificialntelligence_presentation.pptx
PDF
STKI Israel Market Study 2025 version august
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PPTX
The various Industrial Revolutions .pptx
PPTX
observCloud-Native Containerability and monitoring.pptx
PPTX
O2C Customer Invoices to Receipt V15A.pptx
PDF
sustainability-14-14877-v2.pddhzftheheeeee
PDF
Unlock new opportunities with location data.pdf
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
Assigned Numbers - 2025 - Bluetooth® Document
Module 1.ppt Iot fundamentals and Architecture
Web Crawler for Trend Tracking Gen Z Insights.pptx
Chapter 5: Probability Theory and Statistics
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
WOOl fibre morphology and structure.pdf for textiles
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
CloudStack 4.21: First Look Webinar slides
Five Habits of High-Impact Board Members
A Late Bloomer's Guide to GenAI: Ethics, Bias, and Effective Prompting - Boha...
Tartificialntelligence_presentation.pptx
STKI Israel Market Study 2025 version august
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
The various Industrial Revolutions .pptx
observCloud-Native Containerability and monitoring.pptx
O2C Customer Invoices to Receipt V15A.pptx
sustainability-14-14877-v2.pddhzftheheeeee
Unlock new opportunities with location data.pdf
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
Zenith AI: Advanced Artificial Intelligence
Assigned Numbers - 2025 - Bluetooth® Document

Dependency management in Xcode 11