From 68d8a738029d164734513afd238c7abde4678b19 Mon Sep 17 00:00:00 2001 From: John Fairhurst Date: Tue, 27 May 2025 10:08:52 +0100 Subject: [PATCH] updates for jf-xcode26 --- .../after/execution_output.txt | 3 +++ .../after/docs/Enums/RLMAppError.html | 8 +++---- .../after/docs/Enums/RLMError.html | 22 ++++++++--------- .../after/docs/Enums/RLMSyncAuthError.html | 24 +++++++++---------- .../after/docs/Enums/RLMSyncError.html | 12 +++++----- .../Documents/Enums/RLMAppError.html | 8 +++---- .../Resources/Documents/Enums/RLMError.html | 22 ++++++++--------- .../Documents/Enums/RLMSyncAuthError.html | 24 +++++++++---------- .../Documents/Enums/RLMSyncError.html | 12 +++++----- .../after/docs/undocumented.json | 4 +--- .../docs/Extensions/EnvironmentValues.html | 2 +- .../after/docs/Extensions/View.html | 2 +- .../Extensions/EnvironmentValues.html | 2 +- .../Resources/Documents/Extensions/View.html | 2 +- .../after/docs/undocumented.json | 4 +--- .../contents.xcworkspacedata | 7 ------ .../after/docs/Actors/PublicActor.html | 1 + .../after/docs/Enums/DocumentedEnum.html | 2 +- .../after/docs/Enums/StringEnum.html | 2 +- .../after/docs/Enums/UndocumentedEnum.html | 2 +- .../after/docs/Structs/Nop.html | 2 +- .../docs/Structs/PropertyWrapperClient.html | 2 +- .../Documents/Actors/PublicActor.html | 1 + .../Documents/Enums/DocumentedEnum.html | 2 +- .../Resources/Documents/Enums/StringEnum.html | 2 +- .../Documents/Enums/UndocumentedEnum.html | 2 +- .../Resources/Documents/Structs/Nop.html | 2 +- .../Structs/PropertyWrapperClient.html | 2 +- .../after/docs/undocumented.json | 7 ++++++ .../after/execution_output.txt | 6 ++--- 30 files changed, 97 insertions(+), 96 deletions(-) delete mode 100644 misc_jazzy_features/before/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata diff --git a/document_moya_podspec/after/execution_output.txt b/document_moya_podspec/after/execution_output.txt index 57d45f0de..d21a3320f 100644 --- a/document_moya_podspec/after/execution_output.txt +++ b/document_moya_podspec/after/execution_output.txt @@ -65,6 +65,9 @@ Parsing URLRequest+Encoding.swift (23/24) Parsing ValidationType.swift (24/24) Running xcodebuild Parsing AnyPublisher+Response.swift (1/27) +ROOT/tmp/document_moya_podspec/Sources/CombineMoya/AnyPublisher+Response.swift:5:8: warning: file 'AnyPublisher+Response.swift' is part of module 'Moya'; ignoring import +import Moya + ^ Parsing MoyaProvider+Combine.swift (2/27) Parsing MoyaPublisher.swift (3/27) Parsing AnyEncodable.swift (4/27) diff --git a/document_realm_objc/after/docs/Enums/RLMAppError.html b/document_realm_objc/after/docs/Enums/RLMAppError.html index 7815954d7..c71788fe1 100644 --- a/document_realm_objc/after/docs/Enums/RLMAppError.html +++ b/document_realm_objc/after/docs/Enums/RLMAppError.html @@ -516,7 +516,7 @@

Declaration

Swift

-
case unknown = -1
+
static var unknown: RLMAppError.Code { get }
@@ -551,7 +551,7 @@

Declaration

Swift

-
case invalidSession = 2
+
static var invalidSession: RLMAppError.Code { get }
@@ -586,7 +586,7 @@

Declaration

Swift

-
case badRequest = 48
+
static var badRequest: RLMAppError.Code { get }
@@ -621,7 +621,7 @@

Declaration

Swift

-
case userNotFound = 45
+
static var userNotFound: RLMAppError.Code { get }
diff --git a/document_realm_objc/after/docs/Enums/RLMError.html b/document_realm_objc/after/docs/Enums/RLMError.html index fbd751805..5d9bd2f4f 100644 --- a/document_realm_objc/after/docs/Enums/RLMError.html +++ b/document_realm_objc/after/docs/Enums/RLMError.html @@ -517,7 +517,7 @@

Declaration

Swift

-
case fail = 1
+
static var fail: RLMError.Code { get }
@@ -552,7 +552,7 @@

Declaration

Swift

-
case fileAccess = 2
+
static var fileAccess: RLMError.Code { get }
@@ -590,7 +590,7 @@

Declaration

Swift

-
case filePermissionDenied = 3
+
static var filePermissionDenied: RLMError.Code { get }
@@ -625,7 +625,7 @@

Declaration

Swift

-
case fileExists = 4
+
static var fileExists: RLMError.Code { get }
@@ -664,7 +664,7 @@

Declaration

Swift

-
case fileNotFound = 5
+
static var fileNotFound: RLMError.Code { get }
@@ -700,7 +700,7 @@

Declaration

Swift

-
case fileFormatUpgradeRequired = 6
+
static var fileFormatUpgradeRequired: RLMError.Code { get }
@@ -741,7 +741,7 @@

Declaration

Swift

-
case incompatibleLockFile = 8
+
static var incompatibleLockFile: RLMError.Code { get }
@@ -776,7 +776,7 @@

Declaration

Swift

-
case addressSpaceExhausted = 9
+
static var addressSpaceExhausted: RLMError.Code { get }
@@ -811,7 +811,7 @@

Declaration

Swift

-
case schemaMismatch = 10
+
static var schemaMismatch: RLMError.Code { get }
@@ -846,7 +846,7 @@

Declaration

Swift

-
case alreadyOpen = 12
+
static var alreadyOpen: RLMError.Code { get }
@@ -881,7 +881,7 @@

Declaration

Swift

-
case invalidInput = 13
+
static var invalidInput: RLMError.Code { get }
diff --git a/document_realm_objc/after/docs/Enums/RLMSyncAuthError.html b/document_realm_objc/after/docs/Enums/RLMSyncAuthError.html index 9b880ff15..aa8b7da9d 100644 --- a/document_realm_objc/after/docs/Enums/RLMSyncAuthError.html +++ b/document_realm_objc/after/docs/Enums/RLMSyncAuthError.html @@ -516,7 +516,7 @@

Declaration

Swift

-
case badResponse = 1
+
static var badResponse: RLMSyncAuthError.Code { get }
@@ -552,7 +552,7 @@

Declaration

Swift

-
case badRemoteRealmPath = 2
+
static var badRemoteRealmPath: RLMSyncAuthError.Code { get }
@@ -588,7 +588,7 @@

Declaration

Swift

-
case httpStatusCodeError = 3
+
static var httpStatusCodeError: RLMSyncAuthError.Code { get }
@@ -623,7 +623,7 @@

Declaration

Swift

-
case clientSessionError = 4
+
static var clientSessionError: RLMSyncAuthError.Code { get }
@@ -658,7 +658,7 @@

Declaration

Swift

-
case invalidParameters = 601
+
static var invalidParameters: RLMSyncAuthError.Code { get }
@@ -693,7 +693,7 @@

Declaration

Swift

-
case missingPath = 602
+
static var missingPath: RLMSyncAuthError.Code { get }
@@ -728,7 +728,7 @@

Declaration

Swift

-
case invalidCredential = 611
+
static var invalidCredential: RLMSyncAuthError.Code { get }
@@ -763,7 +763,7 @@

Declaration

Swift

-
case userDoesNotExist = 612
+
static var userDoesNotExist: RLMSyncAuthError.Code { get }
@@ -798,7 +798,7 @@

Declaration

Swift

-
case userAlreadyExists = 613
+
static var userAlreadyExists: RLMSyncAuthError.Code { get }
@@ -833,7 +833,7 @@

Declaration

Swift

-
case accessDeniedOrInvalidPath = 614
+
static var accessDeniedOrInvalidPath: RLMSyncAuthError.Code { get }
@@ -868,7 +868,7 @@

Declaration

Swift

-
case invalidAccessToken = 615
+
static var invalidAccessToken: RLMSyncAuthError.Code { get }
@@ -903,7 +903,7 @@

Declaration

Swift

-
case fileCannotBeShared = 703
+
static var fileCannotBeShared: RLMSyncAuthError.Code { get }
diff --git a/document_realm_objc/after/docs/Enums/RLMSyncError.html b/document_realm_objc/after/docs/Enums/RLMSyncError.html index 901a367e5..14d02a341 100644 --- a/document_realm_objc/after/docs/Enums/RLMSyncError.html +++ b/document_realm_objc/after/docs/Enums/RLMSyncError.html @@ -517,7 +517,7 @@

Declaration

Swift

-
case clientSessionError = 4
+
static var clientSessionError: RLMSyncError.Code { get }
@@ -552,7 +552,7 @@

Declaration

Swift

-
case clientUserError = 5
+
static var clientUserError: RLMSyncError.Code { get }
@@ -588,7 +588,7 @@

Declaration

Swift

-
case clientInternalError = 6
+
static var clientInternalError: RLMSyncError.Code { get }
@@ -660,7 +660,7 @@

Declaration

Swift

-
case clientResetError = 7
+
static var clientResetError: RLMSyncError.Code { get }
@@ -699,7 +699,7 @@

Declaration

Swift

-
case underlyingAuthError = 8
+
static var underlyingAuthError: RLMSyncError.Code { get }
@@ -760,7 +760,7 @@

Declaration

Swift

-
case permissionDeniedError = 9
+
static var permissionDeniedError: RLMSyncError.Code { get }
diff --git a/document_realm_objc/after/docs/docsets/Realm.docset/Contents/Resources/Documents/Enums/RLMAppError.html b/document_realm_objc/after/docs/docsets/Realm.docset/Contents/Resources/Documents/Enums/RLMAppError.html index 7815954d7..c71788fe1 100644 --- a/document_realm_objc/after/docs/docsets/Realm.docset/Contents/Resources/Documents/Enums/RLMAppError.html +++ b/document_realm_objc/after/docs/docsets/Realm.docset/Contents/Resources/Documents/Enums/RLMAppError.html @@ -516,7 +516,7 @@

Declaration

Swift

-
case unknown = -1
+
static var unknown: RLMAppError.Code { get }
@@ -551,7 +551,7 @@

Declaration

Swift

-
case invalidSession = 2
+
static var invalidSession: RLMAppError.Code { get }
@@ -586,7 +586,7 @@

Declaration

Swift

-
case badRequest = 48
+
static var badRequest: RLMAppError.Code { get }
@@ -621,7 +621,7 @@

Declaration

Swift

-
case userNotFound = 45
+
static var userNotFound: RLMAppError.Code { get }
diff --git a/document_realm_objc/after/docs/docsets/Realm.docset/Contents/Resources/Documents/Enums/RLMError.html b/document_realm_objc/after/docs/docsets/Realm.docset/Contents/Resources/Documents/Enums/RLMError.html index fbd751805..5d9bd2f4f 100644 --- a/document_realm_objc/after/docs/docsets/Realm.docset/Contents/Resources/Documents/Enums/RLMError.html +++ b/document_realm_objc/after/docs/docsets/Realm.docset/Contents/Resources/Documents/Enums/RLMError.html @@ -517,7 +517,7 @@

Declaration

Swift

-
case fail = 1
+
static var fail: RLMError.Code { get }
@@ -552,7 +552,7 @@

Declaration

Swift

-
case fileAccess = 2
+
static var fileAccess: RLMError.Code { get }
@@ -590,7 +590,7 @@

Declaration

Swift

-
case filePermissionDenied = 3
+
static var filePermissionDenied: RLMError.Code { get }
@@ -625,7 +625,7 @@

Declaration

Swift

-
case fileExists = 4
+
static var fileExists: RLMError.Code { get }
@@ -664,7 +664,7 @@

Declaration

Swift

-
case fileNotFound = 5
+
static var fileNotFound: RLMError.Code { get }
@@ -700,7 +700,7 @@

Declaration

Swift

-
case fileFormatUpgradeRequired = 6
+
static var fileFormatUpgradeRequired: RLMError.Code { get }
@@ -741,7 +741,7 @@

Declaration

Swift

-
case incompatibleLockFile = 8
+
static var incompatibleLockFile: RLMError.Code { get }
@@ -776,7 +776,7 @@

Declaration

Swift

-
case addressSpaceExhausted = 9
+
static var addressSpaceExhausted: RLMError.Code { get }
@@ -811,7 +811,7 @@

Declaration

Swift

-
case schemaMismatch = 10
+
static var schemaMismatch: RLMError.Code { get }
@@ -846,7 +846,7 @@

Declaration

Swift

-
case alreadyOpen = 12
+
static var alreadyOpen: RLMError.Code { get }
@@ -881,7 +881,7 @@

Declaration

Swift

-
case invalidInput = 13
+
static var invalidInput: RLMError.Code { get }
diff --git a/document_realm_objc/after/docs/docsets/Realm.docset/Contents/Resources/Documents/Enums/RLMSyncAuthError.html b/document_realm_objc/after/docs/docsets/Realm.docset/Contents/Resources/Documents/Enums/RLMSyncAuthError.html index 9b880ff15..aa8b7da9d 100644 --- a/document_realm_objc/after/docs/docsets/Realm.docset/Contents/Resources/Documents/Enums/RLMSyncAuthError.html +++ b/document_realm_objc/after/docs/docsets/Realm.docset/Contents/Resources/Documents/Enums/RLMSyncAuthError.html @@ -516,7 +516,7 @@

Declaration

Swift

-
case badResponse = 1
+
static var badResponse: RLMSyncAuthError.Code { get }
@@ -552,7 +552,7 @@

Declaration

Swift

-
case badRemoteRealmPath = 2
+
static var badRemoteRealmPath: RLMSyncAuthError.Code { get }
@@ -588,7 +588,7 @@

Declaration

Swift

-
case httpStatusCodeError = 3
+
static var httpStatusCodeError: RLMSyncAuthError.Code { get }
@@ -623,7 +623,7 @@

Declaration

Swift

-
case clientSessionError = 4
+
static var clientSessionError: RLMSyncAuthError.Code { get }
@@ -658,7 +658,7 @@

Declaration

Swift

-
case invalidParameters = 601
+
static var invalidParameters: RLMSyncAuthError.Code { get }
@@ -693,7 +693,7 @@

Declaration

Swift

-
case missingPath = 602
+
static var missingPath: RLMSyncAuthError.Code { get }
@@ -728,7 +728,7 @@

Declaration

Swift

-
case invalidCredential = 611
+
static var invalidCredential: RLMSyncAuthError.Code { get }
@@ -763,7 +763,7 @@

Declaration

Swift

-
case userDoesNotExist = 612
+
static var userDoesNotExist: RLMSyncAuthError.Code { get }
@@ -798,7 +798,7 @@

Declaration

Swift

-
case userAlreadyExists = 613
+
static var userAlreadyExists: RLMSyncAuthError.Code { get }
@@ -833,7 +833,7 @@

Declaration

Swift

-
case accessDeniedOrInvalidPath = 614
+
static var accessDeniedOrInvalidPath: RLMSyncAuthError.Code { get }
@@ -868,7 +868,7 @@

Declaration

Swift

-
case invalidAccessToken = 615
+
static var invalidAccessToken: RLMSyncAuthError.Code { get }
@@ -903,7 +903,7 @@

Declaration

Swift

-
case fileCannotBeShared = 703
+
static var fileCannotBeShared: RLMSyncAuthError.Code { get }
diff --git a/document_realm_objc/after/docs/docsets/Realm.docset/Contents/Resources/Documents/Enums/RLMSyncError.html b/document_realm_objc/after/docs/docsets/Realm.docset/Contents/Resources/Documents/Enums/RLMSyncError.html index 901a367e5..14d02a341 100644 --- a/document_realm_objc/after/docs/docsets/Realm.docset/Contents/Resources/Documents/Enums/RLMSyncError.html +++ b/document_realm_objc/after/docs/docsets/Realm.docset/Contents/Resources/Documents/Enums/RLMSyncError.html @@ -517,7 +517,7 @@

Declaration

Swift

-
case clientSessionError = 4
+
static var clientSessionError: RLMSyncError.Code { get }
@@ -552,7 +552,7 @@

Declaration

Swift

-
case clientUserError = 5
+
static var clientUserError: RLMSyncError.Code { get }
@@ -588,7 +588,7 @@

Declaration

Swift

-
case clientInternalError = 6
+
static var clientInternalError: RLMSyncError.Code { get }
@@ -660,7 +660,7 @@

Declaration

Swift

-
case clientResetError = 7
+
static var clientResetError: RLMSyncError.Code { get }
@@ -699,7 +699,7 @@

Declaration

Swift

-
case underlyingAuthError = 8
+
static var underlyingAuthError: RLMSyncError.Code { get }
@@ -760,7 +760,7 @@

Declaration

Swift

-
case permissionDeniedError = 9
+
static var permissionDeniedError: RLMSyncError.Code { get }
diff --git a/document_realm_objc/after/docs/undocumented.json b/document_realm_objc/after/docs/undocumented.json index ee47c6c59..42c985ebc 100644 --- a/document_realm_objc/after/docs/undocumented.json +++ b/document_realm_objc/after/docs/undocumented.json @@ -1,6 +1,4 @@ { - "warnings": [ - - ], + "warnings": [], "source_directory": "/document_realm_objc" } \ No newline at end of file diff --git a/document_realm_swift/after/docs/Extensions/EnvironmentValues.html b/document_realm_swift/after/docs/Extensions/EnvironmentValues.html index 6c626be31..b67fd1b84 100644 --- a/document_realm_swift/after/docs/Extensions/EnvironmentValues.html +++ b/document_realm_swift/after/docs/Extensions/EnvironmentValues.html @@ -50,7 +50,7 @@ Extensions - SwiftUICore.EnvironmentValues Extension Reference + SwiftUI.EnvironmentValues Extension Reference

diff --git a/document_realm_swift/after/docs/Extensions/View.html b/document_realm_swift/after/docs/Extensions/View.html index 2b2ebd46e..ed1b725c3 100644 --- a/document_realm_swift/after/docs/Extensions/View.html +++ b/document_realm_swift/after/docs/Extensions/View.html @@ -50,7 +50,7 @@ Extensions - SwiftUICore.View Extension Reference + SwiftUI.View Extension Reference

diff --git a/document_realm_swift/after/docs/docsets/RealmSwift.docset/Contents/Resources/Documents/Extensions/EnvironmentValues.html b/document_realm_swift/after/docs/docsets/RealmSwift.docset/Contents/Resources/Documents/Extensions/EnvironmentValues.html index 6c626be31..b67fd1b84 100644 --- a/document_realm_swift/after/docs/docsets/RealmSwift.docset/Contents/Resources/Documents/Extensions/EnvironmentValues.html +++ b/document_realm_swift/after/docs/docsets/RealmSwift.docset/Contents/Resources/Documents/Extensions/EnvironmentValues.html @@ -50,7 +50,7 @@ Extensions - SwiftUICore.EnvironmentValues Extension Reference + SwiftUI.EnvironmentValues Extension Reference

diff --git a/document_realm_swift/after/docs/docsets/RealmSwift.docset/Contents/Resources/Documents/Extensions/View.html b/document_realm_swift/after/docs/docsets/RealmSwift.docset/Contents/Resources/Documents/Extensions/View.html index 2b2ebd46e..ed1b725c3 100644 --- a/document_realm_swift/after/docs/docsets/RealmSwift.docset/Contents/Resources/Documents/Extensions/View.html +++ b/document_realm_swift/after/docs/docsets/RealmSwift.docset/Contents/Resources/Documents/Extensions/View.html @@ -50,7 +50,7 @@ Extensions - SwiftUICore.View Extension Reference + SwiftUI.View Extension Reference

diff --git a/jazzy_multi_modules/after/docs/undocumented.json b/jazzy_multi_modules/after/docs/undocumented.json index 8042fecc0..f85b28daf 100644 --- a/jazzy_multi_modules/after/docs/undocumented.json +++ b/jazzy_multi_modules/after/docs/undocumented.json @@ -1,6 +1,4 @@ { - "warnings": [ - - ], + "warnings": [], "source_directory": "/jazzy_multi_modules" } \ No newline at end of file diff --git a/misc_jazzy_features/before/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata b/misc_jazzy_features/before/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a62..000000000 --- a/misc_jazzy_features/before/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/misc_jazzy_symgraph_features/after/docs/Actors/PublicActor.html b/misc_jazzy_symgraph_features/after/docs/Actors/PublicActor.html index a42de2ed1..7cad090de 100644 --- a/misc_jazzy_symgraph_features/after/docs/Actors/PublicActor.html +++ b/misc_jazzy_symgraph_features/after/docs/Actors/PublicActor.html @@ -56,6 +56,7 @@

PublicActor

@available(macOS, introduced: 12.0.0)
 @available(iOS, introduced: 13.0.0)
 actor PublicActor
+
extension PublicActor : SendableMetatype
diff --git a/misc_jazzy_symgraph_features/after/docs/Enums/DocumentedEnum.html b/misc_jazzy_symgraph_features/after/docs/Enums/DocumentedEnum.html index 69698ce25..7f7ad9aa8 100644 --- a/misc_jazzy_symgraph_features/after/docs/Enums/DocumentedEnum.html +++ b/misc_jazzy_symgraph_features/after/docs/Enums/DocumentedEnum.html @@ -54,7 +54,7 @@

DocumentedEnum

enum DocumentedEnum
-
extension DocumentedEnum : Sendable
+
extension DocumentedEnum : Sendable, SendableMetatype
diff --git a/misc_jazzy_symgraph_features/after/docs/Enums/StringEnum.html b/misc_jazzy_symgraph_features/after/docs/Enums/StringEnum.html index 5e43e5efc..f574c07d5 100644 --- a/misc_jazzy_symgraph_features/after/docs/Enums/StringEnum.html +++ b/misc_jazzy_symgraph_features/after/docs/Enums/StringEnum.html @@ -54,7 +54,7 @@

StringEnum

enum StringEnum
-
extension StringEnum : BitwiseCopyable, Equatable, Hashable, RawRepresentable, Sendable
+
extension StringEnum : BitwiseCopyable, Equatable, Hashable, RawRepresentable, Sendable, SendableMetatype
diff --git a/misc_jazzy_symgraph_features/after/docs/Enums/UndocumentedEnum.html b/misc_jazzy_symgraph_features/after/docs/Enums/UndocumentedEnum.html index dc3fb48f4..73576961b 100644 --- a/misc_jazzy_symgraph_features/after/docs/Enums/UndocumentedEnum.html +++ b/misc_jazzy_symgraph_features/after/docs/Enums/UndocumentedEnum.html @@ -54,7 +54,7 @@

UndocumentedEnum

enum UndocumentedEnum
-
extension UndocumentedEnum : BitwiseCopyable, Equatable, Hashable, Sendable
+
extension UndocumentedEnum : BitwiseCopyable, Equatable, Hashable, Sendable, SendableMetatype
diff --git a/misc_jazzy_symgraph_features/after/docs/Structs/Nop.html b/misc_jazzy_symgraph_features/after/docs/Structs/Nop.html index 58d0b0b96..3450cee0c 100644 --- a/misc_jazzy_symgraph_features/after/docs/Structs/Nop.html +++ b/misc_jazzy_symgraph_features/after/docs/Structs/Nop.html @@ -55,7 +55,7 @@

Nop

@propertyWrapper
 struct Nop
-
extension Nop : Sendable
+
extension Nop : Sendable, SendableMetatype
diff --git a/misc_jazzy_symgraph_features/after/docs/Structs/PropertyWrapperClient.html b/misc_jazzy_symgraph_features/after/docs/Structs/PropertyWrapperClient.html index 08b4b9cf6..a752d325a 100644 --- a/misc_jazzy_symgraph_features/after/docs/Structs/PropertyWrapperClient.html +++ b/misc_jazzy_symgraph_features/after/docs/Structs/PropertyWrapperClient.html @@ -54,7 +54,7 @@

PropertyWrapperClient

struct PropertyWrapperClient
-
extension PropertyWrapperClient : Sendable
+
extension PropertyWrapperClient : Sendable, SendableMetatype
diff --git a/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Actors/PublicActor.html b/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Actors/PublicActor.html index a42de2ed1..7cad090de 100644 --- a/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Actors/PublicActor.html +++ b/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Actors/PublicActor.html @@ -56,6 +56,7 @@

PublicActor

@available(macOS, introduced: 12.0.0)
 @available(iOS, introduced: 13.0.0)
 actor PublicActor
+
extension PublicActor : SendableMetatype
diff --git a/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/DocumentedEnum.html b/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/DocumentedEnum.html index 69698ce25..7f7ad9aa8 100644 --- a/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/DocumentedEnum.html +++ b/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/DocumentedEnum.html @@ -54,7 +54,7 @@

DocumentedEnum

enum DocumentedEnum
-
extension DocumentedEnum : Sendable
+
extension DocumentedEnum : Sendable, SendableMetatype
diff --git a/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/StringEnum.html b/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/StringEnum.html index 5e43e5efc..f574c07d5 100644 --- a/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/StringEnum.html +++ b/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/StringEnum.html @@ -54,7 +54,7 @@

StringEnum

enum StringEnum
-
extension StringEnum : BitwiseCopyable, Equatable, Hashable, RawRepresentable, Sendable
+
extension StringEnum : BitwiseCopyable, Equatable, Hashable, RawRepresentable, Sendable, SendableMetatype
diff --git a/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/UndocumentedEnum.html b/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/UndocumentedEnum.html index dc3fb48f4..73576961b 100644 --- a/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/UndocumentedEnum.html +++ b/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/UndocumentedEnum.html @@ -54,7 +54,7 @@

UndocumentedEnum

enum UndocumentedEnum
-
extension UndocumentedEnum : BitwiseCopyable, Equatable, Hashable, Sendable
+
extension UndocumentedEnum : BitwiseCopyable, Equatable, Hashable, Sendable, SendableMetatype
diff --git a/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Structs/Nop.html b/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Structs/Nop.html index 58d0b0b96..3450cee0c 100644 --- a/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Structs/Nop.html +++ b/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Structs/Nop.html @@ -55,7 +55,7 @@

Nop

@propertyWrapper
 struct Nop
-
extension Nop : Sendable
+
extension Nop : Sendable, SendableMetatype
diff --git a/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Structs/PropertyWrapperClient.html b/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Structs/PropertyWrapperClient.html index 08b4b9cf6..a752d325a 100644 --- a/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Structs/PropertyWrapperClient.html +++ b/misc_jazzy_symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Structs/PropertyWrapperClient.html @@ -54,7 +54,7 @@

PropertyWrapperClient

struct PropertyWrapperClient
-
extension PropertyWrapperClient : Sendable
+
extension PropertyWrapperClient : Sendable, SendableMetatype
diff --git a/misc_jazzy_symgraph_features/after/docs/undocumented.json b/misc_jazzy_symgraph_features/after/docs/undocumented.json index 6c713da99..df9ab0382 100644 --- a/misc_jazzy_symgraph_features/after/docs/undocumented.json +++ b/misc_jazzy_symgraph_features/after/docs/undocumented.json @@ -91,6 +91,13 @@ "symbol_kind": "source.lang.swift.decl.function.constructor", "warning": "undocumented" }, + { + "file": null, + "line": null, + "symbol": "PublicActor", + "symbol_kind": "source.lang.swift.decl.extension", + "warning": "undocumented" + }, { "file": null, "line": null, diff --git a/misc_jazzy_symgraph_features/after/execution_output.txt b/misc_jazzy_symgraph_features/after/execution_output.txt index c3dd2a2e9..d7cc5253f 100644 --- a/misc_jazzy_symgraph_features/after/execution_output.txt +++ b/misc_jazzy_symgraph_features/after/execution_output.txt @@ -1,8 +1,8 @@ COCOAPODS_SKIP_UPDATE_MESSAGE=TRUE JAZZY_FAKE_DATE=YYYY-MM-DD JAZZY_FAKE_MODULE_VERSION=Y.Y.Y JAZZY_FAKE_VERSION=X.X.X JAZZY_INTEGRATION_SPECS=TRUE ruby ROOT/bin/jazzy --swift-build-tool symbolgraph --build-tool-arguments -emit-extension-block-symbols,-I,ROOT/tmp/.build/-apple-macosx/debug/Modules 2>&1 Using config file ROOT/tmp/misc_jazzy_symgraph_features/.jazzy.yaml -swift-driver version: 1.120.5 building site +swift-driver version: 1.127.14.1 building site building search index -60% documentation coverage with 47 undocumented symbols -included 120 internal, package, public, or open symbols +60% documentation coverage with 48 undocumented symbols +included 121 internal, package, public, or open symbols skipped 3 private or fileprivate symbols (use `--min-acl` to specify a different minimum ACL) jam out ♪♫ to your fresh new docs in `docs`