Stijn Willems's Avatar

Stijn Willems

@doozmen.bsky.social

Father, Swift dev. I like pushing all buttons, breaking things to see how it works and rebuilding. I wish news would focus more on science, and positive entrepreneurial spirits. So I will try to post about that!

168 Followers  |  258 Following  |  265 Posts  |  Joined: 26.11.2024
Posts Following

Posts by Stijn Willems (@doozmen.bsky.social)

Post image

πŸ—οΈWhat if your whole stack was built with Swift?
@telemetrydeck.com made it a reality, building an internet-scale, privacy-first analytics backend from the ground up. Read their story: www.swift.org/blog/buildin...

06.03.2026 19:44 β€” πŸ‘ 27    πŸ” 8    πŸ’¬ 1    πŸ“Œ 0

Also totally agree on Xcode needing Linux as a run target β€” would be a game changer for server-side Swift workflows.

06.03.2026 11:51 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Swift.org Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns.

Note you need the swift.org open source toolchain β€” the Xcode one won't work. Once the Static Linux SDK is installed, you get fully statically linked ELF binaries with zero external dependencies, not even libc. Runs on any distro.

06.03.2026 11:51 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
Swift.org Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns.

The key commands are:

swift build --swift-sdk x86_64-swift-linux-musl
swift build --swift-sdk aarch64-swift-linux-musl

06.03.2026 11:51 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

To me it looked like that the github thing was prompt injection in the title but I may have mis understood. @robbinsa.me so why the lol?

06.03.2026 10:54 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

So this validation on input can eliminate a rough agent from prompt injection as agents by nature need brought operation rights to be able to do there job you better know the instructions you give it are yours.

06.03.2026 10:54 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Its a mercel like tree that creates on every bit change a new hash of the tree of files in a folder. Hence giving you an ultra fast hash to verify input data into an agent you trust.

06.03.2026 10:54 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@robbinsa.me care to explain what you think it is then. In Mac OS tahoe this system is used to load criptex parts of the os for ai containing the local models. This is to prevent those models from being altered to protect against prompt injection.

06.03.2026 10:54 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
The BridgeJS Playground at https://swiftwasm.org/JavaScriptKit/PlayBridgeJS/

The BridgeJS Playground at https://swiftwasm.org/JavaScriptKit/PlayBridgeJS/

Swift/JS interop used to mean "JSObject", "JSValue", and runtime surprises.

BridgeJS changes that: annotate your Swift, get typed glue code in both directions. Compile-time safe. Zero manual boilerplate. 🧡

03.03.2026 17:27 β€” πŸ‘ 37    πŸ” 9    πŸ’¬ 1    πŸ“Œ 0
Preview
Release v0.2.0 - 2.5 years later Β· moreSwift/swift-cross-ui Overview The headline feature of the past 2.5 years of work is probably the new layout system for most users. It standardizes layout behaviour across all backends, making it much easier to make you...

I've just released SwiftCrossUI v0.2.0 (two and a half years after v0.1.0), and I'm aiming to begin making regular releases now that I'm focusing on SwiftCrossUI full time.

492 commits, 127 PRs, and 77k changed lines.

github.com/moreSwift/sw...

04.03.2026 03:48 β€” πŸ‘ 7    πŸ” 3    πŸ’¬ 1    πŸ“Œ 0
Preview
Memory Integrity Enforcement: A complete vision for memory safety in Apple devices - Apple Security Research Memory Integrity Enforcement (MIE) is the culmination of an unprecedented design and engineering effort spanning half a decade that combines the unique strengths of Apple silicon hardware with our adv...

time to seriously think of using security.apple.com/blog/memory-... to validate input and output on what we feed our agents with ...

05.03.2026 19:07 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

There is an upside somewhere do,….Looking, πŸ‘€πŸ‘€πŸ‘€πŸ‘€. Ah ai says it found it!! πŸ’― production ready answer. Me: nice let’s 🚒. πŸ‘·β€β™‚οΈ wait oh no it’s all there but some mini parts in 10k lines of code are just missing. Fuck now what

13.02.2026 06:48 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

For iterative ui testing. A thing ai needs to force it to actually build all the thinks it promised to build.

12.02.2026 22:45 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I tried antigravity but it produced numerous claims of success without any working implementation. Given its focus on eliminating precisely that I’m curious how you achieved it. We lack something like Playwright MCP to validate end-to-end autonomously native UI in apps. XCTests are very clunky

12.02.2026 22:45 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
GitHub - rryam/VecturaKit: Swift-based vector database for on-device RAG using MLTensor and MLX Embedders Swift-based vector database for on-device RAG using MLTensor and MLX Embedders - rryam/VecturaKit

VecturaKit 5.0.0 is out!

Big embedder release for Swift on-device RAG:
- ModernBERT, RoBERTa, XLM-RoBERTa + NomicBERT support
- Cleaner model-family resolution
- Stronger validation/BERT fallback
- Bumped up platform minimums
github.com/rryam/Vectu...

12.02.2026 10:04 β€” πŸ‘ 2    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Post image

OnboardingKit 9.2 is out, with new styling options and convenience initializers for the welcome screen and its USP list items.

#SwiftUI

github.com/danielsaidi/...

07.02.2026 10:19 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

Some say Xcode previews replace unit tests πŸ˜΅β€πŸ’«. We strongly disagree.

That's why we spent so much time making sure SQLiteData is 100% testable. Learn how to bootstrap an in-memory database per test and assert on feature behavior.
www.pointfree.co/episodes/ep3...

27.01.2026 20:30 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
An American Street

An American Street www.nytimes.com/2026/01/27/u...

27.01.2026 20:49 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - g-cqd/SwiftStaticAnalysis: High-performance Swift static analysis framework for code duplication detection and unused code elimination High-performance Swift static analysis framework for code duplication detection and unused code elimination - g-cqd/SwiftStaticAnalysis

Uploaded a couple of repos.

SwiftStaticAnalysis A CLI tool that flags copy-pasted code and unused declarations. github.com/g-cqd/SwiftS...

CSVCoder A CSV parser. Fits into Codable, handles macros, and tries to be memory efficient. github.com/g-cqd/CSVCoder

They get the job done, reasonably fast.

29.12.2025 03:44 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0

Swift’s first Pre-FOSDEM Community Event is happening Friday, January 30th, from 12 PM to 6 PM! If you’re interested in giving a talk or volunteering, check out swiftlang.github.io/event-fosdem/.

The deadline to submit proposals is January 5th, 2026!

18.12.2025 18:15 β€” πŸ‘ 4    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - anthropics/claude-plugins-official: Anthropic-managed directory of high quality Claude Code Plugins. Anthropic-managed directory of high quality Claude Code Plugins. - anthropics/claude-plugins-official

Look, there's an official #Claude LSP plugin for #swiftlang @swift.org now!
github.com/anthropics/c...

github.com/anthropics/c...

19.12.2025 04:35 β€” πŸ‘ 4    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

I'm seriously considering rebranding myself as a "cross-platform Swift developer" compared to "Apple platform developer". Swift in the cloud and on Android is doing amazing and for me this will be the future. πŸ‘¨πŸ»β€πŸ’»

19.12.2025 11:03 β€” πŸ‘ 9    πŸ” 2    πŸ’¬ 2    πŸ“Œ 0
Post image

Exploring the Swift SDK for Android: updates on ongoing progress! www.swift.org/blog/explori...

18.12.2025 23:52 β€” πŸ‘ 46    πŸ” 12    πŸ’¬ 0    πŸ“Œ 1

But I have a question when you use `swift build --build-system swiftbuild` you also have the problem?

14.12.2025 05:30 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

I know compiling and talking about feelings, I must be nuts?! don't know...

14.12.2025 05:30 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

More recently opensource swift only. I try to force all my projects to compile and now use the swift build --build-system swiftbuild to compile. It has a lot of issues but at least I have the feeling that xcode does not do some patch work and my final build feels more light.

14.12.2025 05:30 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

This is such a stressfull thing for me. 10+ I started iOS development and loved xcode and objective-c. In some ways over the years I defended xcode way to long. I was really depressed when I discovered with swiftui xcode was not going anywhere. My salvation was moving to swift.

14.12.2025 05:30 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

If you use Swift Macros in a library, use this script to remove 50 megs of junk that Xcode forces into your binaries:

github.com/migueldeicaz...

This has been a public service announcement from the Latino Coalition for Smaller Binaries.

github.com/feedback-ass...

13.12.2025 16:00 β€” πŸ‘ 44    πŸ” 9    πŸ’¬ 3    πŸ“Œ 0
Post image

beauty in the making? Let's find out in the coming months :)

09.11.2025 00:03 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Oh boy now you found a reason to buy m5 but wait for Mac Studio with at least 128gb unified memory. 😳

21.10.2025 16:53 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0