The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build ATProtoKit, reference 0.25.3 (5ae54c), with Swift 5.9 for Linux on 16 Mar 2025 17:11:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

        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/Actor/AppBskyActorDefs.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/Actor/AppBskyActorDefs.swift:109:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDefinition' 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/Actor/AppBskyActorDefs.swift:196:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' 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/Actor/AppBskyActorDefs.swift:199:20: warning: stored property 'bannerImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' has non-sendable type 'URL?'
        public let bannerImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1059/1136] Compiling ATProtoKit ATRecordViewProtocolExtensions.swift
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/SignPLCOperation.swift:68:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/SubmitPLCOperation.swift:45:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UpdateEmail.swift:62:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UpdateHandle.swift:49:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UploadBlob.swift:52:74: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
            let response = try await APIClientService.shared.sendRequest(request,
                                                                         ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:92:59: warning: capture of 'configuration' with non-sendable type 'URLSessionConfiguration' in a `@Sendable` closure
            await APIClientService.shared.configure(with: configuration)
                                                          ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:92:53: warning: passing argument of non-sendable type 'URLSessionConfiguration' into actor-isolated context may introduce data races
            await APIClientService.shared.configure(with: configuration)
                                                    ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:127:59: warning: capture of 'configuration' with non-sendable type 'URLSessionConfiguration' in a `@Sendable` closure
            await APIClientService.shared.configure(with: configuration)
                                                          ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:127:53: warning: passing argument of non-sendable type 'URLSessionConfiguration' into actor-isolated context may introduce data races
            await APIClientService.shared.configure(with: configuration)
                                                    ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:489:57: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
                pdsURL: session?.pdsURL ?? (self.pdsURL ?? nil),
                                            ~~~~~~~~~~~ ^~~~~~

/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/UserSession.swift:56:16: warning: stored property 'serviceEndpoint' of 'Sendable'-conforming struct 'UserSession' has non-sendable type 'URL'
    public let serviceEndpoint: 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/APIReference/SessionManager/UserSession.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/UserSession.swift:226:16: warning: stored property 'serviceEndpoint' of 'Sendable'-conforming struct 'ATService' has non-sendable type 'URL'
    public var serviceEndpoint: 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/ATProtoKit.swift:201:63: warning: reference to static property 'areBlueskyRecordsRegistered' is not concurrency-safe because it involves shared mutable state
            if canUseBlueskyRecords && !(ATRecordTypeRegistry.areBlueskyRecordsRegistered) {
                                                              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Utilities/ATRecordProtocol.swift:154:36: note: static property declared here
    public private(set) static var areBlueskyRecordsRegistered = false
                                   ^
/host/spi-builder-workspace/Sources/ATProtoKit/ATProtoKit.swift:230:59: warning: reference to static property 'areBlueskyRecordsRegistered' is not concurrency-safe because it involves shared mutable state
        if canUseBlueskyRecords && !(ATRecordTypeRegistry.areBlueskyRecordsRegistered) {
                                                          ^
/host/spi-builder-workspace/Sources/ATProtoKit/Utilities/ATRecordProtocol.swift:154:36: note: static property declared here
    public private(set) static var areBlueskyRecordsRegistered = false
                                   ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Actor/AppBskyActorDefs.swift:31:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewBasicDefinition' 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/Actor/AppBskyActorDefs.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/Actor/AppBskyActorDefs.swift:109:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDefinition' 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/Actor/AppBskyActorDefs.swift:196:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' 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/Actor/AppBskyActorDefs.swift:199:20: warning: stored property 'bannerImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' has non-sendable type 'URL?'
        public let bannerImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1060/1136] Compiling ATProtoKit SessionToken.swift
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/SignPLCOperation.swift:68:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/SubmitPLCOperation.swift:45:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UpdateEmail.swift:62:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UpdateHandle.swift:49:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UploadBlob.swift:52:74: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
            let response = try await APIClientService.shared.sendRequest(request,
                                                                         ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:92:59: warning: capture of 'configuration' with non-sendable type 'URLSessionConfiguration' in a `@Sendable` closure
            await APIClientService.shared.configure(with: configuration)
                                                          ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:92:53: warning: passing argument of non-sendable type 'URLSessionConfiguration' into actor-isolated context may introduce data races
            await APIClientService.shared.configure(with: configuration)
                                                    ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:127:59: warning: capture of 'configuration' with non-sendable type 'URLSessionConfiguration' in a `@Sendable` closure
            await APIClientService.shared.configure(with: configuration)
                                                          ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:127:53: warning: passing argument of non-sendable type 'URLSessionConfiguration' into actor-isolated context may introduce data races
            await APIClientService.shared.configure(with: configuration)
                                                    ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:489:57: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
                pdsURL: session?.pdsURL ?? (self.pdsURL ?? nil),
                                            ~~~~~~~~~~~ ^~~~~~

/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/UserSession.swift:56:16: warning: stored property 'serviceEndpoint' of 'Sendable'-conforming struct 'UserSession' has non-sendable type 'URL'
    public let serviceEndpoint: 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/APIReference/SessionManager/UserSession.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/UserSession.swift:226:16: warning: stored property 'serviceEndpoint' of 'Sendable'-conforming struct 'ATService' has non-sendable type 'URL'
    public var serviceEndpoint: 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/ATProtoKit.swift:201:63: warning: reference to static property 'areBlueskyRecordsRegistered' is not concurrency-safe because it involves shared mutable state
            if canUseBlueskyRecords && !(ATRecordTypeRegistry.areBlueskyRecordsRegistered) {
                                                              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Utilities/ATRecordProtocol.swift:154:36: note: static property declared here
    public private(set) static var areBlueskyRecordsRegistered = false
                                   ^
/host/spi-builder-workspace/Sources/ATProtoKit/ATProtoKit.swift:230:59: warning: reference to static property 'areBlueskyRecordsRegistered' is not concurrency-safe because it involves shared mutable state
        if canUseBlueskyRecords && !(ATRecordTypeRegistry.areBlueskyRecordsRegistered) {
                                                          ^
/host/spi-builder-workspace/Sources/ATProtoKit/Utilities/ATRecordProtocol.swift:154:36: note: static property declared here
    public private(set) static var areBlueskyRecordsRegistered = false
                                   ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Actor/AppBskyActorDefs.swift:31:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewBasicDefinition' 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/Actor/AppBskyActorDefs.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/Actor/AppBskyActorDefs.swift:109:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDefinition' 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/Actor/AppBskyActorDefs.swift:196:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' 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/Actor/AppBskyActorDefs.swift:199:20: warning: stored property 'bannerImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' has non-sendable type 'URL?'
        public let bannerImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1061/1136] Compiling ATProtoKit ATUnion.swift
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/SignPLCOperation.swift:68:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/SubmitPLCOperation.swift:45:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UpdateEmail.swift:62:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UpdateHandle.swift:49:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UploadBlob.swift:52:74: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
            let response = try await APIClientService.shared.sendRequest(request,
                                                                         ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:92:59: warning: capture of 'configuration' with non-sendable type 'URLSessionConfiguration' in a `@Sendable` closure
            await APIClientService.shared.configure(with: configuration)
                                                          ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:92:53: warning: passing argument of non-sendable type 'URLSessionConfiguration' into actor-isolated context may introduce data races
            await APIClientService.shared.configure(with: configuration)
                                                    ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:127:59: warning: capture of 'configuration' with non-sendable type 'URLSessionConfiguration' in a `@Sendable` closure
            await APIClientService.shared.configure(with: configuration)
                                                          ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:127:53: warning: passing argument of non-sendable type 'URLSessionConfiguration' into actor-isolated context may introduce data races
            await APIClientService.shared.configure(with: configuration)
                                                    ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:489:57: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
                pdsURL: session?.pdsURL ?? (self.pdsURL ?? nil),
                                            ~~~~~~~~~~~ ^~~~~~

/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/UserSession.swift:56:16: warning: stored property 'serviceEndpoint' of 'Sendable'-conforming struct 'UserSession' has non-sendable type 'URL'
    public let serviceEndpoint: 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/APIReference/SessionManager/UserSession.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/UserSession.swift:226:16: warning: stored property 'serviceEndpoint' of 'Sendable'-conforming struct 'ATService' has non-sendable type 'URL'
    public var serviceEndpoint: 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/ATProtoKit.swift:201:63: warning: reference to static property 'areBlueskyRecordsRegistered' is not concurrency-safe because it involves shared mutable state
            if canUseBlueskyRecords && !(ATRecordTypeRegistry.areBlueskyRecordsRegistered) {
                                                              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Utilities/ATRecordProtocol.swift:154:36: note: static property declared here
    public private(set) static var areBlueskyRecordsRegistered = false
                                   ^
/host/spi-builder-workspace/Sources/ATProtoKit/ATProtoKit.swift:230:59: warning: reference to static property 'areBlueskyRecordsRegistered' is not concurrency-safe because it involves shared mutable state
        if canUseBlueskyRecords && !(ATRecordTypeRegistry.areBlueskyRecordsRegistered) {
                                                          ^
/host/spi-builder-workspace/Sources/ATProtoKit/Utilities/ATRecordProtocol.swift:154:36: note: static property declared here
    public private(set) static var areBlueskyRecordsRegistered = false
                                   ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Actor/AppBskyActorDefs.swift:31:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewBasicDefinition' 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/Actor/AppBskyActorDefs.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/Actor/AppBskyActorDefs.swift:109:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDefinition' 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/Actor/AppBskyActorDefs.swift:196:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' 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/Actor/AppBskyActorDefs.swift:199:20: warning: stored property 'bannerImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' has non-sendable type 'URL?'
        public let bannerImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1062/1136] Compiling ATProtoKit Lexicons.swift
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/SignPLCOperation.swift:68:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/SubmitPLCOperation.swift:45:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UpdateEmail.swift:62:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UpdateHandle.swift:49:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UploadBlob.swift:52:74: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
            let response = try await APIClientService.shared.sendRequest(request,
                                                                         ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:92:59: warning: capture of 'configuration' with non-sendable type 'URLSessionConfiguration' in a `@Sendable` closure
            await APIClientService.shared.configure(with: configuration)
                                                          ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:92:53: warning: passing argument of non-sendable type 'URLSessionConfiguration' into actor-isolated context may introduce data races
            await APIClientService.shared.configure(with: configuration)
                                                    ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:127:59: warning: capture of 'configuration' with non-sendable type 'URLSessionConfiguration' in a `@Sendable` closure
            await APIClientService.shared.configure(with: configuration)
                                                          ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:127:53: warning: passing argument of non-sendable type 'URLSessionConfiguration' into actor-isolated context may introduce data races
            await APIClientService.shared.configure(with: configuration)
                                                    ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:489:57: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
                pdsURL: session?.pdsURL ?? (self.pdsURL ?? nil),
                                            ~~~~~~~~~~~ ^~~~~~

/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/UserSession.swift:56:16: warning: stored property 'serviceEndpoint' of 'Sendable'-conforming struct 'UserSession' has non-sendable type 'URL'
    public let serviceEndpoint: 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/APIReference/SessionManager/UserSession.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/UserSession.swift:226:16: warning: stored property 'serviceEndpoint' of 'Sendable'-conforming struct 'ATService' has non-sendable type 'URL'
    public var serviceEndpoint: 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/ATProtoKit.swift:201:63: warning: reference to static property 'areBlueskyRecordsRegistered' is not concurrency-safe because it involves shared mutable state
            if canUseBlueskyRecords && !(ATRecordTypeRegistry.areBlueskyRecordsRegistered) {
                                                              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Utilities/ATRecordProtocol.swift:154:36: note: static property declared here
    public private(set) static var areBlueskyRecordsRegistered = false
                                   ^
/host/spi-builder-workspace/Sources/ATProtoKit/ATProtoKit.swift:230:59: warning: reference to static property 'areBlueskyRecordsRegistered' is not concurrency-safe because it involves shared mutable state
        if canUseBlueskyRecords && !(ATRecordTypeRegistry.areBlueskyRecordsRegistered) {
                                                          ^
/host/spi-builder-workspace/Sources/ATProtoKit/Utilities/ATRecordProtocol.swift:154:36: note: static property declared here
    public private(set) static var areBlueskyRecordsRegistered = false
                                   ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Actor/AppBskyActorDefs.swift:31:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewBasicDefinition' 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/Actor/AppBskyActorDefs.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/Actor/AppBskyActorDefs.swift:109:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDefinition' 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/Actor/AppBskyActorDefs.swift:196:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' 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/Actor/AppBskyActorDefs.swift:199:20: warning: stored property 'bannerImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' has non-sendable type 'URL?'
        public let bannerImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1063/1136] Compiling ATProtoKit AppBskyActorDefs.swift
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/SignPLCOperation.swift:68:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/SubmitPLCOperation.swift:45:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UpdateEmail.swift:62:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UpdateHandle.swift:49:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UploadBlob.swift:52:74: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
            let response = try await APIClientService.shared.sendRequest(request,
                                                                         ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:92:59: warning: capture of 'configuration' with non-sendable type 'URLSessionConfiguration' in a `@Sendable` closure
            await APIClientService.shared.configure(with: configuration)
                                                          ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:92:53: warning: passing argument of non-sendable type 'URLSessionConfiguration' into actor-isolated context may introduce data races
            await APIClientService.shared.configure(with: configuration)
                                                    ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:127:59: warning: capture of 'configuration' with non-sendable type 'URLSessionConfiguration' in a `@Sendable` closure
            await APIClientService.shared.configure(with: configuration)
                                                          ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:127:53: warning: passing argument of non-sendable type 'URLSessionConfiguration' into actor-isolated context may introduce data races
            await APIClientService.shared.configure(with: configuration)
                                                    ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:489:57: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
                pdsURL: session?.pdsURL ?? (self.pdsURL ?? nil),
                                            ~~~~~~~~~~~ ^~~~~~

/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/UserSession.swift:56:16: warning: stored property 'serviceEndpoint' of 'Sendable'-conforming struct 'UserSession' has non-sendable type 'URL'
    public let serviceEndpoint: 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/APIReference/SessionManager/UserSession.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/UserSession.swift:226:16: warning: stored property 'serviceEndpoint' of 'Sendable'-conforming struct 'ATService' has non-sendable type 'URL'
    public var serviceEndpoint: 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/ATProtoKit.swift:201:63: warning: reference to static property 'areBlueskyRecordsRegistered' is not concurrency-safe because it involves shared mutable state
            if canUseBlueskyRecords && !(ATRecordTypeRegistry.areBlueskyRecordsRegistered) {
                                                              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Utilities/ATRecordProtocol.swift:154:36: note: static property declared here
    public private(set) static var areBlueskyRecordsRegistered = false
                                   ^
/host/spi-builder-workspace/Sources/ATProtoKit/ATProtoKit.swift:230:59: warning: reference to static property 'areBlueskyRecordsRegistered' is not concurrency-safe because it involves shared mutable state
        if canUseBlueskyRecords && !(ATRecordTypeRegistry.areBlueskyRecordsRegistered) {
                                                          ^
/host/spi-builder-workspace/Sources/ATProtoKit/Utilities/ATRecordProtocol.swift:154:36: note: static property declared here
    public private(set) static var areBlueskyRecordsRegistered = false
                                   ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Actor/AppBskyActorDefs.swift:31:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewBasicDefinition' 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/Actor/AppBskyActorDefs.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/Actor/AppBskyActorDefs.swift:109:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDefinition' 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/Actor/AppBskyActorDefs.swift:196:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' 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/Actor/AppBskyActorDefs.swift:199:20: warning: stored property 'bannerImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' has non-sendable type 'URL?'
        public let bannerImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1064/1136] Compiling ATProtoKit AppBskyActorGetPreferences.swift
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/SignPLCOperation.swift:68:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/SubmitPLCOperation.swift:45:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UpdateEmail.swift:62:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UpdateHandle.swift:49:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UploadBlob.swift:52:74: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
            let response = try await APIClientService.shared.sendRequest(request,
                                                                         ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:92:59: warning: capture of 'configuration' with non-sendable type 'URLSessionConfiguration' in a `@Sendable` closure
            await APIClientService.shared.configure(with: configuration)
                                                          ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:92:53: warning: passing argument of non-sendable type 'URLSessionConfiguration' into actor-isolated context may introduce data races
            await APIClientService.shared.configure(with: configuration)
                                                    ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:127:59: warning: capture of 'configuration' with non-sendable type 'URLSessionConfiguration' in a `@Sendable` closure
            await APIClientService.shared.configure(with: configuration)
                                                          ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:127:53: warning: passing argument of non-sendable type 'URLSessionConfiguration' into actor-isolated context may introduce data races
            await APIClientService.shared.configure(with: configuration)
                                                    ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:489:57: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
                pdsURL: session?.pdsURL ?? (self.pdsURL ?? nil),
                                            ~~~~~~~~~~~ ^~~~~~

/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/UserSession.swift:56:16: warning: stored property 'serviceEndpoint' of 'Sendable'-conforming struct 'UserSession' has non-sendable type 'URL'
    public let serviceEndpoint: 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/APIReference/SessionManager/UserSession.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/UserSession.swift:226:16: warning: stored property 'serviceEndpoint' of 'Sendable'-conforming struct 'ATService' has non-sendable type 'URL'
    public var serviceEndpoint: 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/ATProtoKit.swift:201:63: warning: reference to static property 'areBlueskyRecordsRegistered' is not concurrency-safe because it involves shared mutable state
            if canUseBlueskyRecords && !(ATRecordTypeRegistry.areBlueskyRecordsRegistered) {
                                                              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Utilities/ATRecordProtocol.swift:154:36: note: static property declared here
    public private(set) static var areBlueskyRecordsRegistered = false
                                   ^
/host/spi-builder-workspace/Sources/ATProtoKit/ATProtoKit.swift:230:59: warning: reference to static property 'areBlueskyRecordsRegistered' is not concurrency-safe because it involves shared mutable state
        if canUseBlueskyRecords && !(ATRecordTypeRegistry.areBlueskyRecordsRegistered) {
                                                          ^
/host/spi-builder-workspace/Sources/ATProtoKit/Utilities/ATRecordProtocol.swift:154:36: note: static property declared here
    public private(set) static var areBlueskyRecordsRegistered = false
                                   ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Actor/AppBskyActorDefs.swift:31:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewBasicDefinition' 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/Actor/AppBskyActorDefs.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/Actor/AppBskyActorDefs.swift:109:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDefinition' 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/Actor/AppBskyActorDefs.swift:196:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' 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/Actor/AppBskyActorDefs.swift:199:20: warning: stored property 'bannerImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' has non-sendable type 'URL?'
        public let bannerImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1065/1136] Compiling ATProtoKit AppBskyActorGetProfile.swift
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/SignPLCOperation.swift:68:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/SubmitPLCOperation.swift:45:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UpdateEmail.swift:62:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UpdateHandle.swift:49:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UploadBlob.swift:52:74: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
            let response = try await APIClientService.shared.sendRequest(request,
                                                                         ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:92:59: warning: capture of 'configuration' with non-sendable type 'URLSessionConfiguration' in a `@Sendable` closure
            await APIClientService.shared.configure(with: configuration)
                                                          ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:92:53: warning: passing argument of non-sendable type 'URLSessionConfiguration' into actor-isolated context may introduce data races
            await APIClientService.shared.configure(with: configuration)
                                                    ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:127:59: warning: capture of 'configuration' with non-sendable type 'URLSessionConfiguration' in a `@Sendable` closure
            await APIClientService.shared.configure(with: configuration)
                                                          ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:127:53: warning: passing argument of non-sendable type 'URLSessionConfiguration' into actor-isolated context may introduce data races
            await APIClientService.shared.configure(with: configuration)
                                                    ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:489:57: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
                pdsURL: session?.pdsURL ?? (self.pdsURL ?? nil),
                                            ~~~~~~~~~~~ ^~~~~~

/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/UserSession.swift:56:16: warning: stored property 'serviceEndpoint' of 'Sendable'-conforming struct 'UserSession' has non-sendable type 'URL'
    public let serviceEndpoint: 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/APIReference/SessionManager/UserSession.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/UserSession.swift:226:16: warning: stored property 'serviceEndpoint' of 'Sendable'-conforming struct 'ATService' has non-sendable type 'URL'
    public var serviceEndpoint: 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/ATProtoKit.swift:201:63: warning: reference to static property 'areBlueskyRecordsRegistered' is not concurrency-safe because it involves shared mutable state
            if canUseBlueskyRecords && !(ATRecordTypeRegistry.areBlueskyRecordsRegistered) {
                                                              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Utilities/ATRecordProtocol.swift:154:36: note: static property declared here
    public private(set) static var areBlueskyRecordsRegistered = false
                                   ^
/host/spi-builder-workspace/Sources/ATProtoKit/ATProtoKit.swift:230:59: warning: reference to static property 'areBlueskyRecordsRegistered' is not concurrency-safe because it involves shared mutable state
        if canUseBlueskyRecords && !(ATRecordTypeRegistry.areBlueskyRecordsRegistered) {
                                                          ^
/host/spi-builder-workspace/Sources/ATProtoKit/Utilities/ATRecordProtocol.swift:154:36: note: static property declared here
    public private(set) static var areBlueskyRecordsRegistered = false
                                   ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Actor/AppBskyActorDefs.swift:31:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewBasicDefinition' 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/Actor/AppBskyActorDefs.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/Actor/AppBskyActorDefs.swift:109:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDefinition' 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/Actor/AppBskyActorDefs.swift:196:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' 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/Actor/AppBskyActorDefs.swift:199:20: warning: stored property 'bannerImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' has non-sendable type 'URL?'
        public let bannerImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1066/1136] Compiling ATProtoKit AppBskyActorGetProfiles.swift
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/SignPLCOperation.swift:68:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/SubmitPLCOperation.swift:45:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UpdateEmail.swift:62:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UpdateHandle.swift:49:17: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
                request,
                ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/ComAtprotoAPI/UploadBlob.swift:52:74: warning: passing argument of non-sendable type 'URLRequest' into actor-isolated context may introduce data races
            let response = try await APIClientService.shared.sendRequest(request,
                                                                         ^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:92:59: warning: capture of 'configuration' with non-sendable type 'URLSessionConfiguration' in a `@Sendable` closure
            await APIClientService.shared.configure(with: configuration)
                                                          ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:92:53: warning: passing argument of non-sendable type 'URLSessionConfiguration' into actor-isolated context may introduce data races
            await APIClientService.shared.configure(with: configuration)
                                                    ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:127:59: warning: capture of 'configuration' with non-sendable type 'URLSessionConfiguration' in a `@Sendable` closure
            await APIClientService.shared.configure(with: configuration)
                                                          ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:127:53: warning: passing argument of non-sendable type 'URLSessionConfiguration' into actor-isolated context may introduce data races
            await APIClientService.shared.configure(with: configuration)
                                                    ^
FoundationNetworking.URLSessionConfiguration:1:12: note: class 'URLSessionConfiguration' does not conform to the 'Sendable' protocol
open class URLSessionConfiguration : NSObject, NSCopying {
           ^
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/ATProtocolConfiguration.swift:489:57: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
                pdsURL: session?.pdsURL ?? (self.pdsURL ?? nil),
                                            ~~~~~~~~~~~ ^~~~~~

/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/UserSession.swift:56:16: warning: stored property 'serviceEndpoint' of 'Sendable'-conforming struct 'UserSession' has non-sendable type 'URL'
    public let serviceEndpoint: 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/APIReference/SessionManager/UserSession.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ATProtoKit/APIReference/SessionManager/UserSession.swift:226:16: warning: stored property 'serviceEndpoint' of 'Sendable'-conforming struct 'ATService' has non-sendable type 'URL'
    public var serviceEndpoint: 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/ATProtoKit.swift:201:63: warning: reference to static property 'areBlueskyRecordsRegistered' is not concurrency-safe because it involves shared mutable state
            if canUseBlueskyRecords && !(ATRecordTypeRegistry.areBlueskyRecordsRegistered) {
                                                              ^
/host/spi-builder-workspace/Sources/ATProtoKit/Utilities/ATRecordProtocol.swift:154:36: note: static property declared here
    public private(set) static var areBlueskyRecordsRegistered = false
                                   ^
/host/spi-builder-workspace/Sources/ATProtoKit/ATProtoKit.swift:230:59: warning: reference to static property 'areBlueskyRecordsRegistered' is not concurrency-safe because it involves shared mutable state
        if canUseBlueskyRecords && !(ATRecordTypeRegistry.areBlueskyRecordsRegistered) {
                                                          ^
/host/spi-builder-workspace/Sources/ATProtoKit/Utilities/ATRecordProtocol.swift:154:36: note: static property declared here
    public private(set) static var areBlueskyRecordsRegistered = false
                                   ^
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/app.bsky/Actor/AppBskyActorDefs.swift:31:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewBasicDefinition' 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/Actor/AppBskyActorDefs.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/Actor/AppBskyActorDefs.swift:109:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDefinition' 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/Actor/AppBskyActorDefs.swift:196:20: warning: stored property 'avatarImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' 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/Actor/AppBskyActorDefs.swift:199:20: warning: stored property 'bannerImageURL' of 'Sendable'-conforming struct 'ProfileViewDetailedDefinition' has non-sendable type 'URL?'
        public let bannerImageURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1067/1136] Compiling ATProtoKit ComAtprotoServerRefreshSession.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1068/1136] Compiling ATProtoKit ComAtprotoServerRequestEmailUpdate.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1069/1136] Compiling ATProtoKit ComAtprotoServerRequestPasswordReset.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1070/1136] Compiling ATProtoKit ComAtprotoServerReserveSigningKey.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1071/1136] Compiling ATProtoKit ComAtprotoServerResetPassword.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1072/1136] Compiling ATProtoKit ComAtprotoServerRevokeAppPassword.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1073/1136] Compiling ATProtoKit ComAtprotoServerUpdateEmail.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1074/1136] Compiling ATProtoKit ComAtprotoSyncGetLatestCommit.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1075/1136] Compiling ATProtoKit ComAtprotoSyncGetRepoStatus.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1076/1136] Compiling ATProtoKit ComAtprotoSyncListBlobs.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1077/1136] Compiling ATProtoKit ComAtprotoSyncListRepos.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1078/1136] Compiling ATProtoKit ComAtprotoSyncListReposByCollection.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1079/1136] Compiling ATProtoKit ComAtprotoSyncNotifyOfUpdate.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1080/1136] Compiling ATProtoKit ComAtprotoSyncRequestCrawl.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1081/1136] Compiling ATProtoKit ComAtprotoSyncSubscribeRepos.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1082/1136] Compiling ATProtoKit ComAtprotoTempAddReservedHandle.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1083/1136] Compiling ATProtoKit ComAtprotoTempCheckSignupQueue.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1084/1136] Compiling ATProtoKit ComAtprotoTempRequestPhoneVerification.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1085/1136] Compiling ATProtoKit ToolsOzoneCommunicationCreateTemplate.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1086/1136] Compiling ATProtoKit ToolsOzoneCommunicationDefs.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1087/1136] Compiling ATProtoKit ToolsOzoneCommunicationDeleteTemplate.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1088/1136] Compiling ATProtoKit ToolsOzoneCommunicationListTemplates.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1089/1136] Compiling ATProtoKit ToolsOzoneCommunicationUpdateTemplate.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.swift:29:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'NotifyOfUpdateRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncNotifyOfUpdate.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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.swift:28:20: warning: stored property 'crawlingHostname' of 'Sendable'-conforming struct 'RequestCrawlRequestBody' has non-sendable type 'URL'
        public let crawlingHostname: 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/com.atproto/Sync/ComAtprotoSyncRequestCrawl.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/ToolsOzoneCommunicationCreateTemplate.swift:42: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:47: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:32: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
[1090/1136] Compiling ATProtoKit ComAtprotoRepoDeleteRecord.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1091/1136] Compiling ATProtoKit ComAtprotoRepoDescribeRepo.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1092/1136] Compiling ATProtoKit ComAtprotoRepoGetRecord.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1093/1136] Compiling ATProtoKit ComAtprotoRepoImportRepo.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1094/1136] Compiling ATProtoKit ComAtprotoRepoListMissingBlobs.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1095/1136] Compiling ATProtoKit ComAtprotoRepoListRecords.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1096/1136] Compiling ATProtoKit ComAtprotoRepoPutRecord.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1097/1136] Compiling ATProtoKit ComAtprotoRepoUploadBlob.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1098/1136] Compiling ATProtoKit ComAtprotoServerActivateAccount.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1099/1136] Compiling ATProtoKit ComAtprotoServerCheckAccountStatus.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1100/1136] Compiling ATProtoKit ComAtprotoServerConfirmEmail.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1101/1136] Compiling ATProtoKit ComAtprotoServerCreateAccount.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1102/1136] Compiling ATProtoKit ComAtprotoServerCreateAppPassword.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1103/1136] Compiling ATProtoKit ComAtprotoServerCreateInviteCode.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1104/1136] Compiling ATProtoKit ComAtprotoServerCreateInviteCodes.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1105/1136] Compiling ATProtoKit ComAtprotoServerCreateSession.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1106/1136] Compiling ATProtoKit ComAtprotoServerDeactivateAccount.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1107/1136] Compiling ATProtoKit ComAtprotoServerDefs.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1108/1136] Compiling ATProtoKit ComAtprotoServerDeleteAccount.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1109/1136] Compiling ATProtoKit ComAtprotoServerDescribeServer.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1110/1136] Compiling ATProtoKit ComAtprotoServerGetAccountInviteCodes.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1111/1136] Compiling ATProtoKit ComAtprotoServerGetServiceAuth.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1112/1136] Compiling ATProtoKit ComAtprotoServerGetSession.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1113/1136] Compiling ATProtoKit ComAtprotoServerListAppPasswords.swift
/host/spi-builder-workspace/Sources/ATProtoKit/Models/Lexicons/com.atproto/Server/ComAtprotoServerDescribeServer.swift:30:24: warning: stored property 'privacyPolicyURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let privacyPolicyURL: 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/com.atproto/Server/ComAtprotoServerDescribeServer.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/com.atproto/Server/ComAtprotoServerDescribeServer.swift:33:24: warning: stored property 'termsOfServiceURL' of 'Sendable'-conforming struct 'ServicePolicyURLs' has non-sendable type 'URL?'
            public let termsOfServiceURL: URL?
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[1114/1136] Compiling ATProtoKit ToolsOzoneModerationDefs.swift
[1115/1136] Compiling ATProtoKit ToolsOzoneModerationEmitEvent.swift
[1116/1136] Compiling ATProtoKit ToolsOzoneModerationGetRecords.swift
[1117/1136] Compiling ATProtoKit ToolsOzoneModerationGetReporterStats.swift
[1118/1136] Compiling ATProtoKit ToolsOzoneModerationGetRepos.swift
[1119/1136] Compiling ATProtoKit ToolsOzoneModerationQueryEvents.swift
[1120/1136] Compiling ATProtoKit ToolsOzoneModerationQueryStatuses.swift
[1121/1136] Compiling ATProtoKit ToolsOzoneModerationSearchRepos.swift
[1122/1136] Compiling ATProtoKit ToolsOzoneServerGetConfig.swift
[1123/1136] Compiling ATProtoKit ToolsOzoneModerationSetAddValues.swift
[1124/1136] Compiling ATProtoKit ToolsOzoneSetDefs.swift
[1125/1136] Compiling ATProtoKit ToolsOzoneSetDeleteSet.swift
[1126/1136] Compiling ATProtoKit ToolsOzoneSetDeleteValues.swift
[1127/1136] Compiling ATProtoKit ToolsOzoneSetGetValues.swift
[1128/1136] Compiling ATProtoKit ToolsOzoneSetQuerySets.swift
[1129/1136] Compiling ATProtoKit ToolsOzoneSettingDefs.swift
[1130/1136] Compiling ATProtoKit ToolsOzoneSettingListOptions.swift
[1131/1136] Compiling ATProtoKit ToolsOzoneSettingRemoveOptions.swift
[1132/1136] Compiling ATProtoKit ToolsOzoneSettingUpsertOption.swift
[1133/1136] Compiling ATProtoKit ToolsOzoneSignatureDefs.swift
[1134/1136] Compiling ATProtoKit ToolsOzoneSignatureFindCorrelation.swift
[1135/1136] Compiling ATProtoKit ToolsOzoneSignatureFindRelatedAccounts.swift
[1136/1136] Compiling ATProtoKit ToolsOzoneSignatureSearchAccounts.swift
error: fatalError
BUILD FAILURE 5.9 linux