This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of 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

        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:125: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:157: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:159: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 {
              ^
[18/46] Compiling Buildkite Annotations.swift
/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:123: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:125: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:157: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:159: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 {
              ^
[19/46] Compiling Buildkite Artifacts.swift
/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:123: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:125: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:157: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:159: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 {
              ^
[20/46] Compiling Buildkite BuildkiteClient.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/AccessToken.swift:16: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:16: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:18: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:26: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:28: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:23: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:28: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:23: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: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:24: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 {
              ^
[21/46] Compiling Buildkite AccessToken.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/AccessToken.swift:16: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:16: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:18: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:26: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:28: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:23: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:28: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:23: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: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:24: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 {
              ^
[22/46] Compiling Buildkite Agent.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/AccessToken.swift:16: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:16: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:18: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:26: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:28: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:23: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:28: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:23: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: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:24: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 {
              ^
[23/46] Compiling Buildkite AgentMetric.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/AccessToken.swift:16: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:16: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:18: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:26: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:28: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:23: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:28: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:23: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: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:24: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 {
              ^
[24/46] Compiling Buildkite Annotation.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/AccessToken.swift:16: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:16: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:18: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:26: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:28: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:23: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:28: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:23: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: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:24: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 {
              ^
[25/46] Compiling Buildkite Artifact.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/AccessToken.swift:16: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:16: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:18: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:26: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:28: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:23: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:28: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:23: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: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:24: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 {
              ^
[26/46] Compiling Buildkite Formatters.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:17: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
[27/46] Compiling Buildkite JSONValue.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:17: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
[28/46] Compiling Buildkite Pagination.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:17: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
[29/46] Compiling Buildkite Resource.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:17: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
[30/46] Compiling Buildkite Response.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift:17: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
[31/46] Compiling Buildkite Builds.swift
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Builds.swift:318: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:320: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:322: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:324: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/Followable.swift:31:17: warning: stored property 'url' of 'Sendable'-conforming generic struct 'Followable' has non-sendable type 'URL'
    private 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:213: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 {
              ^
[32/46] Compiling Buildkite Emojis.swift
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Builds.swift:318: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:320: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:322: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:324: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/Followable.swift:31:17: warning: stored property 'url' of 'Sendable'-conforming generic struct 'Followable' has non-sendable type 'URL'
    private 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:213: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 {
              ^
[33/46] Compiling Buildkite Followable.swift
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Builds.swift:318: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:320: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:322: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:324: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/Followable.swift:31:17: warning: stored property 'url' of 'Sendable'-conforming generic struct 'Followable' has non-sendable type 'URL'
    private 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:213: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 {
              ^
[34/46] Compiling Buildkite Jobs.swift
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Builds.swift:318: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:320: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:322: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:324: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/Followable.swift:31:17: warning: stored property 'url' of 'Sendable'-conforming generic struct 'Followable' has non-sendable type 'URL'
    private 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:213: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 {
              ^
[35/46] Compiling Buildkite Metas.swift
/host/spi-builder-workspace/Sources/Buildkite/Resources/REST/Builds.swift:318: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:320: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:322: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:324: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/Followable.swift:31:17: warning: stored property 'url' of 'Sendable'-conforming generic struct 'Followable' has non-sendable type 'URL'
    private 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:213: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 {
              ^
[36/46] Compiling Buildkite Build.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/Build.swift:16: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:18: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:29: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:30: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:31: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:32: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/Emoji.swift:17: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/Job.swift:64: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:66:24: warning: stored property 'url' of 'Sendable'-conforming struct 'AgentRef' 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:70: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:75: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:76: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:79: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:85: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:86: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:87: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:88: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:89: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:91: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:99: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:104: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:107: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:109: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:111: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:116: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:118: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:119: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:125: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:126: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:127: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:128: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:129: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:130: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:16: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:18: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:24: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:43: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:16: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:18: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:30: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:31: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 {
              ^
[37/46] Compiling Buildkite Emoji.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/Build.swift:16: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:18: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:29: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:30: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:31: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:32: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/Emoji.swift:17: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/Job.swift:64: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:66:24: warning: stored property 'url' of 'Sendable'-conforming struct 'AgentRef' 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:70: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:75: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:76: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:79: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:85: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:86: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:87: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:88: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:89: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:91: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:99: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:104: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:107: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:109: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:111: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:116: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:118: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:119: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:125: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:126: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:127: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:128: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:129: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:130: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:16: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:18: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:24: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:43: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:16: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:18: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:30: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:31: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 {
              ^
[38/46] Compiling Buildkite Job.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/Build.swift:16: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:18: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:29: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:30: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:31: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:32: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/Emoji.swift:17: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/Job.swift:64: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:66:24: warning: stored property 'url' of 'Sendable'-conforming struct 'AgentRef' 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:70: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:75: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:76: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:79: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:85: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:86: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:87: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:88: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:89: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:91: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:99: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:104: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:107: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:109: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:111: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:116: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:118: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:119: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:125: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:126: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:127: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:128: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:129: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:130: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:16: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:18: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:24: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:43: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:16: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:18: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:30: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:31: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 {
              ^
[39/46] Compiling Buildkite Meta.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/Build.swift:16: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:18: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:29: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:30: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:31: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:32: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/Emoji.swift:17: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/Job.swift:64: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:66:24: warning: stored property 'url' of 'Sendable'-conforming struct 'AgentRef' 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:70: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:75: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:76: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:79: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:85: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:86: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:87: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:88: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:89: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:91: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:99: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:104: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:107: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:109: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:111: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:116: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:118: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:119: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:125: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:126: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:127: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:128: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:129: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:130: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:16: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:18: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:24: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:43: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:16: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:18: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:30: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:31: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 {
              ^
[40/46] Compiling Buildkite Organization.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/Build.swift:16: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:18: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:29: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:30: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:31: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:32: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/Emoji.swift:17: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/Job.swift:64: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:66:24: warning: stored property 'url' of 'Sendable'-conforming struct 'AgentRef' 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:70: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:75: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:76: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:79: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:85: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:86: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:87: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:88: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:89: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:91: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:99: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:104: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:107: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:109: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:111: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:116: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:118: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:119: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:125: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:126: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:127: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:128: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:129: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:130: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:16: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:18: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:24: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:43: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:16: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:18: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:30: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:31: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 {
              ^
[41/46] Compiling Buildkite Pipeline.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/Build.swift:16: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:18: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:29: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:30: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:31: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:32: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/Emoji.swift:17: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/Job.swift:64: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:66:24: warning: stored property 'url' of 'Sendable'-conforming struct 'AgentRef' 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:70: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:75: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:76: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:79: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:85: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:86: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:87: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:88: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:89: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:91: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:99: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:104: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:107: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:109: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:111: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:116: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:118: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:119: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:125: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:126: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:127: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:128: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:129: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:130: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:16: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:18: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:24: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:43: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:16: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:18: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:30: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:31: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 {
              ^
[42/46] Compiling Buildkite Organizations.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:67: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:68: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:72: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 {
              ^
[43/46] Compiling Buildkite Pipelines.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:67: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:68: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:72: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 {
              ^
[44/46] Compiling Buildkite Teams.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:67: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:68: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:72: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 {
              ^
[45/46] Compiling Buildkite Users.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:67: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:68: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:72: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 {
              ^
[46/46] 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:67: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:68: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:72: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! (20.96s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.