The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ErrorKit, reference main (2c1aa8), with Swift 6.0 for macOS (SPM) on 4 May 2025 10:23:06 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FlineDev/ErrorKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FlineDev/ErrorKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2c1aa89 Merge pull request #35 from FlineDev/wip/error-mapper
Cloned https://github.com/FlineDev/ErrorKit.git
Revision (git rev-parse @):
2c1aa891c3ddcd2c2d86cbf3d7b63caeb0319253
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FlineDev/ErrorKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/FlineDev/ErrorKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Copying Info.plist
[1/5] Copying Localizable.xcstrings
[1/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/28] Emitting module ErrorKit
[7/30] Compiling ErrorKit URLSession+ErrorKit.swift
[8/30] Compiling ErrorKit resource_bundle_accessor.swift
[9/30] Compiling ErrorKit DatabaseError.swift
[10/30] Compiling ErrorKit FileError.swift
[11/30] Compiling ErrorKit GenericError.swift
[12/30] Compiling ErrorKit NetworkError.swift
[13/30] Compiling ErrorKit OperationError.swift
[14/30] Compiling ErrorKit ParsingError.swift
[15/30] Compiling ErrorKit MailComposerModifier.swift
[16/30] Compiling ErrorKit MailComposerView.swift
[17/30] Compiling ErrorKit ErrorKit+OSLog.swift
[18/30] Compiling ErrorKit MailAttachment.swift
[19/30] Compiling ErrorKit PermissionError.swift
[20/30] Compiling ErrorKit StateError.swift
[21/30] Compiling ErrorKit ValidationError.swift
[22/30] Compiling ErrorKit Catching.swift
[23/30] Compiling ErrorKit ErrorKit.swift
[24/30] Compiling ErrorKit ErrorMapper.swift
[25/30] Compiling ErrorKit CoreDataErrorMapper.swift
[26/30] Compiling ErrorKit FoundationErrorMapper.swift
[27/30] Compiling ErrorKit Throwable.swift
[28/30] Compiling ErrorKit FileManager+ErrorKit.swift
[29/30] Compiling ErrorKit MapKitErrorMapper.swift
[30/30] Compiling ErrorKit String+ErrorKit.swift
Build complete! (17.29s)
Fetching https://github.com/apple/swift-crypto.git
[1/13904] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.67s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.77s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.85s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.58s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.11.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "ErrorKit",
  "name" : "ErrorKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "ErrorKit",
      "targets" : [
        "ErrorKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ErrorKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ErrorKitTests",
      "path" : "Tests/ErrorKitTests",
      "sources" : [
        "ErrorKitTests.swift",
        "ThrowableTests.swift"
      ],
      "target_dependencies" : [
        "ErrorKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ErrorKit",
      "module_type" : "SwiftTarget",
      "name" : "ErrorKit",
      "path" : "Sources/ErrorKit",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "ErrorKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BuiltInErrors/DatabaseError.swift",
        "BuiltInErrors/FileError.swift",
        "BuiltInErrors/GenericError.swift",
        "BuiltInErrors/NetworkError.swift",
        "BuiltInErrors/OperationError.swift",
        "BuiltInErrors/ParsingError.swift",
        "BuiltInErrors/PermissionError.swift",
        "BuiltInErrors/StateError.swift",
        "BuiltInErrors/ValidationError.swift",
        "Catching.swift",
        "ErrorKit.swift",
        "ErrorMapper.swift",
        "ErrorMappers/CoreDataErrorMapper.swift",
        "ErrorMappers/FoundationErrorMapper.swift",
        "ErrorMappers/MapKitErrorMapper.swift",
        "Helpers/String+ErrorKit.swift",
        "Logging/ErrorKit+OSLog.swift",
        "Logging/MailAttachment.swift",
        "Logging/MailComposerModifier.swift",
        "Logging/MailComposerView.swift",
        "Throwable.swift",
        "TypedOverloads/FileManager+ErrorKit.swift",
        "TypedOverloads/URLSession+ErrorKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/flinedev/errorkit/main
Repository:               FlineDev/ErrorKit
Swift version used:       6.0
Target:                   ErrorKit
Extracting symbol information for 'ErrorKit'...
Finished extracting symbol information for 'ErrorKit'. (4.22s)
Building documentation for 'ErrorKit'...
warning: 'catch(_:)' is ambiguous at '/ErrorKit/DatabaseError'
   --> ../BuiltInErrors/DatabaseError.swift:104:46-104:55
102 |
103 |    /// Represents a child error (either from your own error types or unknown system errors) that was wrapped into this error type.
104 +    /// This case is used internally by the ``catch(_:)`` function to store any errors thrown by the wrapped code.
    |                                                       ├─suggestion: Insert '8nvmf' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
    |                                                       ╰─suggestion: Insert 'yosx' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
105 |    ///
106 |    /// # Example
warning: 'catch(_:)' is ambiguous at '/ErrorKit/DatabaseError'
   --> ../BuiltInErrors/DatabaseError.swift:128:76-128:85
126 |    ///
127 |    /// The `caught` case stores the original error while maintaining type safety through typed throws.
128 +    /// Instead of manually catching and wrapping unknown errors, use the ``catch(_:)`` function
    |                                                                                     ├─suggestion: Insert '8nvmf' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
    |                                                                                     ╰─suggestion: Insert 'yosx' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
129 |    /// which automatically wraps any thrown errors into this case.
130 |    ///
warning: 'catch(_:)' is ambiguous at '/ErrorKit/FileError'
   --> ../BuiltInErrors/FileError.swift:98:97-98:106
96  |    case generic(userFriendlyMessage: String)
97  |
98  +    /// An error that occurred during a file operation, wrapped into this error type using the ``catch(_:)`` function.
    |                                                                                                          ├─suggestion: Insert '2imae' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
    |                                                                                                          ╰─suggestion: Insert 'ukh7' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
99  |    /// This could include system-level file errors, encoding/decoding errors, or any other errors encountered during file operations.
100 |    ///
warning: 'catch(_:)' is ambiguous at '/ErrorKit/FileError'
   --> ../BuiltInErrors/FileError.swift:120:75-120:84
118 |    ///
119 |    /// The `caught` case stores the original error while maintaining type safety through typed throws.
120 +    /// Instead of manually catching and wrapping system errors, use the ``catch(_:)`` function
    |                                                                                    ├─suggestion: Insert '2imae' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
    |                                                                                    ╰─suggestion: Insert 'ukh7' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
121 |    /// which automatically wraps any thrown errors into this case.
122 |    ///
warning: 'catch(_:)' is ambiguous at '/ErrorKit/GenericError'
  --> ../BuiltInErrors/GenericError.swift:65:33-65:42
63 |
64 |    /// Creates a new generic error that wraps another error.
65 +    /// Used internally by the ``catch(_:)`` function to automatically wrap any thrown errors.
   |                                          ├─suggestion: Insert '8niy2' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
   |                                          ╰─suggestion: Insert '5w3q6' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
66 |    ///
67 |    /// # Example
warning: 'catch(_:)' is ambiguous at '/ErrorKit/NetworkError'
   --> ../BuiltInErrors/NetworkError.swift:148:100-148:109
146 |    case generic(userFriendlyMessage: String)
147 |
148 +    /// An error that occurred during a network operation, wrapped into this error type using the ``catch(_:)`` function.
    |                                                                                                             ├─suggestion: Insert '5hxbl' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
    |                                                                                                             ╰─suggestion: Insert 'hn7y' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
149 |    /// This could include URLSession errors, SSL/TLS errors, or any other errors encountered during network communication.
150 |    ///
warning: 'catch(_:)' is ambiguous at '/ErrorKit/NetworkError'
   --> ../BuiltInErrors/NetworkError.swift:170:75-170:84
168 |    ///
169 |    /// The `caught` case stores the original error while maintaining type safety through typed throws.
170 +    /// Instead of manually catching and wrapping system errors, use the ``catch(_:)`` function
    |                                                                                    ├─suggestion: Insert '5hxbl' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
    |                                                                                    ╰─suggestion: Insert 'hn7y' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
171 |    /// which automatically wraps any thrown errors into this case.
172 |    ///
warning: 'catch(_:)' is ambiguous at '/ErrorKit/OperationError'
  --> ../BuiltInErrors/OperationError.swift:77:103-77:112
75 |    case generic(userFriendlyMessage: String)
76 |
77 +    /// An error that occurred during an operation execution, wrapped into this error type using the ``catch(_:)`` function.
   |                                                                                                                ├─suggestion: Insert '33x2h' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
   |                                                                                                                ╰─suggestion: Insert '5laym' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
78 |    /// This could include task cancellation errors, operation queue errors, or any other errors encountered during complex operations.
79 |    ///
warning: 'catch(_:)' is ambiguous at '/ErrorKit/OperationError'
   --> ../BuiltInErrors/OperationError.swift:100:75-100:84
98  |    ///
99  |    /// The `caught` case stores the original error while maintaining type safety through typed throws.
100 +    /// Instead of manually catching and wrapping system errors, use the ``catch(_:)`` function
    |                                                                                    ├─suggestion: Insert '33x2h' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
    |                                                                                    ╰─suggestion: Insert '5laym' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
101 |    /// which automatically wraps any thrown errors into this case.
102 |    ///
warning: 'catch(_:)' is ambiguous at '/ErrorKit/ParsingError'
  --> ../BuiltInErrors/ParsingError.swift:78:111-78:120
76 |    case generic(userFriendlyMessage: String)
77 |
78 +    /// An error that occurred during parsing or data transformation, wrapped into this error type using the ``catch(_:)`` function.
   |                                                                                                                        ├─suggestion: Insert '2pl9t' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
   |                                                                                                                        ╰─suggestion: Insert '2uat1' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
79 |    /// This could include JSON decoding errors, format validation errors, or any other errors encountered during data parsing.
80 |    ///
warning: 'catch(_:)' is ambiguous at '/ErrorKit/ParsingError'
   --> ../BuiltInErrors/ParsingError.swift:100:75-100:84
98  |    ///
99  |    /// The `caught` case stores the original error while maintaining type safety through typed throws.
100 +    /// Instead of manually catching and wrapping system errors, use the ``catch(_:)`` function
    |                                                                                    ├─suggestion: Insert '2pl9t' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
    |                                                                                    ╰─suggestion: Insert '2uat1' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
101 |    /// which automatically wraps any thrown errors into this case.
102 |    ///
warning: 'catch(_:)' is ambiguous at '/ErrorKit/PermissionError'
   --> ../BuiltInErrors/PermissionError.swift:99:100-99:109
97  |    case generic(userFriendlyMessage: String)
98  |
99  +    /// An error that occurred during permission handling, wrapped into this error type using the ``catch(_:)`` function.
    |                                                                                                             ├─suggestion: Insert '2i4a0' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
    |                                                                                                             ╰─suggestion: Insert '72m5e' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
100 |    /// This could include authorization errors, system permission errors, or any other errors encountered during permission requests.
101 |    ///
warning: 'catch(_:)' is ambiguous at '/ErrorKit/PermissionError'
   --> ../BuiltInErrors/PermissionError.swift:121:75-121:84
119 |    ///
120 |    /// The `caught` case stores the original error while maintaining type safety through typed throws.
121 +    /// Instead of manually catching and wrapping system errors, use the ``catch(_:)`` function
    |                                                                                    ├─suggestion: Insert '2i4a0' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
    |                                                                                    ╰─suggestion: Insert '72m5e' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
122 |    /// which automatically wraps any thrown errors into this case.
123 |    ///
warning: 'catch(_:)' is ambiguous at '/ErrorKit/StateError'
  --> ../BuiltInErrors/StateError.swift:91:104-91:113
89 |    case generic(userFriendlyMessage: String)
90 |
91 +    /// An error that occurred due to state management issues, wrapped into this error type using the ``catch(_:)`` function.
   |                                                                                                                 ├─suggestion: Insert '41ar0' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
   |                                                                                                                 ╰─suggestion: Insert 'qmt2' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
92 |    /// This could include state transition errors, validation errors, or any other errors encountered during state-dependent operations.
93 |    ///
warning: 'catch(_:)' is ambiguous at '/ErrorKit/StateError'
   --> ../BuiltInErrors/StateError.swift:114:75-114:84
112 |    ///
113 |    /// The `caught` case stores the original error while maintaining type safety through typed throws.
114 +    /// Instead of manually catching and wrapping system errors, use the ``catch(_:)`` function
    |                                                                                    ├─suggestion: Insert '41ar0' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
    |                                                                                    ╰─suggestion: Insert 'qmt2' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
115 |    /// which automatically wraps any thrown errors into this case.
116 |    ///
warning: 'catch(_:)' is ambiguous at '/ErrorKit/ValidationError'
   --> ../BuiltInErrors/ValidationError.swift:105:91-105:100
103 |    case generic(userFriendlyMessage: String)
104 |
105 +    /// An error that occurred during validation, wrapped into this error type using the ``catch(_:)`` function.
    |                                                                                                    ├─suggestion: Insert '1bhkj' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
    |                                                                                                    ╰─suggestion: Insert '1mm4y' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
106 |    /// This could include data validation errors, format validation errors, or any other errors encountered during validation checks.
107 |    ///
warning: 'catch(_:)' is ambiguous at '/ErrorKit/ValidationError'
   --> ../BuiltInErrors/ValidationError.swift:128:75-128:84
126 |    ///
127 |    /// The `caught` case stores the original error while maintaining type safety through typed throws.
128 +    /// Instead of manually catching and wrapping system errors, use the ``catch(_:)`` function
    |                                                                                    ├─suggestion: Insert '1bhkj' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
    |                                                                                    ╰─suggestion: Insert '1mm4y' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
129 |    /// which automatically wraps any thrown errors into this case.
130 |    ///
warning: 'catch(_:)' is ambiguous at '/ErrorKit/Catching'
  --> ../Catching.swift:91:33-91:42
89 | public protocol Catching {
90 |    /// Creates an instance of this error type that wraps another error.
91 +    /// Used internally by the ``catch(_:)`` function to automatically wrap any thrown errors.
   |                                          ├─suggestion: Insert '63mkk' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
   |                                          ╰─suggestion: Insert '8kmn1' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
92 |    ///
93 |    /// - Parameter error: The error to be wrapped in this error type.
warning: 'FoundationErrorMapper' doesn't exist at '/ErrorKit/Enhanced-Error-Descriptions'
   --> Guides/Enhanced-Error-Descriptions.md:146:5-146:26
144 | ### Built-in Mappers
145 |
146 + - ``FoundationErrorMapper``
    |     ╰─suggestion: Replace 'FoundationErrorMapper' with 'Foundation-Domain'
147 | - ``CoreDataErrorMapper``
148 | - ``MapKitErrorMapper``
warning: 'CoreDataErrorMapper' doesn't exist at '/ErrorKit/Enhanced-Error-Descriptions'
   --> Guides/Enhanced-Error-Descriptions.md:147:5-147:24
145 |
146 | - ``FoundationErrorMapper``
147 + - ``CoreDataErrorMapper``
    |     ├─suggestion: Replace 'CoreDataErrorMapper' with 'CoreData-Domain'
    |     ╰─suggestion: Replace 'CoreDataErrorMapper' with 'Custom-Error-Mappers'
148 | - ``MapKitErrorMapper``
149 |
warning: 'MapKitErrorMapper' doesn't exist at '/ErrorKit/Enhanced-Error-Descriptions'
   --> Guides/Enhanced-Error-Descriptions.md:148:5-148:22
146 | - ``FoundationErrorMapper``
147 | - ``CoreDataErrorMapper``
148 + - ``MapKitErrorMapper``
    |     ├─suggestion: Replace 'MapKitErrorMapper' with 'MapKit-Domain'
    |     ╰─suggestion: Replace 'MapKitErrorMapper' with 'Custom-Error-Mappers'
149 |
150 | ### Continue Reading
warning: 'RawRepresentable' doesn't exist at '/ErrorKit/Swift'
   --> Guides/Throwable-Protocol.md:173:11-173:27
171 | ### Default Implementations
172 |
173 + - ``Swift/RawRepresentable/userFriendlyMessage``
174 |
175 | ### Error Handling
warning: 'catch(_:)' is ambiguous at '/ErrorKit/Catching'
   --> Guides/Typed-Throws-and-Error-Nesting.md:266:14-266:23
264 | - ``Catching``
265 | - ``Catching/catch(_:)-8kmn1``
266 + - ``Catching/catch(_:)``
    |                       ├─suggestion: Insert '63mkk' for'static func `catch`<ReturnType>(_ operation: () async throws -> ReturnType) async throws(Self) -> ReturnType where Self : Error'
    |                       ╰─suggestion: Insert '8kmn1' for'static func `catch`<ReturnType>(_ operation: () throws -> ReturnType) throws(Self) -> ReturnType where Self : Error'
267 |
268 | ### System Overloads
warning: 'FileManager' doesn't exist at '/ErrorKit/Typed-Throws-and-Error-Nesting'
   --> Guides/Typed-Throws-and-Error-Nesting.md:270:5-270:16
268 | ### System Overloads
269 |
270 + - ``FileManager/throwableCreateDirectory(at:withIntermediateDirectories:attributes:)``
    |     ╰─suggestion: Replace 'FileManager' with 'FileManager-Operations'
271 | - ``FileManager/throwableRemoveItem(at:)``
272 | - ``URLSession/throwableData(for:)``
warning: 'FileManager' doesn't exist at '/ErrorKit/Typed-Throws-and-Error-Nesting'
   --> Guides/Typed-Throws-and-Error-Nesting.md:271:5-271:16
269 |
270 | - ``FileManager/throwableCreateDirectory(at:withIntermediateDirectories:attributes:)``
271 + - ``FileManager/throwableRemoveItem(at:)``
    |     ╰─suggestion: Replace 'FileManager' with 'FileManager-Operations'
272 | - ``URLSession/throwableData(for:)``
273 | - ``URLSession/throwableData(from:)``
warning: 'URLSession' doesn't exist at '/ErrorKit/Typed-Throws-and-Error-Nesting'
   --> Guides/Typed-Throws-and-Error-Nesting.md:272:5-272:15
270 | - ``FileManager/throwableCreateDirectory(at:withIntermediateDirectories:attributes:)``
271 | - ``FileManager/throwableRemoveItem(at:)``
272 + - ``URLSession/throwableData(for:)``
    |     ╰─suggestion: Replace 'URLSession' with 'URLSession-Operations'
273 | - ``URLSession/throwableData(from:)``
274 | - ``URLSession/handleHTTPStatusCode(_:data:)``
warning: 'URLSession' doesn't exist at '/ErrorKit/Typed-Throws-and-Error-Nesting'
   --> Guides/Typed-Throws-and-Error-Nesting.md:273:5-273:15
271 | - ``FileManager/throwableRemoveItem(at:)``
272 | - ``URLSession/throwableData(for:)``
273 + - ``URLSession/throwableData(from:)``
    |     ╰─suggestion: Replace 'URLSession' with 'URLSession-Operations'
274 | - ``URLSession/handleHTTPStatusCode(_:data:)``
275 |
warning: 'URLSession' doesn't exist at '/ErrorKit/Typed-Throws-and-Error-Nesting'
   --> Guides/Typed-Throws-and-Error-Nesting.md:274:5-274:15
272 | - ``URLSession/throwableData(for:)``
273 | - ``URLSession/throwableData(from:)``
274 + - ``URLSession/handleHTTPStatusCode(_:data:)``
    |     ╰─suggestion: Replace 'URLSession' with 'URLSession-Operations'
275 |
276 | ### Continue Reading
warning: 'Duration' doesn't exist at '/ErrorKit/User-Feedback-with-Logs'
   --> Guides/User-Feedback-with-Logs.md:241:5-241:13
239 |
240 | - ``MailAttachment``
241 + - ``Duration/timeInterval``
242 | - ``Duration/minutes(_:)``
243 | - ``Duration/hours(_:)``
warning: 'Duration' doesn't exist at '/ErrorKit/User-Feedback-with-Logs'
   --> Guides/User-Feedback-with-Logs.md:242:5-242:13
240 | - ``MailAttachment``
241 | - ``Duration/timeInterval``
242 + - ``Duration/minutes(_:)``
243 | - ``Duration/hours(_:)``
warning: 'Duration' doesn't exist at '/ErrorKit/User-Feedback-with-Logs'
   --> Guides/User-Feedback-with-Logs.md:243:5-243:13
241 | - ``Duration/timeInterval``
242 | - ``Duration/minutes(_:)``
243 + - ``Duration/hours(_:)``Finished building documentation for 'ErrorKit' (0.28s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/flinedev/errorkit/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Updating https://github.com/apple/swift-crypto.git
Updating https://github.com/apple/swift-asn1.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.15s)
Updated https://github.com/apple/swift-asn1.git (0.56s)
Updated https://github.com/apple/swift-crypto.git (0.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.57s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.63s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Emitting module SymbolKit
[8/57] Emitting module Snippets
[9/57] Compiling Snippets Snippet.swift
[10/57] Compiling SymbolKit SemanticVersion.swift
[11/57] Compiling SymbolKit AccessControl.swift
[12/57] Compiling SymbolKit Availability.swift
[13/57] Compiling SymbolKit AvailabilityItem.swift
[14/57] Compiling SymbolKit Domain.swift
[15/57] Compiling SymbolKit SourceRange.swift
[16/57] Compiling SymbolKit Metadata.swift
[17/57] Compiling SymbolKit Module.swift
[18/57] Compiling SymbolKit OperatingSystem.swift
[19/57] Compiling SymbolKit Platform.swift
[20/57] Compiling SymbolKit GenericConstraint.swift
[21/57] Compiling SymbolKit GenericParameter.swift
[22/57] Compiling SymbolKit Generics.swift
[23/57] Compiling SymbolKit Namespace.swift
[24/57] Compiling SymbolKit Identifier.swift
[25/57] Compiling SymbolKit KindIdentifier.swift
[26/57] Compiling SymbolKit Location.swift
[27/57] Compiling SymbolKit Mutability.swift
[28/57] Compiling SymbolKit Names.swift
[29/57] Compiling SymbolKit SPI.swift
[30/57] Compiling SymbolKit Snippet.swift
[31/57] Compiling SymbolKit Extension.swift
[32/57] Compiling SymbolKit Relationship.swift
[33/57] Compiling SymbolKit RelationshipKind.swift
[34/57] Compiling SymbolKit SourceOrigin.swift
[35/57] Compiling SymbolKit GenericConstraints.swift
[36/57] Compiling SymbolKit Swift.swift
[37/57] Compiling SymbolKit Mixin+Equals.swift
[38/57] Compiling SymbolKit Mixin+Hash.swift
[39/57] Compiling SymbolKit Mixin.swift
[40/57] Compiling SymbolKit LineList.swift
[41/57] Compiling SymbolKit Position.swift
[42/57] Compiling SymbolKit Symbol.swift
[43/57] Compiling SymbolKit SymbolKind.swift
[44/57] Compiling SymbolKit SymbolGraph.swift
[45/57] Compiling SymbolKit GraphCollector.swift
[46/57] Compiling SymbolKit DeclarationFragments.swift
[47/57] Compiling SymbolKit Fragment.swift
[48/57] Compiling SymbolKit FragmentKind.swift
[49/57] Compiling SymbolKit FunctionParameter.swift
[50/57] Compiling SymbolKit FunctionSignature.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.98s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
Build of target: 'ErrorKit' complete! (0.75s)
     562
7	/Users/admin/builder/spi-builder-workspace/.docs/flinedev/errorkit/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/flinedev/errorkit/main
File count: 562
Doc size:   7.0MB
Preparing doc bundle ...
Uploading prod-flinedev-errorkit-main-c9e21f3d.zip to s3://spi-docs-inbox/prod-flinedev-errorkit-main-c9e21f3d.zip
Copying... [11%]
Copying... [21%]
Copying... [32%]
Copying... [40%]
Copying... [51%]
Copying... [62%]
Copying... [70%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.