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

Successful build of OpenAPIKit, reference 4.0.0-rc.4 (10d75e), with Swift 5.10 for Linux on 19 May 2025 07:08:11 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/OpenAPIKit.git
Reference: 4.0.0-rc.4
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
 * tag               4.0.0-rc.4 -> FETCH_HEAD
HEAD is now at 10d75e0 merge w/ main
Cloned https://github.com/mattpolzin/OpenAPIKit.git
Revision (git rev-parse @):
10d75e021dc9f3acb1b4ec9bb6ea5e680c2f5508
SUCCESS checkout https://github.com/mattpolzin/OpenAPIKit.git at 4.0.0-rc.4
========================================
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-4609320-3":/host -w "$PWD" 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:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
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/2049] Fetching swift-docc-plugin
[165/12667] Fetching swift-docc-plugin, yams
Fetched https://github.com/apple/swift-docc-plugin from cache (2.69s)
Fetched https://github.com/jpsim/Yams.git from cache (2.75s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.80s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3384] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.43s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.0.0 (0.55s)
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
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.0.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.3
[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/40] 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/44] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[10/44] Compiling OpenAPIKitCore DiggingError.swift
[11/44] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[12/44] Compiling OpenAPIKitCore GenericError.swift
[13/44] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[14/44] Compiling OpenAPIKitCore OpenAPIError.swift
[15/44] Compiling OpenAPIKitCore OpenAPIWarning.swift
[16/44] Compiling OpenAPIKitCore RequestDecodingError.swift
[17/44] Compiling OpenAPIKitCore OpenAPIReference.swift
[18/44] Compiling OpenAPIKitCore OrderedDictionary.swift
[19/44] 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 {
              ^
[20/44] 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 {
              ^
[21/44] 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 {
              ^
[22/44] 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 {
              ^
[23/44] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[24/44] Compiling OpenAPIKitCore Shared.swift
[25/44] Compiling OpenAPIKitCore CallbackURL.swift
[26/44] Compiling OpenAPIKitCore ComponentKey.swift
[27/44] Compiling OpenAPIKitCore ContentType.swift
[28/44] Compiling OpenAPIKitCore Discriminator.swift
[29/44] Compiling OpenAPIKitCore HttpMethod.swift
[30/44] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[31/44] Compiling OpenAPIKitCore JSONTypeFormat.swift
[32/44] Compiling OpenAPIKitCore ResponseStatusCode.swift
[33/44] Compiling OpenAPIKitCore SecurityScheme.swift
[34/44] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[35/44] Compiling OpenAPIKitCore URLTemplate.swift
[36/44] Compiling OpenAPIKitCore AnyCodable.swift
[37/44] Compiling OpenAPIKitCore Either+Codable.swift
[38/44] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[39/44] Compiling OpenAPIKitCore Either.swift
[40/44] Compiling OpenAPIKitCore CodingPathError.swift
[41/44] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[42/44] Compiling OpenAPIKitCore Optional+Zip.swift
[43/44] Compiling OpenAPIKitCore Result+Value.swift
[44/44] Compiling OpenAPIKitCore Validatable.swift
[46/174] Compiling OpenAPIKit TypesAndFormats.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
[47/174] Compiling OpenAPIKit DereferencedSecurityRequirement.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
[48/174] Compiling OpenAPIKit SecurityScheme.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
[49/174] Compiling OpenAPIKit Server.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
[50/174] Compiling OpenAPIKit Tag.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
[51/174] Compiling OpenAPIKit URLTemplate+Validatable.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
[52/174] Compiling OpenAPIKit Array+ExternallyDereferenceable.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
[53/174] Compiling OpenAPIKit Container+DecodeURLAsString.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
[54/174] Compiling OpenAPIKit Dictionary+ExternallyDereferenceable.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
[55/183] Compiling OpenAPIKit JSONReference.swift
/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
[56/183] Compiling OpenAPIKit Link.swift
/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
[57/183] Compiling OpenAPIKit OpenAPI.swift
/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
[58/183] Compiling OpenAPIKit DereferencedOperation.swift
/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
[59/183] Compiling OpenAPIKit Operation.swift
/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
[60/183] Compiling OpenAPIKit ResolvedEndpoint.swift
/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
[61/183] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
/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
[62/183] Compiling OpenAPIKit DereferencedParameter.swift
/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
[63/183] Compiling OpenAPIKit DereferencedSchemaContext.swift
/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
[64/192] Compiling OpenAPIKit30 Optional+ExternallyDereferenceable.swift
[65/192] Compiling OpenAPIKit30 OrderedDictionary+ExternallyDereferenceable.swift
[66/192] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[67/192] Compiling OpenAPIKit30 Validation+Builtins.swift
[68/192] Compiling OpenAPIKit30 Validation.swift
[69/192] Compiling OpenAPIKit30 Validator+Convenience.swift
[70/192] Compiling OpenAPIKit30 Validator.swift
[71/192] Compiling OpenAPIKit30 XML.swift
[72/192] Compiling OpenAPIKit30 _CoreReExport.swift
[81/192] Compiling OpenAPIKit _CoreReExport.swift
[82/192] Compiling OpenAPIKit AnyCodable+Validatable.swift
/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
[83/192] Compiling OpenAPIKit Callbacks.swift
/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
[84/192] Compiling OpenAPIKit CodableVendorExtendable.swift
/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
[85/192] Compiling OpenAPIKit Components+JSONReference.swift
/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
[86/192] Compiling OpenAPIKit Components+Locatable.swift
/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
[87/192] Compiling OpenAPIKit Components.swift
/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
[88/192] Compiling OpenAPIKit Content.swift
/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
[89/192] Compiling OpenAPIKit ContentEncoding.swift
/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
[90/192] Compiling OpenAPIKit DereferencedContent.swift
/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
[91/192] Compiling OpenAPIKit Response.swift
[92/192] Compiling OpenAPIKit RuntimeExpression.swift
[93/192] Compiling OpenAPIKit SchemaProtocols.swift
[94/192] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[95/192] Compiling OpenAPIKit DereferencedJSONSchema.swift
[96/192] Compiling OpenAPIKit JSONSchema+Combining.swift
[97/192] Compiling OpenAPIKit JSONSchema.swift
[98/192] Compiling OpenAPIKit JSONSchemaContext.swift
[99/192] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[100/192] 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
[101/192] Compiling OpenAPIKit Parameter.swift
[102/192] Compiling OpenAPIKit ParameterContext.swift
[103/192] Compiling OpenAPIKit ParameterSchemaContext.swift
[104/192] Compiling OpenAPIKit DereferencedPathItem.swift
[105/192] Compiling OpenAPIKit PathItem.swift
[106/192] Compiling OpenAPIKit ResolvedRoute.swift
[107/192] Compiling OpenAPIKit DereferencedRequest.swift
[108/192] Compiling OpenAPIKit Request.swift
[109/192] Compiling OpenAPIKit DereferencedResponse.swift
[110/192] 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
[112/192] Compiling OpenAPIKit DocumentDecodingError.swift
[113/192] Compiling OpenAPIKit OperationDecodingError.swift
[114/192] Compiling OpenAPIKit PathDecodingError.swift
[115/192] Compiling OpenAPIKit ResponseDecodingError.swift
[116/192] Compiling OpenAPIKit Example.swift
[117/192] Compiling OpenAPIKit ExternalDocumentation.swift
[118/192] Compiling OpenAPIKit ExternalLoader.swift
[119/192] Compiling OpenAPIKit DereferencedHeader.swift
[120/192] Compiling OpenAPIKit Header.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
/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
/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
/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
/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
/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
/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
/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
/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
[129/192] Compiling OpenAPIKit DereferencedContentEncoding.swift
[139/192] Compiling OpenAPIKit DereferencedDocument.swift
[140/192] Compiling OpenAPIKit Document.swift
[141/192] Compiling OpenAPIKit DocumentInfo.swift
[142/192] Compiling OpenAPIKit ResolvedDocument.swift
[143/192] Compiling OpenAPIKit Either+Convenience.swift
[144/192] Compiling OpenAPIKit Either+ExternallyDereferenceable.swift
[145/192] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[146/192] Compiling OpenAPIKit Either+Summarizable.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
/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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
[195/197] Compiling OpenAPIKitCompat Either+Map.swift
[196/197] Emitting module OpenAPIKitCompat
[197/197] Compiling OpenAPIKitCompat Compat30To31.swift
Build complete! (84.28s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "OpenAPIKit",
  "name" : "OpenAPIKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPIKit30",
      "targets" : [
        "OpenAPIKit30"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenAPIKit",
      "targets" : [
        "OpenAPIKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenAPIKitCompat",
      "targets" : [
        "OpenAPIKitCompat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "OrderedDictionaryTests",
      "module_type" : "SwiftTarget",
      "name" : "OrderedDictionaryTests",
      "path" : "Tests/OrderedDictionaryTests",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "OrderedDictionaryTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKitCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKitTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKitTests",
      "path" : "Tests/OpenAPIKitTests",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "ComponentsTests.swift",
        "Content/ContentTests.swift",
        "Content/DereferencedContentTests.swift",
        "DiscriminatorTests.swift",
        "Document/DereferencedDocumentTests.swift",
        "Document/DocumentInfoTests.swift",
        "Document/DocumentTests.swift",
        "Document/ExternalDereferencingDocumentTests.swift",
        "Document/ResolvedDocumentTests.swift",
        "EaseOfUseTests.swift",
        "ExampleTests.swift",
        "ExternalDocumentationTests.swift",
        "Header/DereferencedHeaderTests.swift",
        "Header/HeaderTests.swift",
        "JSONReferenceTests.swift",
        "LinkTests.swift",
        "OpenAPIReferenceTests.swift",
        "Operation/DereferencedOperationTests.swift",
        "Operation/OperationTests.swift",
        "Operation/ResolvedEndpointTests.swift",
        "Parameter/DereferencedParameterTests.swift",
        "Parameter/DereferencedSchemaContextTests.swift",
        "Parameter/ParameterContextTests.swift",
        "Parameter/ParameterSchemaTests.swift",
        "Parameter/ParameterTests.swift",
        "Path Item/DereferencedPathItemTests.swift",
        "Path Item/PathItemTests.swift",
        "Path Item/ResolvedRouteTests.swift",
        "Request/DereferencedRequestTests.swift",
        "Request/RequestTests.swift",
        "Response/DereferencedResponseTests.swift",
        "Response/ResponseTests.swift",
        "Result+ValueTests.swift",
        "RuntimeExpressionTests.swift",
        "Schema Conformances/SwiftPrimitiveTypes+OpenAPITests.swift",
        "Schema Object/DereferencedSchemaObjectTests.swift",
        "Schema Object/JSONSchemaTests.swift",
        "Schema Object/SchemaFragmentCombiningTests.swift",
        "Schema Object/SchemaFragmentTests.swift",
        "Schema Object/SchemaObjectInternalTests.swift",
        "Schema Object/SchemaObjectYamsTests.swift",
        "Security/OauthFlowsTests.swift",
        "Security/SecuritySchemeTests.swift",
        "ServerTests.swift",
        "TagTests.swift",
        "TestHelpers.swift",
        "Validator/BuiltinValidationTests.swift",
        "Validator/Validation+ConvenienceTests.swift",
        "Validator/ValidationTests.swift",
        "Validator/ValidatorTests.swift",
        "VendorExtendableTests.swift",
        "XMLTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKitRealSpecSuite",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKitRealSpecSuite",
      "path" : "Tests/OpenAPIKitRealSpecSuite",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "TemplateAPITests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKitErrorReportingTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKitErrorReportingTests",
      "path" : "Tests/OpenAPIKitErrorReportingTests",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "ComponentErrorTests.swift",
        "DocumentErrorTests.swift",
        "Helpers.swift",
        "JSONReferenceErrorTests.swift",
        "OperationErrorTests.swift",
        "PathsErrorTests.swift",
        "RequestContentMapErrorTests.swift",
        "RequestContentSchemaErrorTests.swift",
        "RequestErrorTests.swift",
        "ResponseErrorTests.swift",
        "SchemaErrorTests.swift",
        "SecuritySchemeErrorTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKitCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKitCoreTests",
      "path" : "Tests/OpenAPIKitCoreTests",
      "sources" : [
        "CallbackURLTests.swift",
        "ComponentKeyTests.swift",
        "ContentTypeTests.swift",
        "Either+CustomStringConvertibleTests.swift",
        "GenericErrorTests.swift",
        "TestHelpers.swift",
        "URLTemplate/URLTemplateTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKitCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKitCore",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKitCore",
      "path" : "Sources/OpenAPIKitCore",
      "product_memberships" : [
        "OpenAPIKit30",
        "OpenAPIKit",
        "OpenAPIKitCompat"
      ],
      "sources" : [
        "AnyCodable/AnyCodable.swift",
        "Either/Either+Codable.swift",
        "Either/Either+CustomStringConvertible.swift",
        "Either/Either.swift",
        "Encoding and Decoding Errors And Warnings/CodingPathError.swift",
        "Encoding and Decoding Errors And Warnings/DecodingErrorExtensions.swift",
        "Encoding and Decoding Errors And Warnings/DiggingError.swift",
        "Encoding and Decoding Errors And Warnings/EitherDecodeNoTypesMatchedErrorExtensions.swift",
        "Encoding and Decoding Errors And Warnings/GenericError.swift",
        "Encoding and Decoding Errors And Warnings/OpenAPIDecodingErrors.swift",
        "Encoding and Decoding Errors And Warnings/OpenAPIError.swift",
        "Encoding and Decoding Errors And Warnings/OpenAPIWarning.swift",
        "Encoding and Decoding Errors And Warnings/RequestDecodingError.swift",
        "OpenAPIReference.swift",
        "OrderedDictionary/OrderedDictionary.swift",
        "OrderedDictionary/StringConvertibleHintProvider.swift",
        "Shared.swift",
        "Shared/CallbackURL.swift",
        "Shared/ComponentKey.swift",
        "Shared/ContentType.swift",
        "Shared/Discriminator.swift",
        "Shared/HttpMethod.swift",
        "Shared/JSONSchemaPermissions.swift",
        "Shared/JSONTypeFormat.swift",
        "Shared/OAuthFlows.swift",
        "Shared/ParameterContextLocation.swift",
        "Shared/ParameterSchemaContextStyle.swift",
        "Shared/Path.swift",
        "Shared/ResponseStatusCode.swift",
        "Shared/SecurityScheme.swift",
        "URLTemplate/URLTemplate+Parsing.swift",
        "URLTemplate/URLTemplate.swift",
        "Utility/Container+DecodeURLAsString.swift",
        "Utility/Optional+Zip.swift",
        "Utility/Result+Value.swift",
        "Validatable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAPIKitCompatTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKitCompatTests",
      "path" : "Tests/OpenAPIKitCompatTests",
      "sources" : [
        "DocumentConversionTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKitCompat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKitCompat",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKitCompat",
      "path" : "Sources/OpenAPIKitCompat",
      "product_memberships" : [
        "OpenAPIKitCompat"
      ],
      "sources" : [
        "Compat30To31.swift",
        "Either+Map.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKit30",
        "OpenAPIKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAPIKit30Tests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKit30Tests",
      "path" : "Tests/OpenAPIKit30Tests",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "ComponentsTests.swift",
        "Content/ContentTests.swift",
        "Content/DereferencedContentTests.swift",
        "DiscriminatorTests.swift",
        "Document/DereferencedDocumentTests.swift",
        "Document/DocumentInfoTests.swift",
        "Document/DocumentTests.swift",
        "Document/ExternalDereferencingDocumentTests.swift",
        "Document/ResolvedDocumentTests.swift",
        "EaseOfUseTests.swift",
        "ExampleTests.swift",
        "ExternalDocumentationTests.swift",
        "Header/DereferencedHeaderTests.swift",
        "Header/HeaderTests.swift",
        "JSONReferenceTests.swift",
        "LinkTests.swift",
        "Operation/DereferencedOperationTests.swift",
        "Operation/OperationTests.swift",
        "Operation/ResolvedEndpointTests.swift",
        "Parameter/DereferencedParameterTests.swift",
        "Parameter/DereferencedSchemaContextTests.swift",
        "Parameter/ParameterContextTests.swift",
        "Parameter/ParameterSchemaTests.swift",
        "Parameter/ParameterTests.swift",
        "Path Item/DereferencedPathItemTests.swift",
        "Path Item/PathItemTests.swift",
        "Path Item/ResolvedRouteTests.swift",
        "Request/DereferencedRequestTests.swift",
        "Request/RequestTests.swift",
        "Response/DereferencedResponseTests.swift",
        "Response/ResponseTests.swift",
        "Result+ValueTests.swift",
        "RuntimeExpressionTests.swift",
        "Schema Conformances/SwiftPrimitiveTypes+OpenAPITests.swift",
        "Schema Object/DereferencedSchemaObjectTests.swift",
        "Schema Object/JSONSchemaTests.swift",
        "Schema Object/SchemaFragmentCombiningTests.swift",
        "Schema Object/SchemaFragmentTests.swift",
        "Schema Object/SchemaObjectInternalTests.swift",
        "Schema Object/SchemaObjectYamsTests.swift",
        "Security/OauthFlowsTests.swift",
        "Security/SecuritySchemeTests.swift",
        "ServerTests.swift",
        "TagTests.swift",
        "TestHelpers.swift",
        "Validator/BuiltinValidationTests.swift",
        "Validator/Validation+ConvenienceTests.swift",
        "Validator/ValidationTests.swift",
        "Validator/ValidatorTests.swift",
        "VendorExtendableTests.swift",
        "XMLTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKit30"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKit30RealSpecSuite",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKit30RealSpecSuite",
      "path" : "Tests/OpenAPIKit30RealSpecSuite",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "GitHubAPITests.swift",
        "GoogleBooksAPITests.swift",
        "PetStoreAPITests.swift",
        "SwaggerDocSamplesTests.swift",
        "TomTomAPITests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKit30"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKit30ErrorReportingTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKit30ErrorReportingTests",
      "path" : "Tests/OpenAPIKit30ErrorReportingTests",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "ComponentErrorTests.swift",
        "DocumentErrorTests.swift",
        "Helpers.swift",
        "JSONReferenceErrorTests.swift",
        "OperationErrorTests.swift",
        "PathsErrorTests.swift",
        "RequestContentMapErrorTests.swift",
        "RequestContentSchemaErrorTests.swift",
        "RequestErrorTests.swift",
        "ResponseErrorTests.swift",
        "SchemaErrorTests.swift",
        "SecuritySchemeErrorTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKit30"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIKit30",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKit30",
      "path" : "Sources/OpenAPIKit30",
      "product_memberships" : [
        "OpenAPIKit30",
        "OpenAPIKitCompat"
      ],
      "sources" : [
        "AnyCodable+Validatable.swift",
        "Callbacks.swift",
        "CodableVendorExtendable.swift",
        "Components Object/Components+JSONReference.swift",
        "Components Object/Components+Locatable.swift",
        "Components Object/Components.swift",
        "Content/Content.swift",
        "Content/ContentEncoding.swift",
        "Content/DereferencedContent.swift",
        "Content/DereferencedContentEncoding.swift",
        "Document/DereferencedDocument.swift",
        "Document/Document.swift",
        "Document/DocumentInfo.swift",
        "Document/ResolvedDocument.swift",
        "Either/Either+Convenience.swift",
        "Either/Either+ExternallyDereferenceable.swift",
        "Either/Either+LocallyDereferenceable.swift",
        "Either/Either+Validatable.swift",
        "Encoding and Decoding Errors/DocumentDecodingError.swift",
        "Encoding and Decoding Errors/OperationDecodingError.swift",
        "Encoding and Decoding Errors/PathDecodingError.swift",
        "Encoding and Decoding Errors/ResponseDecodingError.swift",
        "Example.swift",
        "ExternalDocumentation.swift",
        "ExternalLoader.swift",
        "Header/DereferencedHeader.swift",
        "Header/Header.swift",
        "JSONReference.swift",
        "Link.swift",
        "OpenAPI.swift",
        "Operation/DereferencedOperation.swift",
        "Operation/Operation.swift",
        "Operation/ResolvedEndpoint.swift",
        "OrderedDictionary+Validatable.swift",
        "Parameter/DereferencedParameter.swift",
        "Parameter/DereferencedSchemaContext.swift",
        "Parameter/Parameter.swift",
        "Parameter/ParameterContext.swift",
        "Parameter/ParameterSchemaContext.swift",
        "Path Item/DereferencedPathItem.swift",
        "Path Item/PathItem.swift",
        "Path Item/ResolvedRoute.swift",
        "Request/DereferencedRequest.swift",
        "Request/Request.swift",
        "Response/DereferencedResponse.swift",
        "Response/Response.swift",
        "RuntimeExpression.swift",
        "Schema Conformances/SchemaProtocols.swift",
        "Schema Conformances/SwiftPrimitiveTypes+OpenAPI.swift",
        "Schema Object/DereferencedJSONSchema.swift",
        "Schema Object/JSONSchema+Combining.swift",
        "Schema Object/JSONSchema.swift",
        "Schema Object/JSONSchemaContext.swift",
        "Schema Object/SimplifiedJSONSchema.swift",
        "Schema Object/TypesAndFormats.swift",
        "Security/DereferencedSecurityRequirement.swift",
        "Security/SecurityScheme.swift",
        "Server.swift",
        "Tag.swift",
        "URLTemplate+Validatable.swift",
        "Utility/Array+ExternallyDereferenceable.swift",
        "Utility/Container+DecodeURLAsString.swift",
        "Utility/Dictionary+ExternallyDereferenceable.swift",
        "Utility/Optional+ExternallyDereferenceable.swift",
        "Utility/OrderedDictionary+ExternallyDereferenceable.swift",
        "Utility/OrderedDictionry+LocallyDereferenceable.swift",
        "Validator/Validation+Builtins.swift",
        "Validator/Validation.swift",
        "Validator/Validator+Convenience.swift",
        "Validator/Validator.swift",
        "XML.swift",
        "_CoreReExport.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKitCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAPIKit",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIKit",
      "path" : "Sources/OpenAPIKit",
      "product_memberships" : [
        "OpenAPIKit",
        "OpenAPIKitCompat"
      ],
      "sources" : [
        "AnyCodable+Validatable.swift",
        "Callbacks.swift",
        "CodableVendorExtendable.swift",
        "Components Object/Components+JSONReference.swift",
        "Components Object/Components+Locatable.swift",
        "Components Object/Components.swift",
        "Content/Content.swift",
        "Content/ContentEncoding.swift",
        "Content/DereferencedContent.swift",
        "Content/DereferencedContentEncoding.swift",
        "Document/DereferencedDocument.swift",
        "Document/Document.swift",
        "Document/DocumentInfo.swift",
        "Document/ResolvedDocument.swift",
        "Either/Either+Convenience.swift",
        "Either/Either+ExternallyDereferenceable.swift",
        "Either/Either+LocallyDereferenceable.swift",
        "Either/Either+Summarizable.swift",
        "Either/Either+Validatable.swift",
        "Encoding and Decoding Errors/DocumentDecodingError.swift",
        "Encoding and Decoding Errors/OperationDecodingError.swift",
        "Encoding and Decoding Errors/PathDecodingError.swift",
        "Encoding and Decoding Errors/ResponseDecodingError.swift",
        "Example.swift",
        "ExternalDocumentation.swift",
        "ExternalLoader.swift",
        "Header/DereferencedHeader.swift",
        "Header/Header.swift",
        "JSONReference.swift",
        "Link.swift",
        "OpenAPI.swift",
        "Operation/DereferencedOperation.swift",
        "Operation/Operation.swift",
        "Operation/ResolvedEndpoint.swift",
        "OrderedDictionary+Validatable.swift",
        "Parameter/DereferencedParameter.swift",
        "Parameter/DereferencedSchemaContext.swift",
        "Parameter/Parameter.swift",
        "Parameter/ParameterContext.swift",
        "Parameter/ParameterSchemaContext.swift",
        "Path Item/DereferencedPathItem.swift",
        "Path Item/PathItem.swift",
        "Path Item/ResolvedRoute.swift",
        "Request/DereferencedRequest.swift",
        "Request/Request.swift",
        "Response/DereferencedResponse.swift",
        "Response/Response.swift",
        "RuntimeExpression.swift",
        "Schema Conformances/SchemaProtocols.swift",
        "Schema Conformances/SwiftPrimitiveTypes+OpenAPI.swift",
        "Schema Object/DereferencedJSONSchema.swift",
        "Schema Object/JSONSchema+Combining.swift",
        "Schema Object/JSONSchema.swift",
        "Schema Object/JSONSchemaContext.swift",
        "Schema Object/SimplifiedJSONSchema.swift",
        "Schema Object/TypesAndFormats.swift",
        "Security/DereferencedSecurityRequirement.swift",
        "Security/SecurityScheme.swift",
        "Server.swift",
        "Tag.swift",
        "URLTemplate+Validatable.swift",
        "Utility/Array+ExternallyDereferenceable.swift",
        "Utility/Container+DecodeURLAsString.swift",
        "Utility/Dictionary+ExternallyDereferenceable.swift",
        "Utility/Optional+ExternallyDereferenceable.swift",
        "Utility/OrderedDictionary+ExternallyDereferenceable.swift",
        "Utility/OrderedDictionry+LocallyDereferenceable.swift",
        "Validator/Validation+Builtins.swift",
        "Validator/Validation.swift",
        "Validator/Validator+Convenience.swift",
        "Validator/Validator.swift",
        "XML.swift",
        "_CoreReExport.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKitCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EitherTests",
      "module_type" : "SwiftTarget",
      "name" : "EitherTests",
      "path" : "Tests/EitherTests",
      "sources" : [
        "EitherTests.swift",
        "EitherTypeErasedValueTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKitCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnyCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "AnyCodableTests",
      "path" : "Tests/AnyCodableTests",
      "sources" : [
        "AnyCodableTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "OpenAPIKitCore"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.8"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.