Build Information
Failed to build OpenAPIKit, reference 4.0.0-rc.4 (10d75e
), with Swift 5.9 for Linux on 19 May 2025 07:09:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/OpenAPIKit.git
Reference: 4.0.0-rc.4
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/mattpolzin/OpenAPIKit
* tag 4.0.0-rc.4 -> FETCH_HEAD
HEAD is now at 10d75e0 merge w/ main
Cloned https://github.com/mattpolzin/OpenAPIKit.git
Revision (git rev-parse @):
10d75e021dc9f3acb1b4ec9bb6ea5e680c2f5508
SUCCESS checkout https://github.com/mattpolzin/OpenAPIKit.git at 4.0.0-rc.4
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/mattpolzin/OpenAPIKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[514/12667] Fetching swift-docc-plugin, yams
Fetched https://github.com/apple/swift-docc-plugin (1.10s)
Fetched https://github.com/jpsim/Yams.git (1.14s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.27s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3384] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.70s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.0.0 (0.39s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/35] 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 {
^
[4/39] Compiling OpenAPIKitCore ResponseStatusCode.swift
[5/39] Compiling OpenAPIKitCore SecurityScheme.swift
[6/39] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[7/39] Compiling OpenAPIKitCore URLTemplate.swift
[8/39] Compiling OpenAPIKitCore OAuthFlows.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:39:20: warning: stored property 'refreshUrl' of 'Sendable'-conforming struct 'CommonFields' has non-sendable type 'URL?'
public let refreshUrl: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:46:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'Implicit' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:61:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'Password' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:76:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'ClientCredentials' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:91:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:92:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
[9/39] Compiling OpenAPIKitCore ParameterContextLocation.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:39:20: warning: stored property 'refreshUrl' of 'Sendable'-conforming struct 'CommonFields' has non-sendable type 'URL?'
public let refreshUrl: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:46:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'Implicit' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:61:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'Password' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:76:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'ClientCredentials' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:91:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:92:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
[10/39] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:39:20: warning: stored property 'refreshUrl' of 'Sendable'-conforming struct 'CommonFields' has non-sendable type 'URL?'
public let refreshUrl: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:46:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'Implicit' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:61:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'Password' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:76:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'ClientCredentials' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:91:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:92:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
[11/39] Compiling OpenAPIKitCore Path.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:39:20: warning: stored property 'refreshUrl' of 'Sendable'-conforming struct 'CommonFields' has non-sendable type 'URL?'
public let refreshUrl: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:46:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'Implicit' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:61:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'Password' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:76:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'ClientCredentials' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:91:20: warning: stored property 'authorizationUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let authorizationUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:92:20: warning: stored property 'tokenUrl' of 'Sendable'-conforming struct 'AuthorizationCode' has non-sendable type 'URL'
public let tokenUrl: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
[12/39] Compiling OpenAPIKitCore Discriminator.swift
[13/39] Compiling OpenAPIKitCore HttpMethod.swift
[14/39] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[15/39] Compiling OpenAPIKitCore JSONTypeFormat.swift
[16/39] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[17/39] Compiling OpenAPIKitCore DiggingError.swift
[18/39] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[19/39] Compiling OpenAPIKitCore GenericError.swift
[20/39] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[21/39] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[22/39] Compiling OpenAPIKitCore Shared.swift
[23/39] Compiling OpenAPIKitCore CallbackURL.swift
[24/39] Compiling OpenAPIKitCore ComponentKey.swift
[25/39] Compiling OpenAPIKitCore ContentType.swift
[26/39] Compiling OpenAPIKitCore OpenAPIError.swift
[27/39] Compiling OpenAPIKitCore OpenAPIWarning.swift
[28/39] Compiling OpenAPIKitCore RequestDecodingError.swift
[29/39] Compiling OpenAPIKitCore OpenAPIReference.swift
[30/39] Compiling OpenAPIKitCore OrderedDictionary.swift
[31/39] Compiling OpenAPIKitCore AnyCodable.swift
[32/39] Compiling OpenAPIKitCore Either+Codable.swift
[33/39] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[34/39] Compiling OpenAPIKitCore Either.swift
[35/39] Compiling OpenAPIKitCore CodingPathError.swift
[36/39] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[37/39] Compiling OpenAPIKitCore Optional+Zip.swift
[38/39] Compiling OpenAPIKitCore Result+Value.swift
[39/39] Compiling OpenAPIKitCore Validatable.swift
[42/170] Compiling OpenAPIKit30 TypesAndFormats.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[43/170] Compiling OpenAPIKit30 DereferencedSecurityRequirement.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[44/170] Compiling OpenAPIKit30 SecurityScheme.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[45/170] Compiling OpenAPIKit30 Server.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[46/170] Compiling OpenAPIKit30 Tag.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[47/170] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[48/170] Compiling OpenAPIKit30 Array+ExternallyDereferenceable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[49/170] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[50/170] Compiling OpenAPIKit30 Dictionary+ExternallyDereferenceable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[51/179] 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
[52/188] Emitting module OpenAPIKit30
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:56:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[53/188] Compiling OpenAPIKit30 DocumentDecodingError.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[54/188] Compiling OpenAPIKit30 OperationDecodingError.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[55/188] Compiling OpenAPIKit30 PathDecodingError.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[56/188] Compiling OpenAPIKit30 ResponseDecodingError.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[57/188] Compiling OpenAPIKit30 Example.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[58/188] Compiling OpenAPIKit30 ExternalDocumentation.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[59/188] Compiling OpenAPIKit30 ExternalLoader.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[60/188] Compiling OpenAPIKit30 DereferencedHeader.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[61/188] Compiling OpenAPIKit30 Header.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[62/188] Compiling OpenAPIKit30 Optional+ExternallyDereferenceable.swift
[63/188] Compiling OpenAPIKit Optional+ExternallyDereferenceable.swift
[64/188] Compiling OpenAPIKit OrderedDictionary+ExternallyDereferenceable.swift
[65/188] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[66/188] Compiling OpenAPIKit Validation+Builtins.swift
[67/188] Compiling OpenAPIKit Validation.swift
[68/188] Compiling OpenAPIKit Validator+Convenience.swift
[69/188] Compiling OpenAPIKit Validator.swift
[70/188] Compiling OpenAPIKit XML.swift
[79/188] Compiling OpenAPIKit _CoreReExport.swift
[80/188] Compiling OpenAPIKit30 JSONReference.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[81/188] Compiling OpenAPIKit30 Link.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[82/188] Compiling OpenAPIKit30 OpenAPI.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[83/188] Compiling OpenAPIKit30 DereferencedOperation.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[84/188] Compiling OpenAPIKit30 Operation.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[85/188] Compiling OpenAPIKit30 ResolvedEndpoint.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[86/188] Compiling OpenAPIKit30 OrderedDictionary+Validatable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[87/188] Compiling OpenAPIKit30 DereferencedParameter.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[88/188] Compiling OpenAPIKit30 DereferencedSchemaContext.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[89/188] Compiling OpenAPIKit30 Response.swift
[90/188] Compiling OpenAPIKit30 RuntimeExpression.swift
[91/188] Compiling OpenAPIKit30 SchemaProtocols.swift
[92/188] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.swift
[93/188] Compiling OpenAPIKit30 DereferencedJSONSchema.swift
[94/188] Compiling OpenAPIKit30 JSONSchema+Combining.swift
[95/188] Compiling OpenAPIKit30 JSONSchema.swift
[96/188] Compiling OpenAPIKit30 JSONSchemaContext.swift
[97/188] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[98/188] Compiling OpenAPIKit30 DereferencedContentEncoding.swift
[99/188] Compiling OpenAPIKit30 DereferencedDocument.swift
[100/188] Compiling OpenAPIKit30 Document.swift
[101/188] Compiling OpenAPIKit30 DocumentInfo.swift
[102/188] Compiling OpenAPIKit30 ResolvedDocument.swift
[103/188] Compiling OpenAPIKit30 Either+Convenience.swift
[104/188] Compiling OpenAPIKit30 Either+ExternallyDereferenceable.swift
[105/188] Compiling OpenAPIKit30 Either+LocallyDereferenceable.swift
[106/188] Compiling OpenAPIKit30 Either+Validatable.swift
error: compile command failed due to signal 9 (use -v to see invocation)
[115/188] Compiling OpenAPIKit30 Parameter.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
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:60:18: warning: associated value 'openIdConnect(openIdConnectUrl:)' of 'Sendable'-conforming enum 'SecurityType' has non-sendable type 'URL'
case openIdConnect(openIdConnectUrl: URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:46:10: warning: associated value 'external' of 'Sendable'-conforming generic enum 'JSONReference' has non-sendable type 'URL'
case external(URL)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:23:20: warning: stored property 'operation' of 'Sendable'-conforming struct 'Link' has non-sendable type 'Either<URL, String>'
public var operation: Either<URL, String>
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:21:20: warning: stored property 'value' of 'Sendable'-conforming struct 'Example' has non-sendable type 'Either<URL, AnyCodable>?'
public let value: Either<URL, AnyCodable>?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:17:20: warning: stored property 'url' of 'Sendable'-conforming struct 'ExternalDocumentation' has non-sendable type 'URL'
public var url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
error: compile command failed due to signal 9 (use -v to see invocation)
BUILD FAILURE 5.9 linux