The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build OpenAPIKit, reference main (eae732), with Swift 5.10 for Linux on 10 Sep 2025 22:25:23 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/OpenAPIKit.git
Reference: main
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/mattpolzin/OpenAPIKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at eae7323 Merge pull request #420 from mattpolzin/feature/add-callbacks-reference-validation
Cloned https://github.com/mattpolzin/OpenAPIKit.git
Revision (git rev-parse @):
eae73235dd6a8fb9177a75da929e8bbd637c1285
SUCCESS checkout https://github.com/mattpolzin/OpenAPIKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/mattpolzin/OpenAPIKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f746aad7c5ec38b8c4300eda0f2f0c9a0b77dcddb8dbf0ff5a0c28d11b933b5b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
[1384/13237] Fetching swift-docc-plugin, yams
Fetched https://github.com/apple/swift-docc-plugin from cache (0.47s)
[1561/11143] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.18s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (1.28s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3507] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.1.0 (0.53s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.1.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/42] Emitting module OpenAPIKitCore
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:39:20: warning: stored property 'refreshUrl' of 'Sendable'-conforming struct 'CommonFields' has non-sendable type 'URL?'
        public let refreshUrl: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:46:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'Implicit' has non-sendable type 'URL'
        public let authorizationUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:61:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'Password' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:76:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'ClientCredentials' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:91:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
        public let authorizationUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:92:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[9/46] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[10/46] Compiling OpenAPIKitCore OpenAPIError.swift
[11/46] Compiling OpenAPIKitCore OpenAPIWarning.swift
[12/46] Compiling OpenAPIKitCore RequestDecodingError.swift
[13/46] Compiling OpenAPIKitCore OpenAPIReference.swift
[14/46] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[15/46] Compiling OpenAPIKitCore Optional+Zip.swift
[16/46] Compiling OpenAPIKitCore Result+Value.swift
[17/46] Compiling OpenAPIKitCore Validatable.swift
[18/46] Compiling OpenAPIKitCore CodingPathError.swift
[19/46] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[20/46] Compiling OpenAPIKitCore DiggingError.swift
[21/46] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[22/46] Compiling OpenAPIKitCore GenericError.swift
[23/46] Compiling OpenAPIKitCore AnyCodable+Validatable.swift
[24/46] Compiling OpenAPIKitCore AnyCodable.swift
[25/46] Compiling OpenAPIKitCore Either+Codable.swift
[26/46] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[27/46] Compiling OpenAPIKitCore Either.swift
[28/46] Compiling OpenAPIKitCore ResponseStatusCode.swift
[29/46] Compiling OpenAPIKitCore SecurityScheme.swift
[30/46] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[31/46] Compiling OpenAPIKitCore URLTemplate.swift
[32/46] Compiling OpenAPIKitCore OrderedDictionary+Validatable.swift
[33/46] Compiling OpenAPIKitCore OrderedDictionary.swift
[34/46] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[35/46] Compiling OpenAPIKitCore Shared.swift
[36/46] Compiling OpenAPIKitCore CallbackURL.swift
[37/46] Compiling OpenAPIKitCore JSONTypeFormat.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:39:20: warning: stored property 'refreshUrl' of 'Sendable'-conforming struct 'CommonFields' has non-sendable type 'URL?'
        public let refreshUrl: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:46:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'Implicit' has non-sendable type 'URL'
        public let authorizationUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:61:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'Password' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:76:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'ClientCredentials' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:91:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
        public let authorizationUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:92:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[38/46] Compiling OpenAPIKitCore OAuthFlows.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:39:20: warning: stored property 'refreshUrl' of 'Sendable'-conforming struct 'CommonFields' has non-sendable type 'URL?'
        public let refreshUrl: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:46:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'Implicit' has non-sendable type 'URL'
        public let authorizationUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:61:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'Password' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:76:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'ClientCredentials' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:91:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
        public let authorizationUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:92:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[39/46] Compiling OpenAPIKitCore ParameterContextLocation.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:39:20: warning: stored property 'refreshUrl' of 'Sendable'-conforming struct 'CommonFields' has non-sendable type 'URL?'
        public let refreshUrl: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:46:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'Implicit' has non-sendable type 'URL'
        public let authorizationUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:61:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'Password' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:76:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'ClientCredentials' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:91:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
        public let authorizationUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:92:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[40/46] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:39:20: warning: stored property 'refreshUrl' of 'Sendable'-conforming struct 'CommonFields' has non-sendable type 'URL?'
        public let refreshUrl: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:46:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'Implicit' has non-sendable type 'URL'
        public let authorizationUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:61:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'Password' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:76:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'ClientCredentials' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:91:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
        public let authorizationUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:92:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[41/46] Compiling OpenAPIKitCore Path.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:39:20: warning: stored property 'refreshUrl' of 'Sendable'-conforming struct 'CommonFields' has non-sendable type 'URL?'
        public let refreshUrl: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:46:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'Implicit' has non-sendable type 'URL'
        public let authorizationUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:61:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'Password' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:76:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'ClientCredentials' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:91:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
        public let authorizationUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:92:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[42/46] Compiling OpenAPIKitCore ComponentKey.swift
[43/46] Compiling OpenAPIKitCore ContentType.swift
[44/46] Compiling OpenAPIKitCore Discriminator.swift
[45/46] Compiling OpenAPIKitCore HttpMethod.swift
[46/46] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[48/174] Compiling OpenAPIKit30 SecurityScheme.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[49/174] Compiling OpenAPIKit30 Server.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[50/174] Compiling OpenAPIKit30 Tag.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[51/174] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[52/174] Compiling OpenAPIKit30 Array+ExternallyDereferenceable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[53/174] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[54/174] Compiling OpenAPIKit30 Dictionary+ExternallyDereferenceable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[55/174] Compiling OpenAPIKit30 Optional+ExternallyDereferenceable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[56/182] Emitting module OpenAPIKit
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
        public let value: Either<URL, AnyCodable>?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' 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/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
    case external(URL)
         ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[57/190] Emitting module OpenAPIKit30
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
        public let value: Either<URL, AnyCodable>?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' 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/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
    case external(URL)
         ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[58/190] Compiling OpenAPIKit OrderedDictionary+ExternallyDereferenceable.swift
[59/190] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[60/190] Compiling OpenAPIKit Validation+Builtins.swift
[61/190] Compiling OpenAPIKit Validation.swift
[62/190] Compiling OpenAPIKit Validator+Convenience.swift
[63/190] Compiling OpenAPIKit Validator.swift
[64/190] Compiling OpenAPIKit XML.swift
[65/190] Compiling OpenAPIKit _CoreReExport.swift
[66/190] Compiling OpenAPIKit30 OrderedDictionary+ExternallyDereferenceable.swift
[74/190] Compiling OpenAPIKit30 Link.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[75/190] Compiling OpenAPIKit30 OpenAPI.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[76/190] Compiling OpenAPIKit30 DereferencedOperation.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[77/190] Compiling OpenAPIKit30 Operation.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[78/190] Compiling OpenAPIKit30 ResolvedEndpoint.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[79/190] Compiling OpenAPIKit30 DereferencedParameter.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[80/190] Compiling OpenAPIKit30 DereferencedSchemaContext.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[81/190] Compiling OpenAPIKit30 Parameter.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[82/190] Compiling OpenAPIKit30 ParameterContext.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[83/190] Compiling OpenAPIKit30 SchemaProtocols.swift
[84/190] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.swift
[85/190] Compiling OpenAPIKit30 DereferencedJSONSchema.swift
[86/190] Compiling OpenAPIKit30 JSONSchema+Combining.swift
[87/190] Compiling OpenAPIKit30 JSONSchema.swift
[88/190] Compiling OpenAPIKit30 JSONSchemaContext.swift
[89/190] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[90/190] Compiling OpenAPIKit30 TypesAndFormats.swift
[91/190] Compiling OpenAPIKit30 DereferencedSecurityRequirement.swift
[92/190] Compiling OpenAPIKit30 OperationDecodingError.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[93/190] Compiling OpenAPIKit30 PathDecodingError.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[94/190] Compiling OpenAPIKit30 ResponseDecodingError.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[95/190] Compiling OpenAPIKit30 Example.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[96/190] Compiling OpenAPIKit30 ExternalDocumentation.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[97/190] Compiling OpenAPIKit30 ExternalLoader.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[98/190] Compiling OpenAPIKit30 DereferencedHeader.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[99/190] Compiling OpenAPIKit30 Header.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[100/190] Compiling OpenAPIKit30 JSONReference.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[101/190] Compiling OpenAPIKit30 DereferencedDocument.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
        public let value: Either<URL, AnyCodable>?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' 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/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[102/190] Compiling OpenAPIKit30 Document.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
        public let value: Either<URL, AnyCodable>?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' 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/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[103/190] Compiling OpenAPIKit30 DocumentInfo.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
        public let value: Either<URL, AnyCodable>?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' 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/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[104/190] Compiling OpenAPIKit30 ResolvedDocument.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
        public let value: Either<URL, AnyCodable>?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' 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/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[105/190] Compiling OpenAPIKit30 Either+Convenience.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
        public let value: Either<URL, AnyCodable>?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' 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/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[106/190] Compiling OpenAPIKit30 Either+ExternallyDereferenceable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
        public let value: Either<URL, AnyCodable>?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' 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/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[107/190] Compiling OpenAPIKit30 Either+LocallyDereferenceable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
        public let value: Either<URL, AnyCodable>?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' 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/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[108/190] Compiling OpenAPIKit30 Either+Validatable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
        public let value: Either<URL, AnyCodable>?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' 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/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[109/190] Compiling OpenAPIKit30 DocumentDecodingError.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
        public let value: Either<URL, AnyCodable>?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' 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/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[110/190] Compiling OpenAPIKit30 ParameterSchemaContext.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
    case external(URL)
         ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[111/190] Compiling OpenAPIKit30 DereferencedPathItem.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
    case external(URL)
         ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[112/190] Compiling OpenAPIKit30 PathItem.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
    case external(URL)
         ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[113/190] Compiling OpenAPIKit30 ResolvedRoute.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
    case external(URL)
         ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[114/190] Compiling OpenAPIKit30 DereferencedRequest.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
    case external(URL)
         ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[115/190] Compiling OpenAPIKit30 Request.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
    case external(URL)
         ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[116/190] Compiling OpenAPIKit30 DereferencedResponse.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
    case external(URL)
         ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[117/190] Compiling OpenAPIKit30 Response.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
    case external(URL)
         ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[118/190] Compiling OpenAPIKit30 RuntimeExpression.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
    case external(URL)
         ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
        public var operation: Either<URL, String>
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
error: compile command failed due to signal 9 (use -v to see invocation)
error: compile command failed due to signal 9 (use -v to see invocation)
BUILD FAILURE 5.10 linux