Avatar
norio_nomura 1/9/2021 1:30 AM
https://github.com/MaxDesiatov/SwiftConcurrencyExample これ試したけど、/usr/lib/swift/libswift_Concurrency.dylibが絶対パスでリンクされて、SIP有効だとDYLD_LIBRARY_PATHも渡せないから、
dyld: Library not loaded: /usr/lib/swift/libswift_Concurrency.dylib
で実行出来なかった。 (リポジトリ名が変わっていたので修正した)
(edited)
Experiments with Swift async/await and structured concurrency - MaxDesiatov/SwiftConcurrencyExample