The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OpenAPIKit, reference 6.0.0 (118d03), with Swift 6.2 for Android on 29 Apr 2026 10:31:44 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/OpenAPIKit.git
Reference: 6.0.0
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               6.0.0      -> FETCH_HEAD
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 6.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mattpolzin/OpenAPIKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/jpsim/Yams.git
[1/2287] Fetching swift-docc-plugin
[230/13838] Fetching swift-docc-plugin, yams
Fetched https://github.com/apple/swift-docc-plugin from cache (1.03s)
[2773/11551] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.79s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.1 (3.52s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (4.42s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3678] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.71s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.71s)
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.5.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--11D90AFD9DD3AB2.txt
[8/39] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[9/39] Compiling OpenAPIKitCore JSONTypeFormat.swift
[10/39] Compiling OpenAPIKitCore Path.swift
[11/39] Compiling OpenAPIKitCore ResponseStatusCode.swift
[12/39] Compiling OpenAPIKitCore SecurityScheme.swift
[13/39] Compiling OpenAPIKitCore SharedOAuthFlows.swift
[14/39] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[15/39] Compiling OpenAPIKitCore URLTemplate.swift
[16/43] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[17/43] Compiling OpenAPIKitCore Optional+Zip.swift
[18/43] Compiling OpenAPIKitCore Result+Value.swift
[19/43] Compiling OpenAPIKitCore Validatable.swift
[20/43] Compiling OpenAPIKitCore AnyCodable+Validatable.swift
[21/43] Compiling OpenAPIKitCore AnyCodable.swift
[22/43] Compiling OpenAPIKitCore Either+Codable.swift
[23/43] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[24/43] Compiling OpenAPIKitCore Either.swift
[25/43] Emitting module OpenAPIKitCore
[26/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 |     }
[27/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 |     }
[28/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 |     }
[29/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 |     }
[30/43] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[31/43] Compiling OpenAPIKitCore OpenAPIError.swift
[32/43] Compiling OpenAPIKitCore OpenAPIWarning.swift
[33/43] Compiling OpenAPIKitCore RequestDecodingError.swift
[34/43] Compiling OpenAPIKitCore OpenAPIReference.swift
[35/43] Compiling OpenAPIKitCore CodingPathError.swift
[36/43] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[37/43] Compiling OpenAPIKitCore DiggingError.swift
[38/43] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[39/43] Compiling OpenAPIKitCore GenericError.swift
[40/43] Compiling OpenAPIKitCore CallbackURL.swift
[41/43] Compiling OpenAPIKitCore ComponentKey.swift
[42/43] Compiling OpenAPIKitCore ContentType.swift
[43/43] Compiling OpenAPIKitCore HttpMethod.swift
[45/181] Emitting module OpenAPIKit30
[46/190] Compiling OpenAPIKit TypesAndFormats.swift
[47/190] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[48/190] Compiling OpenAPIKit OAuthFlows.swift
[49/190] Compiling OpenAPIKit SecurityScheme.swift
[50/190] Compiling OpenAPIKit Server.swift
[51/190] Compiling OpenAPIKit Tag.swift
[52/190] Compiling OpenAPIKit URLTemplate+Validatable.swift
[53/190] Compiling OpenAPIKit Array+ExternallyDereferenceable.swift
[54/190] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[55/190] Compiling OpenAPIKit Dictionary+ExternallyDereferenceable.swift
[56/200] Compiling OpenAPIKit30 Optional+ExternallyDereferenceable.swift
[57/200] Compiling OpenAPIKit30 OrderedDictionary+ExternallyDereferenceable.swift
[58/200] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[59/200] Compiling OpenAPIKit30 Validation+Builtins.swift
[60/200] Compiling OpenAPIKit30 Validation.swift
[61/200] Compiling OpenAPIKit Optional+ExternallyDereferenceable.swift
[62/200] Compiling OpenAPIKit OrderedDictionary+ExternallyDereferenceable.swift
[63/200] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[64/200] Compiling OpenAPIKit ReferenceValidations.swift
[65/200] Compiling OpenAPIKit DereferencedContentPositionalEncoding.swift
[66/200] Compiling OpenAPIKit Discriminator.swift
[67/200] Compiling OpenAPIKit DereferencedDocument.swift
[68/200] Compiling OpenAPIKit Document.swift
[69/200] Compiling OpenAPIKit DocumentInfo.swift
[70/200] Compiling OpenAPIKit ResolvedDocument.swift
[71/200] Compiling OpenAPIKit Either+Convenience.swift
[72/200] Compiling OpenAPIKit Either+ExternallyDereferenceable.swift
[73/200] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[74/200] Compiling OpenAPIKit Either+Summarizable.swift
[79/200] Compiling OpenAPIKit Header.swift
[80/200] Compiling OpenAPIKit JSONReference.swift
[81/200] Compiling OpenAPIKit Link.swift
[82/200] Compiling OpenAPIKit OpenAPI.swift
[83/200] Compiling OpenAPIKit OpenAPIConditionalWarnings.swift
[84/200] Compiling OpenAPIKit JSONSchema.swift
[85/200] Compiling OpenAPIKit JSONSchemaContext.swift
[86/200] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[97/200] Compiling OpenAPIKit Validation+Builtins.swift
[98/200] Compiling OpenAPIKit Validation.swift
[99/200] Compiling OpenAPIKit Validator+Convenience.swift
[100/200] Compiling OpenAPIKit Validator.swift
[101/200] Compiling OpenAPIKit XML.swift
[102/200] Compiling OpenAPIKit _CoreReExport.swift
[103/200] Compiling OpenAPIKit DereferencedResponse.swift
[104/200] Compiling OpenAPIKit Response.swift
[105/200] Compiling OpenAPIKit RuntimeExpression.swift
[106/200] Compiling OpenAPIKit SchemaProtocols.swift
[107/200] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[108/200] Compiling OpenAPIKit DereferencedJSONSchema.swift
[109/200] Compiling OpenAPIKit JSONSchema+Combining.swift
[113/200] Compiling OpenAPIKit Parameter.swift
[114/200] Compiling OpenAPIKit ParameterContext.swift
[115/200] Compiling OpenAPIKit ParameterContextLocation.swift
[116/200] Compiling OpenAPIKit ParameterSchemaContext.swift
[117/200] Compiling OpenAPIKit ParameterSchemaContextStyle.swift
[118/200] Compiling OpenAPIKit DereferencedPathItem.swift
[119/200] Compiling OpenAPIKit PathItem.swift
[120/200] Compiling OpenAPIKit ResolvedRoute.swift
[121/200] Compiling OpenAPIKit DereferencedRequest.swift
[122/200] Compiling OpenAPIKit Callbacks.swift
[123/200] Compiling OpenAPIKit CodableVendorExtendable.swift
[124/200] Compiling OpenAPIKit Components+JSONReference.swift
[125/200] Compiling OpenAPIKit Components+Locatable.swift
[126/200] Compiling OpenAPIKit Components.swift
[127/200] Compiling OpenAPIKit Content.swift
[128/200] Compiling OpenAPIKit ContentEncoding.swift
[129/200] Compiling OpenAPIKit ContentPositionalEncoding.swift
[130/200] Compiling OpenAPIKit DereferencedContent.swift
[131/200] Compiling OpenAPIKit DereferencedContentEncoding.swift
[132/200] Compiling OpenAPIKit Request.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>
[133/200] Compiling OpenAPIKit Either+Validatable.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>
[134/200] Compiling OpenAPIKit DocumentDecodingError.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>
[135/200] Compiling OpenAPIKit OperationDecodingError.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>
[136/200] Compiling OpenAPIKit 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>
[137/200] Compiling OpenAPIKit ResponseDecodingError.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>
[138/200] Compiling OpenAPIKit Example.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>
[139/200] Compiling OpenAPIKit ExampleValue.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>
[140/200] Compiling OpenAPIKit ExternalDocumentation.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>
[141/200] Compiling OpenAPIKit ExternalLoader.swift
[142/200] Compiling OpenAPIKit DereferencedHeader.swift
[161/201] Emitting module OpenAPIKit
/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>
[203/205] Compiling OpenAPIKitCompat Either+Map.swift
[204/205] Compiling OpenAPIKitCompat Compat30To31.swift
[205/205] Emitting module OpenAPIKitCompat
Build complete! (228.38s)
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"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.