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 Spinetail, reference main (d7fab1), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 19:50:07 UTC.

Swift 6 data race errors: 256

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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

    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsIdQueueId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsIdQueueId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdEmailsIdQueueId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsIdQueueId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}/queue/{subscriber_hash}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdRemovedSubscribers.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdRemovedSubscribers.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsIdRemovedSubscribers {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdRemovedSubscribers", tag: "automations", method: "GET", path: "/automations/{workflow_id}/removed-subscribers", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdRemovedSubscribers.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdRemovedSubscribers.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdRemovedSubscribers {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdRemovedSubscribers", tag: "automations", method: "GET", path: "/automations/{workflow_id}/removed-subscribers", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdRemovedSubscribersId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdRemovedSubscribersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsIdRemovedSubscribersId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdRemovedSubscribersId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/removed-subscribers/{subscriber_hash}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdRemovedSubscribersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdRemovedSubscribersId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdRemovedSubscribersId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdRemovedSubscribersId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/removed-subscribers/{subscriber_hash}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
[309/311] Compiling Spinetail GetAutomationsIdEmailsIdQueueId.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/DeleteTemplateFoldersId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.DeleteTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    */
10 |   enum DeleteTemplateFoldersId {
11 |     public static let service = Service<Response>(id: "deleteTemplateFoldersId", tag: "templateFolders", method: "DELETE", path: "/template-folders/{folder_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
   |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.DeleteTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/DeleteTemplateFoldersId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 1 | import Foundation
 2 | import Prch
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 3 |
 4 | public extension TemplateFolders {
   :
 9 |    */
10 |   enum DeleteTemplateFoldersId {
11 |     public static let service = Service<Response>(id: "deleteTemplateFoldersId", tag: "templateFolders", method: "DELETE", path: "/template-folders/{folder_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
   |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/GetTemplateFolders.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.GetTemplateFolders.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum GetTemplateFolders {
 11 |     public static let service = Service<Response>(id: "getTemplateFolders", tag: "templateFolders", method: "GET", path: "/template-folders", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.GetTemplateFolders.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/GetTemplateFolders.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension TemplateFolders {
    :
  9 |    */
 10 |   enum GetTemplateFolders {
 11 |     public static let service = Service<Response>(id: "getTemplateFolders", tag: "templateFolders", method: "GET", path: "/template-folders", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/GetTemplateFoldersId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.GetTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum GetTemplateFoldersId {
 11 |     public static let service = Service<Response>(id: "getTemplateFoldersId", tag: "templateFolders", method: "GET", path: "/template-folders/{folder_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.GetTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/GetTemplateFoldersId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension TemplateFolders {
    :
  9 |    */
 10 |   enum GetTemplateFoldersId {
 11 |     public static let service = Service<Response>(id: "getTemplateFoldersId", tag: "templateFolders", method: "GET", path: "/template-folders/{folder_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/PatchTemplateFoldersId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.PatchTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum PatchTemplateFoldersId {
 11 |     public static let service = Service<Response>(id: "patchTemplateFoldersId", tag: "templateFolders", method: "PATCH", path: "/template-folders/{folder_id}", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.PatchTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/PatchTemplateFoldersId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension TemplateFolders {
    :
  9 |    */
 10 |   enum PatchTemplateFoldersId {
 11 |     public static let service = Service<Response>(id: "patchTemplateFoldersId", tag: "templateFolders", method: "PATCH", path: "/template-folders/{folder_id}", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/PostTemplateFolders.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.PostTemplateFolders.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum PostTemplateFolders {
 11 |     public static let service = Service<Response>(id: "postTemplateFolders", tag: "templateFolders", method: "POST", path: "/template-folders", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.PostTemplateFolders.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/PostTemplateFolders.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension TemplateFolders {
    :
  9 |    */
 10 |   enum PostTemplateFolders {
 11 |     public static let service = Service<Response>(id: "postTemplateFolders", tag: "templateFolders", method: "POST", path: "/template-folders", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/DeleteTemplatesId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.DeleteTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    */
10 |   enum DeleteTemplatesId {
11 |     public static let service = Service<Response>(id: "deleteTemplatesId", tag: "templates", method: "DELETE", path: "/templates/{template_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
   |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.DeleteTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/DeleteTemplatesId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 1 | import Foundation
 2 | import Prch
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 3 |
 4 | public extension Templates {
   :
 9 |    */
10 |   enum DeleteTemplatesId {
11 |     public static let service = Service<Response>(id: "deleteTemplatesId", tag: "templates", method: "DELETE", path: "/templates/{template_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
   |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplates.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplates.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum GetTemplates {
 11 |     public static let service = Service<Response>(id: "getTemplates", tag: "templates", method: "GET", path: "/templates", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplates.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     /** Returns user templates sorted by the specified field. */
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplates.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension Templates {
    :
  9 |    */
 10 |   enum GetTemplates {
 11 |     public static let service = Service<Response>(id: "getTemplates", tag: "templates", method: "GET", path: "/templates", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     /** Returns user templates sorted by the specified field. */
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplatesId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum GetTemplatesId {
 11 |     public static let service = Service<Response>(id: "getTemplatesId", tag: "templates", method: "GET", path: "/templates/{template_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplatesId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension Templates {
    :
  9 |    */
 10 |   enum GetTemplatesId {
 11 |     public static let service = Service<Response>(id: "getTemplatesId", tag: "templates", method: "GET", path: "/templates/{template_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplatesIdDefaultContent.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplatesIdDefaultContent.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum GetTemplatesIdDefaultContent {
 11 |     public static let service = Service<Response>(id: "getTemplatesIdDefaultContent", tag: "templates", method: "GET", path: "/templates/{template_id}/default-content", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplatesIdDefaultContent.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplatesIdDefaultContent.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension Templates {
    :
  9 |    */
 10 |   enum GetTemplatesIdDefaultContent {
 11 |     public static let service = Service<Response>(id: "getTemplatesIdDefaultContent", tag: "templates", method: "GET", path: "/templates/{template_id}/default-content", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/PatchTemplatesId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.PatchTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum PatchTemplatesId {
 11 |     public static let service = Service<Response>(id: "patchTemplatesId", tag: "templates", method: "PATCH", path: "/templates/{template_id}", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.PatchTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/PatchTemplatesId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension Templates {
    :
  9 |    */
 10 |   enum PatchTemplatesId {
 11 |     public static let service = Service<Response>(id: "patchTemplatesId", tag: "templates", method: "PATCH", path: "/templates/{template_id}", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/PostTemplates.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.PostTemplates.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum PostTemplates {
 11 |     public static let service = Service<Response>(id: "postTemplates", tag: "templates", method: "POST", path: "/templates", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.PostTemplates.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/PostTemplates.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension Templates {
    :
  9 |    */
 10 |   enum PostTemplates {
 11 |     public static let service = Service<Response>(id: "postTemplates", tag: "templates", method: "POST", path: "/templates", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/ActivityFeed/GetActivityFeedChimpChatter.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<ActivityFeed.GetActivityFeedChimpChatter.Response>' (aka 'Service<BasicResponse<ActivityFeed.GetActivityFeedChimpChatter.Status200, DefaultResponse, Mailchimp.API>>') may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetActivityFeedChimpChatter {
 12 |       public static let service = Service<Response>(id: "getActivityFeedChimpChatter", tag: "activityFeed", method: "GET", path: "/activity-feed/chimp-chatter", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<ActivityFeed.GetActivityFeedChimpChatter.Response>' (aka 'Service<BasicResponse<ActivityFeed.GetActivityFeedChimpChatter.Status200, DefaultResponse, Mailchimp.API>>') may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/ActivityFeed/GetActivityFeedChimpChatter.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetActivityFeedChimpChatter {
 12 |       public static let service = Service<Response>(id: "getActivityFeedChimpChatter", tag: "activityFeed", method: "GET", path: "/activity-feed/chimp-chatter", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/AuthorizedApps/GetAuthorizedApps.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<AuthorizedApps.GetAuthorizedApps.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAuthorizedApps {
 12 |       public static let service = Service<Response>(id: "getAuthorizedApps", tag: "authorizedApps", method: "GET", path: "/authorized-apps", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<AuthorizedApps.GetAuthorizedApps.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/AuthorizedApps/GetAuthorizedApps.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAuthorizedApps {
 12 |       public static let service = Service<Response>(id: "getAuthorizedApps", tag: "authorizedApps", method: "GET", path: "/authorized-apps", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/AuthorizedApps/GetAuthorizedAppsId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<AuthorizedApps.GetAuthorizedAppsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAuthorizedAppsId {
 12 |       public static let service = Service<Response>(id: "getAuthorizedAppsId", tag: "authorizedApps", method: "GET", path: "/authorized-apps/{app_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<AuthorizedApps.GetAuthorizedAppsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/AuthorizedApps/GetAuthorizedAppsId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAuthorizedAppsId {
 12 |       public static let service = Service<Response>(id: "getAuthorizedAppsId", tag: "authorizedApps", method: "GET", path: "/authorized-apps/{app_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/ArchiveAutomations.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.ArchiveAutomations.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum ArchiveAutomations {
 12 |       public static let service = Service<Response>(id: "archiveAutomations", tag: "automations", method: "POST", path: "/automations/{workflow_id}/actions/archive", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.ArchiveAutomations.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/ArchiveAutomations.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum ArchiveAutomations {
 12 |       public static let service = Service<Response>(id: "archiveAutomations", tag: "automations", method: "POST", path: "/automations/{workflow_id}/actions/archive", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/DeleteAutomationsIdEmailsId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.DeleteAutomationsIdEmailsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum DeleteAutomationsIdEmailsId {
 12 |       public static let service = Service<Response>(id: "deleteAutomationsIdEmailsId", tag: "automations", method: "DELETE", path: "/automations/{workflow_id}/emails/{workflow_email_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.DeleteAutomationsIdEmailsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/DeleteAutomationsIdEmailsId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum DeleteAutomationsIdEmailsId {
 12 |       public static let service = Service<Response>(id: "deleteAutomationsIdEmailsId", tag: "automations", method: "DELETE", path: "/automations/{workflow_id}/emails/{workflow_email_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomations.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomations.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomations {
 12 |       public static let service = Service<Response>(id: "getAutomations", tag: "automations", method: "GET", path: "/automations", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomations.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       /** Restrict the results to automations with the specified status. */
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomations.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomations {
 12 |       public static let service = Service<Response>(id: "getAutomations", tag: "automations", method: "GET", path: "/automations", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       /** Restrict the results to automations with the specified status. */
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsId {
 12 |       public static let service = Service<Response>(id: "getAutomationsId", tag: "automations", method: "GET", path: "/automations/{workflow_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsId {
 12 |       public static let service = Service<Response>(id: "getAutomationsId", tag: "automations", method: "GET", path: "/automations/{workflow_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmails.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmails.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  10 |      */
  11 |     enum GetAutomationsIdEmails {
  12 |       public static let service = Service<Response>(id: "getAutomationsIdEmails", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
     |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmails.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  13 |
  14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmails.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
   1 | import Foundation
   2 | import Prch
     | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
   3 |
   4 | #if !os(watchOS)
     :
  10 |      */
  11 |     enum GetAutomationsIdEmails {
  12 |       public static let service = Service<Response>(id: "getAutomationsIdEmails", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
     |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  13 |
  14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsIdEmailsId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdEmailsId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsIdQueue.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsIdQueue.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsIdEmailsIdQueue {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsIdQueue", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}/queue", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsIdQueue.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsIdQueue.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdEmailsIdQueue {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsIdQueue", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}/queue", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsIdQueueId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsIdQueueId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsIdEmailsIdQueueId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsIdQueueId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}/queue/{subscriber_hash}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsIdQueueId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsIdQueueId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdEmailsIdQueueId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsIdQueueId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}/queue/{subscriber_hash}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdRemovedSubscribers.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdRemovedSubscribers.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsIdRemovedSubscribers {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdRemovedSubscribers", tag: "automations", method: "GET", path: "/automations/{workflow_id}/removed-subscribers", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdRemovedSubscribers.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdRemovedSubscribers.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdRemovedSubscribers {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdRemovedSubscribers", tag: "automations", method: "GET", path: "/automations/{workflow_id}/removed-subscribers", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdRemovedSubscribersId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdRemovedSubscribersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsIdRemovedSubscribersId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdRemovedSubscribersId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/removed-subscribers/{subscriber_hash}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdRemovedSubscribersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdRemovedSubscribersId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdRemovedSubscribersId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdRemovedSubscribersId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/removed-subscribers/{subscriber_hash}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
[310/311] Compiling Spinetail GetAutomationsIdRemovedSubscribers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/DeleteTemplateFoldersId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.DeleteTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    */
10 |   enum DeleteTemplateFoldersId {
11 |     public static let service = Service<Response>(id: "deleteTemplateFoldersId", tag: "templateFolders", method: "DELETE", path: "/template-folders/{folder_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
   |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.DeleteTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/DeleteTemplateFoldersId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 1 | import Foundation
 2 | import Prch
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 3 |
 4 | public extension TemplateFolders {
   :
 9 |    */
10 |   enum DeleteTemplateFoldersId {
11 |     public static let service = Service<Response>(id: "deleteTemplateFoldersId", tag: "templateFolders", method: "DELETE", path: "/template-folders/{folder_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
   |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/GetTemplateFolders.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.GetTemplateFolders.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum GetTemplateFolders {
 11 |     public static let service = Service<Response>(id: "getTemplateFolders", tag: "templateFolders", method: "GET", path: "/template-folders", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.GetTemplateFolders.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/GetTemplateFolders.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension TemplateFolders {
    :
  9 |    */
 10 |   enum GetTemplateFolders {
 11 |     public static let service = Service<Response>(id: "getTemplateFolders", tag: "templateFolders", method: "GET", path: "/template-folders", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/GetTemplateFoldersId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.GetTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum GetTemplateFoldersId {
 11 |     public static let service = Service<Response>(id: "getTemplateFoldersId", tag: "templateFolders", method: "GET", path: "/template-folders/{folder_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.GetTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/GetTemplateFoldersId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension TemplateFolders {
    :
  9 |    */
 10 |   enum GetTemplateFoldersId {
 11 |     public static let service = Service<Response>(id: "getTemplateFoldersId", tag: "templateFolders", method: "GET", path: "/template-folders/{folder_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/PatchTemplateFoldersId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.PatchTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum PatchTemplateFoldersId {
 11 |     public static let service = Service<Response>(id: "patchTemplateFoldersId", tag: "templateFolders", method: "PATCH", path: "/template-folders/{folder_id}", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.PatchTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/PatchTemplateFoldersId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension TemplateFolders {
    :
  9 |    */
 10 |   enum PatchTemplateFoldersId {
 11 |     public static let service = Service<Response>(id: "patchTemplateFoldersId", tag: "templateFolders", method: "PATCH", path: "/template-folders/{folder_id}", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/PostTemplateFolders.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.PostTemplateFolders.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum PostTemplateFolders {
 11 |     public static let service = Service<Response>(id: "postTemplateFolders", tag: "templateFolders", method: "POST", path: "/template-folders", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.PostTemplateFolders.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/PostTemplateFolders.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension TemplateFolders {
    :
  9 |    */
 10 |   enum PostTemplateFolders {
 11 |     public static let service = Service<Response>(id: "postTemplateFolders", tag: "templateFolders", method: "POST", path: "/template-folders", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/DeleteTemplatesId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.DeleteTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    */
10 |   enum DeleteTemplatesId {
11 |     public static let service = Service<Response>(id: "deleteTemplatesId", tag: "templates", method: "DELETE", path: "/templates/{template_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
   |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.DeleteTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/DeleteTemplatesId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 1 | import Foundation
 2 | import Prch
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 3 |
 4 | public extension Templates {
   :
 9 |    */
10 |   enum DeleteTemplatesId {
11 |     public static let service = Service<Response>(id: "deleteTemplatesId", tag: "templates", method: "DELETE", path: "/templates/{template_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
   |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplates.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplates.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum GetTemplates {
 11 |     public static let service = Service<Response>(id: "getTemplates", tag: "templates", method: "GET", path: "/templates", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplates.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     /** Returns user templates sorted by the specified field. */
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplates.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension Templates {
    :
  9 |    */
 10 |   enum GetTemplates {
 11 |     public static let service = Service<Response>(id: "getTemplates", tag: "templates", method: "GET", path: "/templates", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     /** Returns user templates sorted by the specified field. */
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplatesId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum GetTemplatesId {
 11 |     public static let service = Service<Response>(id: "getTemplatesId", tag: "templates", method: "GET", path: "/templates/{template_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplatesId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension Templates {
    :
  9 |    */
 10 |   enum GetTemplatesId {
 11 |     public static let service = Service<Response>(id: "getTemplatesId", tag: "templates", method: "GET", path: "/templates/{template_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplatesIdDefaultContent.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplatesIdDefaultContent.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum GetTemplatesIdDefaultContent {
 11 |     public static let service = Service<Response>(id: "getTemplatesIdDefaultContent", tag: "templates", method: "GET", path: "/templates/{template_id}/default-content", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplatesIdDefaultContent.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplatesIdDefaultContent.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension Templates {
    :
  9 |    */
 10 |   enum GetTemplatesIdDefaultContent {
 11 |     public static let service = Service<Response>(id: "getTemplatesIdDefaultContent", tag: "templates", method: "GET", path: "/templates/{template_id}/default-content", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/PatchTemplatesId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.PatchTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum PatchTemplatesId {
 11 |     public static let service = Service<Response>(id: "patchTemplatesId", tag: "templates", method: "PATCH", path: "/templates/{template_id}", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.PatchTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/PatchTemplatesId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension Templates {
    :
  9 |    */
 10 |   enum PatchTemplatesId {
 11 |     public static let service = Service<Response>(id: "patchTemplatesId", tag: "templates", method: "PATCH", path: "/templates/{template_id}", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/PostTemplates.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.PostTemplates.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum PostTemplates {
 11 |     public static let service = Service<Response>(id: "postTemplates", tag: "templates", method: "POST", path: "/templates", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.PostTemplates.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/PostTemplates.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension Templates {
    :
  9 |    */
 10 |   enum PostTemplates {
 11 |     public static let service = Service<Response>(id: "postTemplates", tag: "templates", method: "POST", path: "/templates", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/ActivityFeed/GetActivityFeedChimpChatter.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<ActivityFeed.GetActivityFeedChimpChatter.Response>' (aka 'Service<BasicResponse<ActivityFeed.GetActivityFeedChimpChatter.Status200, DefaultResponse, Mailchimp.API>>') may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetActivityFeedChimpChatter {
 12 |       public static let service = Service<Response>(id: "getActivityFeedChimpChatter", tag: "activityFeed", method: "GET", path: "/activity-feed/chimp-chatter", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<ActivityFeed.GetActivityFeedChimpChatter.Response>' (aka 'Service<BasicResponse<ActivityFeed.GetActivityFeedChimpChatter.Status200, DefaultResponse, Mailchimp.API>>') may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/ActivityFeed/GetActivityFeedChimpChatter.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetActivityFeedChimpChatter {
 12 |       public static let service = Service<Response>(id: "getActivityFeedChimpChatter", tag: "activityFeed", method: "GET", path: "/activity-feed/chimp-chatter", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/AuthorizedApps/GetAuthorizedApps.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<AuthorizedApps.GetAuthorizedApps.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAuthorizedApps {
 12 |       public static let service = Service<Response>(id: "getAuthorizedApps", tag: "authorizedApps", method: "GET", path: "/authorized-apps", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<AuthorizedApps.GetAuthorizedApps.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/AuthorizedApps/GetAuthorizedApps.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAuthorizedApps {
 12 |       public static let service = Service<Response>(id: "getAuthorizedApps", tag: "authorizedApps", method: "GET", path: "/authorized-apps", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/AuthorizedApps/GetAuthorizedAppsId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<AuthorizedApps.GetAuthorizedAppsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAuthorizedAppsId {
 12 |       public static let service = Service<Response>(id: "getAuthorizedAppsId", tag: "authorizedApps", method: "GET", path: "/authorized-apps/{app_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<AuthorizedApps.GetAuthorizedAppsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/AuthorizedApps/GetAuthorizedAppsId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAuthorizedAppsId {
 12 |       public static let service = Service<Response>(id: "getAuthorizedAppsId", tag: "authorizedApps", method: "GET", path: "/authorized-apps/{app_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/ArchiveAutomations.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.ArchiveAutomations.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum ArchiveAutomations {
 12 |       public static let service = Service<Response>(id: "archiveAutomations", tag: "automations", method: "POST", path: "/automations/{workflow_id}/actions/archive", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.ArchiveAutomations.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/ArchiveAutomations.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum ArchiveAutomations {
 12 |       public static let service = Service<Response>(id: "archiveAutomations", tag: "automations", method: "POST", path: "/automations/{workflow_id}/actions/archive", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/DeleteAutomationsIdEmailsId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.DeleteAutomationsIdEmailsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum DeleteAutomationsIdEmailsId {
 12 |       public static let service = Service<Response>(id: "deleteAutomationsIdEmailsId", tag: "automations", method: "DELETE", path: "/automations/{workflow_id}/emails/{workflow_email_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.DeleteAutomationsIdEmailsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/DeleteAutomationsIdEmailsId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum DeleteAutomationsIdEmailsId {
 12 |       public static let service = Service<Response>(id: "deleteAutomationsIdEmailsId", tag: "automations", method: "DELETE", path: "/automations/{workflow_id}/emails/{workflow_email_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomations.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomations.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomations {
 12 |       public static let service = Service<Response>(id: "getAutomations", tag: "automations", method: "GET", path: "/automations", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomations.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       /** Restrict the results to automations with the specified status. */
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomations.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomations {
 12 |       public static let service = Service<Response>(id: "getAutomations", tag: "automations", method: "GET", path: "/automations", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       /** Restrict the results to automations with the specified status. */
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsId {
 12 |       public static let service = Service<Response>(id: "getAutomationsId", tag: "automations", method: "GET", path: "/automations/{workflow_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsId {
 12 |       public static let service = Service<Response>(id: "getAutomationsId", tag: "automations", method: "GET", path: "/automations/{workflow_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmails.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmails.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  10 |      */
  11 |     enum GetAutomationsIdEmails {
  12 |       public static let service = Service<Response>(id: "getAutomationsIdEmails", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
     |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmails.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  13 |
  14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmails.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
   1 | import Foundation
   2 | import Prch
     | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
   3 |
   4 | #if !os(watchOS)
     :
  10 |      */
  11 |     enum GetAutomationsIdEmails {
  12 |       public static let service = Service<Response>(id: "getAutomationsIdEmails", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
     |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  13 |
  14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsIdEmailsId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdEmailsId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsIdQueue.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsIdQueue.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsIdEmailsIdQueue {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsIdQueue", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}/queue", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsIdQueue.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsIdQueue.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdEmailsIdQueue {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsIdQueue", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}/queue", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsIdQueueId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsIdQueueId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsIdEmailsIdQueueId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsIdQueueId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}/queue/{subscriber_hash}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsIdQueueId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsIdQueueId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdEmailsIdQueueId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsIdQueueId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}/queue/{subscriber_hash}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdRemovedSubscribers.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdRemovedSubscribers.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsIdRemovedSubscribers {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdRemovedSubscribers", tag: "automations", method: "GET", path: "/automations/{workflow_id}/removed-subscribers", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdRemovedSubscribers.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdRemovedSubscribers.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdRemovedSubscribers {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdRemovedSubscribers", tag: "automations", method: "GET", path: "/automations/{workflow_id}/removed-subscribers", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdRemovedSubscribersId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdRemovedSubscribersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsIdRemovedSubscribersId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdRemovedSubscribersId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/removed-subscribers/{subscriber_hash}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdRemovedSubscribersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdRemovedSubscribersId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdRemovedSubscribersId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdRemovedSubscribersId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/removed-subscribers/{subscriber_hash}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
[311/311] Compiling Spinetail GetAutomationsIdRemovedSubscribersId.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/DeleteTemplateFoldersId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.DeleteTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    */
10 |   enum DeleteTemplateFoldersId {
11 |     public static let service = Service<Response>(id: "deleteTemplateFoldersId", tag: "templateFolders", method: "DELETE", path: "/template-folders/{folder_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
   |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.DeleteTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/DeleteTemplateFoldersId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 1 | import Foundation
 2 | import Prch
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 3 |
 4 | public extension TemplateFolders {
   :
 9 |    */
10 |   enum DeleteTemplateFoldersId {
11 |     public static let service = Service<Response>(id: "deleteTemplateFoldersId", tag: "templateFolders", method: "DELETE", path: "/template-folders/{folder_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
   |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/GetTemplateFolders.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.GetTemplateFolders.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum GetTemplateFolders {
 11 |     public static let service = Service<Response>(id: "getTemplateFolders", tag: "templateFolders", method: "GET", path: "/template-folders", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.GetTemplateFolders.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/GetTemplateFolders.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension TemplateFolders {
    :
  9 |    */
 10 |   enum GetTemplateFolders {
 11 |     public static let service = Service<Response>(id: "getTemplateFolders", tag: "templateFolders", method: "GET", path: "/template-folders", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/GetTemplateFoldersId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.GetTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum GetTemplateFoldersId {
 11 |     public static let service = Service<Response>(id: "getTemplateFoldersId", tag: "templateFolders", method: "GET", path: "/template-folders/{folder_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.GetTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/GetTemplateFoldersId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension TemplateFolders {
    :
  9 |    */
 10 |   enum GetTemplateFoldersId {
 11 |     public static let service = Service<Response>(id: "getTemplateFoldersId", tag: "templateFolders", method: "GET", path: "/template-folders/{folder_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/PatchTemplateFoldersId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.PatchTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum PatchTemplateFoldersId {
 11 |     public static let service = Service<Response>(id: "patchTemplateFoldersId", tag: "templateFolders", method: "PATCH", path: "/template-folders/{folder_id}", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.PatchTemplateFoldersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/PatchTemplateFoldersId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension TemplateFolders {
    :
  9 |    */
 10 |   enum PatchTemplateFoldersId {
 11 |     public static let service = Service<Response>(id: "patchTemplateFoldersId", tag: "templateFolders", method: "PATCH", path: "/template-folders/{folder_id}", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/PostTemplateFolders.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.PostTemplateFolders.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum PostTemplateFolders {
 11 |     public static let service = Service<Response>(id: "postTemplateFolders", tag: "templateFolders", method: "POST", path: "/template-folders", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<TemplateFolders.PostTemplateFolders.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/TemplateFolders/PostTemplateFolders.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension TemplateFolders {
    :
  9 |    */
 10 |   enum PostTemplateFolders {
 11 |     public static let service = Service<Response>(id: "postTemplateFolders", tag: "templateFolders", method: "POST", path: "/template-folders", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/DeleteTemplatesId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.DeleteTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    */
10 |   enum DeleteTemplatesId {
11 |     public static let service = Service<Response>(id: "deleteTemplatesId", tag: "templates", method: "DELETE", path: "/templates/{template_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
   |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.DeleteTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/DeleteTemplatesId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 1 | import Foundation
 2 | import Prch
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 3 |
 4 | public extension Templates {
   :
 9 |    */
10 |   enum DeleteTemplatesId {
11 |     public static let service = Service<Response>(id: "deleteTemplatesId", tag: "templates", method: "DELETE", path: "/templates/{template_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
   |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplates.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplates.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum GetTemplates {
 11 |     public static let service = Service<Response>(id: "getTemplates", tag: "templates", method: "GET", path: "/templates", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplates.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     /** Returns user templates sorted by the specified field. */
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplates.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension Templates {
    :
  9 |    */
 10 |   enum GetTemplates {
 11 |     public static let service = Service<Response>(id: "getTemplates", tag: "templates", method: "GET", path: "/templates", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     /** Returns user templates sorted by the specified field. */
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplatesId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum GetTemplatesId {
 11 |     public static let service = Service<Response>(id: "getTemplatesId", tag: "templates", method: "GET", path: "/templates/{template_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplatesId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension Templates {
    :
  9 |    */
 10 |   enum GetTemplatesId {
 11 |     public static let service = Service<Response>(id: "getTemplatesId", tag: "templates", method: "GET", path: "/templates/{template_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplatesIdDefaultContent.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplatesIdDefaultContent.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum GetTemplatesIdDefaultContent {
 11 |     public static let service = Service<Response>(id: "getTemplatesIdDefaultContent", tag: "templates", method: "GET", path: "/templates/{template_id}/default-content", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.GetTemplatesIdDefaultContent.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/GetTemplatesIdDefaultContent.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension Templates {
    :
  9 |    */
 10 |   enum GetTemplatesIdDefaultContent {
 11 |     public static let service = Service<Response>(id: "getTemplatesIdDefaultContent", tag: "templates", method: "GET", path: "/templates/{template_id}/default-content", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/PatchTemplatesId.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.PatchTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum PatchTemplatesId {
 11 |     public static let service = Service<Response>(id: "patchTemplatesId", tag: "templates", method: "PATCH", path: "/templates/{template_id}", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.PatchTemplatesId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/PatchTemplatesId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension Templates {
    :
  9 |    */
 10 |   enum PatchTemplatesId {
 11 |     public static let service = Service<Response>(id: "patchTemplatesId", tag: "templates", method: "PATCH", path: "/templates/{template_id}", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/PostTemplates.swift:11:23: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.PostTemplates.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |    */
 10 |   enum PostTemplates {
 11 |     public static let service = Service<Response>(id: "postTemplates", tag: "templates", method: "POST", path: "/templates", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Templates.PostTemplates.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Lite/Templates/PostTemplates.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | public extension Templates {
    :
  9 |    */
 10 |   enum PostTemplates {
 11 |     public static let service = Service<Response>(id: "postTemplates", tag: "templates", method: "POST", path: "/templates", hasBody: true, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                       |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |
 13 |     public struct Request: BodyRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/ActivityFeed/GetActivityFeedChimpChatter.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<ActivityFeed.GetActivityFeedChimpChatter.Response>' (aka 'Service<BasicResponse<ActivityFeed.GetActivityFeedChimpChatter.Status200, DefaultResponse, Mailchimp.API>>') may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetActivityFeedChimpChatter {
 12 |       public static let service = Service<Response>(id: "getActivityFeedChimpChatter", tag: "activityFeed", method: "GET", path: "/activity-feed/chimp-chatter", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<ActivityFeed.GetActivityFeedChimpChatter.Response>' (aka 'Service<BasicResponse<ActivityFeed.GetActivityFeedChimpChatter.Status200, DefaultResponse, Mailchimp.API>>') may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/ActivityFeed/GetActivityFeedChimpChatter.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetActivityFeedChimpChatter {
 12 |       public static let service = Service<Response>(id: "getActivityFeedChimpChatter", tag: "activityFeed", method: "GET", path: "/activity-feed/chimp-chatter", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/AuthorizedApps/GetAuthorizedApps.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<AuthorizedApps.GetAuthorizedApps.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAuthorizedApps {
 12 |       public static let service = Service<Response>(id: "getAuthorizedApps", tag: "authorizedApps", method: "GET", path: "/authorized-apps", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<AuthorizedApps.GetAuthorizedApps.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/AuthorizedApps/GetAuthorizedApps.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAuthorizedApps {
 12 |       public static let service = Service<Response>(id: "getAuthorizedApps", tag: "authorizedApps", method: "GET", path: "/authorized-apps", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/AuthorizedApps/GetAuthorizedAppsId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<AuthorizedApps.GetAuthorizedAppsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAuthorizedAppsId {
 12 |       public static let service = Service<Response>(id: "getAuthorizedAppsId", tag: "authorizedApps", method: "GET", path: "/authorized-apps/{app_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<AuthorizedApps.GetAuthorizedAppsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/AuthorizedApps/GetAuthorizedAppsId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAuthorizedAppsId {
 12 |       public static let service = Service<Response>(id: "getAuthorizedAppsId", tag: "authorizedApps", method: "GET", path: "/authorized-apps/{app_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/ArchiveAutomations.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.ArchiveAutomations.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum ArchiveAutomations {
 12 |       public static let service = Service<Response>(id: "archiveAutomations", tag: "automations", method: "POST", path: "/automations/{workflow_id}/actions/archive", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.ArchiveAutomations.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/ArchiveAutomations.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum ArchiveAutomations {
 12 |       public static let service = Service<Response>(id: "archiveAutomations", tag: "automations", method: "POST", path: "/automations/{workflow_id}/actions/archive", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/DeleteAutomationsIdEmailsId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.DeleteAutomationsIdEmailsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum DeleteAutomationsIdEmailsId {
 12 |       public static let service = Service<Response>(id: "deleteAutomationsIdEmailsId", tag: "automations", method: "DELETE", path: "/automations/{workflow_id}/emails/{workflow_email_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.DeleteAutomationsIdEmailsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/DeleteAutomationsIdEmailsId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum DeleteAutomationsIdEmailsId {
 12 |       public static let service = Service<Response>(id: "deleteAutomationsIdEmailsId", tag: "automations", method: "DELETE", path: "/automations/{workflow_id}/emails/{workflow_email_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomations.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomations.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomations {
 12 |       public static let service = Service<Response>(id: "getAutomations", tag: "automations", method: "GET", path: "/automations", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomations.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       /** Restrict the results to automations with the specified status. */
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomations.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomations {
 12 |       public static let service = Service<Response>(id: "getAutomations", tag: "automations", method: "GET", path: "/automations", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       /** Restrict the results to automations with the specified status. */
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsId {
 12 |       public static let service = Service<Response>(id: "getAutomationsId", tag: "automations", method: "GET", path: "/automations/{workflow_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsId {
 12 |       public static let service = Service<Response>(id: "getAutomationsId", tag: "automations", method: "GET", path: "/automations/{workflow_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmails.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmails.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  10 |      */
  11 |     enum GetAutomationsIdEmails {
  12 |       public static let service = Service<Response>(id: "getAutomationsIdEmails", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
     |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmails.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
  13 |
  14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmails.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
   1 | import Foundation
   2 | import Prch
     | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
   3 |
   4 | #if !os(watchOS)
     :
  10 |      */
  11 |     enum GetAutomationsIdEmails {
  12 |       public static let service = Service<Response>(id: "getAutomationsIdEmails", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
     |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  13 |
  14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsIdEmailsId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdEmailsId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsIdQueue.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsIdQueue.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsIdEmailsIdQueue {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsIdQueue", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}/queue", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsIdQueue.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsIdQueue.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdEmailsIdQueue {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsIdQueue", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}/queue", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsIdQueueId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsIdQueueId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsIdEmailsIdQueueId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsIdQueueId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}/queue/{subscriber_hash}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdEmailsIdQueueId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdEmailsIdQueueId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdEmailsIdQueueId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdEmailsIdQueueId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/emails/{workflow_email_id}/queue/{subscriber_hash}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdRemovedSubscribers.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdRemovedSubscribers.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsIdRemovedSubscribers {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdRemovedSubscribers", tag: "automations", method: "GET", path: "/automations/{workflow_id}/removed-subscribers", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdRemovedSubscribers.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdRemovedSubscribers.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdRemovedSubscribers {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdRemovedSubscribers", tag: "automations", method: "GET", path: "/automations/{workflow_id}/removed-subscribers", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdRemovedSubscribersId.swift:12:25: warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdRemovedSubscribersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |      */
 11 |     enum GetAutomationsIdRemovedSubscribersId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdRemovedSubscribersId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/removed-subscribers/{subscriber_hash}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         `- warning: static property 'service' is not concurrency-safe because non-'Sendable' type 'Service<Automations.GetAutomationsIdRemovedSubscribersId.Response>' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |       public struct Request: ServiceRequest {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Service.swift:1:15: note: generic struct 'Service' does not conform to the 'Sendable' protocol
 1 | public struct Service<ResponseType: Response> {
   |               `- note: generic struct 'Service' does not conform to the 'Sendable' protocol
 2 |   public let id: String
 3 |   public let tag: String
/Users/admin/builder/spi-builder-workspace/Sources/Spinetail/Requests/Regular/Automations/GetAutomationsIdRemovedSubscribersId.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  1 | import Foundation
  2 | import Prch
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
  3 |
  4 | #if !os(watchOS)
    :
 10 |      */
 11 |     enum GetAutomationsIdRemovedSubscribersId {
 12 |       public static let service = Service<Response>(id: "getAutomationsIdRemovedSubscribersId", tag: "automations", method: "GET", path: "/automations/{workflow_id}/removed-subscribers/{subscriber_hash}", hasBody: false, securityRequirements: [SecurityRequirement(type: "basicAuth", scopes: [])])
    |                         |- note: annotate 'service' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |       public struct Request: ServiceRequest {
Build complete! (68.73s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.47.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.43.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint"
    },
    {
      "identity" : "swift-test-codecov",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/swift-test-codecov"
    },
    {
      "identity" : "rocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Rocket"
    },
    {
      "identity" : "prch",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/Prch.git"
    }
  ],
  "manifest_display_name" : "Spinetail",
  "name" : "Spinetail",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "Spinetail",
      "targets" : [
        "Spinetail"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpinetailTests",
      "module_type" : "SwiftTarget",
      "name" : "SpinetailTests",
      "path" : "Tests/SpinetailTests",
      "sources" : [
        "Helpers/Client.Helpers.swift",
        "Helpers/Settings.swift",
        "Helpers/String.swift",
        "Tests/CampaignTests.swift",
        "Tests/ListsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Spinetail"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Spinetail",
      "module_type" : "SwiftTarget",
      "name" : "Spinetail",
      "path" : "Sources/Spinetail",
      "product_dependencies" : [
        "Prch"
      ],
      "product_memberships" : [
        "Spinetail"
      ],
      "sources" : [
        "Mailchimp.API.swift",
        "Mailchimp.swift",
        "Models/DefaultResponse.swift",
        "Models/Links.swift",
        "Requests/Lite/CampaignFolders/DeleteCampaignFoldersId.swift",
        "Requests/Lite/CampaignFolders/GetCampaignFolders.swift",
        "Requests/Lite/CampaignFolders/GetCampaignFoldersId.swift",
        "Requests/Lite/CampaignFolders/PatchCampaignFoldersId.swift",
        "Requests/Lite/CampaignFolders/PostCampaignFolders.swift",
        "Requests/Lite/Campaigns/DeleteCampaignsId.swift",
        "Requests/Lite/Campaigns/DeleteCampaignsIdFeedbackId.swift",
        "Requests/Lite/Campaigns/GetCampaigns.swift",
        "Requests/Lite/Campaigns/GetCampaignsId.swift",
        "Requests/Lite/Campaigns/GetCampaignsIdContent.swift",
        "Requests/Lite/Campaigns/GetCampaignsIdFeedback.swift",
        "Requests/Lite/Campaigns/GetCampaignsIdFeedbackId.swift",
        "Requests/Lite/Campaigns/GetCampaignsIdSendChecklist.swift",
        "Requests/Lite/Campaigns/PatchCampaignsId.swift",
        "Requests/Lite/Campaigns/PatchCampaignsIdFeedbackId.swift",
        "Requests/Lite/Campaigns/PostCampaigns.swift",
        "Requests/Lite/Campaigns/PostCampaignsIdActionsCancelSend.swift",
        "Requests/Lite/Campaigns/PostCampaignsIdActionsCreateResend.swift",
        "Requests/Lite/Campaigns/PostCampaignsIdActionsPause.swift",
        "Requests/Lite/Campaigns/PostCampaignsIdActionsReplicate.swift",
        "Requests/Lite/Campaigns/PostCampaignsIdActionsResume.swift",
        "Requests/Lite/Campaigns/PostCampaignsIdActionsSchedule.swift",
        "Requests/Lite/Campaigns/PostCampaignsIdActionsSend.swift",
        "Requests/Lite/Campaigns/PostCampaignsIdActionsTest.swift",
        "Requests/Lite/Campaigns/PostCampaignsIdActionsUnschedule.swift",
        "Requests/Lite/Campaigns/PostCampaignsIdFeedback.swift",
        "Requests/Lite/Campaigns/PutCampaignsIdContent.swift",
        "Requests/Lite/Lists/DeleteListsId.swift",
        "Requests/Lite/Lists/DeleteListsIdInterestCategoriesId.swift",
        "Requests/Lite/Lists/DeleteListsIdInterestCategoriesIdInterestsId.swift",
        "Requests/Lite/Lists/DeleteListsIdMembersId.swift",
        "Requests/Lite/Lists/DeleteListsIdMembersIdNotesId.swift",
        "Requests/Lite/Lists/DeleteListsIdMergeFieldsId.swift",
        "Requests/Lite/Lists/DeleteListsIdSegmentsId.swift",
        "Requests/Lite/Lists/DeleteListsIdSegmentsIdMembersId.swift",
        "Requests/Lite/Lists/DeleteListsIdWebhooksId.swift",
        "Requests/Lite/Lists/GetListMemberTags.swift",
        "Requests/Lite/Lists/GetLists.swift",
        "Requests/Lite/Lists/GetListsId.swift",
        "Requests/Lite/Lists/GetListsIdAbuseReports.swift",
        "Requests/Lite/Lists/GetListsIdAbuseReportsId.swift",
        "Requests/Lite/Lists/GetListsIdActivity.swift",
        "Requests/Lite/Lists/GetListsIdClients.swift",
        "Requests/Lite/Lists/GetListsIdGrowthHistory.swift",
        "Requests/Lite/Lists/GetListsIdGrowthHistoryId.swift",
        "Requests/Lite/Lists/GetListsIdInterestCategories.swift",
        "Requests/Lite/Lists/GetListsIdInterestCategoriesId.swift",
        "Requests/Lite/Lists/GetListsIdInterestCategoriesIdInterests.swift",
        "Requests/Lite/Lists/GetListsIdInterestCategoriesIdInterestsId.swift",
        "Requests/Lite/Lists/GetListsIdLocations.swift",
        "Requests/Lite/Lists/GetListsIdMembers.swift",
        "Requests/Lite/Lists/GetListsIdMembersId.swift",
        "Requests/Lite/Lists/GetListsIdMembersIdActivity.swift",
        "Requests/Lite/Lists/GetListsIdMembersIdActivityFeed.swift",
        "Requests/Lite/Lists/GetListsIdMembersIdEvents.swift",
        "Requests/Lite/Lists/GetListsIdMembersIdGoals.swift",
        "Requests/Lite/Lists/GetListsIdMembersIdNotes.swift",
        "Requests/Lite/Lists/GetListsIdMembersIdNotesId.swift",
        "Requests/Lite/Lists/GetListsIdMergeFields.swift",
        "Requests/Lite/Lists/GetListsIdMergeFieldsId.swift",
        "Requests/Lite/Lists/GetListsIdSegmentsId.swift",
        "Requests/Lite/Lists/GetListsIdSegmentsIdMembers.swift",
        "Requests/Lite/Lists/GetListsIdSignupForms.swift",
        "Requests/Lite/Lists/GetListsIdWebhooks.swift",
        "Requests/Lite/Lists/GetListsIdWebhooksId.swift",
        "Requests/Lite/Lists/PatchListsId.swift",
        "Requests/Lite/Lists/PatchListsIdInterestCategoriesId.swift",
        "Requests/Lite/Lists/PatchListsIdInterestCategoriesIdInterestsId.swift",
        "Requests/Lite/Lists/PatchListsIdMembersId.swift",
        "Requests/Lite/Lists/PatchListsIdMembersIdNotesId.swift",
        "Requests/Lite/Lists/PatchListsIdMergeFieldsId.swift",
        "Requests/Lite/Lists/PatchListsIdSegmentsId.swift",
        "Requests/Lite/Lists/PatchListsIdWebhooksId.swift",
        "Requests/Lite/Lists/PostListMemberEvents.swift",
        "Requests/Lite/Lists/PostListMemberTags.swift",
        "Requests/Lite/Lists/PostLists.swift",
        "Requests/Lite/Lists/PostListsId.swift",
        "Requests/Lite/Lists/PostListsIdInterestCategories.swift",
        "Requests/Lite/Lists/PostListsIdInterestCategoriesIdInterests.swift",
        "Requests/Lite/Lists/PostListsIdMembers.swift",
        "Requests/Lite/Lists/PostListsIdMembersHashActionsDeletePermanent.swift",
        "Requests/Lite/Lists/PostListsIdMembersIdNotes.swift",
        "Requests/Lite/Lists/PostListsIdMergeFields.swift",
        "Requests/Lite/Lists/PostListsIdSegments.swift",
        "Requests/Lite/Lists/PostListsIdSegmentsId.swift",
        "Requests/Lite/Lists/PostListsIdSegmentsIdMembers.swift",
        "Requests/Lite/Lists/PostListsIdSignupForms.swift",
        "Requests/Lite/Lists/PostListsIdWebhooks.swift",
        "Requests/Lite/Lists/PreviewASegment.swift",
        "Requests/Lite/Lists/PutListsIdMembersId.swift",
        "Requests/Lite/Lists/SearchTagsByName.swift",
        "Requests/Lite/Reports/GetReports.swift",
        "Requests/Lite/Reports/GetReportsId.swift",
        "Requests/Lite/Reports/GetReportsIdAbuseReportsId.swift",
        "Requests/Lite/Reports/GetReportsIdAbuseReportsIdId.swift",
        "Requests/Lite/Reports/GetReportsIdAdvice.swift",
        "Requests/Lite/Reports/GetReportsIdClickDetails.swift",
        "Requests/Lite/Reports/GetReportsIdClickDetailsId.swift",
        "Requests/Lite/Reports/GetReportsIdClickDetailsIdMembers.swift",
        "Requests/Lite/Reports/GetReportsIdClickDetailsIdMembersId.swift",
        "Requests/Lite/Reports/GetReportsIdDomainPerformance.swift",
        "Requests/Lite/Reports/GetReportsIdEcommerceProductActivity.swift",
        "Requests/Lite/Reports/GetReportsIdEepurl.swift",
        "Requests/Lite/Reports/GetReportsIdEmailActivity.swift",
        "Requests/Lite/Reports/GetReportsIdEmailActivityId.swift",
        "Requests/Lite/Reports/GetReportsIdLocations.swift",
        "Requests/Lite/Reports/GetReportsIdOpenDetails.swift",
        "Requests/Lite/Reports/GetReportsIdOpenDetailsIdMembersId.swift",
        "Requests/Lite/Reports/GetReportsIdSentTo.swift",
        "Requests/Lite/Reports/GetReportsIdSentToId.swift",
        "Requests/Lite/Reports/GetReportsIdSubReportsId.swift",
        "Requests/Lite/Reports/GetReportsIdUnsubscribed.swift",
        "Requests/Lite/Reports/GetReportsIdUnsubscribedId.swift",
        "Requests/Lite/Root/GetRoot.swift",
        "Requests/Lite/SearchCampaigns/GetSearchCampaigns.swift",
        "Requests/Lite/SearchMembers/GetSearchMembers.swift",
        "Requests/Lite/TemplateFolders/DeleteTemplateFoldersId.swift",
        "Requests/Lite/TemplateFolders/GetTemplateFolders.swift",
        "Requests/Lite/TemplateFolders/GetTemplateFoldersId.swift",
        "Requests/Lite/TemplateFolders/PatchTemplateFoldersId.swift",
        "Requests/Lite/TemplateFolders/PostTemplateFolders.swift",
        "Requests/Lite/Templates/DeleteTemplatesId.swift",
        "Requests/Lite/Templates/GetTemplates.swift",
        "Requests/Lite/Templates/GetTemplatesId.swift",
        "Requests/Lite/Templates/GetTemplatesIdDefaultContent.swift",
        "Requests/Lite/Templates/PatchTemplatesId.swift",
        "Requests/Lite/Templates/PostTemplates.swift",
        "Requests/Regular/ActivityFeed/GetActivityFeedChimpChatter.swift",
        "Requests/Regular/AuthorizedApps/GetAuthorizedApps.swift",
        "Requests/Regular/AuthorizedApps/GetAuthorizedAppsId.swift",
        "Requests/Regular/Automations/ArchiveAutomations.swift",
        "Requests/Regular/Automations/DeleteAutomationsIdEmailsId.swift",
        "Requests/Regular/Automations/GetAutomations.swift",
        "Requests/Regular/Automations/GetAutomationsId.swift",
        "Requests/Regular/Automations/GetAutomationsIdEmails.swift",
        "Requests/Regular/Automations/GetAutomationsIdEmailsId.swift",
        "Requests/Regular/Automations/GetAutomationsIdEmailsIdQueue.swift",
        "Requests/Regular/Automations/GetAutomationsIdEmailsIdQueueId.swift",
        "Requests/Regular/Automations/GetAutomationsIdRemovedSubscribers.swift",
        "Requests/Regular/Automations/GetAutomationsIdRemovedSubscribersId.swift",
        "Requests/Regular/Automations/PatchAutomationEmailWorkflowId.swift",
        "Requests/Regular/Automations/PostAutomations.swift",
        "Requests/Regular/Automations/PostAutomationsIdActionsPauseAllEmails.swift",
        "Requests/Regular/Automations/PostAutomationsIdActionsStartAllEmails.swift",
        "Requests/Regular/Automations/PostAutomationsIdEmailsIdActionsPause.swift",
        "Requests/Regular/Automations/PostAutomationsIdEmailsIdActionsStart.swift",
        "Requests/Regular/Automations/PostAutomationsIdEmailsIdQueue.swift",
        "Requests/Regular/Automations/PostAutomationsIdRemovedSubscribers.swift",
        "Requests/Regular/BatchWebhooks/DeleteBatchWebhookId.swift",
        "Requests/Regular/BatchWebhooks/GetBatchWebhook.swift",
        "Requests/Regular/BatchWebhooks/GetBatchWebhooks.swift",
        "Requests/Regular/BatchWebhooks/PatchBatchWebhooks.swift",
        "Requests/Regular/BatchWebhooks/PostBatchWebhooks.swift",
        "Requests/Regular/Batches/DeleteBatchesId.swift",
        "Requests/Regular/Batches/GetBatches.swift",
        "Requests/Regular/Batches/GetBatchesId.swift",
        "Requests/Regular/Batches/PostBatches.swift",
        "Requests/Regular/ConnectedSites/DeleteConnectedSitesId.swift",
        "Requests/Regular/ConnectedSites/GetConnectedSites.swift",
        "Requests/Regular/ConnectedSites/GetConnectedSitesId.swift",
        "Requests/Regular/ConnectedSites/PostConnectedSites.swift",
        "Requests/Regular/ConnectedSites/PostConnectedSitesIdActionsVerifyScriptInstallation.swift",
        "Requests/Regular/Conversations/GetConversations.swift",
        "Requests/Regular/Conversations/GetConversationsId.swift",
        "Requests/Regular/Conversations/GetConversationsIdMessages.swift",
        "Requests/Regular/Conversations/GetConversationsIdMessagesId.swift",
        "Requests/Regular/CustomerJourneys/PostCustomerJourneysJourneysIdStepsIdActionsTrigger.swift",
        "Requests/Regular/Ecommerce/DeleteEcommerceStoresId.swift",
        "Requests/Regular/Ecommerce/DeleteEcommerceStoresIdCartsId.swift",
        "Requests/Regular/Ecommerce/DeleteEcommerceStoresIdCartsLinesId.swift",
        "Requests/Regular/Ecommerce/DeleteEcommerceStoresIdCustomersId.swift",
        "Requests/Regular/Ecommerce/DeleteEcommerceStoresIdOrdersId.swift",
        "Requests/Regular/Ecommerce/DeleteEcommerceStoresIdOrdersIdLinesId.swift",
        "Requests/Regular/Ecommerce/DeleteEcommerceStoresIdProductsId.swift",
        "Requests/Regular/Ecommerce/DeleteEcommerceStoresIdProductsIdImagesId.swift",
        "Requests/Regular/Ecommerce/DeleteEcommerceStoresIdProductsIdVariantsId.swift",
        "Requests/Regular/Ecommerce/DeleteEcommerceStoresIdPromocodesId.swift",
        "Requests/Regular/Ecommerce/DeleteEcommerceStoresIdPromorulesId.swift",
        "Requests/Regular/Ecommerce/GetEcommerceOrders.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStores.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresId.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdCarts.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdCartsId.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdCartsIdLines.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdCartsIdLinesId.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdCustomers.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdCustomersId.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdOrders.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdOrdersId.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdOrdersIdLines.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdOrdersIdLinesId.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdProducts.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdProductsId.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdProductsIdImages.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdProductsIdImagesId.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdProductsIdVariants.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdProductsIdVariantsId.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdPromocodes.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdPromocodesId.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdPromorules.swift",
        "Requests/Regular/Ecommerce/GetEcommerceStoresIdPromorulesId.swift",
        "Requests/Regular/Ecommerce/PatchEcommerceStoresId.swift",
        "Requests/Regular/Ecommerce/PatchEcommerceStoresIdCartsId.swift",
        "Requests/Regular/Ecommerce/PatchEcommerceStoresIdCartsIdLinesId.swift",
        "Requests/Regular/Ecommerce/PatchEcommerceStoresIdCustomersId.swift",
        "Requests/Regular/Ecommerce/PatchEcommerceStoresIdOrdersId.swift",
        "Requests/Regular/Ecommerce/PatchEcommerceStoresIdOrdersIdLinesId.swift",
        "Requests/Regular/Ecommerce/PatchEcommerceStoresIdProductsId.swift",
        "Requests/Regular/Ecommerce/PatchEcommerceStoresIdProductsIdImagesId.swift",
        "Requests/Regular/Ecommerce/PatchEcommerceStoresIdProductsIdVariantsId.swift",
        "Requests/Regular/Ecommerce/PatchEcommerceStoresIdPromocodesId.swift",
        "Requests/Regular/Ecommerce/PatchEcommerceStoresIdPromorulesId.swift",
        "Requests/Regular/Ecommerce/PostEcommerceStores.swift",
        "Requests/Regular/Ecommerce/PostEcommerceStoresIdCarts.swift",
        "Requests/Regular/Ecommerce/PostEcommerceStoresIdCartsIdLines.swift",
        "Requests/Regular/Ecommerce/PostEcommerceStoresIdCustomers.swift",
        "Requests/Regular/Ecommerce/PostEcommerceStoresIdOrders.swift",
        "Requests/Regular/Ecommerce/PostEcommerceStoresIdOrdersIdLines.swift",
        "Requests/Regular/Ecommerce/PostEcommerceStoresIdProducts.swift",
        "Requests/Regular/Ecommerce/PostEcommerceStoresIdProductsIdImages.swift",
        "Requests/Regular/Ecommerce/PostEcommerceStoresIdProductsIdVariants.swift",
        "Requests/Regular/Ecommerce/PostEcommerceStoresIdPromocodes.swift",
        "Requests/Regular/Ecommerce/PostEcommerceStoresIdPromorules.swift",
        "Requests/Regular/Ecommerce/PutEcommerceStoresIdCustomersId.swift",
        "Requests/Regular/Ecommerce/PutEcommerceStoresIdProductsIdVariantsId.swift",
        "Requests/Regular/FacebookAds/GetAllFacebookAds.swift",
        "Requests/Regular/FacebookAds/GetFacebookAdsId.swift",
        "Requests/Regular/FileManager/DeleteFileManagerFilesId.swift",
        "Requests/Regular/FileManager/DeleteFileManagerFoldersId.swift",
        "Requests/Regular/FileManager/GetFileManagerFiles.swift",
        "Requests/Regular/FileManager/GetFileManagerFilesId.swift",
        "Requests/Regular/FileManager/GetFileManagerFolders.swift",
        "Requests/Regular/FileManager/GetFileManagerFoldersId.swift",
        "Requests/Regular/FileManager/PatchFileManagerFilesId.swift",
        "Requests/Regular/FileManager/PatchFileManagerFoldersId.swift",
        "Requests/Regular/FileManager/PostFileManagerFiles.swift",
        "Requests/Regular/FileManager/PostFileManagerFolders.swift",
        "Requests/Regular/LandingPages/DeleteLandingPageId.swift",
        "Requests/Regular/LandingPages/GetAllLandingPages.swift",
        "Requests/Regular/LandingPages/GetLandingPageId.swift",
        "Requests/Regular/LandingPages/GetLandingPageIdContent.swift",
        "Requests/Regular/LandingPages/PatchLandingPageId.swift",
        "Requests/Regular/LandingPages/PostAllLandingPages.swift",
        "Requests/Regular/LandingPages/PostLandingPageIdActionsPublish.swift",
        "Requests/Regular/LandingPages/PostLandingPageIdActionsUnpublish.swift",
        "Requests/Regular/Ping/GetPing.swift",
        "Requests/Regular/Reporting/GetReportingFacebookAds.swift",
        "Requests/Regular/Reporting/GetReportingFacebookAdsId.swift",
        "Requests/Regular/Reporting/GetReportingFacebookAdsIdEcommerceProductActivity.swift",
        "Requests/Regular/Reporting/GetReportingLandingPages.swift",
        "Requests/Regular/Reporting/GetReportingLandingPagesId.swift",
        "Requests/Regular/VerifiedDomains/CreateVerifiedDomain.swift",
        "Requests/Regular/VerifiedDomains/DeleteVerifiedDomain.swift",
        "Requests/Regular/VerifiedDomains/GetVerifiedDomain.swift",
        "Requests/Regular/VerifiedDomains/GetVerifiedDomains.swift",
        "Requests/Regular/VerifiedDomains/VerifyDomain.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.