Build Information
Successful build of Buildkite with Swift 5.8 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Build Log
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/TestAnalytics/TestAnalyticsUpload.swift:82:24: warning: stored property 'id' of 'Sendable'-conforming struct 'Content' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/TestAnalytics/TestAnalyticsUpload.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/TestAnalytics/TestAnalyticsUpload.swift:84:24: warning: stored property 'runId' of 'Sendable'-conforming struct 'Content' has non-sendable type 'UUID'
public var runId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/TestAnalytics/TestAnalyticsUpload.swift:92:24: warning: stored property 'runURL' of 'Sendable'-conforming struct 'Content' has non-sendable type 'URL'
public var runURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
[515/542] Compiling Buildkite TestAnalyticsUpload.swift
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Pipelines.swift:73:24: warning: stored property 'repository' of 'Sendable'-conforming struct 'Body' has non-sendable type 'URL'
public var repository: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Pipelines.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Pipelines.swift:94:24: warning: stored property 'teamUUIDs' of 'Sendable'-conforming struct 'Body' has non-sendable type '[UUID]?'
public var teamUUIDs: [UUID]?
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Pipelines.swift:154:24: warning: stored property 'repository' of 'Sendable'-conforming struct 'Body' has non-sendable type 'URL'
public var repository: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Pipelines.swift:177:24: warning: stored property 'teamUUIDs' of 'Sendable'-conforming struct 'Body' has non-sendable type '[UUID]?'
public var teamUUIDs: [UUID]?
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Pipelines.swift:257:24: warning: stored property 'repository' of 'Sendable'-conforming struct 'Body' has non-sendable type 'URL?'
public var repository: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Teams.swift:27:20: warning: stored property 'userId' of 'Sendable'-conforming struct 'List' has non-sendable type 'UUID?'
public var userId: UUID?
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Teams.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/TestAnalytics/TestAnalyticsUpload.swift:82:24: warning: stored property 'id' of 'Sendable'-conforming struct 'Content' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/TestAnalytics/TestAnalyticsUpload.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/TestAnalytics/TestAnalyticsUpload.swift:84:24: warning: stored property 'runId' of 'Sendable'-conforming struct 'Content' has non-sendable type 'UUID'
public var runId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/TestAnalytics/TestAnalyticsUpload.swift:92:24: warning: stored property 'runURL' of 'Sendable'-conforming struct 'Content' has non-sendable type 'URL'
public var runURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
[516/542] Compiling Buildkite StatusCode.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Transport.swift:29:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: Transport {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/Transport.swift:12:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
[517/542] Compiling Buildkite TokenProvider.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Transport.swift:29:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: Transport {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/Transport.swift:12:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
[518/542] Compiling Buildkite Transport.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Transport.swift:29:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: Transport {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/Transport.swift:12:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
[519/542] Compiling Buildkite URL+Buildkite.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Transport.swift:29:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: Transport {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/Transport.swift:12:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
[520/542] Compiling Buildkite AgentMetrics.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Transport.swift:29:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: Transport {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/Transport.swift:12:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
[521/542] Compiling Buildkite GraphQL.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Transport.swift:29:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: Transport {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/Transport.swift:12:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
[522/542] Compiling Buildkite BuildkiteClient+Webhooks.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:20:16: warning: stored property 'response' of 'Sendable'-conforming generic struct 'Response' has non-sendable type 'URLResponse'
public let response: URLResponse
^
FoundationNetworking.URLResponse:1:12: note: class 'URLResponse' does not conform to the 'Sendable' protocol
open class URLResponse : NSObject, NSSecureCoding, NSCopying {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:12:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[523/542] Compiling Buildkite Configuration.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:20:16: warning: stored property 'response' of 'Sendable'-conforming generic struct 'Response' has non-sendable type 'URLResponse'
public let response: URLResponse
^
FoundationNetworking.URLResponse:1:12: note: class 'URLResponse' does not conform to the 'Sendable' protocol
open class URLResponse : NSObject, NSSecureCoding, NSCopying {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:12:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[524/542] Compiling Buildkite Formatters.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:20:16: warning: stored property 'response' of 'Sendable'-conforming generic struct 'Response' has non-sendable type 'URLResponse'
public let response: URLResponse
^
FoundationNetworking.URLResponse:1:12: note: class 'URLResponse' does not conform to the 'Sendable' protocol
open class URLResponse : NSObject, NSSecureCoding, NSCopying {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:12:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[525/542] Compiling Buildkite JSONValue.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:20:16: warning: stored property 'response' of 'Sendable'-conforming generic struct 'Response' has non-sendable type 'URLResponse'
public let response: URLResponse
^
FoundationNetworking.URLResponse:1:12: note: class 'URLResponse' does not conform to the 'Sendable' protocol
open class URLResponse : NSObject, NSSecureCoding, NSCopying {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:12:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[526/542] Compiling Buildkite Pagination.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:20:16: warning: stored property 'response' of 'Sendable'-conforming generic struct 'Response' has non-sendable type 'URLResponse'
public let response: URLResponse
^
FoundationNetworking.URLResponse:1:12: note: class 'URLResponse' does not conform to the 'Sendable' protocol
open class URLResponse : NSObject, NSSecureCoding, NSCopying {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:12:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[527/542] Compiling Buildkite Resource.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:20:16: warning: stored property 'response' of 'Sendable'-conforming generic struct 'Response' has non-sendable type 'URLResponse'
public let response: URLResponse
^
FoundationNetworking.URLResponse:1:12: note: class 'URLResponse' does not conform to the 'Sendable' protocol
open class URLResponse : NSObject, NSSecureCoding, NSCopying {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:12:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[528/542] Compiling Buildkite Response.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:20:16: warning: stored property 'response' of 'Sendable'-conforming generic struct 'Response' has non-sendable type 'URLResponse'
public let response: URLResponse
^
FoundationNetworking.URLResponse:1:12: note: class 'URLResponse' does not conform to the 'Sendable' protocol
open class URLResponse : NSObject, NSSecureCoding, NSCopying {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:12:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[529/542] Compiling Buildkite Organization.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:24:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:36:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:135:20: warning: stored property 'webhookURL' of 'Sendable'-conforming struct 'Provider' has non-sendable type 'URL?'
public var webhookURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:20:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:26:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:56:16: warning: stored property 'badgeURL' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'URL'
public var badgeURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:58:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Team' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:32:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Team' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Trace.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Trace' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Trace.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'User' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:26:16: warning: stored property 'avatarURL' of 'Sendable'-conforming struct 'User' has non-sendable type 'URL'
public var avatarURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:28:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'User' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:88:24: warning: stored property 'url' of 'Sendable'-conforming struct 'Settings' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:80:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Service' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:110:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Sender' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:37:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'APIVersion' has non-sendable type 'URL'
public let baseURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[530/542] Compiling Buildkite Pipeline.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:24:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:36:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:135:20: warning: stored property 'webhookURL' of 'Sendable'-conforming struct 'Provider' has non-sendable type 'URL?'
public var webhookURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:20:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:26:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:56:16: warning: stored property 'badgeURL' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'URL'
public var badgeURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:58:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Team' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:32:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Team' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Trace.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Trace' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Trace.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'User' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:26:16: warning: stored property 'avatarURL' of 'Sendable'-conforming struct 'User' has non-sendable type 'URL'
public var avatarURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:28:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'User' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:88:24: warning: stored property 'url' of 'Sendable'-conforming struct 'Settings' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:80:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Service' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:110:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Sender' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:37:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'APIVersion' has non-sendable type 'URL'
public let baseURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[531/542] Compiling Buildkite Team.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:24:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:36:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:135:20: warning: stored property 'webhookURL' of 'Sendable'-conforming struct 'Provider' has non-sendable type 'URL?'
public var webhookURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:20:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:26:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:56:16: warning: stored property 'badgeURL' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'URL'
public var badgeURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:58:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Team' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:32:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Team' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Trace.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Trace' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Trace.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'User' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:26:16: warning: stored property 'avatarURL' of 'Sendable'-conforming struct 'User' has non-sendable type 'URL'
public var avatarURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:28:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'User' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:88:24: warning: stored property 'url' of 'Sendable'-conforming struct 'Settings' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:80:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Service' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:110:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Sender' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:37:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'APIVersion' has non-sendable type 'URL'
public let baseURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[532/542] Compiling Buildkite Trace.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:24:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:36:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:135:20: warning: stored property 'webhookURL' of 'Sendable'-conforming struct 'Provider' has non-sendable type 'URL?'
public var webhookURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:20:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:26:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:56:16: warning: stored property 'badgeURL' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'URL'
public var badgeURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:58:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Team' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:32:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Team' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Trace.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Trace' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Trace.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'User' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:26:16: warning: stored property 'avatarURL' of 'Sendable'-conforming struct 'User' has non-sendable type 'URL'
public var avatarURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:28:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'User' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:88:24: warning: stored property 'url' of 'Sendable'-conforming struct 'Settings' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:80:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Service' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:110:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Sender' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:37:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'APIVersion' has non-sendable type 'URL'
public let baseURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[533/542] Compiling Buildkite User.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:24:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:36:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:135:20: warning: stored property 'webhookURL' of 'Sendable'-conforming struct 'Provider' has non-sendable type 'URL?'
public var webhookURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:20:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:26:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:56:16: warning: stored property 'badgeURL' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'URL'
public var badgeURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:58:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Team' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:32:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Team' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Trace.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Trace' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Trace.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'User' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:26:16: warning: stored property 'avatarURL' of 'Sendable'-conforming struct 'User' has non-sendable type 'URL'
public var avatarURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:28:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'User' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:88:24: warning: stored property 'url' of 'Sendable'-conforming struct 'Settings' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:80:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Service' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:110:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Sender' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:37:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'APIVersion' has non-sendable type 'URL'
public let baseURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[534/542] Compiling Buildkite WebhookEvent.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:24:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:36:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:135:20: warning: stored property 'webhookURL' of 'Sendable'-conforming struct 'Provider' has non-sendable type 'URL?'
public var webhookURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:20:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:26:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:56:16: warning: stored property 'badgeURL' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'URL'
public var badgeURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:58:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Team' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:32:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Team' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Trace.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Trace' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Trace.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'User' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:26:16: warning: stored property 'avatarURL' of 'Sendable'-conforming struct 'User' has non-sendable type 'URL'
public var avatarURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:28:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'User' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:88:24: warning: stored property 'url' of 'Sendable'-conforming struct 'Settings' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:80:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Service' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:110:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Sender' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:37:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'APIVersion' has non-sendable type 'URL'
public let baseURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[535/542] Compiling Buildkite APIVersion.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:24:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:36:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:135:20: warning: stored property 'webhookURL' of 'Sendable'-conforming struct 'Provider' has non-sendable type 'URL?'
public var webhookURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:20:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:26:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:56:16: warning: stored property 'badgeURL' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'URL'
public var badgeURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:58:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Team' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:32:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Team' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Trace.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Trace' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Trace.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'User' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:26:16: warning: stored property 'avatarURL' of 'Sendable'-conforming struct 'User' has non-sendable type 'URL'
public var avatarURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:28:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'User' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:88:24: warning: stored property 'url' of 'Sendable'-conforming struct 'Settings' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:80:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Service' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:110:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Sender' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:37:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'APIVersion' has non-sendable type 'URL'
public let baseURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[536/542] Compiling Buildkite ClusterTokens.swift
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:28:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'List' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:49:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:51:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:74:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Create' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:114:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:116:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:157:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:159:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:45:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:128:24: warning: stored property 'defaultQueueId' of 'Sendable'-conforming struct 'Body' has non-sendable type 'UUID'
public var defaultQueueId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:114:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:177:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Followable.swift:30:16: warning: stored property 'url' of 'Sendable'-conforming generic struct 'Followable' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Followable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:32:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Retry' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:72:24: warning: stored property 'unblocker' of 'Sendable'-conforming struct 'Body' has non-sendable type 'UUID?'
public var unblocker: UUID?
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:67:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Unblock' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:117:20: warning: stored property 'job' of 'Sendable'-conforming struct 'LogOutput' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:145:20: warning: stored property 'job' of 'Sendable'-conforming struct 'DeleteLogOutput' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:178:20: warning: stored property 'job' of 'Sendable'-conforming struct 'EnvironmentVariables' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:214:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Alternative' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
[537/542] Compiling Buildkite Clusters.swift
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:28:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'List' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:49:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:51:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:74:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Create' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:114:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:116:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:157:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:159:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:45:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:128:24: warning: stored property 'defaultQueueId' of 'Sendable'-conforming struct 'Body' has non-sendable type 'UUID'
public var defaultQueueId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:114:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:177:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Followable.swift:30:16: warning: stored property 'url' of 'Sendable'-conforming generic struct 'Followable' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Followable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:32:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Retry' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:72:24: warning: stored property 'unblocker' of 'Sendable'-conforming struct 'Body' has non-sendable type 'UUID?'
public var unblocker: UUID?
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:67:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Unblock' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:117:20: warning: stored property 'job' of 'Sendable'-conforming struct 'LogOutput' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:145:20: warning: stored property 'job' of 'Sendable'-conforming struct 'DeleteLogOutput' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:178:20: warning: stored property 'job' of 'Sendable'-conforming struct 'EnvironmentVariables' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:214:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Alternative' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
[538/542] Compiling Buildkite Emojis.swift
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:28:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'List' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:49:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:51:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:74:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Create' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:114:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:116:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:157:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:159:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:45:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:128:24: warning: stored property 'defaultQueueId' of 'Sendable'-conforming struct 'Body' has non-sendable type 'UUID'
public var defaultQueueId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:114:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:177:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Followable.swift:30:16: warning: stored property 'url' of 'Sendable'-conforming generic struct 'Followable' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Followable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:32:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Retry' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:72:24: warning: stored property 'unblocker' of 'Sendable'-conforming struct 'Body' has non-sendable type 'UUID?'
public var unblocker: UUID?
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:67:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Unblock' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:117:20: warning: stored property 'job' of 'Sendable'-conforming struct 'LogOutput' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:145:20: warning: stored property 'job' of 'Sendable'-conforming struct 'DeleteLogOutput' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:178:20: warning: stored property 'job' of 'Sendable'-conforming struct 'EnvironmentVariables' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:214:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Alternative' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
[539/542] Compiling Buildkite FlakyTests.swift
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:28:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'List' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:49:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:51:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:74:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Create' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:114:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:116:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:157:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:159:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:45:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:128:24: warning: stored property 'defaultQueueId' of 'Sendable'-conforming struct 'Body' has non-sendable type 'UUID'
public var defaultQueueId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:114:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:177:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Followable.swift:30:16: warning: stored property 'url' of 'Sendable'-conforming generic struct 'Followable' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Followable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:32:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Retry' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:72:24: warning: stored property 'unblocker' of 'Sendable'-conforming struct 'Body' has non-sendable type 'UUID?'
public var unblocker: UUID?
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:67:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Unblock' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:117:20: warning: stored property 'job' of 'Sendable'-conforming struct 'LogOutput' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:145:20: warning: stored property 'job' of 'Sendable'-conforming struct 'DeleteLogOutput' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:178:20: warning: stored property 'job' of 'Sendable'-conforming struct 'EnvironmentVariables' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:214:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Alternative' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
[540/542] Compiling Buildkite Followable.swift
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:28:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'List' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:49:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:51:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:74:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Create' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:114:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:116:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:157:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:159:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:45:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:128:24: warning: stored property 'defaultQueueId' of 'Sendable'-conforming struct 'Body' has non-sendable type 'UUID'
public var defaultQueueId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:114:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:177:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Followable.swift:30:16: warning: stored property 'url' of 'Sendable'-conforming generic struct 'Followable' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Followable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:32:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Retry' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:72:24: warning: stored property 'unblocker' of 'Sendable'-conforming struct 'Body' has non-sendable type 'UUID?'
public var unblocker: UUID?
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:67:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Unblock' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:117:20: warning: stored property 'job' of 'Sendable'-conforming struct 'LogOutput' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:145:20: warning: stored property 'job' of 'Sendable'-conforming struct 'DeleteLogOutput' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:178:20: warning: stored property 'job' of 'Sendable'-conforming struct 'EnvironmentVariables' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:214:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Alternative' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
[541/542] Compiling Buildkite Jobs.swift
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:28:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'List' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:49:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:51:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:74:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Create' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:114:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:116:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:157:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:159:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:45:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:128:24: warning: stored property 'defaultQueueId' of 'Sendable'-conforming struct 'Body' has non-sendable type 'UUID'
public var defaultQueueId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:114:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:177:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Followable.swift:30:16: warning: stored property 'url' of 'Sendable'-conforming generic struct 'Followable' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Followable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:32:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Retry' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:72:24: warning: stored property 'unblocker' of 'Sendable'-conforming struct 'Body' has non-sendable type 'UUID?'
public var unblocker: UUID?
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:67:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Unblock' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:117:20: warning: stored property 'job' of 'Sendable'-conforming struct 'LogOutput' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:145:20: warning: stored property 'job' of 'Sendable'-conforming struct 'DeleteLogOutput' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:178:20: warning: stored property 'job' of 'Sendable'-conforming struct 'EnvironmentVariables' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:214:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Alternative' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
[542/542] Emitting module Buildkite
/host/spi-builder-workspace/Sources/Buildkite/Models/AccessToken.swift:18:16: warning: stored property 'uuid' of 'Sendable'-conforming struct 'AccessToken' has non-sendable type 'UUID'
public var uuid: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/AccessToken.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Agent.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Agent' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Agent.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Agent.swift:24:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Agent' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Agent.swift:40:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Agent' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Agent.swift:44:16: warning: stored property 'lastJobFinishedAt' of 'Sendable'-conforming struct 'Agent' has non-sendable type 'Date?'
public var lastJobFinishedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Annotation.swift:19:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Annotation' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Annotation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Annotation.swift:27:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Annotation' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Annotation.swift:29:16: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'Annotation' has non-sendable type 'Date'
public var updatedAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Artifact.swift:77:20: warning: stored property 'url' of 'Sendable'-conforming struct 'URLs' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Artifact.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Artifact.swift:21:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Artifact' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Artifact.swift:23:16: warning: stored property 'jobId' of 'Sendable'-conforming struct 'Artifact' has non-sendable type 'UUID'
public var jobId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Build.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Build' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Build.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Build.swift:24:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Build' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Build.swift:46:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Build' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Build.swift:48:16: warning: stored property 'scheduledAt' of 'Sendable'-conforming struct 'Build' has non-sendable type 'Date?'
public var scheduledAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Build.swift:50:16: warning: stored property 'startedAt' of 'Sendable'-conforming struct 'Build' has non-sendable type 'Date?'
public var startedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Build.swift:52:16: warning: stored property 'finishedAt' of 'Sendable'-conforming struct 'Build' has non-sendable type 'Date?'
public var finishedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Cluster.swift:19:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Cluster' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Cluster.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Cluster.swift:23:16: warning: stored property 'defaultQueueId' of 'Sendable'-conforming struct 'Cluster' has non-sendable type 'UUID'
public var defaultQueueId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Cluster.swift:35:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Cluster' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Cluster.swift:41:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Cluster' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/ClusterQueue.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'ClusterQueue' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/ClusterQueue.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/ClusterQueue.swift:28:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'ClusterQueue' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/ClusterQueue.swift:36:16: warning: stored property 'dispatchPausedAt' of 'Sendable'-conforming struct 'ClusterQueue' has non-sendable type 'Date?'
public var dispatchPausedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/ClusterQueue.swift:40:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'ClusterQueue' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/ClusterToken.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'ClusterToken' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/ClusterToken.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/ClusterToken.swift:28:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'ClusterToken' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Emoji.swift:24:16: warning: stored property 'url' of 'Sendable'-conforming struct 'Emoji' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Emoji.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/FlakyTest.swift:14:16: warning: stored property 'id' of 'Sendable'-conforming struct 'FlakyTest' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/FlakyTest.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/FlakyTest.swift:18:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'FlakyTest' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/FlakyTest.swift:30:16: warning: stored property 'mostRecentInstanceAt' of 'Sendable'-conforming struct 'FlakyTest' has non-sendable type 'Date'
public var mostRecentInstanceAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:181:24: warning: stored property 'id' of 'Sendable'-conforming struct 'AgentRef' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:68:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Command' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:80:20: warning: stored property 'buildURL' of 'Sendable'-conforming struct 'Command' has non-sendable type 'URL'
public var buildURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:82:20: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Command' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:88:20: warning: stored property 'artifactsURL' of 'Sendable'-conforming struct 'Command' has non-sendable type 'URL'
public var artifactsURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:102:20: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Command' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:104:20: warning: stored property 'scheduledAt' of 'Sendable'-conforming struct 'Command' has non-sendable type 'Date?'
public var scheduledAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:106:20: warning: stored property 'runnableAt' of 'Sendable'-conforming struct 'Command' has non-sendable type 'Date?'
public var runnableAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:108:20: warning: stored property 'startedAt' of 'Sendable'-conforming struct 'Command' has non-sendable type 'Date?'
public var startedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:110:20: warning: stored property 'finishedAt' of 'Sendable'-conforming struct 'Command' has non-sendable type 'Date?'
public var finishedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:114:20: warning: stored property 'retriedInJobId' of 'Sendable'-conforming struct 'Command' has non-sendable type 'UUID?'
public var retriedInJobId: UUID?
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:234:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Wait' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:258:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Block' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:266:20: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Block' has non-sendable type 'URL?'
public var webURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:270:20: warning: stored property 'unblockedAt' of 'Sendable'-conforming struct 'Block' has non-sendable type 'Date?'
public var unblockedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:274:20: warning: stored property 'unblockURL' of 'Sendable'-conforming struct 'Block' has non-sendable type 'URL'
public var unblockURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:360:24: warning: stored property 'id' of 'Sendable'-conforming struct 'TriggeredBuild' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:364:24: warning: stored property 'url' of 'Sendable'-conforming struct 'TriggeredBuild' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:366:24: warning: stored property 'webURL' of 'Sendable'-conforming struct 'TriggeredBuild' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:321:20: warning: stored property 'buildURL' of 'Sendable'-conforming struct 'Trigger' has non-sendable type 'URL'
public var buildURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:323:20: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Trigger' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:325:20: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Trigger' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:327:20: warning: stored property 'scheduledAt' of 'Sendable'-conforming struct 'Trigger' has non-sendable type 'Date?'
public var scheduledAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:329:20: warning: stored property 'finishedAt' of 'Sendable'-conforming struct 'Trigger' has non-sendable type 'Date?'
public var finishedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Job.swift:331:20: warning: stored property 'runnableAt' of 'Sendable'-conforming struct 'Trigger' has non-sendable type 'Date?'
public var runnableAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:24:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Organization.swift:36:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Organization' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:135:20: warning: stored property 'webhookURL' of 'Sendable'-conforming struct 'Provider' has non-sendable type 'URL?'
public var webhookURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:20:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:26:16: warning: stored property 'webURL' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'URL'
public var webURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:56:16: warning: stored property 'badgeURL' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'URL'
public var badgeURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Pipeline.swift:58:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Pipeline' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Team' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/Team.swift:32:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'Team' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Trace.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'Trace' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/Trace.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:18:16: warning: stored property 'id' of 'Sendable'-conforming struct 'User' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:26:16: warning: stored property 'avatarURL' of 'Sendable'-conforming struct 'User' has non-sendable type 'URL'
public var avatarURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:28:16: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'User' has non-sendable type 'Date'
public var createdAt: Date
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:88:24: warning: stored property 'url' of 'Sendable'-conforming struct 'Settings' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:80:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Service' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:110:20: warning: stored property 'id' of 'Sendable'-conforming struct 'Sender' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:37:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'APIVersion' has non-sendable type 'URL'
public let baseURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:20:16: warning: stored property 'response' of 'Sendable'-conforming generic struct 'Response' has non-sendable type 'URLResponse'
public let response: URLResponse
^
FoundationNetworking.URLResponse:1:12: note: class 'URLResponse' does not conform to the 'Sendable' protocol
open class URLResponse : NSObject, NSSecureCoding, NSCopying {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:12:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Networking/Transport.swift:29:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: Transport {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/Buildkite/Networking/Transport.swift:12:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Agents.swift:67:20: warning: stored property 'agentId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var agentId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Agents.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Agents.swift:89:20: warning: stored property 'agentId' of 'Sendable'-conforming struct 'Stop' has non-sendable type 'UUID'
public var agentId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Artifacts.swift:59:20: warning: stored property 'jobId' of 'Sendable'-conforming struct 'ListByJob' has non-sendable type 'UUID'
public var jobId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Artifacts.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Artifacts.swift:88:20: warning: stored property 'jobId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var jobId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Artifacts.swift:90:20: warning: stored property 'artifactId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var artifactId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Artifacts.swift:121:20: warning: stored property 'jobId' of 'Sendable'-conforming struct 'Download' has non-sendable type 'UUID'
public var jobId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Artifacts.swift:123:20: warning: stored property 'artifactId' of 'Sendable'-conforming struct 'Download' has non-sendable type 'UUID'
public var artifactId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Artifacts.swift:153:20: warning: stored property 'jobId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var jobId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Artifacts.swift:155:20: warning: stored property 'artifactId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var artifactId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Builds.swift:319:20: warning: stored property 'createdFrom' of 'Sendable'-conforming struct 'QueryOptions' has non-sendable type 'Date?'
public var createdFrom: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Builds.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Builds.swift:321:20: warning: stored property 'createdTo' of 'Sendable'-conforming struct 'QueryOptions' has non-sendable type 'Date?'
public var createdTo: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Builds.swift:323:20: warning: stored property 'creator' of 'Sendable'-conforming struct 'QueryOptions' has non-sendable type 'UUID?'
public var creator: UUID?
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Builds.swift:325:20: warning: stored property 'finishedFrom' of 'Sendable'-conforming struct 'QueryOptions' has non-sendable type 'Date?'
public var finishedFrom: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterQueues.swift:28:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'List' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterQueues.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterQueues.swift:49:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterQueues.swift:51:20: warning: stored property 'queueId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var queueId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterQueues.swift:74:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Create' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterQueues.swift:118:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterQueues.swift:120:20: warning: stored property 'queueId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var queueId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterQueues.swift:156:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterQueues.swift:158:20: warning: stored property 'queueId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var queueId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterQueues.swift:184:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'ResumeDispatch' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterQueues.swift:186:20: warning: stored property 'queueId' of 'Sendable'-conforming struct 'ResumeDispatch' has non-sendable type 'UUID'
public var queueId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:28:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'List' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:49:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:51:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:74:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Create' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:114:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:116:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:157:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/ClusterTokens.swift:159:20: warning: stored property 'tokenId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var tokenId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:45:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Get' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:128:24: warning: stored property 'defaultQueueId' of 'Sendable'-conforming struct 'Body' has non-sendable type 'UUID'
public var defaultQueueId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:114:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Update' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Clusters.swift:177:20: warning: stored property 'clusterId' of 'Sendable'-conforming struct 'Delete' has non-sendable type 'UUID'
public var clusterId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Followable.swift:30:16: warning: stored property 'url' of 'Sendable'-conforming generic struct 'Followable' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Followable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:32:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Retry' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:72:24: warning: stored property 'unblocker' of 'Sendable'-conforming struct 'Body' has non-sendable type 'UUID?'
public var unblocker: UUID?
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:67:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Unblock' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:117:20: warning: stored property 'job' of 'Sendable'-conforming struct 'LogOutput' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:145:20: warning: stored property 'job' of 'Sendable'-conforming struct 'DeleteLogOutput' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:178:20: warning: stored property 'job' of 'Sendable'-conforming struct 'EnvironmentVariables' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Jobs.swift:214:20: warning: stored property 'job' of 'Sendable'-conforming struct 'Alternative' has non-sendable type 'UUID'
public var job: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Pipelines.swift:73:24: warning: stored property 'repository' of 'Sendable'-conforming struct 'Body' has non-sendable type 'URL'
public var repository: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Pipelines.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Pipelines.swift:94:24: warning: stored property 'teamUUIDs' of 'Sendable'-conforming struct 'Body' has non-sendable type '[UUID]?'
public var teamUUIDs: [UUID]?
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Pipelines.swift:154:24: warning: stored property 'repository' of 'Sendable'-conforming struct 'Body' has non-sendable type 'URL'
public var repository: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Pipelines.swift:177:24: warning: stored property 'teamUUIDs' of 'Sendable'-conforming struct 'Body' has non-sendable type '[UUID]?'
public var teamUUIDs: [UUID]?
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Pipelines.swift:257:24: warning: stored property 'repository' of 'Sendable'-conforming struct 'Body' has non-sendable type 'URL?'
public var repository: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Teams.swift:27:20: warning: stored property 'userId' of 'Sendable'-conforming struct 'List' has non-sendable type 'UUID?'
public var userId: UUID?
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Teams.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/TestAnalytics/TestAnalyticsUpload.swift:82:24: warning: stored property 'id' of 'Sendable'-conforming struct 'Content' has non-sendable type 'UUID'
public var id: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/TestAnalytics/TestAnalyticsUpload.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Resources/TestAnalytics/TestAnalyticsUpload.swift:84:24: warning: stored property 'runId' of 'Sendable'-conforming struct 'Content' has non-sendable type 'UUID'
public var runId: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Buildkite/Resources/TestAnalytics/TestAnalyticsUpload.swift:92:24: warning: stored property 'runURL' of 'Sendable'-conforming struct 'Content' has non-sendable type 'URL'
public var runURL: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
Build complete! (30.17s)
Build complete.
Done.