The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of OpenAPIKit, reference 4.0.0-rc.2 (e7048d), with Swift 5.9 for Linux on 19 Mar 2025 06:01:51 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/OpenAPIKit.git
Reference: 4.0.0-rc.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/mattpolzin/OpenAPIKit
 * tag               4.0.0-rc.2 -> FETCH_HEAD
HEAD is now at e7048da Merge branch 'main' into release/4_0
Cloned https://github.com/mattpolzin/OpenAPIKit.git
Revision (git rev-parse @):
e7048daf424caa2f254425365f603424c65380be
SUCCESS checkout https://github.com/mattpolzin/OpenAPIKit.git at 4.0.0-rc.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/mattpolzin/OpenAPIKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2050] Fetching swift-docc-plugin
[247/12330] Fetching swift-docc-plugin, yams
Fetched https://github.com/apple/swift-docc-plugin (1.09s)
Fetched https://github.com/jpsim/Yams.git (1.12s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (1.14s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.47s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3342] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.46s)
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
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 5.3.1
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/35] Compiling OpenAPIKitCore Discriminator.swift
[4/35] Compiling OpenAPIKitCore HttpMethod.swift
[5/35] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[6/35] Compiling OpenAPIKitCore JSONTypeFormat.swift
[7/39] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[8/39] Compiling OpenAPIKitCore DiggingError.swift
[9/39] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[10/39] Compiling OpenAPIKitCore InconsistencyError.swift
[11/39] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[12/39] 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 {
              ^
[13/39] Compiling OpenAPIKitCore AnyCodable.swift
[14/39] Compiling OpenAPIKitCore Either+Codable.swift
[15/39] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[16/39] Compiling OpenAPIKitCore Either.swift
[17/39] Compiling OpenAPIKitCore CodingPathError.swift
[18/39] Compiling OpenAPIKitCore OpenAPIError.swift
[19/39] Compiling OpenAPIKitCore OpenAPIWarning.swift
[20/39] Compiling OpenAPIKitCore RequestDecodingError.swift
[21/39] Compiling OpenAPIKitCore OpenAPIReference.swift
[22/39] Compiling OpenAPIKitCore OrderedDictionary.swift
[23/39] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[24/39] Compiling OpenAPIKitCore Shared.swift
[25/39] Compiling OpenAPIKitCore CallbackURL.swift
[26/39] Compiling OpenAPIKitCore ComponentKey.swift
[27/39] Compiling OpenAPIKitCore ContentType.swift
[28/39] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[29/39] Compiling OpenAPIKitCore Optional+Zip.swift
[30/39] Compiling OpenAPIKitCore Result+Value.swift
[31/39] Compiling OpenAPIKitCore Validatable.swift
[32/39] Compiling OpenAPIKitCore ResponseStatusCode.swift
[33/39] Compiling OpenAPIKitCore SecurityScheme.swift
[34/39] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[35/39] Compiling OpenAPIKitCore URLTemplate.swift
[36/39] 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 {
              ^
[37/39] 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 {
              ^
[38/39] 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 {
              ^
[39/39] Compiling OpenAPIKitCore Path.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:39:20: warning: stored property 'refreshUrl' of 'Sendable'-conforming struct 'CommonFields' has non-sendable type 'URL?'
        public let refreshUrl: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:46:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'Implicit' has non-sendable type 'URL'
        public let authorizationUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:61:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'Password' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:76:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'ClientCredentials' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:91:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
        public let authorizationUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:92:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
        public let tokenUrl: URL
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[42/170] Compiling OpenAPIKit30 TypesAndFormats.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
[43/170] Compiling OpenAPIKit30 DereferencedSecurityRequirement.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
[44/170] Compiling OpenAPIKit30 SecurityScheme.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[45/170] Compiling OpenAPIKit30 Server.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[46/170] Compiling OpenAPIKit30 Tag.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[47/170] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[48/170] Compiling OpenAPIKit30 Array+ExternallyDereferenceable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[49/170] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[50/170] Compiling OpenAPIKit30 Dictionary+ExternallyDereferenceable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
            case openIdConnect(openIdConnectUrl: URL)
                 ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/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
/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
/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
/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
/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
/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
/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
/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
[59/179] Compiling OpenAPIKit30 Optional+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
[60/188] 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
[62/188] Compiling OpenAPIKit Optional+ExternallyDereferenceable.swift
[63/188] Compiling OpenAPIKit OrderedDictionary+ExternallyDereferenceable.swift
[64/188] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[65/188] Compiling OpenAPIKit Validation+Builtins.swift
[66/188] Compiling OpenAPIKit Validation.swift
[67/188] Compiling OpenAPIKit Validator+Convenience.swift
[68/188] Compiling OpenAPIKit Validator.swift
[69/188] Compiling OpenAPIKit XML.swift
[70/188] Compiling OpenAPIKit Either+Validatable.swift
[71/188] Compiling OpenAPIKit DocumentDecodingError.swift
[72/188] Compiling OpenAPIKit OperationDecodingError.swift
[73/188] Compiling OpenAPIKit PathDecodingError.swift
[74/188] Compiling OpenAPIKit30 ResolvedDocument.swift
[75/188] Compiling OpenAPIKit30 Either+Convenience.swift
[76/188] Compiling OpenAPIKit30 Either+ExternallyDereferenceable.swift
[77/188] Compiling OpenAPIKit ExternalLoader.swift
[78/188] Compiling OpenAPIKit30 Either+Validatable.swift
[87/188] Compiling OpenAPIKit _CoreReExport.swift
[88/188] 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
[89/188] 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
[90/188] 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
[91/188] 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
[92/188] 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
[93/188] 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
[94/188] 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
[95/188] 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
[96/188] 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
[97/188] Compiling OpenAPIKit30 Response.swift
[98/188] Compiling OpenAPIKit30 RuntimeExpression.swift
[99/188] Compiling OpenAPIKit30 SchemaProtocols.swift
[100/188] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.swift
[101/188] Compiling OpenAPIKit30 DereferencedJSONSchema.swift
[102/188] Compiling OpenAPIKit30 JSONSchema+Combining.swift
[103/188] Compiling OpenAPIKit30 JSONSchema.swift
[104/188] Compiling OpenAPIKit30 JSONSchemaContext.swift
[105/188] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[115/188] Compiling OpenAPIKit JSONReference.swift
[116/188] Compiling OpenAPIKit Link.swift
[117/188] Compiling OpenAPIKit OpenAPI.swift
[118/188] Compiling OpenAPIKit DereferencedOperation.swift
[119/188] Compiling OpenAPIKit Operation.swift
[120/188] Compiling OpenAPIKit ResolvedEndpoint.swift
[121/188] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[122/188] Compiling OpenAPIKit DereferencedParameter.swift
[123/188] Compiling OpenAPIKit DereferencedSchemaContext.swift
[124/188] Compiling OpenAPIKit30 DocumentDecodingError.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
[125/188] Compiling OpenAPIKit30 OperationDecodingError.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
[126/188] Compiling OpenAPIKit30 PathDecodingError.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
[127/188] Compiling OpenAPIKit30 ResponseDecodingError.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
[128/188] Compiling OpenAPIKit30 Example.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
[129/188] Compiling OpenAPIKit30 ExternalDocumentation.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
[130/188] Compiling OpenAPIKit30 ExternalLoader.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
[131/188] Compiling OpenAPIKit30 DereferencedHeader.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
[132/188] Compiling OpenAPIKit30 Header.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
[133/188] Compiling OpenAPIKit DereferencedContentEncoding.swift
[134/188] Compiling OpenAPIKit DereferencedDocument.swift
[135/188] Compiling OpenAPIKit Document.swift
[136/188] Compiling OpenAPIKit DocumentInfo.swift
[137/188] Compiling OpenAPIKit ResolvedDocument.swift
[138/188] Compiling OpenAPIKit Either+Convenience.swift
[139/188] Compiling OpenAPIKit Either+ExternallyDereferenceable.swift
[140/188] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[141/188] 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
[171/190] 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
[193/195] Compiling OpenAPIKitCompat Either+Map.swift
[194/195] Compiling OpenAPIKitCompat Compat30To31.swift
[195/195] Emitting module OpenAPIKitCompat
Build complete! (144.34s)
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" : "6.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",
        "InconsistencyErrorTests.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/InconsistencyError.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.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.