Zachary 'Clack' Cole

Results 21 comments of Zachary 'Clack' Cole

I figured there's a chance this is a regression out of swift-corelibs-foundation, so I filed a similar issue over there -- https://github.com/apple/swift-corelibs-foundation/issues/5076 If that doesn't go anywhere, this could in...

Looks like this same failure is showing up in the swift package index testing: https://swiftpackageindex.com/builds/7B923645-D50A-4667-B129-33056F5C7599

Yeah, hopefully we see some movement on it soon. I've added a Linux testing config to swiftlang's source-compat-suite: https://github.com/swiftlang/swift-source-compat-suite/pull/951, in the hopes that Linux specific issues are caught sooner. Out...

Looks like that branch (actually pushed as `atomicinc-no-inheritance`) does build successfully against the 2024-09-25 nightly main toolchain, which is great!

This is still blocking a few things for us. Since the foundation side fix seems to have stalled (https://github.com/swiftlang/swift-corelibs-foundation/pull/5122), we'd like to push for a workaround if possible. The `atomicinc-no-inheritance`...

@kovdan01 I cherrypicked this change onto `swift-DEVELOPMENT-SNAPSHOT-2025-02-20-a` and built a toolchain. I used this toolchain to build all our internal swift projects, and everything builds successfully on macOS.

> your internal tests are also passing? @kovdan01 No, just the compile-time checks for now. Further testing is more of a manual process at the moment, but I can get...

@kovdan01 I was able to finish testing a bunch of our internal projects. The issue we discussed earlier was caused by a flaw in my invocation, so nothing to worry...