The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Buildkite with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aaronsky/buildkite-swift.git
Reference: 0.3.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/aaronsky/buildkite-swift
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at 4c5f2dd Add Sendable conformances
Cloned https://github.com/aaronsky/buildkite-swift.git
Revision (git rev-parse @):
4c5f2dd0c1c25a341437522d82dc976b3a878bc4
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/aaronsky/buildkite-swift.git at 0.3.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/aaronsky/buildkite-swift.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-docc-plugin
[1/1457] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.38s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.41s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2483] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.33s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.43s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/43] Emitting module Buildkite
/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: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:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/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: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: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: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: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: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: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/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: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: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: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/User.swift:19:16: warning: stored property 'avatarUrl' of 'Sendable'-conforming struct 'User' has non-sendable type 'URL'
    public var avatarUrl: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:77:24: warning: stored property 'url' of 'Sendable'-conforming struct 'Settings' has non-sendable type 'URL'
            public var url: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:36:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'APIVersion' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Networking/Response.swift: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
/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/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: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: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/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 {
              ^
/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
[6/48] 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
[7/48] 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
[8/48] 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
[9/48] 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
[10/48] 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
[11/48] Compiling Buildkite BuildkiteClient.swift
/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:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[12/48] Compiling Buildkite AccessToken.swift
/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:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[13/48] Compiling Buildkite Agent.swift
/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:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[14/48] Compiling Buildkite AgentMetric.swift
/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:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[15/48] Compiling Buildkite Annotation.swift
/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:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[16/48] Compiling Buildkite Artifact.swift
/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:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[17/48] Compiling Buildkite GraphQL.swift
[18/48] Compiling Buildkite AccessTokens.swift
[19/48] Compiling Buildkite Agents.swift
[20/48] Compiling Buildkite Annotations.swift
[21/48] Compiling Buildkite Artifacts.swift
[22/48] Compiling Buildkite Builds.swift
/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
[23/48] Compiling Buildkite Emojis.swift
/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
[24/48] Compiling Buildkite Followable.swift
/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
[25/48] Compiling Buildkite Jobs.swift
/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
[26/48] Compiling Buildkite Metas.swift
/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
[27/48] Compiling Buildkite StatusCode.swift
[28/48] Compiling Buildkite TokenProvider.swift
[29/48] Compiling Buildkite Transport.swift
[30/48] Compiling Buildkite URL+Buildkite.swift
[31/48] Compiling Buildkite AgentMetrics.swift
[32/48] Compiling Buildkite Build.swift
/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:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/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: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: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: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: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: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: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/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: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: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: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 {
              ^
[33/48] Compiling Buildkite Emoji.swift
/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:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/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: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: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: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: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: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: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/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: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: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: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 {
              ^
[34/48] Compiling Buildkite Job.swift
/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:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/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: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: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: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: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: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: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/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: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: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: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 {
              ^
[35/48] Compiling Buildkite Meta.swift
/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:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/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: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: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: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: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: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: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/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: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: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: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 {
              ^
[36/48] Compiling Buildkite Organization.swift
/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:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/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: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: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: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: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: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: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/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: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: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: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 {
              ^
[37/48] Compiling Buildkite Pipeline.swift
/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:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/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: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: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: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: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: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: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/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: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: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: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 {
              ^
[38/48] Compiling Buildkite Team.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:19:16: warning: stored property 'avatarUrl' of 'Sendable'-conforming struct 'User' has non-sendable type 'URL'
    public var avatarUrl: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:77:24: warning: stored property 'url' of 'Sendable'-conforming struct 'Settings' has non-sendable type 'URL'
            public var url: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:36:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'APIVersion' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[39/48] Compiling Buildkite Trace.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:19:16: warning: stored property 'avatarUrl' of 'Sendable'-conforming struct 'User' has non-sendable type 'URL'
    public var avatarUrl: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:77:24: warning: stored property 'url' of 'Sendable'-conforming struct 'Settings' has non-sendable type 'URL'
            public var url: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:36:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'APIVersion' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[40/48] Compiling Buildkite User.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:19:16: warning: stored property 'avatarUrl' of 'Sendable'-conforming struct 'User' has non-sendable type 'URL'
    public var avatarUrl: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:77:24: warning: stored property 'url' of 'Sendable'-conforming struct 'Settings' has non-sendable type 'URL'
            public var url: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:36:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'APIVersion' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[41/48] Compiling Buildkite WebhookEvent.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:19:16: warning: stored property 'avatarUrl' of 'Sendable'-conforming struct 'User' has non-sendable type 'URL'
    public var avatarUrl: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:77:24: warning: stored property 'url' of 'Sendable'-conforming struct 'Settings' has non-sendable type 'URL'
            public var url: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:36:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'APIVersion' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[42/48] Compiling Buildkite APIVersion.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:19:16: warning: stored property 'avatarUrl' of 'Sendable'-conforming struct 'User' has non-sendable type 'URL'
    public var avatarUrl: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:77:24: warning: stored property 'url' of 'Sendable'-conforming struct 'Settings' has non-sendable type 'URL'
            public var url: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:36:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'APIVersion' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[43/48] Compiling Buildkite Configuration.swift
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:19:16: warning: stored property 'avatarUrl' of 'Sendable'-conforming struct 'User' has non-sendable type 'URL'
    public var avatarUrl: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Models/User.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:77:24: warning: stored property 'url' of 'Sendable'-conforming struct 'Settings' has non-sendable type 'URL'
            public var url: URL
                       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Models/WebhookEvent.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:36:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'APIVersion' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Buildkite/Networking/APIVersion.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[44/48] 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: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: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/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 {
              ^
/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
[45/48] 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: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: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/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 {
              ^
/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
[46/48] 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: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: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/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 {
              ^
/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
[47/48] 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: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: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/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 {
              ^
/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
[48/48] 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: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: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/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 {
              ^
/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
Build complete! (23.42s)
Build complete.
Done.

Build Machine: Linux 1