Build Information
Successful build of OpenAPIKit, reference main (118d03), with Swift 6.3 for Linux on 29 Apr 2026 10:34:59 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/OpenAPIKit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/mattpolzin/OpenAPIKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 118d039 README and CONTRIBUTING updates
Cloned https://github.com/mattpolzin/OpenAPIKit.git
Revision (git rev-parse @):
118d03942cb8d91093b5b33f53a6d86ab9016d22
SUCCESS checkout https://github.com/mattpolzin/OpenAPIKit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/mattpolzin/OpenAPIKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/jpsim/Yams.git
[1/2287] Fetching swift-docc-plugin
[2288/13838] Fetching swift-docc-plugin, yams
Fetched https://github.com/apple/swift-docc-plugin from cache (0.52s)
[694/11551] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.67s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.1 (2.28s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (3.62s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3678] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (3.19s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.5.0
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 Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/39] Emitting module OpenAPIKitCore
[9/43] Compiling OpenAPIKitCore CodingPathError.swift
[10/43] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[11/43] Compiling OpenAPIKitCore DiggingError.swift
[12/43] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[13/43] Compiling OpenAPIKitCore GenericError.swift
[14/43] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[15/43] Compiling OpenAPIKitCore OpenAPIError.swift
[16/43] Compiling OpenAPIKitCore OpenAPIWarning.swift
[17/43] Compiling OpenAPIKitCore RequestDecodingError.swift
[18/43] Compiling OpenAPIKitCore OpenAPIReference.swift
[19/43] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[20/43] Compiling OpenAPIKitCore JSONTypeFormat.swift
[21/43] Compiling OpenAPIKitCore Path.swift
[22/43] Compiling OpenAPIKitCore ResponseStatusCode.swift
[23/43] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[24/43] Compiling OpenAPIKitCore Optional+Zip.swift
[25/43] Compiling OpenAPIKitCore Result+Value.swift
[26/43] Compiling OpenAPIKitCore Validatable.swift
[27/43] Compiling OpenAPIKitCore AnyCodable+Validatable.swift
[28/43] Compiling OpenAPIKitCore AnyCodable.swift
[29/43] Compiling OpenAPIKitCore Either+Codable.swift
[30/43] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[31/43] Compiling OpenAPIKitCore Either.swift
[32/43] Compiling OpenAPIKitCore OrderedDictionary+Validatable.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:390:39: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
388 | //are sendable. It is just difficult to prove that to the compiler so
389 | // I will have to work at that later.
390 | let anyValue = (key.0 as Any) as! any Sendable
| `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
391 | try container.encode(value, forKey: .init(stringValue: key.1, originalValue: anyValue))
392 | }
[33/43] Compiling OpenAPIKitCore OrderedDictionary.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:390:39: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
388 | //are sendable. It is just difficult to prove that to the compiler so
389 | // I will have to work at that later.
390 | let anyValue = (key.0 as Any) as! any Sendable
| `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
391 | try container.encode(value, forKey: .init(stringValue: key.1, originalValue: anyValue))
392 | }
[34/43] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:390:39: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
388 | //are sendable. It is just difficult to prove that to the compiler so
389 | // I will have to work at that later.
390 | let anyValue = (key.0 as Any) as! any Sendable
| `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
391 | try container.encode(value, forKey: .init(stringValue: key.1, originalValue: anyValue))
392 | }
[35/43] Compiling OpenAPIKitCore Shared.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:390:39: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
388 | //are sendable. It is just difficult to prove that to the compiler so
389 | // I will have to work at that later.
390 | let anyValue = (key.0 as Any) as! any Sendable
| `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
391 | try container.encode(value, forKey: .init(stringValue: key.1, originalValue: anyValue))
392 | }
[36/43] Compiling OpenAPIKitCore CallbackURL.swift
[37/43] Compiling OpenAPIKitCore ComponentKey.swift
[38/43] Compiling OpenAPIKitCore ContentType.swift
[39/43] Compiling OpenAPIKitCore HttpMethod.swift
[40/43] Compiling OpenAPIKitCore SecurityScheme.swift
[41/43] Compiling OpenAPIKitCore SharedOAuthFlows.swift
[42/43] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[43/43] Compiling OpenAPIKitCore URLTemplate.swift
[45/181] Emitting module OpenAPIKit30
[46/190] Emitting module OpenAPIKit
[47/200] Compiling OpenAPIKit30 DereferencedParameter.swift
[48/200] Compiling OpenAPIKit30 DereferencedSchemaContext.swift
[49/200] Compiling OpenAPIKit30 Parameter.swift
[50/200] Compiling OpenAPIKit30 ParameterContext.swift
[51/200] Compiling OpenAPIKit ResponseDecodingError.swift
[52/200] Compiling OpenAPIKit30 Optional+ExternallyDereferenceable.swift
[53/200] Compiling OpenAPIKit30 OrderedDictionary+ExternallyDereferenceable.swift
[54/200] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[55/200] Compiling OpenAPIKit30 Validation+Builtins.swift
[56/200] Compiling OpenAPIKit30 Validation.swift
[57/200] Compiling OpenAPIKit30 SecurityScheme.swift
[58/200] Compiling OpenAPIKit30 Server.swift
[59/200] Compiling OpenAPIKit30 Tag.swift
[60/200] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
[61/200] Compiling OpenAPIKit30 Array+ExternallyDereferenceable.swift
[62/200] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[63/200] Compiling OpenAPIKit30 Dictionary+ExternallyDereferenceable.swift
[64/200] Compiling OpenAPIKit30 RuntimeExpression.swift
[65/200] Compiling OpenAPIKit30 SchemaProtocols.swift
[66/200] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.swift
[72/200] Compiling OpenAPIKit Optional+ExternallyDereferenceable.swift
[73/200] Compiling OpenAPIKit OrderedDictionary+ExternallyDereferenceable.swift
[74/200] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[75/200] Compiling OpenAPIKit ReferenceValidations.swift
[80/200] Compiling OpenAPIKit Validation+Builtins.swift
[81/200] Compiling OpenAPIKit Validation.swift
[82/200] Compiling OpenAPIKit Validator+Convenience.swift
[83/200] Compiling OpenAPIKit Validator.swift
[84/200] Compiling OpenAPIKit XML.swift
[85/200] Compiling OpenAPIKit _CoreReExport.swift
[86/200] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[87/200] Compiling OpenAPIKit30 ParameterSchemaContextStyle.swift
[88/200] Compiling OpenAPIKit30 DereferencedPathItem.swift
[89/200] Compiling OpenAPIKit30 PathItem.swift
[90/200] Compiling OpenAPIKit30 ResolvedRoute.swift
[91/200] Compiling OpenAPIKit30 DereferencedRequest.swift
[92/200] Compiling OpenAPIKit30 Request.swift
[93/200] Compiling OpenAPIKit30 DereferencedResponse.swift
[94/200] Compiling OpenAPIKit30 Response.swift
[95/200] Compiling OpenAPIKit30 DereferencedDocument.swift
[96/200] Compiling OpenAPIKit30 DereferencedSecurityRequirement.swift
[97/200] Compiling OpenAPIKit30 OAuthFlows.swift
[105/200] Compiling OpenAPIKit30 OpenAPI.swift
[106/200] Compiling OpenAPIKit30 DereferencedOperation.swift
[107/200] Compiling OpenAPIKit30 Operation.swift
[108/200] Compiling OpenAPIKit30 ResolvedEndpoint.swift
[117/200] Compiling OpenAPIKit30 DereferencedJSONSchema.swift
[118/200] Compiling OpenAPIKit30 JSONSchema+Combining.swift
[119/200] Compiling OpenAPIKit30 JSONSchema.swift
[120/200] Compiling OpenAPIKit30 JSONSchemaContext.swift
[121/200] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[122/200] Compiling OpenAPIKit30 TypesAndFormats.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[133/200] Compiling OpenAPIKit30 ResponseDecodingError.swift
[134/200] Compiling OpenAPIKit30 Example.swift
[135/200] Compiling OpenAPIKit30 ExternalDocumentation.swift
[136/200] Compiling OpenAPIKit30 ExternalLoader.swift
[137/200] Compiling OpenAPIKit30 DereferencedHeader.swift
[138/200] Compiling OpenAPIKit30 Header.swift
[139/200] Compiling OpenAPIKit30 JSONReference.swift
[140/200] Compiling OpenAPIKit30 Link.swift
[144/200] Compiling OpenAPIKit30 Document.swift
[145/200] Compiling OpenAPIKit30 DocumentInfo.swift
[146/200] Compiling OpenAPIKit30 ResolvedDocument.swift
[147/200] Compiling OpenAPIKit30 Either+Convenience.swift
[148/200] Compiling OpenAPIKit30 Either+ExternallyDereferenceable.swift
[149/200] Compiling OpenAPIKit30 Either+LocallyDereferenceable.swift
[150/200] Compiling OpenAPIKit30 Either+Validatable.swift
[151/200] Compiling OpenAPIKit30 DocumentDecodingError.swift
[152/200] Compiling OpenAPIKit30 OperationDecodingError.swift
[153/200] Compiling OpenAPIKit30 PathDecodingError.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[171/200] Compiling OpenAPIKit30 Callbacks.swift
[172/200] Compiling OpenAPIKit30 CodableVendorExtendable.swift
[173/200] Compiling OpenAPIKit30 Components+JSONReference.swift
[174/200] Compiling OpenAPIKit30 Components+Locatable.swift
[175/200] Compiling OpenAPIKit30 Components.swift
[176/200] Compiling OpenAPIKit30 Content.swift
[177/200] Compiling OpenAPIKit30 ContentEncoding.swift
[178/200] Compiling OpenAPIKit30 DereferencedContent.swift
[179/200] Compiling OpenAPIKit30 DereferencedContentEncoding.swift
[180/200] Compiling OpenAPIKit30 Discriminator.swift
[203/205] Compiling OpenAPIKitCompat Either+Map.swift
[204/205] Emitting module OpenAPIKitCompat
[205/205] Compiling OpenAPIKitCompat Compat30To31.swift
Build complete! (197.41s)
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" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "OpenAPIKit",
"name" : "OpenAPIKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.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",
"6"
],
"targets" : [
{
"c99name" : "OrderedDictionaryTests",
"module_type" : "SwiftTarget",
"name" : "OrderedDictionaryTests",
"path" : "Tests/OrderedDictionaryTests",
"product_dependencies" : [
"Yams"
],
"sources" : [
"OrderedDictionaryTests.swift"
],
"target_dependencies" : [
"OpenAPIKitCore"
],
"type" : "test"
},
{
"c99name" : "OpenAPIKitTests",
"module_type" : "SwiftTarget",
"name" : "OpenAPIKitTests",
"path" : "Tests/OpenAPIKitTests",
"product_dependencies" : [
"Yams"
],
"sources" : [
"ComponentsTests.swift",
"Content/ContentTests.swift",
"Content/DereferencedContentTests.swift",
"DiscriminatorTests.swift",
"Document/DereferencedDocumentTests.swift",
"Document/DocumentInfoTests.swift",
"Document/DocumentTests.swift",
"Document/ExternalDereferencingDocumentTests.swift",
"Document/ResolvedDocumentTests.swift",
"EaseOfUseTests.swift",
"ExampleTests.swift",
"ExternalDocumentationTests.swift",
"Header/DereferencedHeaderTests.swift",
"Header/HeaderTests.swift",
"JSONReferenceTests.swift",
"LinkTests.swift",
"OpenAPIReferenceTests.swift",
"Operation/DereferencedOperationTests.swift",
"Operation/OperationTests.swift",
"Operation/ResolvedEndpointTests.swift",
"Parameter/DereferencedParameterTests.swift",
"Parameter/DereferencedSchemaContextTests.swift",
"Parameter/ParameterContextTests.swift",
"Parameter/ParameterSchemaTests.swift",
"Parameter/ParameterTests.swift",
"Path Item/DereferencedPathItemTests.swift",
"Path Item/PathItemTests.swift",
"Path Item/ResolvedRouteTests.swift",
"Request/DereferencedRequestTests.swift",
"Request/RequestTests.swift",
"Response/DereferencedResponseTests.swift",
"Response/ResponseTests.swift",
"Result+ValueTests.swift",
"RuntimeExpressionTests.swift",
"Schema Conformances/SwiftPrimitiveTypes+OpenAPITests.swift",
"Schema Object/DereferencedSchemaObjectTests.swift",
"Schema Object/JSONSchemaTests.swift",
"Schema Object/SchemaFragmentCombiningTests.swift",
"Schema Object/SchemaFragmentTests.swift",
"Schema Object/SchemaObjectInternalTests.swift",
"Schema Object/SchemaObjectYamsTests.swift",
"Security/OauthFlowsTests.swift",
"Security/SecuritySchemeTests.swift",
"ServerTests.swift",
"TagTests.swift",
"TestHelpers.swift",
"Validator/BuiltinValidationTests.swift",
"Validator/Validation+ConvenienceTests.swift",
"Validator/ValidationTests.swift",
"Validator/ValidatorTests.swift",
"VendorExtendableTests.swift",
"XMLTests.swift"
],
"target_dependencies" : [
"OpenAPIKit"
],
"type" : "test"
},
{
"c99name" : "OpenAPIKitRealSpecSuite",
"module_type" : "SwiftTarget",
"name" : "OpenAPIKitRealSpecSuite",
"path" : "Tests/OpenAPIKitRealSpecSuite",
"product_dependencies" : [
"Yams"
],
"sources" : [
"TemplateAPITests.swift"
],
"target_dependencies" : [
"OpenAPIKit"
],
"type" : "test"
},
{
"c99name" : "OpenAPIKitErrorReportingTests",
"module_type" : "SwiftTarget",
"name" : "OpenAPIKitErrorReportingTests",
"path" : "Tests/OpenAPIKitErrorReportingTests",
"product_dependencies" : [
"Yams"
],
"sources" : [
"ComponentErrorTests.swift",
"DocumentErrorTests.swift",
"Helpers.swift",
"JSONReferenceErrorTests.swift",
"OperationErrorTests.swift",
"PathsErrorTests.swift",
"RequestContentMapErrorTests.swift",
"RequestContentSchemaErrorTests.swift",
"RequestErrorTests.swift",
"ResponseErrorTests.swift",
"SchemaErrorTests.swift",
"SecuritySchemeErrorTests.swift"
],
"target_dependencies" : [
"OpenAPIKit"
],
"type" : "test"
},
{
"c99name" : "OpenAPIKitCoreTests",
"module_type" : "SwiftTarget",
"name" : "OpenAPIKitCoreTests",
"path" : "Tests/OpenAPIKitCoreTests",
"sources" : [
"CallbackURLTests.swift",
"ComponentKeyTests.swift",
"ContentTypeTests.swift",
"Either+CustomStringConvertibleTests.swift",
"GenericErrorTests.swift",
"HttpMethodTests.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+Validatable.swift",
"AnyCodable/AnyCodable.swift",
"Either/Either+Codable.swift",
"Either/Either+CustomStringConvertible.swift",
"Either/Either.swift",
"Encoding and Decoding Errors And Warnings/CodingPathError.swift",
"Encoding and Decoding Errors And Warnings/DecodingErrorExtensions.swift",
"Encoding and Decoding Errors And Warnings/DiggingError.swift",
"Encoding and Decoding Errors And Warnings/EitherDecodeNoTypesMatchedErrorExtensions.swift",
"Encoding and Decoding Errors And Warnings/GenericError.swift",
"Encoding and Decoding Errors And Warnings/OpenAPIDecodingErrors.swift",
"Encoding and Decoding Errors And Warnings/OpenAPIError.swift",
"Encoding and Decoding Errors And Warnings/OpenAPIWarning.swift",
"Encoding and Decoding Errors And Warnings/RequestDecodingError.swift",
"OpenAPIReference.swift",
"OrderedDictionary+Validatable.swift",
"OrderedDictionary/OrderedDictionary.swift",
"OrderedDictionary/StringConvertibleHintProvider.swift",
"Shared.swift",
"Shared/CallbackURL.swift",
"Shared/ComponentKey.swift",
"Shared/ContentType.swift",
"Shared/HttpMethod.swift",
"Shared/JSONSchemaPermissions.swift",
"Shared/JSONTypeFormat.swift",
"Shared/Path.swift",
"Shared/ResponseStatusCode.swift",
"Shared/SecurityScheme.swift",
"Shared/SharedOAuthFlows.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",
"Either+MapTests.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" : [
"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",
"Discriminator.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",
"Parameter/DereferencedParameter.swift",
"Parameter/DereferencedSchemaContext.swift",
"Parameter/Parameter.swift",
"Parameter/ParameterContext.swift",
"Parameter/ParameterContextLocation.swift",
"Parameter/ParameterSchemaContext.swift",
"Parameter/ParameterSchemaContextStyle.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/OAuthFlows.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" : [
"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/ContentPositionalEncoding.swift",
"Content/DereferencedContent.swift",
"Content/DereferencedContentEncoding.swift",
"Content/DereferencedContentPositionalEncoding.swift",
"Discriminator.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/Example.swift",
"Example/ExampleValue.swift",
"ExternalDocumentation.swift",
"ExternalLoader.swift",
"Header/DereferencedHeader.swift",
"Header/Header.swift",
"JSONReference.swift",
"Link.swift",
"OpenAPI.swift",
"OpenAPIConditionalWarnings.swift",
"Operation/DereferencedOperation.swift",
"Operation/Operation.swift",
"Operation/ResolvedEndpoint.swift",
"Parameter/DereferencedParameter.swift",
"Parameter/DereferencedSchemaContext.swift",
"Parameter/Parameter.swift",
"Parameter/ParameterContext.swift",
"Parameter/ParameterContextLocation.swift",
"Parameter/ParameterSchemaContext.swift",
"Parameter/ParameterSchemaContextStyle.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/OAuthFlows.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/ReferenceValidations.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" : "6.1"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.