content stringlengths 1 103k ⌀ | path stringlengths 8 216 | filename stringlengths 2 179 | language stringclasses 15
values | size_bytes int64 2 189k | quality_score float64 0.5 0.95 | complexity float64 0 1 | documentation_ratio float64 0 1 | repository stringclasses 5
values | stars int64 0 1k | created_date stringdate 2023-07-10 19:21:08 2025-07-09 19:11:45 | license stringclasses 4
values | is_test bool 2
classes | file_hash stringlengths 32 32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
//===--- UTF8Decode.swift -------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_benchmark_single-source_UTF8Decode.swift | cpp_apple_swift_benchmark_single-source_UTF8Decode.swift | Swift | 9,540 | 0.95 | 0.087591 | 0.066929 | python-kit | 190 | 2024-10-14T02:10:02.776996 | GPL-3.0 | false | b50bb4068bd7306a390b293fe5ba8748 |
//===--- Walsh.swift ------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_benchmark_single-source_Walsh.swift | cpp_apple_swift_benchmark_single-source_Walsh.swift | Swift | 2,535 | 0.95 | 0.104167 | 0.253012 | vue-tools | 487 | 2024-03-26T23:11:00.448474 | BSD-3-Clause | false | 1d341283b2f6a620816536035196bc84 |
//===--- WordCount.swift --------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_benchmark_single-source_WordCount.swift | cpp_apple_swift_benchmark_single-source_WordCount.swift | Swift | 9,241 | 0.95 | 0.079422 | 0.117647 | vue-tools | 838 | 2023-07-24T00:23:51.350764 | MIT | false | 90edeb8efc417942aa483f1c1b99e0d1 |
//===--- XorLoop.swift ----------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_benchmark_single-source_XorLoop.swift | cpp_apple_swift_benchmark_single-source_XorLoop.swift | Swift | 970 | 0.95 | 0.121212 | 0.366667 | python-kit | 666 | 2024-02-18T00:01:13.712048 | BSD-3-Clause | false | 016151d5fa040786799bd115ce9c2472 |
//===--- ArgParse.swift ---------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_benchmark_utils_ArgParse.swift | cpp_apple_swift_benchmark_utils_ArgParse.swift | Swift | 8,940 | 0.95 | 0.117886 | 0.347826 | vue-tools | 705 | 2024-11-06T11:15:03.749756 | BSD-3-Clause | false | 3a0929f57987b03b48fbec9a13a8fc76 |
//===--- DriverUtils.swift ------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_benchmark_utils_DriverUtils.swift | cpp_apple_swift_benchmark_utils_DriverUtils.swift | Swift | 24,662 | 0.95 | 0.093333 | 0.168929 | vue-tools | 751 | 2023-12-31T09:58:57.514125 | MIT | false | 6eb4939e00887002f755f982fdc6a79c |
//===--- main.swift -------------------------------------------*- swift -*-===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_benchmark_utils_main.swift | cpp_apple_swift_benchmark_utils_main.swift | Swift | 12,125 | 0.95 | 0.028436 | 0.108173 | node-utils | 828 | 2025-03-13T09:53:50.968881 | Apache-2.0 | false | a3084af58de385346e51b57512aa2844 |
@usableFromInline\n@frozen\nstruct Header {\n @usableFromInline\n let capacity: Int\n\n @usableFromInline\n var count: Int\n}\n\npublic final class SimpleArray<T> {\n @usableFromInline let storage: ManagedBuffer<Header, T>\n\n @_alwaysEmitIntoClient\n @inline(__always)\n @inlinable\n var count: Int {\n get ... | dataset_sample\swift\swift\cpp_apple_swift_benchmark_utils_SimpleArray.swift | cpp_apple_swift_benchmark_utils_SimpleArray.swift | Swift | 1,874 | 0.95 | 0.012346 | 0.028169 | node-utils | 192 | 2024-10-17T04:14:25.835649 | Apache-2.0 | false | 19978b8455ca0149ef85880b364c5530 |
// swift-tools-version: 5.9\n\n// The CMake build system is the only one that's able to produce a working\n// compiler. This Package.swift makes it easier to build and work with the\n// swiftASTGen library within IDEs, but it's mainly there for editing---it\n// won't create something that can be meaningfully executed. ... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Package.swift | cpp_apple_swift_lib_ASTGen_Package.swift | Swift | 3,934 | 0.95 | 0.009709 | 0.175258 | python-kit | 731 | 2025-01-04T21:47:25.758969 | Apache-2.0 | false | 34d309608a1243c928158affaa635f98 |
//===--- ASTGen+CompilerBuildConfiguration.swift --------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2024-2024 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_ASTGen+CompilerBuildConfiguration.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_ASTGen+CompilerBuildConfiguration.swift | Swift | 2,609 | 0.95 | 0.194444 | 0.40625 | node-utils | 766 | 2024-02-28T17:33:14.932653 | BSD-3-Clause | false | 13472e5e5a9fcae70910b44ce7cf39e8 |
//===--- ASTGen.swift -----------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_ASTGen.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_ASTGen.swift | Swift | 18,030 | 0.95 | 0.063584 | 0.166297 | awesome-app | 372 | 2024-11-10T12:28:31.483618 | MIT | false | 951d5442f3f20bec3339a4683b84eaa3 |
//===--- Availability.swift -----------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2025 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Availability.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Availability.swift | Swift | 17,140 | 0.95 | 0.077381 | 0.112583 | react-lib | 432 | 2024-02-25T04:23:11.278558 | BSD-3-Clause | false | 46a7732c2fcf7e95702d39a91a8256ec |
//===--- Bridge.swift -----------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Bridge.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Bridge.swift | Swift | 12,337 | 0.95 | 0.028986 | 0.152597 | python-kit | 258 | 2023-12-31T02:09:03.699573 | GPL-3.0 | false | c50d25f417b350b56edc2a82fa915c7d |
//===--- BuiltinPound.swift -----------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2025 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_BuiltinPound.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_BuiltinPound.swift | Swift | 10,689 | 0.95 | 0.056782 | 0.171429 | vue-tools | 646 | 2024-02-13T09:11:25.287007 | MIT | false | c01bff689558f502471ed60872baf829 |
//===--- CompilerBuildConfiguration.swift ---------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2024 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_CompilerBuildConfiguration.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_CompilerBuildConfiguration.swift | Swift | 18,423 | 0.95 | 0.09331 | 0.131687 | vue-tools | 12 | 2024-01-24T00:08:37.679947 | MIT | false | acbb510c3a38b8e0eb5a877812adc61a |
//===--- DeclAttrs.swift --------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_DeclAttrs.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_DeclAttrs.swift | Swift | 80,370 | 0.75 | 0.060241 | 0.149476 | vue-tools | 135 | 2024-09-09T13:08:02.038364 | MIT | false | 30273fa2ed4b9fe76faf63825eb978e0 |
//===--- Decls.swift ------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Decls.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Decls.swift | Swift | 41,732 | 0.95 | 0.065274 | 0.048991 | node-utils | 850 | 2024-09-10T21:53:44.523696 | BSD-3-Clause | false | e320be83ad455ce8debce7531bcf505d |
//===--- Diagnostics.swift ------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Diagnostics.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Diagnostics.swift | Swift | 5,608 | 0.95 | 0.056497 | 0.141026 | awesome-app | 875 | 2024-11-03T20:07:51.771115 | Apache-2.0 | false | b96da91acee16df278f8dc40826110d3 |
//===--- DiagnosticsBridge.swift ------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_DiagnosticsBridge.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_DiagnosticsBridge.swift | Swift | 17,407 | 0.95 | 0.054577 | 0.129032 | vue-tools | 790 | 2024-12-11T19:06:36.538040 | MIT | false | 62c5b8d4a6101f602a1dceaaa649bd1a |
//===--- Exprs.swift ------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Exprs.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Exprs.swift | Swift | 51,696 | 0.75 | 0.05802 | 0.060856 | awesome-app | 326 | 2024-08-09T06:27:38.195690 | GPL-3.0 | false | 8fefd087209e6703f9987ac3b3e95b7e |
//===--- Fingerprint.swift -------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2024 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Fingerprint.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Fingerprint.swift | Swift | 3,077 | 0.95 | 0.07 | 0.183908 | python-kit | 988 | 2025-07-08T03:33:57.753291 | Apache-2.0 | false | 088d1d0a84837728e6616f96c869ff38 |
//===--- Generics.swift ---------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Generics.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Generics.swift | Swift | 7,883 | 0.95 | 0.09292 | 0.093264 | awesome-app | 526 | 2024-04-19T04:34:32.088803 | MIT | false | b228436da78b244ec5a0b49703242872 |
//===--- LexicalLookup.swift ----------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2024 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_LexicalLookup.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_LexicalLookup.swift | Swift | 21,469 | 0.95 | 0.104688 | 0.146252 | python-kit | 29 | 2023-12-15T11:01:43.657604 | MIT | false | 03ff99c4d209db6030cffa6bfdafda1b |
//===--- Literals.swift ---------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Literals.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Literals.swift | Swift | 10,824 | 0.95 | 0.038095 | 0.088028 | awesome-app | 573 | 2025-01-05T01:51:46.066668 | BSD-3-Clause | false | 976c61f9b7850c52815a4fe04b35eb4a |
//===--- ParameterClause.swift --------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_ParameterClause.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_ParameterClause.swift | Swift | 9,813 | 0.95 | 0.070707 | 0.131783 | python-kit | 847 | 2024-05-08T04:59:22.348864 | MIT | false | ada28b7ddf4a78b9decb6636bd46633e |
//===--- Patterns.swift ---------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Patterns.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Patterns.swift | Swift | 4,243 | 0.95 | 0.040984 | 0.107143 | react-lib | 985 | 2024-07-29T03:59:01.876557 | MIT | false | d65f5de01534e131f92f511f4720c3d7 |
//===--- Regex.swift ------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Regex.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Regex.swift | Swift | 6,289 | 0.95 | 0.073864 | 0.343558 | vue-tools | 409 | 2024-12-05T12:52:33.861561 | MIT | false | 4e2bce884073c90012e675838c7e9915 |
//===--- SourceFile.swift -------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_SourceFile.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_SourceFile.swift | Swift | 12,325 | 0.95 | 0.074935 | 0.127596 | awesome-app | 966 | 2024-07-04T06:29:31.055650 | BSD-3-Clause | false | 7dff1bf8225910b4b09516d3d6d10901 |
//===--- StableHasher.swift -----------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2024 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_StableHasher.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_StableHasher.swift | Swift | 8,196 | 0.8 | 0.059211 | 0.107011 | awesome-app | 771 | 2025-04-06T05:44:29.587562 | GPL-3.0 | false | 66a04e3c2cde7e9bc3f12657211b80db |
//===--- Stmts.swift ------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Stmts.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Stmts.swift | Swift | 22,197 | 0.95 | 0.052716 | 0.062284 | awesome-app | 415 | 2025-06-04T06:21:08.926108 | BSD-3-Clause | false | d9892989bc4e54589484b10b9bcd83dd |
//===--- TypeAttrs.swift --------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2024 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_TypeAttrs.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_TypeAttrs.swift | Swift | 10,281 | 0.95 | 0.051118 | 0.125436 | node-utils | 432 | 2024-04-10T11:40:55.815736 | Apache-2.0 | false | 7a39ba47e4bbc6ff683149c6563d96e9 |
//===--- Types.swift ------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Types.swift | cpp_apple_swift_lib_ASTGen_Sources_ASTGen_Types.swift | Swift | 19,824 | 0.95 | 0.046823 | 0.066914 | node-utils | 114 | 2024-10-19T18:56:24.063538 | Apache-2.0 | false | 08d1bec75aadf557e619d4901a4bd8ac |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift open source project\n//\n// Copyright (c) 2022-2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See http://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_MacroEvaluation_Macros.swift | cpp_apple_swift_lib_ASTGen_Sources_MacroEvaluation_Macros.swift | Swift | 27,035 | 0.95 | 0.064394 | 0.116147 | awesome-app | 470 | 2024-10-29T04:26:50.893674 | Apache-2.0 | false | d79d85ecac77c7c008d35f2d3e3c32cc |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift open source project\n//\n// Copyright (c) 2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See http://swift.org/LICENS... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_MacroEvaluation_PluginHost.swift | cpp_apple_swift_lib_ASTGen_Sources_MacroEvaluation_PluginHost.swift | Swift | 14,044 | 0.95 | 0.086283 | 0.1125 | node-utils | 53 | 2024-12-24T15:25:12.342630 | MIT | false | 448079b523c99d1ee7b3708091732169 |
//===--- SourceManager.swift ----------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_MacroEvaluation_SourceManager.swift | cpp_apple_swift_lib_ASTGen_Sources_MacroEvaluation_SourceManager.swift | Swift | 8,890 | 0.95 | 0.127208 | 0.191235 | python-kit | 533 | 2024-09-04T04:41:37.320588 | MIT | false | 351b96438972c1c1163a6fed3dcda0d5 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_ASTGen_Sources_SwiftIDEUtilsBridging_NameMatcherBridging.swift | cpp_apple_swift_lib_ASTGen_Sources_SwiftIDEUtilsBridging_NameMatcherBridging.swift | Swift | 4,154 | 0.95 | 0.070796 | 0.126214 | python-kit | 689 | 2025-06-03T08:59:11.203284 | MIT | false | f0272d01f29d6a08087af30124f99900 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_lib_Macros_Sources_ObservationMacros_Availability.swift | cpp_apple_swift_lib_Macros_Sources_ObservationMacros_Availability.swift | Swift | 2,659 | 0.95 | 0.137615 | 0.10101 | awesome-app | 93 | 2024-11-08T23:13:03.207849 | Apache-2.0 | false | b3ad20f2f007103ec41c386265ccc502 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_lib_Macros_Sources_ObservationMacros_Extensions.swift | cpp_apple_swift_lib_Macros_Sources_ObservationMacros_Extensions.swift | Swift | 7,933 | 0.95 | 0.177083 | 0.042969 | react-lib | 760 | 2024-10-31T09:05:49.784739 | GPL-3.0 | false | 1188365a9b6a8c00f0f58a49e6d53c58 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_lib_Macros_Sources_ObservationMacros_ObservableMacro.swift | cpp_apple_swift_lib_Macros_Sources_ObservationMacros_ObservableMacro.swift | Swift | 18,389 | 0.95 | 0.035225 | 0.057778 | react-lib | 740 | 2025-02-26T12:33:32.682422 | BSD-3-Clause | false | 58f08a289ec30e87ab85a5d89feece71 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_Macros_Sources_SwiftMacros_DebugDescriptionMacro.swift | cpp_apple_swift_lib_Macros_Sources_SwiftMacros_DebugDescriptionMacro.swift | Swift | 19,910 | 0.95 | 0.068345 | 0.231707 | vue-tools | 616 | 2023-12-22T07:04:06.315684 | MIT | false | d274afb9c72d6a81d78b8737c8d6c56d |
import SwiftDiagnostics\nimport SwiftSyntax\nimport SwiftSyntaxBuilder\nimport SwiftSyntaxMacros\n\nenum OptionSetMacroDiagnostic {\n case requiresStruct\n case requiresStringLiteral(String)\n case requiresOptionsEnum(String)\n case requiresOptionsEnumRawType\n}\n\nextension OptionSetMacroDiagnostic: DiagnosticMess... | dataset_sample\swift\swift\cpp_apple_swift_lib_Macros_Sources_SwiftMacros_OptionSetMacro.swift | cpp_apple_swift_lib_Macros_Sources_SwiftMacros_OptionSetMacro.swift | Swift | 6,172 | 0.95 | 0.062176 | 0.110429 | python-kit | 797 | 2025-03-20T06:08:58.902324 | Apache-2.0 | false | bcf50415010fc0137e03df1299b91365 |
import SwiftDiagnostics\nimport SwiftParser\nimport SwiftSyntax\nimport SwiftSyntaxBuilder\nimport SwiftSyntaxMacros\n\n// avoids depending on SwiftifyImport.swift\n// all instances are reparsed and reinstantiated by the macro anyways,\n// so linking is irrelevant\nenum SwiftifyExpr: Hashable {\n case param(_ index: I... | dataset_sample\swift\swift\cpp_apple_swift_lib_Macros_Sources_SwiftMacros_SwiftifyImportMacro.swift | cpp_apple_swift_lib_Macros_Sources_SwiftMacros_SwiftifyImportMacro.swift | Swift | 52,220 | 0.75 | 0.145023 | 0.034409 | react-lib | 715 | 2024-07-03T15:28:11.962657 | BSD-3-Clause | false | 20499470384a34c4d096aa4be3f9ac18 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2024 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_Macros_Sources_SwiftMacros_SyntaxExtensions.swift | cpp_apple_swift_lib_Macros_Sources_SwiftMacros_SyntaxExtensions.swift | Swift | 1,777 | 0.95 | 0.050847 | 0.264151 | awesome-app | 533 | 2024-11-01T14:50:20.609996 | MIT | false | 1d4f44aea5e6c91f419a4aff1e9854c7 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2022-2023 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_lib_Macros_Sources_SwiftMacros_TaskLocalMacro.swift | cpp_apple_swift_lib_Macros_Sources_SwiftMacros_TaskLocalMacro.swift | Swift | 7,395 | 0.95 | 0.083333 | 0.114428 | node-utils | 745 | 2025-04-28T21:00:25.034249 | Apache-2.0 | false | abfb744b44f442315add519cbcfb611b |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2025 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_lib_Macros_Sources_SwiftMacros_TaskMacro.swift | cpp_apple_swift_lib_Macros_Sources_SwiftMacros_TaskMacro.swift | Swift | 3,574 | 0.95 | 0.063492 | 0.1 | vue-tools | 798 | 2025-06-08T05:03:02.287460 | GPL-3.0 | false | 98457bfd92df54dea5a72f5f8944f76e |
//===--------------------------- OSLogFloatFormatting.swift ------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See htt... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_private_OSLog_OSLogFloatFormatting.swift | cpp_apple_swift_stdlib_private_OSLog_OSLogFloatFormatting.swift | Swift | 15,283 | 0.95 | 0.084507 | 0.473418 | react-lib | 669 | 2025-01-05T10:32:16.462361 | GPL-3.0 | false | 590082758b19ba604ea5bf5d64b0ee52 |
//===----------------- OSLogFloatingPointTypes.swift ----------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_private_OSLog_OSLogFloatingPointTypes.swift | cpp_apple_swift_stdlib_private_OSLog_OSLogFloatingPointTypes.swift | Swift | 6,472 | 0.95 | 0.119048 | 0.453947 | vue-tools | 601 | 2024-07-28T09:14:47.783804 | MIT | false | 136d9a0330fd6d6e52837a33b9c1e838 |
//===----------------- OSLogIntegerFormatting.swift -----------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_private_OSLog_OSLogIntegerFormatting.swift | cpp_apple_swift_stdlib_private_OSLog_OSLogIntegerFormatting.swift | Swift | 15,487 | 0.95 | 0.077647 | 0.448718 | vue-tools | 268 | 2024-11-12T14:41:25.030076 | GPL-3.0 | false | 03453d37f4b30744e0e5ef901ef0ea5d |
//===----------------- OSLogIntegerTypes.swift ----------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_private_OSLog_OSLogIntegerTypes.swift | cpp_apple_swift_stdlib_private_OSLog_OSLogIntegerTypes.swift | Swift | 9,996 | 0.95 | 0.110687 | 0.384937 | python-kit | 181 | 2023-12-30T08:08:26.426102 | MIT | false | 436643d8ccdfe7f41c1badb927517170 |
//===----------------- OSLogMessage.swift ---------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_private_OSLog_OSLogMessage.swift | cpp_apple_swift_stdlib_private_OSLog_OSLogMessage.swift | Swift | 12,322 | 0.95 | 0.058659 | 0.350932 | node-utils | 230 | 2024-01-26T16:12:57.268995 | MIT | false | a34aa90e18f393748a81a3f33df12a57 |
//===----------------- OSLogNSObjectType.swift ----------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_private_OSLog_OSLogNSObjectType.swift | cpp_apple_swift_stdlib_private_OSLog_OSLogNSObjectType.swift | Swift | 5,135 | 0.95 | 0.120301 | 0.418033 | awesome-app | 935 | 2023-11-08T08:16:50.338593 | GPL-3.0 | false | e5500f306ca1ecce4e5e89e6961b853b |
//===----------------- OSLogPrivacy.swift ---------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_private_OSLog_OSLogPrivacy.swift | cpp_apple_swift_stdlib_private_OSLog_OSLogPrivacy.swift | Swift | 6,442 | 0.8 | 0.095455 | 0.328358 | vue-tools | 47 | 2024-09-25T16:36:29.680222 | MIT | false | 9ba47941d3e0f3dc19714dc27119d952 |
//===----------------- OSLogStringAlignment.swift -------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_private_OSLog_OSLogStringAlignment.swift | cpp_apple_swift_stdlib_private_OSLog_OSLogStringAlignment.swift | Swift | 3,042 | 0.95 | 0.103448 | 0.481013 | react-lib | 696 | 2023-10-28T17:38:25.896888 | Apache-2.0 | false | 4354315ebf7554dff8ca179b0ade2479 |
//===----------------- OSLogStringTypes.swift -----------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_private_OSLog_OSLogStringTypes.swift | cpp_apple_swift_stdlib_private_OSLog_OSLogStringTypes.swift | Swift | 7,036 | 0.95 | 0.109948 | 0.364162 | python-kit | 546 | 2024-05-18T23:23:57.789750 | Apache-2.0 | false | 63869f563c8cdf46ff6edf2b85b5e7e8 |
//===----------------- OSLogSwiftProtocols.swift -----------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://s... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_private_OSLog_OSLogSwiftProtocols.swift | cpp_apple_swift_stdlib_private_OSLog_OSLogSwiftProtocols.swift | Swift | 3,108 | 0.95 | 0.138889 | 0.617647 | vue-tools | 268 | 2024-04-04T16:39:18.910867 | GPL-3.0 | false | 9fb1e1351283b9e5b7f7c7d4e5a50fe5 |
//===--- Subprocess.swift -------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_private_SwiftPrivateLibcExtras_Subprocess.swift | cpp_apple_swift_stdlib_private_SwiftPrivateLibcExtras_Subprocess.swift | Swift | 16,265 | 0.95 | 0.138776 | 0.240741 | python-kit | 239 | 2023-11-16T18:23:17.895052 | GPL-3.0 | false | 8c623bc443aff469b288af8cbc7661d8 |
//===--- SwiftPrivateLibcExtras.swift -------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_private_SwiftPrivateLibcExtras_SwiftPrivateLibcExtras.swift | cpp_apple_swift_stdlib_private_SwiftPrivateLibcExtras_SwiftPrivateLibcExtras.swift | Swift | 4,420 | 0.95 | 0.052326 | 0.230263 | node-utils | 676 | 2025-04-21T08:22:43.526621 | BSD-3-Clause | false | 5013139f72f01f86e31e638560537409 |
//===--- SwiftPrivateThreadExtras.swift -----------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_private_SwiftPrivateThreadExtras_SwiftPrivateThreadExtras.swift | cpp_apple_swift_stdlib_private_SwiftPrivateThreadExtras_SwiftPrivateThreadExtras.swift | Swift | 5,479 | 0.95 | 0.112299 | 0.297619 | node-utils | 417 | 2025-06-22T00:42:32.376253 | Apache-2.0 | false | b948a74f505b1398334cb630e40e5d52 |
//===--- ThreadBarriers.swift ---------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_private_SwiftPrivateThreadExtras_ThreadBarriers.swift | cpp_apple_swift_stdlib_private_SwiftPrivateThreadExtras_ThreadBarriers.swift | Swift | 5,255 | 0.95 | 0.102151 | 0.394118 | awesome-app | 49 | 2023-12-01T06:34:47.969505 | BSD-3-Clause | false | 4e5baf94ec08fd72fe88da22dc16a9c0 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_private_SwiftPrivate_IO.swift | cpp_apple_swift_stdlib_private_SwiftPrivate_IO.swift | Swift | 6,401 | 0.95 | 0.118367 | 0.125 | awesome-app | 162 | 2023-11-18T09:58:53.178746 | GPL-3.0 | false | df0fa32ac13c6b404e49f3ac9f21624f |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_private_SwiftPrivate_ShardedAtomicCounter.swift | cpp_apple_swift_stdlib_private_SwiftPrivate_ShardedAtomicCounter.swift | Swift | 2,601 | 0.95 | 0.096386 | 0.30137 | vue-tools | 808 | 2025-01-30T23:55:35.553407 | MIT | false | d34a42779bf093d32ed594bbf260fe37 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_private_SwiftPrivate_SwiftPrivate.swift | cpp_apple_swift_stdlib_private_SwiftPrivate_SwiftPrivate.swift | Swift | 2,633 | 0.95 | 0.0625 | 0.232877 | node-utils | 868 | 2025-02-10T00:23:38.426361 | Apache-2.0 | false | faab1d0d413eab12266b3575c38bd1e4 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2020-2022 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_Actor.swift | cpp_apple_swift_stdlib_public_Concurrency_Actor.swift | Swift | 5,595 | 0.95 | 0.084507 | 0.609375 | awesome-app | 976 | 2024-04-07T20:43:30.482628 | MIT | false | 457b74b4890b15a32c5e8c0c98ae61ba |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncCompactMapSequence.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncCompactMapSequence.swift | Swift | 6,417 | 0.95 | 0.098837 | 0.451613 | python-kit | 348 | 2023-07-25T04:18:26.062286 | Apache-2.0 | false | 2309c431b6c5cb6665069dde120c2b55 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncDropFirstSequence.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncDropFirstSequence.swift | Swift | 6,471 | 0.95 | 0.051136 | 0.428571 | vue-tools | 143 | 2024-06-28T01:28:29.428816 | GPL-3.0 | false | 987b45d4ebbb98b8ef0784714c6ca139 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncDropWhileSequence.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncDropWhileSequence.swift | Swift | 6,284 | 0.95 | 0.129412 | 0.445161 | vue-tools | 729 | 2024-09-30T01:01:20.166662 | MIT | false | bbe1b2251e8a6eba4f26667e6ec8a56e |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncFilterSequence.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncFilterSequence.swift | Swift | 5,362 | 0.95 | 0.085526 | 0.405797 | awesome-app | 631 | 2025-02-28T05:34:18.642008 | MIT | false | e122af35f8f11fe5ccbb99224d628527 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncFlatMapSequence.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncFlatMapSequence.swift | Swift | 13,727 | 0.95 | 0.076023 | 0.453416 | vue-tools | 60 | 2025-03-24T17:01:10.931049 | Apache-2.0 | false | d5eefd5025b54ad5b20e82fc8d516313 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2020 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncIteratorProtocol.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncIteratorProtocol.swift | Swift | 5,257 | 0.95 | 0.101449 | 0.770992 | python-kit | 580 | 2023-11-17T01:06:14.780762 | MIT | false | b7ab6df2b740133ccff5bd2384386d95 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2020 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncLet.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncLet.swift | Swift | 2,382 | 0.95 | 0.081967 | 0.372549 | react-lib | 449 | 2025-01-03T04:50:08.427337 | Apache-2.0 | false | 88f2a422f753b64cd86bbea126e532d7 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncMapSequence.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncMapSequence.swift | Swift | 5,509 | 0.95 | 0.052288 | 0.453237 | react-lib | 8 | 2025-03-09T11:18:53.779538 | BSD-3-Clause | false | 0c82299ab2e78644e7450c73df888384 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncPrefixSequence.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncPrefixSequence.swift | Swift | 4,973 | 0.95 | 0.048611 | 0.438462 | vue-tools | 337 | 2025-01-02T18:11:36.114175 | Apache-2.0 | false | 208fc425ed8cc00452f3e39203eff5f1 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncPrefixWhileSequence.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncPrefixWhileSequence.swift | Swift | 5,617 | 0.95 | 0.120253 | 0.412587 | python-kit | 504 | 2024-09-20T18:53:39.375980 | BSD-3-Clause | false | c3f81adb1b0c3d6faaa9d909f807ffae |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2020 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncSequence.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncSequence.swift | Swift | 20,055 | 0.95 | 0.12731 | 0.679406 | python-kit | 423 | 2024-02-26T22:09:46.680234 | Apache-2.0 | false | c8a2f9462a7cd72dc8f03ec38ab2f1b9 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2020-2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncStream.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncStream.swift | Swift | 24,061 | 0.95 | 0.045977 | 0.558669 | python-kit | 482 | 2024-05-30T06:57:37.124528 | GPL-3.0 | false | 8f1f6fbfa9074980c2f6b2e168d64f38 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2020-2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncStreamBuffer.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncStreamBuffer.swift | Swift | 18,009 | 0.95 | 0.092593 | 0.045028 | react-lib | 839 | 2024-08-29T21:51:22.383053 | GPL-3.0 | false | 389b1cc92c9d458b3623d49b3fac6822 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncThrowingCompactMapSequence.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncThrowingCompactMapSequence.swift | Swift | 7,506 | 0.95 | 0.121212 | 0.461538 | react-lib | 10 | 2024-07-29T14:59:01.730208 | Apache-2.0 | false | 2d80e5e633cd1e89d0c2e2df6ad3f2da |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncThrowingDropWhileSequence.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncThrowingDropWhileSequence.swift | Swift | 7,499 | 0.95 | 0.146341 | 0.444444 | node-utils | 711 | 2024-01-04T14:03:16.003156 | GPL-3.0 | false | f4a148fc01d28b9e26435a7e6e3ba114 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncThrowingFilterSequence.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncThrowingFilterSequence.swift | Swift | 6,413 | 0.95 | 0.114754 | 0.427711 | react-lib | 347 | 2025-06-24T15:21:18.167215 | BSD-3-Clause | false | ec00f55fab542c1436b9df5a585e3711 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncThrowingFlatMapSequence.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncThrowingFlatMapSequence.swift | Swift | 9,169 | 0.95 | 0.102881 | 0.365639 | react-lib | 893 | 2024-10-01T19:24:38.569619 | MIT | false | c8ecde2fff30a9c1b0db3018f96e17e7 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncThrowingMapSequence.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncThrowingMapSequence.swift | Swift | 6,653 | 0.95 | 0.088398 | 0.475904 | awesome-app | 40 | 2023-07-22T20:13:48.125067 | MIT | false | e6cf6964a6405b58ee8ed873c9a51351 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncThrowingPrefixWhileSequence.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncThrowingPrefixWhileSequence.swift | Swift | 6,623 | 0.95 | 0.137363 | 0.443114 | react-lib | 636 | 2023-11-29T06:52:38.176885 | GPL-3.0 | false | d8948b00b5a2057dbe6f9a4b95b7b1a5 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2020-2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_AsyncThrowingStream.swift | cpp_apple_swift_stdlib_public_Concurrency_AsyncThrowingStream.swift | Swift | 26,578 | 0.95 | 0.061728 | 0.597064 | vue-tools | 898 | 2025-03-15T19:13:50.090924 | Apache-2.0 | false | eabf1c3d1e0a962ddb256c19f76caf13 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2020 - 2025 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_CFExecutor.swift | cpp_apple_swift_stdlib_public_Concurrency_CFExecutor.swift | Swift | 2,110 | 0.95 | 0.074627 | 0.326531 | react-lib | 840 | 2024-02-15T14:03:51.590854 | Apache-2.0 | false | 9351beb31d74a3917bb6a031f63bf80e |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_CheckedContinuation.swift | cpp_apple_swift_stdlib_public_Concurrency_CheckedContinuation.swift | Swift | 17,519 | 0.95 | 0.173516 | 0.533333 | awesome-app | 572 | 2025-02-24T16:18:36.637792 | Apache-2.0 | false | a2de0d30cbd72e9b506d445446d3c7fb |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_Clock.swift | cpp_apple_swift_stdlib_public_Concurrency_Clock.swift | Swift | 8,739 | 0.95 | 0.088462 | 0.452586 | python-kit | 431 | 2024-04-03T13:38:39.050643 | Apache-2.0 | false | 4b6f6facffa9a5da8dc05753b60bf5b8 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2014 - 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swif... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_ContinuousClock.swift | cpp_apple_swift_stdlib_public_Concurrency_ContinuousClock.swift | Swift | 6,570 | 0.95 | 0.061905 | 0.265957 | python-kit | 570 | 2025-04-24T07:17:03.925872 | Apache-2.0 | false | 5f7167ff01f7afa50a261343d45bfd21 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2025 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_CooperativeExecutor.swift | cpp_apple_swift_stdlib_public_Concurrency_CooperativeExecutor.swift | Swift | 8,376 | 0.95 | 0.091954 | 0.121212 | python-kit | 421 | 2025-06-23T12:04:02.842898 | Apache-2.0 | false | 2c8699f5c24fe628adf2a9b8ec7393d6 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_Deque_Compatibility.swift | cpp_apple_swift_stdlib_public_Concurrency_Deque_Compatibility.swift | Swift | 2,384 | 0.95 | 0.153846 | 0.596491 | python-kit | 432 | 2024-02-02T13:11:21.349306 | BSD-3-Clause | false | 3c8b9ae48041bb52d9035fd5094f8407 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+Codable.swift | cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+Codable.swift | Swift | 1,744 | 0.95 | 0.232143 | 0.55102 | react-lib | 107 | 2024-12-12T00:43:13.076525 | GPL-3.0 | false | 28866bb3594ac8bd65f0488965c80cb6 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+Collection.swift | cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+Collection.swift | Swift | 32,576 | 0.95 | 0.053004 | 0.494949 | python-kit | 799 | 2023-07-28T04:21:50.937060 | MIT | false | 695ae02060c97bb914c305af9881bfec |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+CustomDebugStringConvertible.swift | cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+CustomDebugStringConvertible.swift | Swift | 1,087 | 0.95 | 0.135135 | 0.46875 | vue-tools | 926 | 2023-08-31T12:01:47.230906 | MIT | false | cba0d89fdf0992b7f402af7e19a555fb |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+CustomReflectable.swift | cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+CustomReflectable.swift | Swift | 823 | 0.95 | 0.130435 | 0.714286 | python-kit | 231 | 2024-08-27T20:16:47.015481 | Apache-2.0 | false | c7fc4e395ada42346ac79d493b18360a |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+CustomStringConvertible.swift | cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+CustomStringConvertible.swift | Swift | 1,024 | 0.95 | 0.108108 | 0.46875 | react-lib | 41 | 2025-01-23T17:35:24.413977 | BSD-3-Clause | false | b41aaf83e910f4d61b30074f53b1694e |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+Equatable.swift | cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+Equatable.swift | Swift | 982 | 0.95 | 0.076923 | 0.73913 | vue-tools | 85 | 2025-01-09T01:17:11.372776 | BSD-3-Clause | false | 1ae4e12d4f5acce2f0c38d1c321d253e |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+ExpressibleByArrayLiteral.swift | cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+ExpressibleByArrayLiteral.swift | Swift | 1,211 | 0.95 | 0.033333 | 0.777778 | node-utils | 856 | 2024-03-24T02:50:58.959253 | BSD-3-Clause | false | 564440e22a033caef362cea81322a743 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+Extras.swift | cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+Extras.swift | Swift | 7,627 | 0.95 | 0.053763 | 0.588571 | react-lib | 661 | 2024-12-25T06:45:25.356856 | MIT | false | 15975398741cbafcadef44c18f9e0631 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+Hashable.swift | cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+Hashable.swift | Swift | 941 | 0.95 | 0.071429 | 0.64 | vue-tools | 735 | 2024-10-06T12:23:04.348027 | GPL-3.0 | false | 61b1c0dfa34eb47f3ab1fbceb492027d |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+Storage.swift | cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+Storage.swift | Swift | 5,708 | 0.95 | 0.082873 | 0.219355 | awesome-app | 965 | 2023-12-03T16:22:50.592289 | GPL-3.0 | false | 1c126c8fa2b9cc66baa4d2f0f6cc9ff5 |
//===----------------------------------------------------------------------===//\n//\n// This source file is part of the Swift.org open source project\n//\n// Copyright (c) 2021 Apple Inc. and the Swift project authors\n// Licensed under Apache License v2.0 with Runtime Library Exception\n//\n// See https://swift.org/L... | dataset_sample\swift\swift\cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+UnsafeHandle.swift | cpp_apple_swift_stdlib_public_Concurrency_Deque_Deque+UnsafeHandle.swift | Swift | 29,933 | 0.95 | 0.067097 | 0.27551 | react-lib | 121 | 2024-08-01T02:31:47.134496 | Apache-2.0 | false | 57873db0e81d8de8c41968b6eaa75ed0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.