The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ATProtoKit, reference main (5b9ce1), with Swift 5.10 for Linux on 26 Aug 2025 23:46:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:35:20: warning: stored property 'language' of 'Sendable'-conforming struct 'UpdateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'AddRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:35:20: warning: stored property 'url' of 'Sendable'-conforming struct 'EventDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:353:20: warning: stored property 'url' of 'Sendable'-conforming struct 'URLRuleDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:51:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryEventsRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:57:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryRulesRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'RemoveRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[757/841] Compiling ATProtoKit ToolsOzoneModerationGetReporterStats.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:45:20: warning: stored property 'language' of 'Sendable'-conforming struct 'CreateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:50:20: warning: stored property 'language' of 'Sendable'-conforming struct 'TemplateViewDefinition' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:35:20: warning: stored property 'language' of 'Sendable'-conforming struct 'UpdateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'AddRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:35:20: warning: stored property 'url' of 'Sendable'-conforming struct 'EventDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:353:20: warning: stored property 'url' of 'Sendable'-conforming struct 'URLRuleDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:51:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryEventsRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:57:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryRulesRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'RemoveRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[758/841] Compiling ATProtoKit ToolsOzoneModerationGetRepos.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:45:20: warning: stored property 'language' of 'Sendable'-conforming struct 'CreateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:50:20: warning: stored property 'language' of 'Sendable'-conforming struct 'TemplateViewDefinition' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:35:20: warning: stored property 'language' of 'Sendable'-conforming struct 'UpdateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'AddRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:35:20: warning: stored property 'url' of 'Sendable'-conforming struct 'EventDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:353:20: warning: stored property 'url' of 'Sendable'-conforming struct 'URLRuleDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:51:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryEventsRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:57:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryRulesRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'RemoveRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[759/841] Compiling ATProtoKit ToolsOzoneModerationGetSubjects.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:45:20: warning: stored property 'language' of 'Sendable'-conforming struct 'CreateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:50:20: warning: stored property 'language' of 'Sendable'-conforming struct 'TemplateViewDefinition' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:35:20: warning: stored property 'language' of 'Sendable'-conforming struct 'UpdateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'AddRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:35:20: warning: stored property 'url' of 'Sendable'-conforming struct 'EventDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:353:20: warning: stored property 'url' of 'Sendable'-conforming struct 'URLRuleDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:51:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryEventsRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:57:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryRulesRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'RemoveRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[760/841] Compiling ATProtoKit ToolsOzoneModerationQueryEvents.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:45:20: warning: stored property 'language' of 'Sendable'-conforming struct 'CreateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:50:20: warning: stored property 'language' of 'Sendable'-conforming struct 'TemplateViewDefinition' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:35:20: warning: stored property 'language' of 'Sendable'-conforming struct 'UpdateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'AddRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:35:20: warning: stored property 'url' of 'Sendable'-conforming struct 'EventDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:353:20: warning: stored property 'url' of 'Sendable'-conforming struct 'URLRuleDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:51:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryEventsRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:57:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryRulesRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'RemoveRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[761/841] Compiling ATProtoKit ToolsOzoneModerationQueryStatuses.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:45:20: warning: stored property 'language' of 'Sendable'-conforming struct 'CreateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:50:20: warning: stored property 'language' of 'Sendable'-conforming struct 'TemplateViewDefinition' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:35:20: warning: stored property 'language' of 'Sendable'-conforming struct 'UpdateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'AddRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:35:20: warning: stored property 'url' of 'Sendable'-conforming struct 'EventDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:353:20: warning: stored property 'url' of 'Sendable'-conforming struct 'URLRuleDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:51:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryEventsRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:57:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryRulesRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'RemoveRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[762/841] Compiling ATProtoKit ToolsOzoneModerationSearchRepos.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:45:20: warning: stored property 'language' of 'Sendable'-conforming struct 'CreateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:50:20: warning: stored property 'language' of 'Sendable'-conforming struct 'TemplateViewDefinition' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:35:20: warning: stored property 'language' of 'Sendable'-conforming struct 'UpdateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'AddRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:35:20: warning: stored property 'url' of 'Sendable'-conforming struct 'EventDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:353:20: warning: stored property 'url' of 'Sendable'-conforming struct 'URLRuleDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:51:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryEventsRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:57:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryRulesRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'RemoveRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[763/841] Compiling ATProtoKit ToolsOzoneSafelinkAddRule.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:45:20: warning: stored property 'language' of 'Sendable'-conforming struct 'CreateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:50:20: warning: stored property 'language' of 'Sendable'-conforming struct 'TemplateViewDefinition' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:35:20: warning: stored property 'language' of 'Sendable'-conforming struct 'UpdateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'AddRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:35:20: warning: stored property 'url' of 'Sendable'-conforming struct 'EventDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:353:20: warning: stored property 'url' of 'Sendable'-conforming struct 'URLRuleDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:51:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryEventsRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:57:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryRulesRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'RemoveRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[764/841] Compiling ATProtoKit ToolsOzoneSafelinkDefs.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:45:20: warning: stored property 'language' of 'Sendable'-conforming struct 'CreateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:50:20: warning: stored property 'language' of 'Sendable'-conforming struct 'TemplateViewDefinition' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:35:20: warning: stored property 'language' of 'Sendable'-conforming struct 'UpdateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'AddRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:35:20: warning: stored property 'url' of 'Sendable'-conforming struct 'EventDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:353:20: warning: stored property 'url' of 'Sendable'-conforming struct 'URLRuleDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:51:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryEventsRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:57:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryRulesRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'RemoveRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[765/841] Compiling ATProtoKit ToolsOzoneSafelinkQueryEvents.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:45:20: warning: stored property 'language' of 'Sendable'-conforming struct 'CreateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:50:20: warning: stored property 'language' of 'Sendable'-conforming struct 'TemplateViewDefinition' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:35:20: warning: stored property 'language' of 'Sendable'-conforming struct 'UpdateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'AddRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:35:20: warning: stored property 'url' of 'Sendable'-conforming struct 'EventDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:353:20: warning: stored property 'url' of 'Sendable'-conforming struct 'URLRuleDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:51:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryEventsRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:57:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryRulesRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'RemoveRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[766/841] Compiling ATProtoKit ToolsOzoneSafelinkQueryRules.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:45:20: warning: stored property 'language' of 'Sendable'-conforming struct 'CreateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:50:20: warning: stored property 'language' of 'Sendable'-conforming struct 'TemplateViewDefinition' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:35:20: warning: stored property 'language' of 'Sendable'-conforming struct 'UpdateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'AddRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:35:20: warning: stored property 'url' of 'Sendable'-conforming struct 'EventDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:353:20: warning: stored property 'url' of 'Sendable'-conforming struct 'URLRuleDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:51:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryEventsRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:57:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryRulesRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'RemoveRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[767/841] Compiling ATProtoKit ToolsOzoneSafelinkRemoveRule.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:45:20: warning: stored property 'language' of 'Sendable'-conforming struct 'CreateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationCreateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:50:20: warning: stored property 'language' of 'Sendable'-conforming struct 'TemplateViewDefinition' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:35:20: warning: stored property 'language' of 'Sendable'-conforming struct 'UpdateTemplateRequestBody' has non-sendable type 'Locale?'
        public let language: Locale?
                   ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Communication/ToolsOzoneCommunicationUpdateTemplate.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'AddRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkAddRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:35:20: warning: stored property 'url' of 'Sendable'-conforming struct 'EventDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkDefs.swift:353:20: warning: stored property 'url' of 'Sendable'-conforming struct 'URLRuleDefinition' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:51:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryEventsRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryEvents.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:57:20: warning: stored property 'urls' of 'Sendable'-conforming struct 'QueryRulesRequestBody' has non-sendable type '[URL]?'
        public let urls: [URL]?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkQueryRules.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'RemoveRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkRemoveRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[768/841] Compiling ATProtoKit ToolsOzoneSafelinkUpdateRule.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[769/841] Compiling ATProtoKit ToolsOzoneServerGetConfig.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[770/841] Compiling ATProtoKit ToolsOzoneModerationSetAddValues.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[771/841] Compiling ATProtoKit ToolsOzoneSetDefs.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[772/841] Compiling ATProtoKit ToolsOzoneSetDeleteSet.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[773/841] Compiling ATProtoKit ToolsOzoneSetDeleteValues.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[774/841] Compiling ATProtoKit ToolsOzoneSetGetValues.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[775/841] Compiling ATProtoKit ToolsOzoneSetQuerySets.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[776/841] Compiling ATProtoKit ToolsOzoneSettingDefs.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[777/841] Compiling ATProtoKit ToolsOzoneSettingListOptions.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[778/841] Compiling ATProtoKit ToolsOzoneSettingRemoveOptions.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[779/841] Compiling ATProtoKit ToolsOzoneSettingUpsertOption.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[780/841] Compiling ATProtoKit ToolsOzoneSignatureDefs.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[781/841] Compiling ATProtoKit ToolsOzoneSignatureFindCorrelation.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[782/841] Compiling ATProtoKit ToolsOzoneSignatureFindRelatedAccounts.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[783/841] Compiling ATProtoKit ToolsOzoneSignatureSearchAccounts.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[784/841] Compiling ATProtoKit ToolsOzoneTeamAddMember.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[785/841] Compiling ATProtoKit ToolsOzoneTeamDefs.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[786/841] Compiling ATProtoKit ToolsOzoneTeamDeleteMember.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[787/841] Compiling ATProtoKit ToolsOzoneTeamListMembers.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[788/841] Compiling ATProtoKit ToolsOzoneTeamUpdateMember.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[789/841] Compiling ATProtoKit ToolsOzoneLexicon.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[790/841] Compiling ATProtoKit ToolsOzoneVerificationDefs.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[791/841] Compiling ATProtoKit ToolsOzoneVerificationGrantVerifications.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:27:20: warning: stored property 'url' of 'Sendable'-conforming struct 'UpdateRuleRequestBody' has non-sendable type 'URL'
        public let url: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/tools.ozone/Safelink/ToolsOzoneSafelinkUpdateRule.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[792/841] Compiling ATProtoKit AppBskyEmbedExternal.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[793/841] Compiling ATProtoKit AppBskyEmbedImages.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[794/841] Compiling ATProtoKit AppBskyEmbedRecord.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[795/841] Compiling ATProtoKit AppBskyEmbedRecordWithMedia.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[796/841] Compiling ATProtoKit AppBskyEmbedVideo.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[797/841] Compiling ATProtoKit AppBskyFeedDefs.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[798/841] Compiling ATProtoKit AppBskyFeedDescribeFeedGenerator.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[799/841] Compiling ATProtoKit AppBskyFeedGenerator.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[800/841] Compiling ATProtoKit AppBskyFeedGetActorFeeds.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[801/841] Compiling ATProtoKit AppBskyFeedGetActorLikes.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[802/841] Compiling ATProtoKit AppBskyFeedGetAuthorFeed.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[803/841] Compiling ATProtoKit AppBskyFeedGetFeed.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[804/841] Compiling ATProtoKit AppBskyFeedGetFeedGenerator.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[805/841] Compiling ATProtoKit AppBskyFeedGetFeedGenerators.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[806/841] Compiling ATProtoKit AppBskyFeedGetFeedSkeleton.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[807/841] Compiling ATProtoKit AppBskyFeedGetLikes.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[808/841] Compiling ATProtoKit AppBskyFeedGetListFeed.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[809/841] Compiling ATProtoKit AppBskyFeedGetPostThread.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[810/841] Compiling ATProtoKit AppBskyFeedGetPosts.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[811/841] Compiling ATProtoKit AppBskyFeedGetQuotes.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[812/841] Compiling ATProtoKit AppBskyFeedGetRepostedBy.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[813/841] Compiling ATProtoKit AppBskyFeedGetSuggestedFeeds.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[814/841] Compiling ATProtoKit AppBskyFeedGetTimeline.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[815/841] Compiling ATProtoKit AppBskyFeedLike.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[816/841] Compiling ATProtoKit AppBskyFeedPost.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:52:24: warning: stored property 'uri' of 'Sendable'-conforming struct 'External' has non-sendable type 'URL'
            public let uri: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedExternal.swift:114:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewExternal' has non-sendable type 'URL?'
            public let thumbnailImageURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:141:24: warning: stored property 'thumbnailImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let thumbnailImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Embed/AppBskyEmbedImages.swift:148:24: warning: stored property 'fullSizeImageURL' of 'Sendable'-conforming struct 'ViewImage' has non-sendable type 'URL'
            public let fullSizeImageURL: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:751:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'GeneratorViewDefinition' has non-sendable type 'URL?'
        public let avatarImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDefs.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:57:24: warning: stored property 'privacyPolicy' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let privacyPolicy: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedDescribeFeedGenerator.swift:60:24: warning: stored property 'termsOfService' of 'Sendable'-conforming struct 'Links' has non-sendable type 'URL?'
            public let termsOfService: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[817/841] Compiling ATProtoKit ChatBskyActorDeleteAccount.swift
[818/841] Compiling ATProtoKit ChatBskyLexicon.swift
[819/841] Compiling ATProtoKit ChatBskyConvoAcceptConvo.swift
[820/841] Compiling ATProtoKit ChatBskyConvoAddReaction.swift
[821/841] Compiling ATProtoKit ChatBskyConvoDefs.swift
[822/841] Compiling ATProtoKit ChatBskyConvoDeleteMessageForSelf.swift
[823/841] Compiling ATProtoKit ChatBskyConvoGetConvo.swift
[824/841] Compiling ATProtoKit ChatBskyConvoGetConvoAvailability.swift
[825/841] Compiling ATProtoKit ChatBskyConvoGetConvoForMembers.swift
[826/841] Compiling ATProtoKit ChatBskyConvoGetLog.swift
[827/841] Compiling ATProtoKit ChatBskyConvoGetMessages.swift
[828/841] Compiling ATProtoKit ChatBskyConvoLeaveConvo.swift
[829/841] Compiling ATProtoKit ChatBskyConvoListConvos.swift
[830/841] Compiling ATProtoKit ChatBskyConvoMuteConvo.swift
[831/841] Compiling ATProtoKit ChatBskyConvoRemoveReaction.swift
[832/841] Compiling ATProtoKit ChatBskyConvoSendMessage.swift
[833/841] Compiling ATProtoKit ChatBskyConvoSendMessageBatch.swift
[834/841] Compiling ATProtoKit ChatBskyConvoUnmuteConvo.swift
[835/841] Compiling ATProtoKit ChatBskyConvoUpdateAllRead.swift
[836/841] Compiling ATProtoKit ChatBskyConvoUpdateRead.swift
[837/841] Compiling ATProtoKit ChatBskyModerationGetActorMetadata.swift
[838/841] Compiling ATProtoKit ChatBskyModerationGetMessageContext.swift
[839/841] Compiling ATProtoKit ChatBskyModerationUpdateActorAccess.swift
[840/841] Compiling ATProtoKit ComAtprotoAdminDefs.swift
[841/841] Compiling ATProtoKit ComAtprotoAdminDeleteAccount.swift
error: fatalError
BUILD FAILURE 5.10 linux