Zachary 'Clack' Cole
Zachary 'Clack' Cole
**Short description of the issue**: RxSwift fails to build on Ubuntu 22.04 against 2024-07-22 nightly Swift toolchains (and newer). **Expected outcome**: Top of RxSwift main (also reproduced with 6.5.0) builds...
This one is another instance of a swiftlang compiler bug I've been running into for a while: https://github.com/swiftlang/swift-corelibs-foundation/issues/5108 ``` root@7481e59c0960:/project/opentelemetry-swift# /home/dev-toolchain/swift-DEVELOPMENT-SNAPSHOT-2024-09-25-a-ubuntu22.04-aarch64/usr/bin/swift build ... /project/opentelemetry-swift/Sources/OpenTelemetrySdk/Logs/Processors/BatchLogRecordProcessor.swift:41:15: error: cannot inherit from class 'Thread'...
- **Explanation**: As autodiff happens on function types it is not in general possible to determine the real expansion context of the function being differentiated. Use of minimal context is...
- **Explanation**: Peel off @sendable implicit conversion when checking for unsupported differentiable function conversion - **Scope**: Only affects autodiff code. - **Issues**: N/A - **Original PRs**: https://github.com/swiftlang/swift/pull/77869 - **Risk**: Low....
- **Explanation**: Emit reabstraction thunks for implicit conversions between T.TangentType and Optional.TangentType. Resolves a crash from silgen, producing a diagnostic instead. - **Scope**: Affects primarily autodiff code. - **Issues**: https://github.com/swiftlang/swift/issues/77871...
Plugin build fails with `error: buildFailed` when benchmarking with a recent main-snapshot toolchain
We've working on mainlining some optimizations to Swift. I'm trying to run benchmarks on an internal project using a toolchain with the optimizations and without to measure the performance impact....