{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":45863890,"defaultBranch":"main","name":"swift-corelibs-foundation","ownerLogin":"apple","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-11-09T20:12:23.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/10639145?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726810899.0","currentOid":""},"activityList":{"items":[{"before":"59e6789524d8593320076e27e39b3852bacf20ca","after":null,"ref":"refs/heads/release/6.0.1","pushedAt":"2024-09-20T05:41:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"shahmishal","name":"Mishal Shah","path":"/shahmishal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2727770?s=80&v=4"}},{"before":null,"after":"59e6789524d8593320076e27e39b3852bacf20ca","ref":"refs/heads/release/6.0.2","pushedAt":"2024-09-20T05:16:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"shahmishal","name":"Mishal Shah","path":"/shahmishal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2727770?s=80&v=4"},"commit":{"message":"Fix CFTimeZone crashes on Windows (#5070) (#5072)\n\n* Fix CFTimeZone crashes on Windows\r\n\r\n* Fix build failure","shortMessageHtmlLink":"Fix CFTimeZone crashes on Windows (#5070) (#5072)"}},{"before":"86a733f50607d3ffed67357d2a518f8010c208b3","after":"c5421808a0f907169e605674b4672b9e98390d65","ref":"refs/heads/main","pushedAt":"2024-09-20T00:32:42.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"Merge pull request #5084 from kateinoigakukun/yt/wasi-cmake-var\n\nCMake: Fix accidental variable expansion of `WASI`","shortMessageHtmlLink":"Merge pull request #5084 from kateinoigakukun/yt/wasi-cmake-var"}},{"before":"e372166a5585d4473d8b76522c7407dcf4befc9b","after":"82e96cc2b7af54e6a1334cd91ec19879b0a8134b","ref":"refs/heads/release/6.0","pushedAt":"2024-09-16T23:31:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jmschonfeld","name":"Jeremy Schonfeld","path":"/jmschonfeld","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1004103?s=80&v=4"},"commit":{"message":"[6.0] Add stub for Testing module (#5078)\n\n* Add stub for Testing module\r\n\r\n* Fix indentation","shortMessageHtmlLink":"[6.0] Add stub for Testing module (#5078)"}},{"before":"a12c7d13e05e788d40ef29103b6ed08cb3a1d1d2","after":"86a733f50607d3ffed67357d2a518f8010c208b3","ref":"refs/heads/main","pushedAt":"2024-09-16T17:23:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jmschonfeld","name":"Jeremy Schonfeld","path":"/jmschonfeld","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1004103?s=80&v=4"},"commit":{"message":"[XMLParser] Fix reentrancy issue around `currentParser` (#5061)\n\n* [XMLParser] Use `TaskLocal` for storing the current parser\r\n\r\nInstead of thread-local storage, use `TaskLocal` to store the current\r\nparser. This solves three issues:\r\n\r\n1. If someone calls `XMLParser.parse()` with a new parser instance in\r\n a delegate method call, it overwrote the current parser and wrote\r\n it back after the call as `nil`, not the previous current parser.\r\n This reentrancy issue can be a problem especially when someone uses\r\n external entity resolving since the feature depends on the current\r\n parser tracking. Using `TaskLocal` solves this issue since it tracks\r\n values as a stack and restores the previous value at the end of the\r\n `withValue` call.\r\n2. Since jobs of different tasks can be scheduled on the same thread,\r\n different tasks can refer to the same thread-local storage. This\r\n wouldn't be a problem for now since the `parse()` method doesn't\r\n have any suspention points and different tasks can't run on the same\r\n thread during the parsing. However, it's better to use `TaskLocal`\r\n to leverage the concurrency model of Swift.\r\n3. The global variable `_currentParser` existed in the WASI platform\r\n path but it's unsafe in the Swift concurrency model. It wouldn't be a\r\n problem on WASI since it's always single-threaded, we should avoid\r\n platform-specific assumption as much as possible.\r\n\r\n* Remove unnecessary `#if os(WASI)` condition in XMLParser.swift\r\n\r\n* Keep the current parser in TLS instead of TaskLocal\r\n\r\nTaskLocal storage is inherited by non-detached child tasks, which can\r\nlead to the parser being shared between tasks. This is not our intention\r\nand can lead to inconsistent state. Instead, we should keep the current\r\nparser in thread-local storage. This should be safe as long as we don't\r\nhave any structured suspension points in `withCurrentParser` block.\r\n\r\n* Simplify the current parser context management","shortMessageHtmlLink":"[XMLParser] Fix reentrancy issue around currentParser (#5061)"}},{"before":"a00fe20b1e2440fe904799c35642237ef8975faf","after":"84ffdeb5031a24888e1c384bf4e2d44a7578ab28","ref":"refs/heads/process-currentdir-threadsafe","pushedAt":"2024-09-15T19:09:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jakepetroules","name":"Jake Petroules","path":"/jakepetroules","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1312511?s=80&v=4"},"commit":{"message":"Add a thread-safe implementation of Process.currentDirectoryURL\n\nposix_spawn_file_actions_addchdir_np is the official way to set the working directory of a spawned process and is supported on both macOS and glibc (Linux, etc.). This makes Process.currentDirectoryURL thread-safe, as the current approach will result in the working directory being nondeterministically assigned when spawning processes across multiple threads, using different working directories.","shortMessageHtmlLink":"Add a thread-safe implementation of Process.currentDirectoryURL"}},{"before":"7d52c8b59ac99be27c24c4afe50abe39ffd5419d","after":"a00fe20b1e2440fe904799c35642237ef8975faf","ref":"refs/heads/process-currentdir-threadsafe","pushedAt":"2024-09-09T04:00:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jakepetroules","name":"Jake Petroules","path":"/jakepetroules","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1312511?s=80&v=4"},"commit":{"message":"Add a thread-safe implementation of Process.currentDirectoryURL\n\nposix_spawn_file_actions_addchdir_np is the official way to set the working directory of a spawned process and is supported on both macOS and glibc (Linux, etc.). This makes Process.currentDirectoryURL thread-safe, as the current approach will result in the working directory being nondeterministically assigned when spawning processes across multiple threads, using different working directories.","shortMessageHtmlLink":"Add a thread-safe implementation of Process.currentDirectoryURL"}},{"before":"c820f72fc67f34e14d3c7ad28efb6b7a422cb4fc","after":"a12c7d13e05e788d40ef29103b6ed08cb3a1d1d2","ref":"refs/heads/main","pushedAt":"2024-09-08T18:42:21.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"compnerd","name":"Saleem Abdulrasool","path":"/compnerd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63311?s=80&v=4"},"commit":{"message":"Merge pull request #5083 from compnerd/equal\n\nTests: prefer `XCTAssertEqual` over `XCTAssertTrue`","shortMessageHtmlLink":"Merge pull request #5083 from compnerd/equal"}},{"before":"f8cfdf68dcc09cd75c357802f2683760d7c91092","after":null,"ref":"refs/heads/egorzhdan/extern-c","pushedAt":"2024-09-03T16:45:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"parkera","name":"Tony Parker","path":"/parkera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/144462?s=80&v=4"}},{"before":"ef225c7bdf28e8740141f02e78ca5a30a3fc1120","after":"c820f72fc67f34e14d3c7ad28efb6b7a422cb4fc","ref":"refs/heads/main","pushedAt":"2024-09-03T16:45:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"parkera","name":"Tony Parker","path":"/parkera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/144462?s=80&v=4"},"commit":{"message":"Fix compiler error in CoreFoundation when building in C++ mode (#5081)\n\n`__CFAllocatorRespectsHintZeroWhenAllocating` has two declarations in different headers: `ForFoundationOnly.h` and `ForSwiftFoundationOnly.h`. One of the declarations was under `extern \"C\"` block, the other one wasn't. Clang accepts this in C language mode, but it is a hard compiler error in C++ language mode due to a linkage mismatch.\r\n\r\nThis was blocking clients from using CoreFoundation in Swift projects that enable C++ interoperability.\r\n\r\nThis change makes sure that both declarations of `__CFAllocatorRespectsHintZeroWhenAllocating` are under `extern \"C\"` blocks.","shortMessageHtmlLink":"Fix compiler error in CoreFoundation when building in C++ mode (#5081)"}},{"before":null,"after":"59e6789524d8593320076e27e39b3852bacf20ca","ref":"refs/heads/release/6.0.1","pushedAt":"2024-08-31T18:26:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"shahmishal","name":"Mishal Shah","path":"/shahmishal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2727770?s=80&v=4"},"commit":{"message":"Fix CFTimeZone crashes on Windows (#5070) (#5072)\n\n* Fix CFTimeZone crashes on Windows\r\n\r\n* Fix build failure","shortMessageHtmlLink":"Fix CFTimeZone crashes on Windows (#5070) (#5072)"}},{"before":"046193a1096feabeaf89f6ef790700c79f4345f6","after":"f8cfdf68dcc09cd75c357802f2683760d7c91092","ref":"refs/heads/egorzhdan/extern-c","pushedAt":"2024-08-30T18:11:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"egorzhdan","name":"Egor Zhdan","path":"/egorzhdan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3801618?s=80&v=4"},"commit":{"message":"Fix compiler error in CoreFoundation when building in C++ mode\n\n`__CFAllocatorRespectsHintZeroWhenAllocating` has two declarations in different headers: `ForFoundationOnly.h` and `ForSwiftFoundationOnly.h`. One of the declarations was under `extern \"C\"` block, the other one wasn't. Clang accepts this in C language mode, but it is a hard compiler error in C++ language mode due to a linkage mismatch.\n\nThis was blocking clients from using CoreFoundation in Swift projects that enable C++ interoperability.\n\nThis change makes sure that both declarations of `__CFAllocatorRespectsHintZeroWhenAllocating` are under `extern \"C\"` blocks.","shortMessageHtmlLink":"Fix compiler error in CoreFoundation when building in C++ mode"}},{"before":"018d8ef5497d030d0bce19b84764012c211d927d","after":"ef225c7bdf28e8740141f02e78ca5a30a3fc1120","ref":"refs/heads/main","pushedAt":"2024-08-30T17:25:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"parkera","name":"Tony Parker","path":"/parkera","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/144462?s=80&v=4"},"commit":{"message":"Add one more XCTAssert for isLeapMonth in TestDate.swift (#5080)","shortMessageHtmlLink":"Add one more XCTAssert for isLeapMonth in TestDate.swift (#5080)"}},{"before":null,"after":"046193a1096feabeaf89f6ef790700c79f4345f6","ref":"refs/heads/egorzhdan/extern-c","pushedAt":"2024-08-30T12:40:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"egorzhdan","name":"Egor Zhdan","path":"/egorzhdan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3801618?s=80&v=4"},"commit":{"message":"Fix compiler error in CoreFoundation when building in C++ mode\n\n`__CFAllocatorRespectsHintZeroWhenAllocating` has two declarations in different headers: `ForFoundationOnly.h` and `ForSwiftFoundationOnly.h`. One of the declarations was under `extern \"C\"` block, the other one wasn't. Clang accepts this in C language mode, but it is a hard compiler error in C++ language mode due to a linkage mismatch.\n\nThis was blocking clients from using CoreFoundation in Swift projects that enable C++ interoperability.\n\nThis change makes sure that both declarations of `__CFAllocatorRespectsHintZeroWhenAllocating` are under `extern \"C\"` blocks.","shortMessageHtmlLink":"Fix compiler error in CoreFoundation when building in C++ mode"}},{"before":"df11f82c875eb658c472bfe5e79cb2fe3331a05d","after":null,"ref":"refs/heads/maxd/6.0-fix-wasi","pushedAt":"2024-08-26T13:53:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"MaxDesiatov","name":"Max Desiatov","path":"/MaxDesiatov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112310?s=80&v=4"}},{"before":"34207468898d34be15d6a14a103b8595d3d01367","after":null,"ref":"refs/heads/urlsessiondelegate-default-implementations","pushedAt":"2024-08-24T17:14:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jakepetroules","name":"Jake Petroules","path":"/jakepetroules","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1312511?s=80&v=4"}},{"before":"4418280309b5d1f7f42671f5a45ffd3157a11cbd","after":"018d8ef5497d030d0bce19b84764012c211d927d","ref":"refs/heads/main","pushedAt":"2024-08-24T17:14:26.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jakepetroules","name":"Jake Petroules","path":"/jakepetroules","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1312511?s=80&v=4"},"commit":{"message":"Merge pull request #5022 from apple/urlsessiondelegate-default-implementations\n\nAdd default implementations for three default protocol conformances in the URLSessionDelegate family","shortMessageHtmlLink":"Merge pull request #5022 from apple/urlsessiondelegate-default-implem…"}},{"before":"59e6789524d8593320076e27e39b3852bacf20ca","after":"e372166a5585d4473d8b76522c7407dcf4befc9b","ref":"refs/heads/release/6.0","pushedAt":"2024-08-23T22:39:51.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"itingliu","name":"Tina Liu","path":"/itingliu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49205802?s=80&v=4"},"commit":{"message":"Merge pull request #5053 from apple/maxd/6.0-fix-wasi\n\n[6.0] build: Repair the build on WASI platform","shortMessageHtmlLink":"Merge pull request #5053 from apple/maxd/6.0-fix-wasi"}},{"before":"1b8c1ea03ab240ae8f4928777ab56b8937437a55","after":"4418280309b5d1f7f42671f5a45ffd3157a11cbd","ref":"refs/heads/main","pushedAt":"2024-08-21T17:21:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jmschonfeld","name":"Jeremy Schonfeld","path":"/jmschonfeld","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1004103?s=80&v=4"},"commit":{"message":"Add stub for Testing module (#5077)\n\n* Add stub for Testing module\r\n\r\n* Fix indentation","shortMessageHtmlLink":"Add stub for Testing module (#5077)"}},{"before":"a39f398a6e07acc5f17edfc68d5d97ecd0e40451","after":"1b8c1ea03ab240ae8f4928777ab56b8937437a55","ref":"refs/heads/main","pushedAt":"2024-08-21T17:10:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jmschonfeld","name":"Jeremy Schonfeld","path":"/jmschonfeld","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1004103?s=80&v=4"},"commit":{"message":"Fix up tests for Windows (#5074)\n\n* Disable crashing URLSession test\r\n\r\n* Fix URL test failures\r\n\r\n* Fix TestProcessInfo failures\r\n\r\n* Fix a bundle test\r\n\r\n* Fix Process tests\r\n\r\n* Fix FileManager failures\r\n\r\n* Fix linking failure\r\n\r\n* Disable failing FileManager test\r\n\r\n* Disable crashing Thread tests","shortMessageHtmlLink":"Fix up tests for Windows (#5074)"}},{"before":null,"after":"59e6789524d8593320076e27e39b3852bacf20ca","ref":"refs/heads/release/6.0.0","pushedAt":"2024-08-21T06:52:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"shahmishal","name":"Mishal Shah","path":"/shahmishal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2727770?s=80&v=4"},"commit":{"message":"Fix CFTimeZone crashes on Windows (#5070) (#5072)\n\n* Fix CFTimeZone crashes on Windows\r\n\r\n* Fix build failure","shortMessageHtmlLink":"Fix CFTimeZone crashes on Windows (#5070) (#5072)"}},{"before":"c48fff05e1abe475dc00d940a6eacff68467e174","after":"59e6789524d8593320076e27e39b3852bacf20ca","ref":"refs/heads/release/6.0","pushedAt":"2024-08-16T20:01:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jmschonfeld","name":"Jeremy Schonfeld","path":"/jmschonfeld","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1004103?s=80&v=4"},"commit":{"message":"Fix CFTimeZone crashes on Windows (#5070) (#5072)\n\n* Fix CFTimeZone crashes on Windows\r\n\r\n* Fix build failure","shortMessageHtmlLink":"Fix CFTimeZone crashes on Windows (#5070) (#5072)"}},{"before":"e0f1615328571f9a27d4bb55efb0e1e57e2ea941","after":"a39f398a6e07acc5f17edfc68d5d97ecd0e40451","ref":"refs/heads/main","pushedAt":"2024-08-16T20:01:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jmschonfeld","name":"Jeremy Schonfeld","path":"/jmschonfeld","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1004103?s=80&v=4"},"commit":{"message":"Repair the Windows SwiftPM build (#5068)\n\n* Repair the Windows SwiftPM build\r\n\r\n* Update XCTSkip message","shortMessageHtmlLink":"Repair the Windows SwiftPM build (#5068)"}},{"before":"2973067e56eb72ba1a86fad2e7a9aff4dfdb317c","after":"e0f1615328571f9a27d4bb55efb0e1e57e2ea941","ref":"refs/heads/main","pushedAt":"2024-08-16T16:51:16.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"etcwilde","name":"Evan Wilde","path":"/etcwilde","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/761253?s=80&v=4"},"commit":{"message":"Merge pull request #5069 from etcwilde/ewilde/main-musl-builds\n\n[main] Fixing post-swift-foundation corelibs-foundation MUSL static SDK builds","shortMessageHtmlLink":"Merge pull request #5069 from etcwilde/ewilde/main-musl-builds"}},{"before":"951f3532bdb9605ea487e919fff853f69d26fffd","after":"2973067e56eb72ba1a86fad2e7a9aff4dfdb317c","ref":"refs/heads/main","pushedAt":"2024-08-16T16:47:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jmschonfeld","name":"Jeremy Schonfeld","path":"/jmschonfeld","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1004103?s=80&v=4"},"commit":{"message":"Fix CFTimeZone crashes on Windows (#5070)\n\n* Fix CFTimeZone crashes on Windows\r\n\r\n* Fix build failure","shortMessageHtmlLink":"Fix CFTimeZone crashes on Windows (#5070)"}},{"before":"1ff9114c7839ccf32ba5053a824d44e67f704e85","after":"c48fff05e1abe475dc00d940a6eacff68467e174","ref":"refs/heads/release/6.0","pushedAt":"2024-08-16T16:35:06.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"etcwilde","name":"Evan Wilde","path":"/etcwilde","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/761253?s=80&v=4"},"commit":{"message":"Merge pull request #5060 from etcwilde/ewilde/im-bringing-musl-back\n\nFixing post-swift-foundation corelibs-foundation static SDK builds","shortMessageHtmlLink":"Merge pull request #5060 from etcwilde/ewilde/im-bringing-musl-back"}},{"before":"c09a4f75ff68fa939765e18a1137a05db4bf5136","after":null,"ref":"refs/heads/debuggable-nserrors","pushedAt":"2024-08-14T00:05:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jakepetroules","name":"Jake Petroules","path":"/jakepetroules","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1312511?s=80&v=4"}},{"before":"e1d735629fe88c390fd5bb0ce172893e33dbf63b","after":"951f3532bdb9605ea487e919fff853f69d26fffd","ref":"refs/heads/main","pushedAt":"2024-08-14T00:04:59.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jakepetroules","name":"Jake Petroules","path":"/jakepetroules","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1312511?s=80&v=4"},"commit":{"message":"Merge pull request #5065 from apple/debuggable-nserrors\n\nInclude userInfo in Error descriptions","shortMessageHtmlLink":"Merge pull request #5065 from apple/debuggable-nserrors"}},{"before":"2a27ecaafa5c330b212c5ebd80d70b7000d0ebd6","after":"e1d735629fe88c390fd5bb0ce172893e33dbf63b","ref":"refs/heads/main","pushedAt":"2024-08-13T07:40:55.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"Merge pull request #5064 from kateinoigakukun/pr-053b25017d60084b5d4f037ac2e5cfc6dd5bdb1f\n\nMake curl an optional dependency when not building FoundationNetworking","shortMessageHtmlLink":"Merge pull request #5064 from kateinoigakukun/pr-053b25017d60084b5d4f…"}},{"before":"3e725c483e15bbb8f100ef843fb7ade4a1b3639b","after":"2a27ecaafa5c330b212c5ebd80d70b7000d0ebd6","ref":"refs/heads/main","pushedAt":"2024-08-13T07:40:38.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"kateinoigakukun","name":"Yuta Saito","path":"/kateinoigakukun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11702759?s=80&v=4"},"commit":{"message":"Merge pull request #5063 from kateinoigakukun/pr-e48524c7b6d29dd22e45275eb71ad417826c0260\n\nRemove the workaround for WASI errno conflict","shortMessageHtmlLink":"Merge pull request #5063 from kateinoigakukun/pr-e48524c7b6d29dd22e45…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEu5bxvQA","startCursor":null,"endCursor":null}},"title":"Activity · apple/swift-corelibs-foundation"}