{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":145491216,"defaultBranch":"master","name":"swift","ownerLogin":"kateinoigakukun","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2018-08-21T01:48:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11702759?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726794308.0","currentOid":""},"activityList":{"items":[{"before":"24bd384f841df8f357fe35c6cc890cd7b15a4114","after":null,"ref":"refs/heads/yt/fix-macos-cross-compile-wasm","pushedAt":"2024-09-20T01:05:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"}},{"before":"b361f701dbc9c50732b2b32dc4e2bc42e02149c1","after":"24bd384f841df8f357fe35c6cc890cd7b15a4114","ref":"refs/heads/yt/fix-macos-cross-compile-wasm","pushedAt":"2024-09-19T10:31:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"[wasm] Configure LLVM for WebAssembly target independently from the native LLVM build\n\nWe have been using the host LLVM build directory to configure the Wasm\nSwift stdlib. This has been working fine so far as the stdlib build is\nconfigured with `CMAKE_SYSTEM_NAME` having host system name. However,\nwe fixed the stdlib build to use `WASI` as the system name properly in\nthe previous commit. This exposed the issue that the host LLVM build\ndirectory is not suitable for configuring the stdlib build.","shortMessageHtmlLink":"[wasm] Configure LLVM for WebAssembly target independently from the n…"}},{"before":null,"after":"b361f701dbc9c50732b2b32dc4e2bc42e02149c1","ref":"refs/heads/yt/fix-macos-cross-compile-wasm","pushedAt":"2024-09-19T04:48:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"[wasm] Configure LLVM for WebAssembly target independently from the native LLVM build\n\nWe have been using the host LLVM build directory to configure the Wasm\nSwift stdlib. This has been working fine so far as the stdlib build is\nconfigured with `CMAKE_SYSTEM_NAME` having host system name. However,\nwe fixed the stdlib build to use `WASI` as the system name properly in\nthe previous commit. This exposed the issue that the host LLVM build\ndirectory is not suitable for configuring the stdlib build.","shortMessageHtmlLink":"[wasm] Configure LLVM for WebAssembly target independently from the n…"}},{"before":null,"after":"0333d4b01e4942997d9f060ee9b9b4bc773f29e0","ref":"refs/heads/pr-c86fe36755c99645ec3ed8ee81f2307dfdde10ee","pushedAt":"2024-09-18T10:24:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"[wasm] Merge all wasi-sysroot into a single sysroot directory\n\nThis change merges all wasi-sysroot directories into a single sysroot\ndirectory to reuse header files across `wasm32-wasi` and `wasm32-wasip1-threads`.","shortMessageHtmlLink":"[wasm] Merge all wasi-sysroot into a single sysroot directory"}},{"before":null,"after":"9fd1baf666ee1906e5f9e4045f7cd17a111a1284","ref":"refs/heads/yt/update-wasm-doc","pushedAt":"2024-09-17T12:28:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"docs/WebAssembly.md: Add instructions for building Swift SDK for WebAssembly\n\nAlso update the notes on the relative pointers in WebAssembly to\nreflect the current implementation.","shortMessageHtmlLink":"docs/WebAssembly.md: Add instructions for building Swift SDK for WebA…"}},{"before":null,"after":"e66ad5a69181f8403f91982bd52fab9f422b4d51","ref":"refs/heads/yt/repair-ci-build","pushedAt":"2024-09-16T12:38:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"test: Fix test/IRGen/stdlib/Mutex.swift for 32-bit platforms\n\nThe test was failing on 32-bit platforms because the offset of the\nlayout of struct metadata depends on the pointer size.\n\n| Field | Type | Offset (32-bit) | Offset (64-bit) |\n|-------------------------|------|-----------------|-----------------|\n| Layout String Pointer | ptr | 4 * (-2) | 4 * (-4) |\n| VWT | ptr | 4 * (-1) | 4 * (-2) |\n| Metadata Flags | ptr | 4 * 0 | 4 * 0 |\n| Nominal Type Descriptor | ptr | 4 * 1 | 4 * 2 |\n| Generic Requirement | ptr | 4 * 2 | 4 * 4 |\n| Field Offset for handle | i32 | 4 * 3 | 4 * 6 |\n| Field Offset for value | i32 | 4 * 4 | 4 * 7 |","shortMessageHtmlLink":"test: Fix test/IRGen/stdlib/Mutex.swift for 32-bit platforms"}},{"before":null,"after":"53a6cd5ae00e82147e073c801b0972908554d986","ref":"refs/heads/yt/test-raw-layout-value-generics-32bit","pushedAt":"2024-09-06T10:59:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"test: Fix raw_layout.swift for 32-bit platforms\n\nThe test was failing on 32-bit platforms after https://github.com/swiftlang/swift/pull/75518","shortMessageHtmlLink":"test: Fix raw_layout.swift for 32-bit platforms"}},{"before":null,"after":"1e811e9e6ad3db1f625fe56a9bdf060b2aba93c4","ref":"refs/heads/yt/fix-concurrency-actor-runtime","pushedAt":"2024-09-04T04:59:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"test: Fix actor_recursive_deinit.swift on WASI","shortMessageHtmlLink":"test: Fix actor_recursive_deinit.swift on WASI"}},{"before":null,"after":"32bfb7e603bb3c3f29c06f8a487304b1e59aee38","ref":"refs/heads/yt/swift-testing-wasm","pushedAt":"2024-08-29T14:05:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"Include swift-testing in the Wasm Swift SDK\n\nThis change adds build support for swift-testing in the Wasm Swift SDK.\nUnfortunately, we can't use the regular SwiftTesting build-script product\nbecause Wasm build cannot use build-script's cross-compilation infrastructure\nfor now. So we build swift-testing in WasmSwiftSDK product and install it\nto the SDK package.","shortMessageHtmlLink":"Include swift-testing in the Wasm Swift SDK"}},{"before":null,"after":"78ecc95bcfb4814b1dea5f553101030430ef6a37","ref":"refs/heads/yt/update-swift-collection-113","pushedAt":"2024-08-27T08:34:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"Update swift-collections to 1.1.3\n\nThis updates the swift-collections dependency to 1.1.3, which includes\na CMake fix for the WebAssembly target. \"main\", \"next\", and \"rebranch\"\nschemes are all updated.","shortMessageHtmlLink":"Update swift-collections to 1.1.3"}},{"before":"1fa232de1d1da9b434e2686c8a30021a579b25ae","after":"be08ebb12a99636832f055e94956cb500af1a86d","ref":"refs/heads/pr-680047d2b871e809cf13f27c8a4a5abc2f5c31d2","pushedAt":"2024-08-16T11:00:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"[wasm] Annotate errno as SwiftPrivate by apinotes\n\nThis patch adds an apinotes file for SwiftWASILibc clang module to mark\n`errno` macro hidden from Swift code. This resolves ambiguity between\nthe C macro definition and the Swift wrapper in WASILibc overlay module.\n\nThis change installs the apinotes file to the resource directories for\nboth lib/swift/apinotes and lib/swift_static/apinotes.","shortMessageHtmlLink":"[wasm] Annotate errno as SwiftPrivate by apinotes"}},{"before":"da9c68fb219ca5f73ae14f6bf2f7f0a7c28a7059","after":"1fa232de1d1da9b434e2686c8a30021a579b25ae","ref":"refs/heads/pr-680047d2b871e809cf13f27c8a4a5abc2f5c31d2","pushedAt":"2024-08-10T15:21:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"[wasm] Mark `errno` as nonisolated(unsafe) in wasi-libc\n\nThis patch is a workaround to reflect the fact that `errno` is thread-local\nand can be accessed from any actor. This is a temporary solution until we\nhave `__swift_attr__` support in apinotes or `thread_local` support in\nClangImporter.\n\nThis change is required to build swift-corelibs-foundation with Swift 6\nlanguage mode.","shortMessageHtmlLink":"[wasm] Mark errno as nonisolated(unsafe) in wasi-libc"}},{"before":"88b49a288f1bfbf838f2b2a8e786b14039d340f1","after":"da9c68fb219ca5f73ae14f6bf2f7f0a7c28a7059","ref":"refs/heads/pr-680047d2b871e809cf13f27c8a4a5abc2f5c31d2","pushedAt":"2024-08-10T14:56:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"[wasm] Mark `errno` as nonisolated(unsafe) in wasi-libc\n\nThis patch is a workaround to reflect the fact that `errno` is thread-local\nand can be accessed from any actor. This is a temporary solution until we\nhave `__swift_attr__` support in apinotes or `thread_local` support in\nClangImporter.\n\nThis change is required to build swift-corelibs-foundation with Swift 6\nlanguage mode.","shortMessageHtmlLink":"[wasm] Mark errno as nonisolated(unsafe) in wasi-libc"}},{"before":null,"after":"88b49a288f1bfbf838f2b2a8e786b14039d340f1","ref":"refs/heads/pr-680047d2b871e809cf13f27c8a4a5abc2f5c31d2","pushedAt":"2024-08-10T14:44:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"[wasm] Mark `errno` as nonisolated(unsafe) in wasi-libc\n\nThis patch is a workaround to reflect the fact that `errno` is thread-local\nand can be accessed from any actor. This is a temporary solution until we\nhave `__swift_attr__` support in apinotes or `thread_local` support in\nClangImporter.\n\nThis change is required to build swift-corelibs-foundation with Swift 6\nlanguage mode.","shortMessageHtmlLink":"[wasm] Mark errno as nonisolated(unsafe) in wasi-libc"}},{"before":null,"after":"878cdc55db02dc3a6d498ab6284cef9e451cd5a1","ref":"refs/heads/yt/backport-errno-fixes-6.0","pushedAt":"2024-08-09T09:06:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"[wasm] Fix ambiguous `errno` error when importing WASILibc module\n\nThis commit fixes an ambiguous `errno` error when importing WASILibc\nmodule and SwiftWASILibc Clang module.\n\nThe error is caused by the fact that we define a shim for `errno` in\n`Platform.swift` file, but wasi-libc defines `errno` in a way\nClangImporter can understand. We don't need to define shims for it,\notherwise we get two candidates for `errno` identifier.","shortMessageHtmlLink":"[wasm] Fix ambiguous errno error when importing WASILibc module"}},{"before":"164ec0adaa80e7a29d2a10fb31ee72baddeda6b2","after":null,"ref":"refs/heads/yt/fix-ambiguous-errno","pushedAt":"2024-08-07T09:24:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"}},{"before":null,"after":"164ec0adaa80e7a29d2a10fb31ee72baddeda6b2","ref":"refs/heads/yt/fix-ambiguous-errno","pushedAt":"2024-08-07T04:28:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"[wasm] Fix ambiguous `errno` error when importing WASILibc module\n\nThis commit fixes an ambiguous `errno` error when importing WASILibc\nmodule and SwiftWASILibc Clang module.\n\nThe error is caused by the fact that we define a shim for `errno` in\n`Platform.swift` file, but wasi-libc defines `errno` in a way\nClangImporter can understand. We don't need to define shims for it,\notherwise we get two candidates for `errno` identifier.","shortMessageHtmlLink":"[wasm] Fix ambiguous errno error when importing WASILibc module"}},{"before":"65f9badbcd825ecb85553b50efc6d974f6be1d6d","after":null,"ref":"refs/heads/yt/add-alias-errno-const","pushedAt":"2024-08-05T09:45:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"}},{"before":"650e90a2b06e3ad51371ec5a83b7b5d96a740572","after":"dfad7b3a30c1f34154bd3e9a91a9e905471199b5","ref":"refs/heads/yt/fix-getenv-call-path","pushedAt":"2024-08-03T16:31:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"[test] Fix IRGen/yield_result.sil for 32-bit platforms\n\nFollow-up to 8b7a75c8f3a01063d00e6425ab5ecb8790bda97e for 32-bit platforms.","shortMessageHtmlLink":"[test] Fix IRGen/yield_result.sil for 32-bit platforms"}},{"before":"2b997ad446bf7d53b4ece634764cf2e86137e621","after":"650e90a2b06e3ad51371ec5a83b7b5d96a740572","ref":"refs/heads/yt/fix-getenv-call-path","pushedAt":"2024-08-03T08:37:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"[Runtime] Repair build of `getenv` mode in `EnvironmentVariables.cpp`\n\nFollow-up fix to 4b3a197dc2eb0e1c83b847b250f448aa765ad4d5","shortMessageHtmlLink":"[Runtime] Repair build of getenv mode in EnvironmentVariables.cpp"}},{"before":null,"after":"65f9badbcd825ecb85553b50efc6d974f6be1d6d","ref":"refs/heads/yt/add-alias-errno-const","pushedAt":"2024-08-03T07:54:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"[wasm] Add shims for aliased errno constants in WASILibc overlay\n\nWe provide shims for errno constants in WASILibc overlay since\nwasi-libc's errno.h defines those constants in a way that cannot be\nimported by ClangImporter.\nHowever, some errno constants are aliased in wasi-libc, and we didn't\nprovided shims for them. This patch adds those missing shims.","shortMessageHtmlLink":"[wasm] Add shims for aliased errno constants in WASILibc overlay"}},{"before":"8b7a75c8f3a01063d00e6425ab5ecb8790bda97e","after":"3799de1b2d31b45738faaf59aea88b553de89b4c","ref":"refs/heads/yt/xrepo-tests","pushedAt":"2024-08-03T07:44:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"[DNM] Cross repo tests","shortMessageHtmlLink":"[DNM] Cross repo tests"}},{"before":"5379aa58eeec7f12f4c04dba76d232a9cda65714","after":"8b7a75c8f3a01063d00e6425ab5ecb8790bda97e","ref":"refs/heads/yt/xrepo-tests","pushedAt":"2024-08-03T07:43:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"[IRGen] Support indirect results for coroutines (#75322)","shortMessageHtmlLink":"[IRGen] Support indirect results for coroutines (swiftlang#75322)"}},{"before":null,"after":"2b997ad446bf7d53b4ece634764cf2e86137e621","ref":"refs/heads/yt/fix-getenv-call-path","pushedAt":"2024-08-03T07:27:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"[Runtime] Fix `getenv` return type in `EnvironmentVariables.cpp`\n\nFollow-up fix to 4b3a197dc2eb0e1c83b847b250f448aa765ad4d5","shortMessageHtmlLink":"[Runtime] Fix getenv return type in EnvironmentVariables.cpp"}},{"before":null,"after":"4341058da46b5e865f04d7ff44b548427d9ac8c7","ref":"refs/heads/kabir/wasm-plugins","pushedAt":"2024-07-21T23:28:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"Update WasmKit to 0.0.7\n\nTo include Windows support of the WASI implementation.","shortMessageHtmlLink":"Update WasmKit to 0.0.7"}},{"before":null,"after":"c120c5a8e199daf5ea89c0a6b246e8b2d6c812e8","ref":"refs/heads/katei/fix-embedded-test","pushedAt":"2024-07-18T15:45:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"[test] Guard AVR test with CODEGENERATOR=AVR\n\nThis test is only relevant for the AVR target, so it should be guarded\nwith the CODEGENERATOR=AVR condition to avoid running it when the target\nis not enabled in llvm-targets-to-build.","shortMessageHtmlLink":"[test] Guard AVR test with CODEGENERATOR=AVR"}},{"before":null,"after":"9a6dd7e1914ecb45800802ce0527fa8576dc468c","ref":"refs/heads/yt/fix-mutex-guard-wasm-thread-6.0","pushedAt":"2024-07-08T02:45:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"Add comment explaining #if guard","shortMessageHtmlLink":"Add comment explaining #if guard"}},{"before":"49a20d110a14e4cae38821e6ce02725687c8684e","after":"3c75f2fac83253d825d91755ab984396590ec4ee","ref":"refs/heads/yt/fix-mutex-guard-wasm-thread","pushedAt":"2024-07-08T01:49:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"Add comment explaining #if guard","shortMessageHtmlLink":"Add comment explaining #if guard"}},{"before":null,"after":"49a20d110a14e4cae38821e6ce02725687c8684e","ref":"refs/heads/yt/fix-mutex-guard-wasm-thread","pushedAt":"2024-07-06T08:25:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"Concurrency: Guard TG state with a mutex even with cooperative executor\n\n`SWIFT_STDLIB_SINGLE_THREADED_CONCURRENCY` just means that the global\nexecutor is cooperative, but it doesn't mean that the target platform is\nalways single-threaded. For example, on wasm32-unknown-wasip1-threads,\nthe global executor is cooperative, but users can still set up their own\nTaskExecutor with multiple threads.\n\nThis patch guards the `TaskGroup` state with a mutex even with a\ncooperative executor by respecting threading package instead. This\nchange effectively affects only wasm32-unknown-wasip1-threads.","shortMessageHtmlLink":"Concurrency: Guard TG state with a mutex even with cooperative executor"}},{"before":"d47ce0705ae9c5a35f74715971a80ecbd801900f","after":null,"ref":"refs/heads/yt/fix-moveonly_value_functions-32bit","pushedAt":"2024-06-28T02:26:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQwMTowNTowOC4wMDAwMDBazwAAAAS7cq1N","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQwMTowNTowOC4wMDAwMDBazwAAAAS7cq1N","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0yOFQwMjoyNjowMS4wMDAwMDBazwAAAARxa-GB"}},"title":"Activity · kateinoigakukun/swift"}