Avatar
omochimetaru 9/28/2025 6:48 AM
swift-subprocess普通に使ったらmacで実行できないバイナリができた
6:49 AM
@ainame が報告してるやつっぽくて https://github.com/swiftlang/swift-package-manager/issues/9163
Description A SPM project with swift-subprocess (main branch or 0.1) failed to run "swift test". https://github.com/ainame/swift-subprocess-fails-to-run-testing/ % swift test [1/1] Planni...
6:49 AM
dyld[12965]: Library not loaded: @rpath/libswiftCompatibilitySpan.dylib
6:49 AM
これが見つからないってなる
6:50 AM
…ed (#9164) (#9168) Explanation: SwiftPM's native build system does not have the concept of embedding the compatibility libraries for distribution, so add rpaths to the span back deplo...
6:50 AM
Xcode 26 beta 1 を使ってみたけど直ってなかった。