SlideShare a Scribd company logo
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
DMC, Inc.
 
PDF
OSGi and Java 9+ - BJ Hargrave (IBM)
mfrancis
 
PDF
Remote Management and Monitoring of Distributed OSGi Applications - Tim Verbe...
mfrancis
 
PPTX
Drupal
eurosigdoc acm
 
PPTX
Clang compiler `
Rabin BK
 
PDF
OSGi with Docker - a powerful way to develop Java systems - Udo Hafermann (So...
mfrancis
 
PPTX
Tools for Managing your LabVIEW Source Code
DMC, Inc.
 
VI package manager
DMC, Inc.
 
OSGi and Java 9+ - BJ Hargrave (IBM)
mfrancis
 
Remote Management and Monitoring of Distributed OSGi Applications - Tim Verbe...
mfrancis
 
Clang compiler `
Rabin BK
 
OSGi with Docker - a powerful way to develop Java systems - Udo Hafermann (So...
mfrancis
 
Tools for Managing your LabVIEW Source Code
DMC, Inc.
 

What's hot (17)

PPTX
The DevOps Hero Toolkit: Nexus, Jenkins and Docker
SeniorStoryteller
 
PPTX
.Net Standard 2.0
Swaminathan Vetri
 
PPT
Openshot
eurosigdoc acm
 
DOC
Video streaming software
Videoguy
 
PPTX
Meetup - Automate your project lifecycle using MuleSoft and Azure DevOps
Renato de Oliveira
 
PDF
NI Package Manager
DMC, Inc.
 
PDF
Cross Platform Malware
Nikhith Tummalapalli
 
PDF
The Latest Status of CE Workgroup Shared Embedded Linux Distribution Project
Yoshitake Kobayashi
 
PPTX
4 Outcomes of an Advanced Repo Manager Strategy
Sonatype
 
PDF
Code Management and Promotion (DDT) - Jason Cornell - ManageIQ Design Summit ...
ManageIQ
 
PPTX
Swift @ IBM
Pushkar Kulkarni
 
PPTX
Mumbai MuleSoft Meetup #15
Akshata Sawant
 
PDF
White Paper: Concepts and Benefits of Repository Management
Sonatype
 
PPTX
Microsoft .Net Technology
vijayakumari kaliannan
 
PPTX
Microsoft .Net Framework
Rohit Rao
 
PDF
TYPO3 CMS Release Cycles after 6.2 LTS (Draft)
Ernesto Baschny
 
PDF
Liferay plugin customization to change the behavior in portal
Aegis Software Canada
 
The DevOps Hero Toolkit: Nexus, Jenkins and Docker
SeniorStoryteller
 
.Net Standard 2.0
Swaminathan Vetri
 
Openshot
eurosigdoc acm
 
Video streaming software
Videoguy
 
Meetup - Automate your project lifecycle using MuleSoft and Azure DevOps
Renato de Oliveira
 
NI Package Manager
DMC, Inc.
 
Cross Platform Malware
Nikhith Tummalapalli
 
The Latest Status of CE Workgroup Shared Embedded Linux Distribution Project
Yoshitake Kobayashi
 
4 Outcomes of an Advanced Repo Manager Strategy
Sonatype
 
Code Management and Promotion (DDT) - Jason Cornell - ManageIQ Design Summit ...
ManageIQ
 
Swift @ IBM
Pushkar Kulkarni
 
Mumbai MuleSoft Meetup #15
Akshata Sawant
 
White Paper: Concepts and Benefits of Repository Management
Sonatype
 
Microsoft .Net Technology
vijayakumari kaliannan
 
Microsoft .Net Framework
Rohit Rao
 
TYPO3 CMS Release Cycles after 6.2 LTS (Draft)
Ernesto Baschny
 
Liferay plugin customization to change the behavior in portal
Aegis Software Canada
 
Ad

Similar to Dependency management in Xcode 11 (20)

PPTX
CICD with SharePoint SPFx A useful overview
pdalian
 
PPTX
Symfony under control. Continuous Integration and Automated Deployments in Sy...
Max Romanovsky
 
PPTX
Symfony Under Control by Maxim Romanovsky
php-user-group-minsk
 
PDF
Honza Dvorský: Swift Package Manager
mdevtalk
 
PPTX
Visual Studio Code for Java and Spring Developers
Bruno Borges
 
PDF
Command Line Tool in swift
Yusuke Kita
 
PPTX
PHP Dependency Management with Composer
Adam Englander
 
PDF
Poky meets Debian: Understanding how to make an embedded Linux by using an ex...
Yoshitake Kobayashi
 
PDF
Dependent things dependency management for apple sw - slideshare
Cavelle Benjamin
 
PDF
Enterprise OSGi at eBay
Tony Ng
 
PPTX
runC – Open Container Initiative
Jeeva Chelladhurai
 
PDF
Composing Project Dependencies
Derek Gallo
 
PDF
Swift Buildpack for Cloud Foundry
Robert Gogolok
 
PDF
Docker based-Pipelines with Codefresh
Codefresh
 
PPTX
Complete Maven full required introduction.pptx
sushan1624
 
PPTX
Spring Projects Infrastructure
Roy Clarkson
 
PPTX
Spring Projects Infrastructure
Gunnar Hillert
 
PPTX
Custom Buildpacks and Data Services
Tom Kranz
 
PPTX
WordPress Under Control (Boston WP Meetup)
Matt Bernhardt
 
PPTX
CT Software Developers Meetup: Using Docker and Vagrant Within A GitHub Pull ...
E. Camden Fisher
 
CICD with SharePoint SPFx A useful overview
pdalian
 
Symfony under control. Continuous Integration and Automated Deployments in Sy...
Max Romanovsky
 
Symfony Under Control by Maxim Romanovsky
php-user-group-minsk
 
Honza Dvorský: Swift Package Manager
mdevtalk
 
Visual Studio Code for Java and Spring Developers
Bruno Borges
 
Command Line Tool in swift
Yusuke Kita
 
PHP Dependency Management with Composer
Adam Englander
 
Poky meets Debian: Understanding how to make an embedded Linux by using an ex...
Yoshitake Kobayashi
 
Dependent things dependency management for apple sw - slideshare
Cavelle Benjamin
 
Enterprise OSGi at eBay
Tony Ng
 
runC – Open Container Initiative
Jeeva Chelladhurai
 
Composing Project Dependencies
Derek Gallo
 
Swift Buildpack for Cloud Foundry
Robert Gogolok
 
Docker based-Pipelines with Codefresh
Codefresh
 
Complete Maven full required introduction.pptx
sushan1624
 
Spring Projects Infrastructure
Roy Clarkson
 
Spring Projects Infrastructure
Gunnar Hillert
 
Custom Buildpacks and Data Services
Tom Kranz
 
WordPress Under Control (Boston WP Meetup)
Matt Bernhardt
 
CT Software Developers Meetup: Using Docker and Vagrant Within A GitHub Pull ...
E. Camden Fisher
 
Ad

Recently uploaded (20)

PPTX
Simple and concise overview about Quantum computing..pptx
mughal641
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PDF
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PDF
The Future of Artificial Intelligence (AI)
Mukul
 
PDF
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
PDF
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
PPTX
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PDF
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
PPTX
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PDF
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PDF
Software Development Methodologies in 2025
KodekX
 
PDF
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
PDF
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
Simple and concise overview about Quantum computing..pptx
mughal641
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
The Future of Artificial Intelligence (AI)
Mukul
 
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
Software Development Methodologies in 2025
KodekX
 
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 

Dependency management in Xcode 11