From efcbd94d14cd9bb44eff1438e2a4e1aae3127b4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 00:53:17 +0000 Subject: [PATCH] Apply scheduled running result --- Outputs/Nuke.json | 12 ++++++++++++ Outputs/Swift-DocC Plugin.json | 12 ++++++++++++ Outputs/SwiftLint.json | 12 ++++++++++++ 3 files changed, 36 insertions(+) diff --git a/Outputs/Nuke.json b/Outputs/Nuke.json index d0f1908..e70e44d 100644 --- a/Outputs/Nuke.json +++ b/Outputs/Nuke.json @@ -802,5 +802,17 @@ "title" : "Nuke 12.1", "url" : "https://github.com/kean/Nuke/releases/tag/12.1.0", "version" : "12.1.0" + }, + { + "body" : "- Fix compilation errors on xrOS\r\n- Fix warnings in Xcode 15", + "createdAt" : "2023-06-22T11:48:18+09:00", + "fetchedFromAPIAt" : "2023-06-23T09:53:16+09:00", + "id" : "RE_kwDOAeh5z84Gho3z", + "owner" : "kean", + "publishedAt" : "2023-06-22T11:54:57+09:00", + "repository" : "Nuke", + "title" : "Nuke 12.2 (Beta 1)", + "url" : "https://github.com/kean/Nuke/releases/tag/12.2.0-beta.1", + "version" : "12.2.0-beta.1" } ] \ No newline at end of file diff --git a/Outputs/Swift-DocC Plugin.json b/Outputs/Swift-DocC Plugin.json index ca6b5a5..a17ef61 100644 --- a/Outputs/Swift-DocC Plugin.json +++ b/Outputs/Swift-DocC Plugin.json @@ -46,5 +46,17 @@ "title" : "1.2.0", "url" : "https://github.com/apple/swift-docc-plugin/releases/tag/1.2.0", "version" : "1.2.0" + }, + { + "body" : "### What's Changed\r\n\r\n- Documentation for [Swift symbols that extend other modules](https://apple.github.io/swift-docc-plugin/documentation/swiftdoccplugin/generating-documentation-for-extended-types) is now included **by default** when building with **Swift 5.9 or later**. To exclude external types when building Swift 5.9 or later, you can pass the new `--exclude-extended-types` flag:\r\n\r\n ```shell\r\n swift package generate-documentation --exclude-extended-types --target [target-name]\r\n ```\r\n---\r\n\r\nThe `1.3.0` release includes contributions from @theMomax. Thank you! ", + "createdAt" : "2023-05-04T23:58:12+09:00", + "fetchedFromAPIAt" : "2023-06-23T09:53:16+09:00", + "id" : "RE_kwDOGYmeSs4GiErq", + "owner" : "apple", + "publishedAt" : "2023-06-23T03:30:52+09:00", + "repository" : "swift-docc-plugin", + "title" : "Swift-DocC-Plugin 1.3.0", + "url" : "https://github.com/apple/swift-docc-plugin/releases/tag/1.3.0", + "version" : "1.3.0" } ] \ No newline at end of file diff --git a/Outputs/SwiftLint.json b/Outputs/SwiftLint.json index a0334a9..c5a75a5 100644 --- a/Outputs/SwiftLint.json +++ b/Outputs/SwiftLint.json @@ -586,5 +586,17 @@ "title" : "0.52.2: Crisper Clearer Pleats", "url" : "https://github.com/realm/SwiftLint/releases/tag/0.52.2", "version" : "0.52.2" + }, + { + "body" : "#### Breaking\n\n* None.\n\n#### Experimental\n\n* None.\n\n#### Enhancements\n\n* Make severity for unallowed symbols configurable. The option name is\n `unallowed_symbols_severity`. It accepts the two values `warning` and `error`\n (default) as usual. \n [SimplyDanny](https://github.com/SimplyDanny)\n\n* Mention a rule's identifier in the console message that is printed when the\n rule's associated configuration entry contains invalid values. \n [SimplyDanny](https://github.com/SimplyDanny)\n\n* Silence `xct_specific_matcher` rule on \"one argument asserts\" if there are\n potential types or tuples involved in the comparison as types and tuples do\n not conform to `Equatable`. \n [SimplyDanny](https://github.com/SimplyDanny)\n [#4990](https://github.com/realm/SwiftLint/issues/4990)\n\n* Add `grouping` option to the `sorted_imports` rule allowing\n to sort groups of imports defined by their preceding attributes\n (e.g. `@testable`, `@_exported`, ...). \n [hiltonc](https://github.com/hiltonc)\n\n* Add new `--silence-deprecation-warnings` flag that silences deprecation\n warnings that would otherwise be printed to the console. \n [SimplyDanny](https://github.com/SimplyDanny)\n [#4989](https://github.com/realm/SwiftLint/issues/4989)\n\n* Do not trigger `redundant_self_in_closure` rule when another idenfier `x` in\n scope shadows the field accessed by `self.x` to avoid semantical changes. \n [SimplyDanny](https://github.com/SimplyDanny)\n [#5010](https://github.com/realm/SwiftLint/issues/5010)\n\n* Rewrite `todo` rule with SwiftSyntax. \n [woxtu](https://github.com/woxtu)\n\n* Adds an `unneeded_synthesized_initializer` rule, based on\n `swift-format`'s `UseSynthesizedInitializer` rule, which warns\n when a defined default or memberwise initializer would have been\n automatically synthesized. \n [Martin Redington](https://github.com/mildm8nnered)\n\n#### Bug Fixes\n\n* The option `validates_start_with_lowercase` can now be disabled by setting it\n to `off`. \n [SimplyDanny](https://github.com/SimplyDanny)\n [#5036](https://github.com/realm/SwiftLint/issues/5036)\n\n* Do not trigger `prefer_self_in_static_references` rule on `typealias`\n declarations in classes. \n [SimplyDanny](https://github.com/SimplyDanny)\n [#5009](https://github.com/realm/SwiftLint/issues/5009)\n\n* Do not trigger `prefer_self_in_static_references` rule on collection types in\n classes, but on initializers like `[C]()` in all types. \n [SimplyDanny](https://github.com/SimplyDanny)\n [#5042](https://github.com/realm/SwiftLint/issues/5042)\n\n* Fix false positives on `redundant_objc_attribute` rule for enums\n and private members. \n [Martin Redington](https://github.com/mildm8nnered)\n [#4633](https://github.com/realm/SwiftLint/issues/4633)\n\n* Fix autocorrect for `CGIntersectionRect` in `legacy_cggeometry_functions`\n rule. \n [Haoocen](https://github.com/Haoocen)\n [#5023](https://github.com/realm/SwiftLint/pull/5023)\n\n* Fix false positives on `sorted_first_last` rule when `first`/`last` have\n a predicate. \n [woxtu](https://github.com/woxtu)\n [#3023](https://github.com/realm/SwiftLint/issues/3023)\n\n* Work around dyld warning about duplicate SwiftSyntax classes with Xcode 15\n betas. \n [keith](https://github.com/keith)\n [JP Simard](https://github.com/jpsim)\n [#4782](https://github.com/realm/SwiftLint/issues/4782)\n\n---\n\n### Using Bazel\n\nWith bzlmod:\n\n```\n// Pending BCR update\nbazel_dep(name = \"swiftlint\", version = \"0.52.3\", repo_name = \"SwiftLint\")\n```\n\nWithout bzlmod, put this in your `WORKSPACE`:\n\n
\n\nWORKSPACE\n\n```python\nload(\"@bazel_tools//tools/build_defs/repo:http.bzl\", \"http_archive\")\n\nhttp_archive(\n name = \"build_bazel_rules_apple\",\n sha256 = \"9e26307516c4d5f2ad4aee90ac01eb8cd31f9b8d6ea93619fc64b3cbc81b0944\",\n url = \"https://github.com/bazelbuild/rules_apple/releases/download/2.2.0/rules_apple.2.2.0.tar.gz\",\n)\n\nload(\n \"@build_bazel_rules_apple//apple:repositories.bzl\",\n \"apple_rules_dependencies\",\n)\n\napple_rules_dependencies()\n\nload(\n \"@build_bazel_rules_swift//swift:repositories.bzl\",\n \"swift_rules_dependencies\",\n)\n\nswift_rules_dependencies()\n\nload(\n \"@build_bazel_rules_swift//swift:extras.bzl\",\n \"swift_rules_extra_dependencies\",\n)\n\nswift_rules_extra_dependencies()\n\nhttp_archive(\n name = \"SwiftLint\",\n sha256 = \"20c09504184d2496a4b40bc6f77a03d443fe4ba79b4bbbab61382bc5241d24aa\",\n url = \"https://github.com/realm/SwiftLint/releases/download/0.52.3/bazel.tar.gz\",\n)\n\nload(\"@SwiftLint//bazel:repos.bzl\", \"swiftlint_repos\")\n\nswiftlint_repos()\n\nload(\"@SwiftLint//bazel:deps.bzl\", \"swiftlint_deps\")\n\nswiftlint_deps()\n```\n\n
\n\nThen you can run SwiftLint in the current directory with this command:\n\n```console\nbazel run @SwiftLint//:swiftlint -- --help\n```\n", + "createdAt" : "2023-06-23T00:00:07+09:00", + "fetchedFromAPIAt" : "2023-06-23T09:53:17+09:00", + "id" : "RE_kwDOAiE69s4Gh9JX", + "owner" : "realm", + "publishedAt" : "2023-06-23T00:00:12+09:00", + "repository" : "SwiftLint", + "title" : "0.52.3: Duplicate Hampers", + "url" : "https://github.com/realm/SwiftLint/releases/tag/0.52.3", + "version" : "0.52.3" } ] \ No newline at end of file