{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":261569449,"defaultBranch":"main","name":"swift-driver","ownerLogin":"artemcm","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-05-05T19:53:21.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5856203?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726862741.0","currentOid":""},"activityList":{"items":[{"before":"c5a58e057143e199bb0d0b77021eabb84bb62ce5","after":null,"ref":"refs/heads/AllowInProcessDriverSwiftScan","pushedAt":"2024-09-20T20:05:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"}},{"before":"943d96fc635a337a404b11a65f461eb9d669578e","after":"c5a58e057143e199bb0d0b77021eabb84bb62ce5","ref":"refs/heads/AllowInProcessDriverSwiftScan","pushedAt":"2024-09-20T16:03:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Allow for non-external lookup of libSwiftScan symbols and centralize the scanning instance use in the driver.\n\n- The driver now holds a reference to the 'swiftScanLibInstance' which is shared with the 'interModuleDependencyOracle', but is also used for target info and supported compiler feature queries. This means a single SwiftScan instance is shared across all uses in a given driver instance.\n- Allow SwiftScan to be instantiated *without* a path to an external 'libSwiftScan.dylib', which will cause it to 'dlopen' with a NULL argument, and expect the scanner symbols to be found in the image that the driver code is a part of. This is useful for when compiler-based tooling (SourceKit) links the driver directly and uses its C API.","shortMessageHtmlLink":"Allow for non-external lookup of libSwiftScan symbols and centralize …"}},{"before":"7d3cd749f556c4f92e3457a13d29c0a40918de19","after":"943d96fc635a337a404b11a65f461eb9d669578e","ref":"refs/heads/AllowInProcessDriverSwiftScan","pushedAt":"2024-09-19T16:11:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Allow for non-external lookup of libSwiftScan symbols and centralize the scanning instance use in the driver.\n\n- The driver now holds a reference to the 'swiftScanLibInstance' which is shared with the 'interModuleDependencyOracle', but is also used for target info and supported compiler feature queries. This means a single SwiftScan instance is shared across all uses in a given driver instance.\n- Allow SwiftScan to be instantiated *without* a path to an external 'libSwiftScan.dylib', which will cause it to 'dlopen' with a NULL argument, and expect the scanner symbols to be found in the image that the driver code is a part of. This is useful for when compiler-based tooling (SourceKit) links the driver directly and uses its C API.","shortMessageHtmlLink":"Allow for non-external lookup of libSwiftScan symbols and centralize …"}},{"before":"b47a2db438c369cfdb8db76790c76e71e7fd91d2","after":"7d3cd749f556c4f92e3457a13d29c0a40918de19","ref":"refs/heads/AllowInProcessDriverSwiftScan","pushedAt":"2024-09-18T19:42:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Allow for non-external lookup of libSwiftScan symbols and centralize the scanning instance use in the driver.\n\n- The driver now holds a reference to the 'swiftScanLibInstance' which is shared with the 'interModuleDependencyOracle', but is also used for target info and supported compiler feature queries. This means a single SwiftScan instance is shared across all uses in a given driver instance.\n- Allow SwiftScan to be instantiated *without* a path to an external 'libSwiftScan.dylib', which will cause it to 'dlopen' with a NULL argument, and expect the scanner symbols to be found in the image that the driver code is a part of. This is useful for when compiler-based tooling (SourceKit) links the driver directly and uses its C API.","shortMessageHtmlLink":"Allow for non-external lookup of libSwiftScan symbols and centralize …"}},{"before":"2390926ffdd0181743f3f3ccc91bd83dd313b512","after":"b47a2db438c369cfdb8db76790c76e71e7fd91d2","ref":"refs/heads/AllowInProcessDriverSwiftScan","pushedAt":"2024-09-18T18:07:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Allow for non-external lookup of libSwiftScan symbols and centralize the scanning instance use in the driver.\n\n- The driver now holds a reference to the 'swiftScanLibInstance' which is shared with the 'interModuleDependencyOracle', but is also used for target info and supported compiler feature queries. This means a single SwiftScan instance is shared across all uses in a given driver instance.\n- Allow SwiftScan to be instantiated *without* a path to an external 'libSwiftScan.dylib', which will cause it to 'dlopen' with a NULL argument, and expect the scanner symbols to be found in the image that the driver code is a part of. This is useful for when compiler-based tooling (SourceKit) links the driver directly and uses its C API.","shortMessageHtmlLink":"Allow for non-external lookup of libSwiftScan symbols and centralize …"}},{"before":"409725d44b208bc7cb5e0e6fbecb14e037e86a1d","after":"2390926ffdd0181743f3f3ccc91bd83dd313b512","ref":"refs/heads/AllowInProcessDriverSwiftScan","pushedAt":"2024-09-18T00:13:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Allow for non-external lookup of libSwiftScan symbols and centralize the scanning instance use in the driver.\n\n- The driver now holds a reference to the 'swiftScanLibInstance' which is shared with the 'interModuleDependencyOracle', but is also used for target info and supported compiler feature queries. This means a single SwiftScan instance is shared across all uses in a given driver instance.\n- Allow SwiftScan to be instantiated *without* a path to an external 'libSwiftScan.dylib', which will cause it to 'dlopen' with a NULL argument, and expect the scanner symbols to be found in the image that the driver code is a part of. This is useful for when compiler-based tooling (SourceKit) links the driver directly and uses its C API.","shortMessageHtmlLink":"Allow for non-external lookup of libSwiftScan symbols and centralize …"}},{"before":"c8e79046e58898913121e9a10255a40765d35e55","after":"409725d44b208bc7cb5e0e6fbecb14e037e86a1d","ref":"refs/heads/AllowInProcessDriverSwiftScan","pushedAt":"2024-09-17T21:52:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Allow for non-external lookup of libSwiftScan symbols and centralize the scanning instance use in the driver.\n\n- The driver now holds a reference to the 'swiftScanLibInstance' which is shared with the 'interModuleDependencyOracle', but is also used for target info and supported compiler feature queries. This means a single SwiftScan instance is shared across all uses in a given driver instance.\n- Allow SwiftScan to be instantiated *without* a path to an external 'libSwiftScan.dylib', which will cause it to 'dlopen' with a NULL argument, and expect the scanner symbols to be found in the image that the driver code is a part of. This is useful for when compiler-based tooling (SourceKit) links the driver directly and uses its C API.","shortMessageHtmlLink":"Allow for non-external lookup of libSwiftScan symbols and centralize …"}},{"before":"bc77d36415a17658a74c648d8eecf11028899030","after":"c8e79046e58898913121e9a10255a40765d35e55","ref":"refs/heads/AllowInProcessDriverSwiftScan","pushedAt":"2024-09-17T21:48:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Allow for non-external lookup of libSwiftScan symbols and centralize the scanning instance use in the driver.\n\n- The driver now holds a reference to the 'swiftScanLibInstance' which is shared with the 'interModuleDependencyOracle', but is also used for target info and supported compiler feature queries. This means a single SwiftScan instance is shared across all uses in a given driver instance.\n- Allow SwiftScan to be instantiated *without* a path to an external 'libSwiftScan.dylib', which will cause it to 'dlopen' with a NULL argument, and expect the scanner symbols to be found in the image that the driver code is a part of. This is useful for when compiler-based tooling (SourceKit) links the driver directly and uses its C API.","shortMessageHtmlLink":"Allow for non-external lookup of libSwiftScan symbols and centralize …"}},{"before":"f0e28e2542f7758d6fefe70f8660497af129f5e8","after":"bc77d36415a17658a74c648d8eecf11028899030","ref":"refs/heads/AllowInProcessDriverSwiftScan","pushedAt":"2024-09-17T18:00:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Allow for non-external lookup of libSwiftScan symbols and centralize the scanning instance use in the driver.\n\n- The driver now holds a reference to the 'swiftScanLibInstance' which is shared with the 'interModuleDependencyOracle', but is also used for target info and supported compiler feature queries. This means a single SwiftScan instance is shared across all uses in a given driver instance.\n- Allow SwiftScan to be instantiated *without* a path to an external 'libSwiftScan.dylib', which will cause it to 'dlopen' with a NULL argument, and expect the scanner symbols to be found in the image that the driver code is a part of. This is useful for when compiler-based tooling (SourceKit) links the driver directly and uses its C API.","shortMessageHtmlLink":"Allow for non-external lookup of libSwiftScan symbols and centralize …"}},{"before":"dea0f058b38ca8c3a9d1ef6bf4df551877566c96","after":"f0e28e2542f7758d6fefe70f8660497af129f5e8","ref":"refs/heads/AllowInProcessDriverSwiftScan","pushedAt":"2024-09-17T14:07:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"WIP","shortMessageHtmlLink":"WIP"}},{"before":"4b6c86ae9b2f1951d81fcab04536abcebfac1b9d","after":"0155ae03cd329ca33b13b65ec50dd42a43a840ea","ref":"refs/heads/main","pushedAt":"2024-09-16T19:43:26.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Change swift-argument-parser dependency from 'upToNextMinor' to 'from'. upToNextMinor is no longer needed since swift-argument-parser reached 1.0. Unblocks downstream projects from adopting a newer swift-argument-parser.","shortMessageHtmlLink":"Change swift-argument-parser dependency from 'upToNextMinor' to 'from…"}},{"before":"bc52e81f2b96cf09fdf49b56fd2dc31af8613aac","after":"dea0f058b38ca8c3a9d1ef6bf4df551877566c96","ref":"refs/heads/AllowInProcessDriverSwiftScan","pushedAt":"2024-09-13T20:34:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"WIP","shortMessageHtmlLink":"WIP"}},{"before":null,"after":"bc52e81f2b96cf09fdf49b56fd2dc31af8613aac","ref":"refs/heads/AllowInProcessDriverSwiftScan","pushedAt":"2024-09-10T21:19:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"WIP","shortMessageHtmlLink":"WIP"}},{"before":"60897298f9047689fef1adb6e7d5f5337ea5f717","after":null,"ref":"refs/heads/FixTestsCherry60","pushedAt":"2024-09-06T16:21:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"}},{"before":null,"after":"60897298f9047689fef1adb6e7d5f5337ea5f717","ref":"refs/heads/FixTestsCherry60","pushedAt":"2024-09-05T22:03:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Fix CachingBuildTests: testSeparateModuleJob & testModuleOnlyJob\n\nDo not always hard-code a macOS triple and pass in explicit stdlib paths to the driver invocations","shortMessageHtmlLink":"Fix CachingBuildTests: testSeparateModuleJob & testModuleOnlyJob"}},{"before":"601f3d6d7fc48a241e3edcb78c82cfe0e72b8a63","after":null,"ref":"refs/heads/FixTestsEBM","pushedAt":"2024-08-16T15:51:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"}},{"before":"788e6f95ab654020b63a802dcb8617f2729bd9e9","after":"601f3d6d7fc48a241e3edcb78c82cfe0e72b8a63","ref":"refs/heads/FixTestsEBM","pushedAt":"2024-08-15T18:00:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Fix CachingBuildTests: testSeparateModuleJob & testModuleOnlyJob\n\nDo not always hard-code a macOS triple and pass in explicit stdlib paths to the driver invocations","shortMessageHtmlLink":"Fix CachingBuildTests: testSeparateModuleJob & testModuleOnlyJob"}},{"before":null,"after":"788e6f95ab654020b63a802dcb8617f2729bd9e9","ref":"refs/heads/FixTestsEBM","pushedAt":"2024-08-15T17:38:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Fix ExplicitModuleBuildTests: testExplicitLinkLibraries & testDependencyGraphDotSerialization\n\n- testExplicitLinkLibraries to account for possibility of multiple link libraries per dependency\n- testDependencyGraphDotSerialization to account for possibility of discovering prebuilt modules for stdlib","shortMessageHtmlLink":"Fix ExplicitModuleBuildTests: testExplicitLinkLibraries & testDepende…"}},{"before":"c647e91574122f2b104d294ab1ec5baadaa1aa95","after":"4b6c86ae9b2f1951d81fcab04536abcebfac1b9d","ref":"refs/heads/main","pushedAt":"2024-08-15T15:30:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Add a C (`@_cdecl`) API for the driver's `getSingleFrontendInvocationFromDriverArguments`\n\nThis will enable non-Swift clients to query this utility as an alternative to the legacy C++ driver's equivalent.","shortMessageHtmlLink":"Add a C (@_cdecl) API for the driver's `getSingleFrontendInvocation…"}},{"before":"a675396fa41c82304cd215d0ca9072298c25aa3b","after":null,"ref":"refs/heads/60ResolveSymlinksForSubcommand","pushedAt":"2024-08-13T15:59:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"}},{"before":"6b797891ce80d4efdf958d2fa440644a540a4764","after":null,"ref":"refs/heads/PrepareForCompilerTooling","pushedAt":"2024-08-12T22:14:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"}},{"before":"7de6666933a6ecf05c6efd0d5a9ff40672d25ee2","after":"6b797891ce80d4efdf958d2fa440644a540a4764","ref":"refs/heads/PrepareForCompilerTooling","pushedAt":"2024-08-12T18:41:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Add a C (`@_cdecl`) API for the driver's `getSingleFrontendInvocationFromDriverArguments`\n\nThis will enable non-Swift clients to query this utility as an alternative to the legacy C++ driver's equivalent.","shortMessageHtmlLink":"Add a C (@_cdecl) API for the driver's `getSingleFrontendInvocation…"}},{"before":"43116a6feaad3ec7e40afa66412a2a70bd0c0bf1","after":"7de6666933a6ecf05c6efd0d5a9ff40672d25ee2","ref":"refs/heads/PrepareForCompilerTooling","pushedAt":"2024-08-12T18:17:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Add a C (`@_cdecl`) API for the driver's `getSingleFrontendInvocationFromDriverArguments`\n\nThis will enable non-Swift clients to query this utility as an alternative to the legacy C++ driver's equivalent.","shortMessageHtmlLink":"Add a C (@_cdecl) API for the driver's `getSingleFrontendInvocation…"}},{"before":"38391d0d64aaff88b52fc5d7db612585d4389879","after":"43116a6feaad3ec7e40afa66412a2a70bd0c0bf1","ref":"refs/heads/PrepareForCompilerTooling","pushedAt":"2024-08-09T23:04:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Add a C (`@_cdecl`) API for the driver's `getSingleFrontendInvocationFromDriverArguments`\n\nThis will enable non-Swift clients to query this utility as an alternative to the legacy C++ driver's equivalent.","shortMessageHtmlLink":"Add a C (@_cdecl) API for the driver's `getSingleFrontendInvocation…"}},{"before":"f60416e6610182ac414bb80d6522b230e9d3eb09","after":"38391d0d64aaff88b52fc5d7db612585d4389879","ref":"refs/heads/PrepareForCompilerTooling","pushedAt":"2024-08-09T22:26:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Add a C (`@_cdecl`) API for the driver's `getSingleFrontendInvocationFromDriverArguments`\n\nThis will enable non-Swift clients to query this utility as an alternative to the legacy C++ driver's equivalent.","shortMessageHtmlLink":"Add a C (@_cdecl) API for the driver's `getSingleFrontendInvocation…"}},{"before":null,"after":"f60416e6610182ac414bb80d6522b230e9d3eb09","ref":"refs/heads/PrepareForCompilerTooling","pushedAt":"2024-08-09T19:08:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Add a C (`@_cdecl`) API for the driver's `getSingleFrontendInvocationFromDriverArguments`\n\nThis will enable non-Swift clients to query this utility as an alternative to the legacy C++ driver's equivalent.","shortMessageHtmlLink":"Add a C (@_cdecl) API for the driver's `getSingleFrontendInvocation…"}},{"before":"598e3e27724d07241429f98988e87ef6a73581a2","after":"c647e91574122f2b104d294ab1ec5baadaa1aa95","ref":"refs/heads/main","pushedAt":"2024-08-06T23:24:16.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"Merge pull request #1668 from nkcsgexi/check-critical-modules\n\nPrebuiltModuleGen: fail prebuilt module generation job when critical modules failed to build","shortMessageHtmlLink":"Merge pull request swiftlang#1668 from nkcsgexi/check-critical-modules"}},{"before":"b839e051c0a61573738d506d2ba33cd4af5ae4f8","after":null,"ref":"refs/heads/SimplerExplainDependency","pushedAt":"2024-08-05T22:17:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"}},{"before":"1bc253455a5519d419dbe02df18e3d58339c6693","after":"b839e051c0a61573738d506d2ba33cd4af5ae4f8","ref":"refs/heads/SimplerExplainDependency","pushedAt":"2024-08-02T22:02:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"[Explicit Module Builds] Simplify '-explain-module-dependency' behavior and introduce '-explain-module-dependency-detailed'\n\nThe former will now simply print the first discovered path to the specified dependency module. While the latter will preserve prior behavior of finding *all possible paths* to the specified module","shortMessageHtmlLink":"[Explicit Module Builds] Simplify '-explain-module-dependency' behavi…"}},{"before":"a32005e59a42eaeb8d8bb9aece77da9117b81552","after":"598e3e27724d07241429f98988e87ef6a73581a2","ref":"refs/heads/main","pushedAt":"2024-08-01T22:32:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"artemcm","name":"Artem Chikin","path":"/artemcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5856203?s=80&v=4"},"commit":{"message":"[Dependency Scanning] Enable scanner-side up-to-date binary module validation on supporting compilers\n\nAfter ffbae26 landed, it is now safe to enable this behavior.","shortMessageHtmlLink":"[Dependency Scanning] Enable scanner-side up-to-date binary module va…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQyMDowNTo0MS4wMDAwMDBazwAAAAS8VM_S","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQyMDowNTo0MS4wMDAwMDBazwAAAAS8VM_S","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0wMVQyMjozMjowMi4wMDAwMDBazwAAAASPnwHC"}},"title":"Activity · artemcm/swift-driver"}