iOS Dev Weekly - iOS Dev Weekly - Issue 595

Is it time to think about package/library quality in the Swift community?
 

iOS Dev Weekly

 
View on the Web    Archives

ISSUE 595  February 3rd 2023

 
Comment

  Comment  

 

It has been a while since Apple created the Swift Server Workgroup (SSWG), and while many more workgroups have spawned since then, one aspect of the SSWG remains unique. The package incubation process.

Even looking outside the Swift workgroups, I could only find one other similar programme (thanks for the help, Adam!) from the Cloud Native Computing Foundation.

I was inspired to write about this subject when I noticed the workgroup accepted another package into the SSWG projects list this week.

A thriving open-source library/package ecosystem is vital to a successful modern language, but there’s usually a level of doubt you’ll have before choosing a dependency. It ultimately comes down to one question “Will I regret importing this dependency later?”

However, it can sometimes be hard to tell whether a package was intended to be a stable, dependable part of thousands of apps or whether it was open-sourced just in case it would be helpful to others without the author intending to commit themselves to years of maintenance duties! Both those types of packages are valuable, and everything in between, too, but having an experienced group of people focused on “encouraging the development of high quality, well maintained libraries and tools that the community can comfortably lean on” is incredible.

In the SSWG’s case, it’s all helped by the fact that Apple is doing so much work on server-side Swift in the open and all of the community server-side frameworks being open-source. That said, there’s no reason a similar process couldn’t be adopted by the community (or by Apple!) for packages focused on Apple platform development. How to determine the quality of packages is a topic that crosses my mind frequently as we think more about package discovery on the Swift Package Index.

I don’t have any conclusions to make here and certainly don’t have time to set anything up, but it’d make me happy to see interest in this area outside server-focused packages.

Dave Verwer  Permalink

 
 

  Sponsored Link  

 

Apple security features won’t protect your app. Here’s what will.

Symantec’s recent app research revealed some major iOS app security vulnerabilities. Developers using third-party software libraries, SDKs, and shared access keys and tokens during the development process need to take additional steps to properly protect their data, users’ PII, and brand reputation. Learn more about the study’s results and the steps iOS developers can take to better protect their apps.

guardsquare.com  Permalink

 
 
 

  Tools  

 

Self-Hosted macOS Apple Silicon CI with Cilicon

This post from Marco Cancellieri isn’t a strict follow-up to my comments last week, but if you were thinking of running some self-hosted CI, you’ll be interested to read this.

traderepublic.com  Permalink

 
 

  Code  

 

Styling Components in SwiftUI

Here’s Kasper Lahti with everything you ever wanted to know about creating reusable, styled SwiftUI views. The examples he uses are perfect, and the presentation is immaculate. I am 100% confident you’ll learn something from it, too. No matter how much you already know!

movingparts.io  Permalink

 

URLCache eviction and subclassing

In one way, this article contains some valuable advice on whether you should subclass URLCache. In another, it’s a reminder of the amazing work that Quinn and other DTS team members and Apple employees do on the developer forums. It’s easy to miss the tireless (and largely thankless) work that people like Quinn do in those forums, so I wanted to call it out.

zhuk.fi  Permalink

 

Observing the content offset of a SwiftUI ScrollView

I wouldn't be surprised to see Apple focus on this in a future SwiftUI release, but until they do, this solution from John Sundell looks to be the best I've seen so far.

swiftbysundell.com  Permalink

 

How to cancel a background task in Swift

Have you ever thought, “I know I can cancel background tasks, but I’ll get around figuring out if I should write logic to do it later”? Me too! Luckily, Eric Callanan not only did it but also wrote up a guide in this comprehensive post on the subject.

swdevnotes.com  Permalink

 
 

  Design  

 

Creating Custom SF Symbols

I had missed that you could make your own SF Symbols, but it’s fully supported and documented. David Smith shows us how to create custom symbols that scale dynamically, just like the real thing.

Then immediately after finishing David’s article, I came across this new repository from Jeremie Berduck with some popular social media icons made into SF Symbols.

david-smith.org  Permalink

 
 

  Books  

 

Asynchronous Programming with SwiftUI and Combine

This new book from Peter Friese may not be trying to teach every aspect of SwiftUI or Combine, but it’s a comprehensive book about using these two technologies together. Combine may not be as fashionable as when it launched, but it still pairs extremely well with SwiftUI.

For disclosure, Peter sent me a review copy of the book.

springer.com  Permalink

 
 

  Jobs  

 

Senior iOS Engineer @ Mindstone – Mindstone's vision is a world where people get ahead not because of who they know and where they came from, but what they know and their ability to learn. iOS is our most important platform to help millions of people to create a healthy learning habit, building confidence and skills. – Remote (within European timezones) or on-site (United Kingdom)

iOS Test Automation Engineer @ komoot – We’re looking for an engineer to play a key role in scaling our testing process by automating our manual test suite and enabling our development teams to release faster with confidence. You’ll also have a strong QA mindset with a clear understanding of which user flows are critical for the product. – Remote (within European timezones)

Senior iOS Engineer @ Polywork – Polywork is a well-funded startup looking for a third iOS developer to join the team. We’re building a modern professional social network that recognizes people as more than their job titles. – Remote (within US timezones)

Senior iOS Native Engineer @ MartianCraft – MartianCraft has been making Mac and later iOS software for discerning clients for nearly two decades. Our team of in house engineers and designers is second to none. As a full-time remote company for more than a decade we understand the needs, requirements, and pitfalls of working remotely. – Remote (within US timezones)

iOS Engineer @ Major League Baseball – Launched in 2001 as the tech arm of Major League Baseball, MLBAM is renown for creating mobile experiences that baseball fans love - and we are just getting started! – On-site (United States in CO or NY) with some remote work (within US timezones)

Senior Swift (iOS) Developer @ Nord Security – iOS developer has an essential role in growing the NordPass product and a lot of freedom to make an impact. There is plenty of space for experiments and constant improvement. You would be a part of a very ambitious and enthusiastic team which gives a lot of support and encouragement every day. – Remote (within European timezones)

 Permalink

 

Is your company recruiting? You can post your open Swift (and Objective-C!) positions for free over at iOS Dev Jobs.

 Permalink

 
 

  And finally...  

 

hello. 😳

 Permalink

 
You received this email because you subscribed via the iOS Dev Weekly site.
We'll be sorry to see you go but you can unsubscribe instantly.
 
Shiny Development Ltd. Daresbury Innovation Centre Keckwick Lane Daresbury Cheshire WA4 4FS United Kingdom
 
 

 
 

RSS

 
©2023 iOS Dev Weekly | Privacy Policy | Mastodon | Twitter | Suggest a Link
 
Published with Curated

Older messages

iOS Dev Weekly - Issue 594

Friday, January 27, 2023

Modern SwiftUI, saving money with GitHub Actions, and customising the appearance of a ShareLink! 📚 View on the Web Archives ISSUE 594 January 27th 2023 Comment If you use SwiftUI and only have time to

iOS Dev Weekly - Issue 593

Friday, January 20, 2023

There's something for everyone in this week's issue. 👏 View on the Web Archives ISSUE 593 January 20th 2023 Comment There's a bit of everything in this week's issue! From server-side

iOS Dev Weekly - Issue 592

Friday, January 20, 2023

Starting the year with plenty of links from around the Swift community. ⛓️ View on the Web Archives ISSUE 592 January 13th 2023 Comment I always try to make what I write in this “comment” section

iOS Dev Weekly - Issue 591

Friday, January 6, 2023

Let's start 2023 by talking about the elephant in the room. Mastodon. 🐘 View on the Web Archives ISSUE 591 January 6th 2023 Comment Happy new year! 🎊🎉 I hope you all managed to take some time off

iOS Dev Weekly - Issue 590

Friday, December 30, 2022

Here it is, the issue you've all been waiting for. The best of “And finally…“ in 2022! 🏆 View on the Web Archives ISSUE 590 December 30th 2022 Comment As the year draws to a close, it's always

You Might Also Like

Daily Coding Problem: Problem #1617 [Easy]

Saturday, November 23, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Microsoft. You are given an string representing the initial conditions of some dominoes.

Ranked | The Tallest and Shortest Countries, by Average Height 📏

Saturday, November 23, 2024

These two maps compare the world's tallest countries, and the world's shortest countries, by average height. View Online | Subscribe | Download Our App TIME IS RUNNING OUT There's just 3

⚙️ Your own Personal AI Agent, for Everything

Saturday, November 23, 2024

November 23, 2024 | Read Online Subscribe | Advertise Good Morning. Welcome to this special edition of The Deep View, brought to you in collaboration with Convergence. Imagine if you had a digital

Educational Byte: Are Privacy Coins Like Monero and Zcash Legal?

Saturday, November 23, 2024

Top Tech Content sent at Noon! How the world collects web data Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, November 23, 2024? The HackerNoon

🐍 New Python tutorials on Real Python

Saturday, November 23, 2024

Hey there, There's always something going on over at Real Python as far as Python tutorials go. Here's what you may have missed this past week: Black Friday Giveaway @ Real Python This Black

Re: Hackers may have stolen everyone's SSN!

Saturday, November 23, 2024

I wanted to make sure you saw Incogni's Black Friday deal, which is exclusively available for iPhone Life readers. Use coupon code IPHONELIFE to save 58%. Here's why we recommend Incogni for

North Korean Hackers Steal $10M with AI-Driven Scams and Malware on LinkedIn

Saturday, November 23, 2024

THN Daily Updates Newsletter cover Generative AI For Dummies ($18.00 Value) FREE for a Limited Time Generate a personal assistant with generative AI Download Now Sponsored LATEST NEWS Nov 23, 2024

📧 Building Async APIs in ASP.NET Core - The Right Way

Saturday, November 23, 2024

​ Building Async APIs in ASP .NET Core - The Right Way Read on: m​y website / Read time: 5 minutes The .NET Weekly is brought to you by: Even the smartest AI in the world won't save you from a

WebAIM November 2024 Newsletter

Friday, November 22, 2024

WebAIM November 2024 Newsletter Read this newsletter online at https://webaim.org/newsletter/2024/november Features Using Severity Ratings to Prioritize Web Accessibility Remediation When it comes to

➡️ Why Your Phone Doesn't Want You to Sideload Apps — Setting the Default Gateway in Linux

Friday, November 22, 2024

Also: Hey Apple, It's Time to Upgrade the Macs Storage, and More! How-To Geek Logo November 22, 2024 Did You Know Fantasy author JRR Tolkien is credited with inventing the main concept of orcs and