Build Information
Successful build of OpenAPIKit, reference 4.0.0-rc.2 (e7048d
), with Swift 5.10 for Linux on 19 Mar 2025 06:01:30 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.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.10
Building package at path: $PWD
https://github.com/mattpolzin/OpenAPIKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-docc-plugin
[1/10280] Fetching yams
[824/12330] Fetching yams, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.02s)
Fetched https://github.com/jpsim/Yams.git from cache (1.05s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (1.07s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.45s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3342] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.48s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/40] Emitting module OpenAPIKitCore
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:39:20: warning: stored property 'refreshUrl' of 'Sendable'-conforming struct 'CommonFields' has non-sendable type 'URL?'
public let refreshUrl: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:46:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'Implicit' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:61:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'Password' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:76:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'ClientCredentials' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:91:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:92:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
[9/44] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[10/44] Compiling OpenAPIKitCore DiggingError.swift
[11/44] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[12/44] Compiling OpenAPIKitCore InconsistencyError.swift
[13/44] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[14/44] Compiling OpenAPIKitCore AnyCodable.swift
[15/44] Compiling OpenAPIKitCore Either+Codable.swift
[16/44] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[17/44] Compiling OpenAPIKitCore Either.swift
[18/44] Compiling OpenAPIKitCore CodingPathError.swift
[19/44] Compiling OpenAPIKitCore Discriminator.swift
[20/44] Compiling OpenAPIKitCore HttpMethod.swift
[21/44] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[22/44] Compiling OpenAPIKitCore JSONTypeFormat.swift
[23/44] Compiling OpenAPIKitCore OAuthFlows.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:39:20: warning: stored property 'refreshUrl' of 'Sendable'-conforming struct 'CommonFields' has non-sendable type 'URL?'
public let refreshUrl: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:46:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'Implicit' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:61:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'Password' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:76:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'ClientCredentials' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:91:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:92:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
[24/44] Compiling OpenAPIKitCore ParameterContextLocation.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:39:20: warning: stored property 'refreshUrl' of 'Sendable'-conforming struct 'CommonFields' has non-sendable type 'URL?'
public let refreshUrl: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:46:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'Implicit' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:61:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'Password' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:76:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'ClientCredentials' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:91:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:92:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
[25/44] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:39:20: warning: stored property 'refreshUrl' of 'Sendable'-conforming struct 'CommonFields' has non-sendable type 'URL?'
public let refreshUrl: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:46:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'Implicit' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:61:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'Password' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:76:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'ClientCredentials' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:91:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:92:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
[26/44] Compiling OpenAPIKitCore Path.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:39:20: warning: stored property 'refreshUrl' of 'Sendable'-conforming struct 'CommonFields' has non-sendable type 'URL?'
public let refreshUrl: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:46:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'Implicit' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:61:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'Password' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:76:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'ClientCredentials' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:91:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:92:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
[27/44] Compiling OpenAPIKitCore OpenAPIError.swift
[28/44] Compiling OpenAPIKitCore OpenAPIWarning.swift
[29/44] Compiling OpenAPIKitCore RequestDecodingError.swift
[30/44] Compiling OpenAPIKitCore OpenAPIReference.swift
[31/44] Compiling OpenAPIKitCore OrderedDictionary.swift
[32/44] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[33/44] Compiling OpenAPIKitCore Optional+Zip.swift
[34/44] Compiling OpenAPIKitCore Result+Value.swift
[35/44] Compiling OpenAPIKitCore Validatable.swift
[36/44] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[37/44] Compiling OpenAPIKitCore Shared.swift
[38/44] Compiling OpenAPIKitCore CallbackURL.swift
[39/44] Compiling OpenAPIKitCore ComponentKey.swift
[40/44] Compiling OpenAPIKitCore ContentType.swift
[41/44] Compiling OpenAPIKitCore ResponseStatusCode.swift
[42/44] Compiling OpenAPIKitCore SecurityScheme.swift
[43/44] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[44/44] Compiling OpenAPIKitCore URLTemplate.swift
[46/174] Compiling OpenAPIKit30 DereferencedSecurityRequirement.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[47/174] Compiling OpenAPIKit30 SecurityScheme.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[48/174] Compiling OpenAPIKit30 Server.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[49/174] Compiling OpenAPIKit30 Tag.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[50/174] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[51/174] Compiling OpenAPIKit30 Array+ExternallyDereferenceable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[52/174] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[53/174] Compiling OpenAPIKit30 Dictionary+ExternallyDereferenceable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[54/174] Compiling OpenAPIKit30 Response.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[55/183] Compiling 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
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[64/192] Emitting module OpenAPIKit
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[65/192] Compiling OpenAPIKit30 Optional+ExternallyDereferenceable.swift
[66/192] Compiling OpenAPIKit30 OrderedDictionary+ExternallyDereferenceable.swift
[67/192] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[68/192] Compiling OpenAPIKit30 Validation+Builtins.swift
[69/192] Compiling OpenAPIKit30 Validation.swift
[70/192] Compiling OpenAPIKit30 Validator+Convenience.swift
[71/192] Compiling OpenAPIKit30 Validator.swift
[72/192] Compiling OpenAPIKit30 XML.swift
[73/192] Compiling OpenAPIKit30 _CoreReExport.swift
[74/192] Compiling OpenAPIKit30 DereferencedDocument.swift
[75/192] Compiling OpenAPIKit30 Document.swift
[76/192] Compiling OpenAPIKit30 DocumentInfo.swift
[77/192] Compiling OpenAPIKit30 ResolvedDocument.swift
[78/192] Compiling OpenAPIKit30 Either+Convenience.swift
[79/192] Compiling OpenAPIKit30 Either+ExternallyDereferenceable.swift
[80/192] Compiling OpenAPIKit30 Either+LocallyDereferenceable.swift
[81/192] Compiling OpenAPIKit30 Either+Validatable.swift
[82/192] Compiling OpenAPIKit30 JSONReference.swift
[91/192] Compiling OpenAPIKit _CoreReExport.swift
[93/192] Compiling OpenAPIKit30 RuntimeExpression.swift
[94/192] Compiling OpenAPIKit30 SchemaProtocols.swift
[95/192] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.swift
[96/192] Compiling OpenAPIKit30 DereferencedJSONSchema.swift
[97/192] Compiling OpenAPIKit30 JSONSchema+Combining.swift
[98/192] Compiling OpenAPIKit30 JSONSchema.swift
[99/192] Compiling OpenAPIKit30 JSONSchemaContext.swift
[100/192] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[101/192] Compiling OpenAPIKit30 Link.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[102/192] Compiling OpenAPIKit30 OpenAPI.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[103/192] Compiling OpenAPIKit30 DereferencedOperation.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[104/192] Compiling OpenAPIKit30 Operation.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[105/192] Compiling OpenAPIKit30 ResolvedEndpoint.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[106/192] Compiling OpenAPIKit30 OrderedDictionary+Validatable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[107/192] Compiling OpenAPIKit30 DereferencedParameter.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[108/192] Compiling OpenAPIKit30 DereferencedSchemaContext.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[109/192] Compiling OpenAPIKit30 AnyCodable+Validatable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[110/192] Compiling OpenAPIKit30 DocumentDecodingError.swift
[111/192] Compiling OpenAPIKit30 OperationDecodingError.swift
[112/192] Compiling OpenAPIKit30 PathDecodingError.swift
[113/192] Compiling OpenAPIKit30 ResponseDecodingError.swift
[114/192] Compiling OpenAPIKit30 Example.swift
[115/192] Compiling OpenAPIKit30 ExternalDocumentation.swift
[116/192] Compiling OpenAPIKit30 ExternalLoader.swift
[117/192] Compiling OpenAPIKit30 DereferencedHeader.swift
[118/192] Compiling OpenAPIKit30 Header.swift
[119/192] Compiling OpenAPIKit30 DereferencedContentEncoding.swift
[120/192] Compiling OpenAPIKit30 Callbacks.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
[121/192] Compiling OpenAPIKit30 CodableVendorExtendable.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
[122/192] Compiling OpenAPIKit30 Components+JSONReference.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
[123/192] Compiling OpenAPIKit30 Components+Locatable.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
[124/192] Compiling OpenAPIKit30 Components.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
[125/192] Compiling OpenAPIKit30 Content.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
[126/192] Compiling OpenAPIKit30 ContentEncoding.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
[127/192] Compiling OpenAPIKit30 DereferencedContent.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
[128/192] Compiling OpenAPIKit30 Parameter.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
[129/192] Compiling OpenAPIKit30 ParameterContext.swift
[130/192] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[131/192] Compiling OpenAPIKit30 DereferencedPathItem.swift
[132/192] Compiling OpenAPIKit30 PathItem.swift
[133/192] Compiling OpenAPIKit30 ResolvedRoute.swift
[134/192] Compiling OpenAPIKit30 DereferencedRequest.swift
[135/192] Compiling OpenAPIKit30 Request.swift
[136/192] Compiling OpenAPIKit30 DereferencedResponse.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
/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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
[184/193] 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
[195/197] Compiling OpenAPIKitCompat Either+Map.swift
[196/197] Emitting module OpenAPIKitCompat
[197/197] Compiling OpenAPIKitCompat Compat30To31.swift
Build complete! (137.04s)
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.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.