Boris Bielik (@h3sperian) 's Twitter Profile
Boris Bielik

@h3sperian

Apple enthusiast | Staff iOS Engineer @ Indeed Flex | Mentor & Coach @ Butterfly Effect | Organiser of local iOS meetups | Musician

ID: 186396510

linkhttps://github.com/bielikb calendar_today03-09-2010 10:34:38

1,1K Tweet

366 Followers

564 Following

Donny Wals 👾 (@donnywals) 's Twitter Profile Photo

Swift 6.2's biggest and most important changes are in where your async functions will run using Xcode 26's default settings. Here's a quick and simple overview of the most important rules you need to know.

Swift 6.2's biggest and most important changes are in where your async functions will run using Xcode 26's default settings. Here's a quick and simple overview of the most important rules you need to know.
Point-Free (@pointfreeco) 's Twitter Profile Photo

It’s finally here: SQLiteData 1.0: a fast, lightweight replacement for SwiftData with full CloudKit support. pointfree.co/blog/posts/184…

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

These 35 lines of code power full-text search in our Reminders app rewrite, and they pack a punch! 🏷️Searches can be tokenized on tag 📍…and search term proximity 🏅Results are returned in ranked order, 🖍️…and matches are highlighted!

These 35 lines of code power full-text search in our Reminders app rewrite, and they pack a punch!

🏷️Searches can be tokenized on tag
📍…and search term proximity
🏅Results are returned in ranked order,
🖍️…and matches are highlighted!
Swift Language (@swiftlang) 's Twitter Profile Photo

Introducing Swift Configuration, a new way to share and manage configuration for Swift. It's a smarter way to keep secrets safe and separate develop/test/prod environments. More here: forums.swift.org/t/introducing-…

Introducing Swift Configuration, a new way to share and manage configuration for Swift. It's a smarter way to keep secrets safe and separate develop/test/prod environments. More here: forums.swift.org/t/introducing-…
Rudrank Riyam (@rudrankriyam) 's Twitter Profile Photo

Applications/Xcode-26.0.app/Contents/PlugIns/IDEIntelligenceChat.framework/Versions/A/Resources/AdditionalDocumentation Add this directory in your Agents.md for Cursor/Codex or Claude.md in Claude Code to easily add the new iOS 26 features

Applications/Xcode-26.0.app/Contents/PlugIns/IDEIntelligenceChat.framework/Versions/A/Resources/AdditionalDocumentation

Add this directory in your Agents.md for Cursor/Codex or Claude.md in Claude Code to easily add the new iOS 26 features
Mattt (@mattt) 's Twitter Profile Photo

Introducing AnyLanguageModel: A Swift package that provides a drop-in replacement for Apple's Foundation Models framework with support for custom language model providers. github.com/mattt/AnyLangu… Just change your import statement:

Introducing AnyLanguageModel: A Swift package that provides a drop-in replacement for Apple's Foundation Models framework with support for custom language model providers.

github.com/mattt/AnyLangu…

Just change your import statement:
Gergely Orosz (@gergelyorosz) 's Twitter Profile Photo

Chris Lattner (Chris Lattner) is one of the most influential engineers of the past two decades. He created LLVM, Swift, contributed to TensorFlow, and created the Mojo programming language. What was the story about creating Swift - and why did he face resistance inside Apple

Pedro – oss/acc (@pepicrft) 's Twitter Profile Photo

At Tuist we built infrastructure to solve a pressing challenge of decentralized git-based dependency resolution: slow resolution & caching Today, we are opening that up for any Xcode project or Swift Language package for free and without accounts tuist.dev/blog/2025/11/2…

Pedro – oss/acc (@pepicrft) 's Twitter Profile Photo

The fact that Swift Language's swift-build is open source means we now have access to build-time data *during* builds. Information that never makes it to .xcresult, .xcactivitylog, or xcodebuild logs. When you hit Build in Xcode, you're not directly invoking compilers. Your request

Pedro – oss/acc (@pepicrft) 's Twitter Profile Photo

As we work with Xcode teams, we are learning about patterns to make agents like Claude Code and Codex more efficient at coding with Xcode's toolchain. Just yesterday I learned about Claude plugins as a tool to encapsulate and share Claude primitives with our community, so we

Pedro – oss/acc (@pepicrft) 's Twitter Profile Photo

Static or dynamic linking? We get this question all the time at Tuist. And honestly, most teams end up going all-one-way: everything static or everything dynamic. We get it. In large modular graphs, it's not an easy decision. SwiftPM leans on "just make things work" rather than

Swift Language (@swiftlang) 's Twitter Profile Photo

🗓️2025 was a great year for Swift 🍾 Thank you all for choosing Swift. We're ending the year with a digest of what's been going on in the project and community recently. 🗞️Read up here: swift.org/blog/whats-new…

Andrej Karpathy (@karpathy) 's Twitter Profile Photo

I've never felt this much behind as a programmer. The profession is being dramatically refactored as the bits contributed by the programmer are increasingly sparse and between. I have a sense that I could be 10X more powerful if I just properly string together what has become

Boris Cherny (@bcherny) 's Twitter Profile Photo

I'm Boris and I created Claude Code. Lots of people have asked how I use Claude Code, so I wanted to show off my setup a bit. My setup might be surprisingly vanilla! Claude Code works great out of the box, so I personally don't customize it much. There is no one correct way to

Mario Zechner (@badlogicgames) 's Twitter Profile Photo

People of pi. Welcome to the meta coding agent harness 0.50.0. npm install -g @mariozechner/pi-coding-agent - Bundle your extensions, skills, prompt templates, and skills as pi packages, distribute via NPM or git - Hot-reload everything via /reload A đź§µ of possibilities (1/x)