Point-Free (@pointfreeco) 's Twitter Profile
Point-Free

@pointfreeco

A video series exploring advanced topics in the Swift programming language.

ID: 895075577136267264

linkhttps://www.pointfree.co/ calendar_today09-08-2017 00:13:42

7,7K Tweet

13,13K Followers

3 Following

Point-Free (@pointfreeco) 's Twitter Profile Photo

Have you heard about the new Observations tool coming to Swift 6.2? Did you know that it is unfortunately limited to iOS 26+? Well, luckily we've just back ported it to our Perception library so that you can use it in iOS 13+ and Xcode 16+: pointfree.co/blog/posts/180…

Point-Free (@pointfreeco) 's Twitter Profile Photo

It may not be clear from this post, but you can literally use Swift's new Observations tool right now in your app. No need to wait for Xcode 26 or iOS 26.

Point-Free (@pointfreeco) 's Twitter Profile Photo

Have you ever wanted to use SQLite for your app's persistence, and have the data magically shared across all your user's devices? Now you can, and a lot more! Announcing the public beta for our SQLite + CloudKit synchronization tools: pointfree.co/blog/posts/181…

Point-Free (@pointfreeco) 's Twitter Profile Photo

It takes only these few lines of code to immediately unlock CloudKit synchronization to our local-only reminders app. It just works™, and it's only the tip of the iceberg. Check it out for yourself! 👉 github.com/pointfreeco/sh…

It takes only these few lines of code to immediately unlock CloudKit synchronization to our local-only reminders app. It just works™, and it's only the tip of the iceberg.

Check it out for yourself!
👉 github.com/pointfreeco/sh…
Brandon Williams (@mbrandonw) 's Twitter Profile Photo

SwiftData offers a promise of simple persistence with easy synchronization. We feel it currently falls short of that goal, but in the fullness of time it may achieve it. But, for the present, we are working on tools that achieve SwiftData's promise, and honestly a lot more.

Point-Free (@pointfreeco) 's Twitter Profile Photo

SQL is one of the most portable and important topics to learn as a software developer. And there's no better way to learn than to build a library that makes SQL more expressive, composable and safer to write: pointfree.co/collections/sq…

Point-Free (@pointfreeco) 's Twitter Profile Photo

The UI shown in the screenshot is provided by UICloudSharingController, which comes for for free. But, our library gives you access to the raw CKShare under the hood, and so you are free to create whatever UI you want, though you may have to interact directly with CloudKit APIs.