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 Monarch, reference 0.0.4 (6bea21), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 05:13:06 UTC.

Swift 6 data race errors: 3

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EmilioPelaez/Monarch.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EmilioPelaez/Monarch
 * tag               0.0.4      -> FETCH_HEAD
HEAD is now at 6bea211 Maintenance (#2)
Cloned https://github.com/EmilioPelaez/Monarch.git
Revision (git rev-parse @):
6bea2114c2c703b7134655b40b8991fe7c6ee018
SUCCESS checkout https://github.com/EmilioPelaez/Monarch.git at 0.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/EmilioPelaez/Monarch.git
https://github.com/EmilioPelaez/Monarch.git
{
  "dependencies" : [
    {
      "identity" : "hierarchyresponder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/EmilioPelaez/HierarchyResponder"
    }
  ],
  "manifest_display_name" : "Monarch",
  "name" : "Monarch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Monarch",
      "targets" : [
        "Monarch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MonarchTests",
      "module_type" : "SwiftTarget",
      "name" : "MonarchTests",
      "path" : "Tests/MonarchTests",
      "sources" : [
        "MonarchTests.swift"
      ],
      "target_dependencies" : [
        "Monarch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Monarch",
      "module_type" : "SwiftTarget",
      "name" : "Monarch",
      "path" : "Sources/Monarch",
      "product_dependencies" : [
        "HierarchyResponder"
      ],
      "product_memberships" : [
        "Monarch"
      ],
      "sources" : [
        "Core/Monarch.swift",
        "Core/MonarchBuilder.swift",
        "Domain/RequestDomain.swift",
        "Environment/MonarchEnvironment.swift",
        "Errors/Errors.swift",
        "HTTP/HTTPBody.swift",
        "HTTP/HTTPError.swift",
        "HTTP/HTTPMethod.swift",
        "Internal/EmptyRequestProvider.swift",
        "Internal/GenericProvider.swift",
        "Internal/MonarchKey.swift",
        "Internal/MonarchRequestModifier.swift",
        "Internal/RegisterProviderModifier.swift",
        "Internal/RequestPreviewProvider.swift",
        "Internal/URLSession+Backport.swift",
        "Protocols/RemoteRequest.swift",
        "Protocols/Request.swift",
        "Protocols/RequestProvider.swift",
        "Protocols/ResponseHandler.swift",
        "Providers/CacheProvider.swift",
        "Providers/NetworkProvider.swift",
        "ViewModifiers/View+Providers.swift",
        "ViewModifiers/View+Request.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/29] Emitting module HierarchyResponder
[5/31] Compiling HierarchyResponder View+Safety.swift
[6/31] Compiling HierarchyResponder Safety.swift
[7/31] Compiling HierarchyResponder EventButton.swift
[8/31] Compiling HierarchyResponder EventEnvironmentValues.swift
[9/31] Compiling HierarchyResponder EventPublisher.swift
[10/31] Compiling HierarchyResponder View+ErrorHandling.swift
[11/31] Compiling HierarchyResponder View+ErrorRecovering.swift
[12/31] Compiling HierarchyResponder Event.swift
[13/31] Compiling HierarchyResponder AlertableError.swift
[14/31] Compiling HierarchyResponder ErrorEnvironmentValues.swift
[15/31] Compiling HierarchyResponder View+AlertableErrors.swift
[16/31] Compiling HierarchyResponder View+EventHandling.swift
[17/31] Compiling HierarchyResponder View+EventPublishing.swift
[18/31] Compiling HierarchyResponder View+TapGestureEvent.swift
[19/31] Compiling HierarchyResponder ErrorSafetyModifier.swift
[20/31] Compiling HierarchyResponder EventHandlerViewModifier.swift
[21/31] Compiling HierarchyResponder EventSafetyModifier.swift
[22/31] Compiling HierarchyResponder Preferences.swift
[23/31] Compiling HierarchyResponder EventPublisherModifier.swift
[24/31] Compiling HierarchyResponder EventSubscriberModifier.swift
[25/31] Compiling HierarchyResponder EventSubscriptionRegistrar.swift
[26/31] Compiling HierarchyResponder PublisherRegistrarModifier.swift
[27/31] Compiling HierarchyResponder PublishersContainer.swift
[28/31] Compiling HierarchyResponder View+CompatibleOnChange.swift
[29/31] Compiling HierarchyResponder AlertableErrorHandlerModifier.swift
[30/31] Compiling HierarchyResponder EnvironmentValues.swift
[31/31] Compiling HierarchyResponder ErrorHandlerViewModifier.swift
[32/53] Emitting module Monarch
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Domain/RequestDomain.swift:34:20: warning: static property 'any' is not concurrency-safe because non-'Sendable' type 'RequestDomain' may have shared mutable state; this is an error in the Swift 6 language mode
25 |  ```
26 |  */
27 | public struct RequestDomain: OptionSet {
   |               `- note: consider making struct 'RequestDomain' conform to the 'Sendable' protocol
28 | 	public let rawValue: Int
29 |
   :
32 | 	}
33 |
34 | 	public static let any = RequestDomain(rawValue: .max)
   |                    |- warning: static property 'any' is not concurrency-safe because non-'Sendable' type 'RequestDomain' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'any' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | }
36 |
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Errors/Errors.swift:9:13: warning: stored property 'request' of 'Sendable'-conforming struct 'UnhandledRequestError' has non-sendable type 'any Request'; this is an error in the Swift 6 language mode
 7 | /// Thrown when a `RequestProvider` is unable to handle a request.
 8 | public struct UnhandledRequestError: Error {
 9 | 	public let request: any Request
   |             `- warning: stored property 'request' of 'Sendable'-conforming struct 'UnhandledRequestError' has non-sendable type 'any Request'; this is an error in the Swift 6 language mode
10 |
11 | 	public init(_ request: any Request) {
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Protocols/Request.swift:20:17: note: protocol 'Request' does not conform to the 'Sendable' protocol
18 |  ```
19 |  */
20 | public protocol Request {
   |                 `- note: protocol 'Request' does not conform to the 'Sendable' protocol
21 | 	/// The type of the response expected from this request
22 | 	associatedtype ResponseType
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Internal/MonarchKey.swift:9:13: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Monarch' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |
 8 | struct MonarchKey: EnvironmentKey {
 9 | 	static let defaultValue: Monarch = {
   |             |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Monarch' may have shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | 		#if DEBUG
11 | 		if ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1" {
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Core/Monarch.swift:22:14: note: class 'Monarch' does not conform to the 'Sendable' protocol
20 |  the nodes the request passed through, in the reverse order.
21 |  */
22 | public class Monarch: RequestProvider, ResponseHandler {
   |              `- note: class 'Monarch' does not conform to the 'Sendable' protocol
23 | 	/**
24 | 	 The `provider` is the object that encapsulates the logic of how to handle a
[33/55] Compiling Monarch RemoteRequest.swift
[34/55] Compiling Monarch Request.swift
[35/55] Compiling Monarch Monarch.swift
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Domain/RequestDomain.swift:34:20: warning: static property 'any' is not concurrency-safe because non-'Sendable' type 'RequestDomain' may have shared mutable state; this is an error in the Swift 6 language mode
25 |  ```
26 |  */
27 | public struct RequestDomain: OptionSet {
   |               `- note: consider making struct 'RequestDomain' conform to the 'Sendable' protocol
28 | 	public let rawValue: Int
29 |
   :
32 | 	}
33 |
34 | 	public static let any = RequestDomain(rawValue: .max)
   |                    |- warning: static property 'any' is not concurrency-safe because non-'Sendable' type 'RequestDomain' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'any' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | }
36 |
[36/55] Compiling Monarch MonarchBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Domain/RequestDomain.swift:34:20: warning: static property 'any' is not concurrency-safe because non-'Sendable' type 'RequestDomain' may have shared mutable state; this is an error in the Swift 6 language mode
25 |  ```
26 |  */
27 | public struct RequestDomain: OptionSet {
   |               `- note: consider making struct 'RequestDomain' conform to the 'Sendable' protocol
28 | 	public let rawValue: Int
29 |
   :
32 | 	}
33 |
34 | 	public static let any = RequestDomain(rawValue: .max)
   |                    |- warning: static property 'any' is not concurrency-safe because non-'Sendable' type 'RequestDomain' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'any' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | }
36 |
[37/55] Compiling Monarch RequestDomain.swift
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Domain/RequestDomain.swift:34:20: warning: static property 'any' is not concurrency-safe because non-'Sendable' type 'RequestDomain' may have shared mutable state; this is an error in the Swift 6 language mode
25 |  ```
26 |  */
27 | public struct RequestDomain: OptionSet {
   |               `- note: consider making struct 'RequestDomain' conform to the 'Sendable' protocol
28 | 	public let rawValue: Int
29 |
   :
32 | 	}
33 |
34 | 	public static let any = RequestDomain(rawValue: .max)
   |                    |- warning: static property 'any' is not concurrency-safe because non-'Sendable' type 'RequestDomain' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'any' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | }
36 |
[38/55] Compiling Monarch MonarchRequestModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Internal/MonarchRequestModifier.swift:21:16: warning: sending 'self.monarch' risks causing data races; this is an error in the Swift 6 language mode
19 | 			.task(id: id, priority: priority) {
20 | 				do {
21 | 					try await perform(monarch)
   |                |- warning: sending 'self.monarch' risks causing data races; this is an error in the Swift 6 language mode
   |                `- note: sending main actor-isolated 'self.monarch' to nonisolated callee risks causing data races between nonisolated and main actor-isolated uses
22 | 				} catch {
23 | 					reportError(error)
[39/55] Compiling Monarch RegisterProviderModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Internal/MonarchRequestModifier.swift:21:16: warning: sending 'self.monarch' risks causing data races; this is an error in the Swift 6 language mode
19 | 			.task(id: id, priority: priority) {
20 | 				do {
21 | 					try await perform(monarch)
   |                |- warning: sending 'self.monarch' risks causing data races; this is an error in the Swift 6 language mode
   |                `- note: sending main actor-isolated 'self.monarch' to nonisolated callee risks causing data races between nonisolated and main actor-isolated uses
22 | 				} catch {
23 | 					reportError(error)
[40/55] Compiling Monarch RequestPreviewProvider.swift
[41/55] Compiling Monarch URLSession+Backport.swift
[42/55] Compiling Monarch HTTPError.swift
[43/55] Compiling Monarch HTTPMethod.swift
[44/55] Compiling Monarch EmptyRequestProvider.swift
[45/55] Compiling Monarch RequestProvider.swift
[46/55] Compiling Monarch ResponseHandler.swift
[47/55] Compiling Monarch CacheProvider.swift
[48/55] Compiling Monarch NetworkProvider.swift
[49/55] Compiling Monarch MonarchEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Errors/Errors.swift:9:13: warning: stored property 'request' of 'Sendable'-conforming struct 'UnhandledRequestError' has non-sendable type 'any Request'; this is an error in the Swift 6 language mode
 7 | /// Thrown when a `RequestProvider` is unable to handle a request.
 8 | public struct UnhandledRequestError: Error {
 9 | 	public let request: any Request
   |             `- warning: stored property 'request' of 'Sendable'-conforming struct 'UnhandledRequestError' has non-sendable type 'any Request'; this is an error in the Swift 6 language mode
10 |
11 | 	public init(_ request: any Request) {
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Protocols/Request.swift:20:17: note: protocol 'Request' does not conform to the 'Sendable' protocol
18 |  ```
19 |  */
20 | public protocol Request {
   |                 `- note: protocol 'Request' does not conform to the 'Sendable' protocol
21 | 	/// The type of the response expected from this request
22 | 	associatedtype ResponseType
[50/55] Compiling Monarch Errors.swift
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Errors/Errors.swift:9:13: warning: stored property 'request' of 'Sendable'-conforming struct 'UnhandledRequestError' has non-sendable type 'any Request'; this is an error in the Swift 6 language mode
 7 | /// Thrown when a `RequestProvider` is unable to handle a request.
 8 | public struct UnhandledRequestError: Error {
 9 | 	public let request: any Request
   |             `- warning: stored property 'request' of 'Sendable'-conforming struct 'UnhandledRequestError' has non-sendable type 'any Request'; this is an error in the Swift 6 language mode
10 |
11 | 	public init(_ request: any Request) {
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Protocols/Request.swift:20:17: note: protocol 'Request' does not conform to the 'Sendable' protocol
18 |  ```
19 |  */
20 | public protocol Request {
   |                 `- note: protocol 'Request' does not conform to the 'Sendable' protocol
21 | 	/// The type of the response expected from this request
22 | 	associatedtype ResponseType
[51/55] Compiling Monarch HTTPBody.swift
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Errors/Errors.swift:9:13: warning: stored property 'request' of 'Sendable'-conforming struct 'UnhandledRequestError' has non-sendable type 'any Request'; this is an error in the Swift 6 language mode
 7 | /// Thrown when a `RequestProvider` is unable to handle a request.
 8 | public struct UnhandledRequestError: Error {
 9 | 	public let request: any Request
   |             `- warning: stored property 'request' of 'Sendable'-conforming struct 'UnhandledRequestError' has non-sendable type 'any Request'; this is an error in the Swift 6 language mode
10 |
11 | 	public init(_ request: any Request) {
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Protocols/Request.swift:20:17: note: protocol 'Request' does not conform to the 'Sendable' protocol
18 |  ```
19 |  */
20 | public protocol Request {
   |                 `- note: protocol 'Request' does not conform to the 'Sendable' protocol
21 | 	/// The type of the response expected from this request
22 | 	associatedtype ResponseType
[52/55] Compiling Monarch GenericProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Internal/MonarchKey.swift:9:13: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Monarch' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |
 8 | struct MonarchKey: EnvironmentKey {
 9 | 	static let defaultValue: Monarch = {
   |             |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Monarch' may have shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | 		#if DEBUG
11 | 		if ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1" {
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Core/Monarch.swift:22:14: note: class 'Monarch' does not conform to the 'Sendable' protocol
20 |  the nodes the request passed through, in the reverse order.
21 |  */
22 | public class Monarch: RequestProvider, ResponseHandler {
   |              `- note: class 'Monarch' does not conform to the 'Sendable' protocol
23 | 	/**
24 | 	 The `provider` is the object that encapsulates the logic of how to handle a
[53/55] Compiling Monarch MonarchKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Internal/MonarchKey.swift:9:13: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Monarch' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |
 8 | struct MonarchKey: EnvironmentKey {
 9 | 	static let defaultValue: Monarch = {
   |             |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Monarch' may have shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | 		#if DEBUG
11 | 		if ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1" {
/Users/admin/builder/spi-builder-workspace/Sources/Monarch/Core/Monarch.swift:22:14: note: class 'Monarch' does not conform to the 'Sendable' protocol
20 |  the nodes the request passed through, in the reverse order.
21 |  */
22 | public class Monarch: RequestProvider, ResponseHandler {
   |              `- note: class 'Monarch' does not conform to the 'Sendable' protocol
23 | 	/**
24 | 	 The `provider` is the object that encapsulates the logic of how to handle a
[54/55] Compiling Monarch View+Providers.swift
[55/55] Compiling Monarch View+Request.swift
Build complete! (13.61s)
Fetching https://github.com/EmilioPelaez/HierarchyResponder
[15/743] Fetching hierarchyresponder
Fetched https://github.com/EmilioPelaez/HierarchyResponder from cache (0.90s)
Computing version for https://github.com/EmilioPelaez/HierarchyResponder
Computed https://github.com/EmilioPelaez/HierarchyResponder at 1.2.1 (1.39s)
Creating working copy for https://github.com/EmilioPelaez/HierarchyResponder
Working copy of https://github.com/EmilioPelaez/HierarchyResponder resolved at 1.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "hierarchyresponder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/EmilioPelaez/HierarchyResponder"
    }
  ],
  "manifest_display_name" : "Monarch",
  "name" : "Monarch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Monarch",
      "targets" : [
        "Monarch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MonarchTests",
      "module_type" : "SwiftTarget",
      "name" : "MonarchTests",
      "path" : "Tests/MonarchTests",
      "sources" : [
        "MonarchTests.swift"
      ],
      "target_dependencies" : [
        "Monarch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Monarch",
      "module_type" : "SwiftTarget",
      "name" : "Monarch",
      "path" : "Sources/Monarch",
      "product_dependencies" : [
        "HierarchyResponder"
      ],
      "product_memberships" : [
        "Monarch"
      ],
      "sources" : [
        "Core/Monarch.swift",
        "Core/MonarchBuilder.swift",
        "Domain/RequestDomain.swift",
        "Environment/MonarchEnvironment.swift",
        "Errors/Errors.swift",
        "HTTP/HTTPBody.swift",
        "HTTP/HTTPError.swift",
        "HTTP/HTTPMethod.swift",
        "Internal/EmptyRequestProvider.swift",
        "Internal/GenericProvider.swift",
        "Internal/MonarchKey.swift",
        "Internal/MonarchRequestModifier.swift",
        "Internal/RegisterProviderModifier.swift",
        "Internal/RequestPreviewProvider.swift",
        "Internal/URLSession+Backport.swift",
        "Protocols/RemoteRequest.swift",
        "Protocols/Request.swift",
        "Protocols/RequestProvider.swift",
        "Protocols/ResponseHandler.swift",
        "Providers/CacheProvider.swift",
        "Providers/NetworkProvider.swift",
        "ViewModifiers/View+Providers.swift",
        "ViewModifiers/View+Request.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.