The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of OpenAPIReflection, reference 3.0.0 (d59812), with Swift 6.1 for Wasm on 11 Sep 2025 15:04:38 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/OpenAPIReflection.git
Reference: 3.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/OpenAPIReflection
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at d598129 update OpenAPIKit and swift package version (#10)
Cloned https://github.com/mattpolzin/OpenAPIReflection.git
Revision (git rev-parse @):
d5981296867215f62363d6c88cf05c8d71cf8d48
SUCCESS checkout https://github.com/mattpolzin/OpenAPIReflection.git at 3.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mattpolzin/OpenAPIReflection.git
https://github.com/mattpolzin/OpenAPIReflection.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "openapikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/OpenAPIKit.git"
    },
    {
      "identity" : "sampleable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/Sampleable.git"
    }
  ],
  "manifest_display_name" : "OpenAPIReflection",
  "name" : "OpenAPIReflection",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPIReflection",
      "targets" : [
        "OpenAPIReflection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenAPIReflection30",
      "targets" : [
        "OpenAPIReflection30"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAPIReflectionTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIReflectionTests",
      "path" : "Tests/OpenAPIReflectionTests",
      "sources" : [
        "AnyJSONCaseIterableTests.swift",
        "GenericOpenAPISchemaInternalTests.swift",
        "GenericOpenAPISchemaTests.swift",
        "SchemaWithExampleTests.swift",
        "SwiftPrimitiveExtensionsTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "OpenAPIReflection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIReflection30Tests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIReflection30Tests",
      "path" : "Tests/OpenAPIReflection30Tests",
      "sources" : [
        "AnyJSONCaseIterableTests.swift",
        "GenericOpenAPISchemaInternalTests.swift",
        "GenericOpenAPISchemaTests.swift",
        "SchemaWithExampleTests.swift",
        "SwiftPrimitiveExtensionsTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "OpenAPIReflection30"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIReflection30",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIReflection30",
      "path" : "Sources/OpenAPIReflection30",
      "product_dependencies" : [
        "OpenAPIKit30",
        "Sampleable"
      ],
      "product_memberships" : [
        "OpenAPIReflection30"
      ],
      "sources" : [
        "AnyJSONCaseIterable.swift",
        "Date+OpenAPI.swift",
        "OpenAPI+Errors.swift",
        "Optional+ZipWith.swift",
        "Sampleable+OpenAPI.swift",
        "SchemaProtocols.swift",
        "SwiftPrimitiveExtensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAPIReflection",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIReflection",
      "path" : "Sources/OpenAPIReflection",
      "product_dependencies" : [
        "OpenAPIKit",
        "Sampleable"
      ],
      "product_memberships" : [
        "OpenAPIReflection"
      ],
      "sources" : [
        "AnyJSONCaseIterable.swift",
        "Date+OpenAPI.swift",
        "OpenAPI+Errors.swift",
        "Optional+ZipWith.swift",
        "Sampleable+OpenAPI.swift",
        "SchemaProtocols.swift",
        "SwiftPrimitiveExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/mattpolzin/OpenAPIKit.git
[1/106370] Fetching openapikit
Fetching https://github.com/mattpolzin/Sampleable.git
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (7.44s)
[1/63] Fetching sampleable
Fetched https://github.com/mattpolzin/Sampleable.git from cache (0.38s)
Computing version for https://github.com/mattpolzin/Sampleable.git
Computed https://github.com/mattpolzin/Sampleable.git at 2.1.0 (10.82s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 4.0.1 (0.99s)
Creating working copy for https://github.com/mattpolzin/Sampleable.git
Working copy of https://github.com/mattpolzin/Sampleable.git resolved at 2.1.0
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 4.0.1
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/44] Emitting module OpenAPIKitCore
[9/48] Compiling Sampleable Sampleable.swift
[10/48] Emitting module Sampleable
[12/49] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[13/49] Compiling OpenAPIKitCore OpenAPIError.swift
[14/49] Compiling OpenAPIKitCore OpenAPIWarning.swift
[15/49] Compiling OpenAPIKitCore RequestDecodingError.swift
[16/49] Compiling OpenAPIKitCore OpenAPIReference.swift
[17/49] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[18/49] Compiling OpenAPIKitCore Optional+Zip.swift
[19/49] Compiling OpenAPIKitCore Result+Value.swift
[20/49] Compiling OpenAPIKitCore Validatable.swift
[21/49] Compiling OpenAPIKitCore JSONTypeFormat.swift
[22/49] Compiling OpenAPIKitCore OAuthFlows.swift
[23/49] Compiling OpenAPIKitCore ParameterContextLocation.swift
[24/49] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[25/49] Compiling OpenAPIKitCore Path.swift
[26/49] Compiling OpenAPIKitCore ResponseStatusCode.swift
[27/49] Compiling OpenAPIKitCore SecurityScheme.swift
[28/49] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[29/49] Compiling OpenAPIKitCore URLTemplate.swift
[30/49] Compiling OpenAPIKitCore ComponentKey.swift
[31/49] Compiling OpenAPIKitCore ContentType.swift
[32/49] Compiling OpenAPIKitCore Discriminator.swift
[33/49] Compiling OpenAPIKitCore HttpMethod.swift
[34/49] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[35/49] Compiling OpenAPIKitCore CodingPathError.swift
[36/49] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[37/49] Compiling OpenAPIKitCore DiggingError.swift
[38/49] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[39/49] Compiling OpenAPIKitCore GenericError.swift
[40/49] Compiling OpenAPIKitCore AnyCodable+Validatable.swift
[41/49] Compiling OpenAPIKitCore AnyCodable.swift
[42/49] Compiling OpenAPIKitCore Either+Codable.swift
[43/49] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[44/49] Compiling OpenAPIKitCore Either.swift
[45/49] Compiling OpenAPIKitCore OrderedDictionary+Validatable.swift
[46/49] Compiling OpenAPIKitCore OrderedDictionary.swift
[47/49] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[48/49] Compiling OpenAPIKitCore Shared.swift
[49/49] Compiling OpenAPIKitCore CallbackURL.swift
[51/177] Compiling OpenAPIKit Callbacks.swift
[52/177] Compiling OpenAPIKit CodableVendorExtendable.swift
[53/177] Compiling OpenAPIKit Components+JSONReference.swift
[54/177] Compiling OpenAPIKit Components+Locatable.swift
[55/177] Compiling OpenAPIKit Components.swift
[56/177] Compiling OpenAPIKit Content.swift
[57/177] Compiling OpenAPIKit ContentEncoding.swift
[58/177] Compiling OpenAPIKit DereferencedContent.swift
[59/185] Compiling OpenAPIKit30 OperationDecodingError.swift
[60/185] Compiling OpenAPIKit30 PathDecodingError.swift
[61/185] Compiling OpenAPIKit30 ResponseDecodingError.swift
[62/185] Compiling OpenAPIKit30 Example.swift
[63/185] Compiling OpenAPIKit30 ExternalDocumentation.swift
[64/185] Compiling OpenAPIKit30 ExternalLoader.swift
[65/185] Compiling OpenAPIKit30 DereferencedHeader.swift
[66/185] Compiling OpenAPIKit30 Header.swift
[67/185] Compiling OpenAPIKit30 JSONReference.swift
[68/193] Emitting module OpenAPIKit
[69/193] Emitting module OpenAPIKit30
[70/193] Compiling OpenAPIKit30 DereferencedDocument.swift
[71/193] Compiling OpenAPIKit30 Document.swift
[72/193] Compiling OpenAPIKit30 DocumentInfo.swift
[73/193] Compiling OpenAPIKit30 ResolvedDocument.swift
[74/193] Compiling OpenAPIKit30 Either+Convenience.swift
[75/193] Compiling OpenAPIKit30 Either+ExternallyDereferenceable.swift
[76/193] Compiling OpenAPIKit30 Either+LocallyDereferenceable.swift
[77/193] Compiling OpenAPIKit30 Either+Validatable.swift
[78/193] Compiling OpenAPIKit30 DocumentDecodingError.swift
[79/193] Compiling OpenAPIKit30 OrderedDictionary+ExternallyDereferenceable.swift
[80/193] Compiling OpenAPIKit OrderedDictionary+ExternallyDereferenceable.swift
[81/193] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[82/193] Compiling OpenAPIKit Validation+Builtins.swift
[83/193] Compiling OpenAPIKit Validation.swift
[84/193] Compiling OpenAPIKit Validator+Convenience.swift
[85/193] Compiling OpenAPIKit Validator.swift
[86/193] Compiling OpenAPIKit XML.swift
[94/193] Compiling OpenAPIKit _CoreReExport.swift
[104/193] Compiling OpenAPIKit30 Link.swift
[105/193] Compiling OpenAPIKit30 OpenAPI.swift
[106/193] Compiling OpenAPIKit30 DereferencedOperation.swift
[107/193] Compiling OpenAPIKit30 Operation.swift
[108/193] Compiling OpenAPIKit30 ResolvedEndpoint.swift
[109/193] Compiling OpenAPIKit30 DereferencedParameter.swift
[110/193] Compiling OpenAPIKit30 DereferencedSchemaContext.swift
[111/193] Compiling OpenAPIKit30 Parameter.swift
[112/193] Compiling OpenAPIKit Parameter.swift
[113/193] Compiling OpenAPIKit ParameterContext.swift
[114/193] Compiling OpenAPIKit ParameterSchemaContext.swift
[115/193] Compiling OpenAPIKit DereferencedPathItem.swift
[116/193] Compiling OpenAPIKit PathItem.swift
[117/193] Compiling OpenAPIKit ResolvedRoute.swift
[118/193] Compiling OpenAPIKit DereferencedRequest.swift
[119/193] Compiling OpenAPIKit Request.swift
[120/193] Compiling OpenAPIKit DereferencedResponse.swift
[121/193] Compiling OpenAPIKit Response.swift
[122/193] Compiling OpenAPIKit30 Callbacks.swift
[123/193] Compiling OpenAPIKit30 CodableVendorExtendable.swift
[124/193] Compiling OpenAPIKit30 Components+JSONReference.swift
[125/193] Compiling OpenAPIKit30 Components+Locatable.swift
[126/193] Compiling OpenAPIKit30 Components.swift
[127/193] Compiling OpenAPIKit30 Content.swift
[128/193] Compiling OpenAPIKit30 ContentEncoding.swift
[129/193] Compiling OpenAPIKit30 DereferencedContent.swift
[130/193] Compiling OpenAPIKit30 DereferencedContentEncoding.swift
[131/193] Compiling OpenAPIKit RuntimeExpression.swift
[132/193] Compiling OpenAPIKit SchemaProtocols.swift
[133/193] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[134/193] Compiling OpenAPIKit DereferencedJSONSchema.swift
[135/193] Compiling OpenAPIKit JSONSchema+Combining.swift
[136/193] Compiling OpenAPIKit JSONSchema.swift
[137/193] Compiling OpenAPIKit JSONSchemaContext.swift
[138/193] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[139/193] Compiling OpenAPIKit TypesAndFormats.swift
[168/202] Compiling OpenAPIReflection30 OpenAPI+Errors.swift
[169/202] Compiling OpenAPIReflection30 Date+OpenAPI.swift
[170/202] Emitting module OpenAPIReflection30
[171/202] Compiling OpenAPIReflection30 AnyJSONCaseIterable.swift
/host/spi-builder-workspace/Sources/OpenAPIReflection30/AnyJSONCaseIterable.swift:48:62: warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
46 |         let itemSchema = try OpenAPIReflection30.nestedGenericOpenAPISchemaGuess(for: first, using: encoder)
47 |
48 |         return itemSchema.with(allowedValues: allCases.map { AnyCodable($0) })
   |                                                              `- warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
49 |     }
50 | }
OpenAPIReflection30.AnyJSONCaseIterable.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol AnyJSONCaseIterable {
2 | Self : OpenAPIReflection30.AnyJSONCaseIterable}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/OpenAPIReflection30/AnyJSONCaseIterable.swift:74:43: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
72 |         throw OpenAPI.EncodableError.allCasesArrayNotCodable
73 |     }
74 |     return arrayOfCodables.map(AnyCodable.init)
   |                                           `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
75 | }
76 |
[172/202] Compiling OpenAPIReflection30 SchemaProtocols.swift
[173/202] Compiling OpenAPIReflection30 SwiftPrimitiveExtensions.swift
[174/202] Compiling OpenAPIReflection30 Optional+ZipWith.swift
[175/202] Compiling OpenAPIReflection30 Sampleable+OpenAPI.swift
[205/212] Compiling OpenAPIReflection SchemaProtocols.swift
[206/212] Compiling OpenAPIReflection SwiftPrimitiveExtensions.swift
[207/212] Compiling OpenAPIReflection Optional+ZipWith.swift
[208/212] Compiling OpenAPIReflection OpenAPI+Errors.swift
[209/212] Emitting module OpenAPIReflection
[210/212] Compiling OpenAPIReflection AnyJSONCaseIterable.swift
/host/spi-builder-workspace/Sources/OpenAPIReflection/AnyJSONCaseIterable.swift:48:62: warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
46 |         let itemSchema = try OpenAPIReflection.nestedGenericOpenAPISchemaGuess(for: first, using: encoder)
47 |
48 |         return itemSchema.with(allowedValues: allCases.map { AnyCodable($0) })
   |                                                              `- warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
49 |     }
50 | }
OpenAPIReflection.AnyJSONCaseIterable.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol AnyJSONCaseIterable {
2 | Self : OpenAPIReflection.AnyJSONCaseIterable}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/OpenAPIReflection/AnyJSONCaseIterable.swift:74:43: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
72 |         throw OpenAPI.EncodableError.allCasesArrayNotCodable
73 |     }
74 |     return arrayOfCodables.map(AnyCodable.init)
   |                                           `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
75 | }
76 |
[211/212] Compiling OpenAPIReflection Date+OpenAPI.swift
[212/212] Compiling OpenAPIReflection Sampleable+OpenAPI.swift
Build complete! (115.48s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "openapikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/OpenAPIKit.git"
    },
    {
      "identity" : "sampleable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/Sampleable.git"
    }
  ],
  "manifest_display_name" : "OpenAPIReflection",
  "name" : "OpenAPIReflection",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPIReflection",
      "targets" : [
        "OpenAPIReflection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenAPIReflection30",
      "targets" : [
        "OpenAPIReflection30"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAPIReflectionTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIReflectionTests",
      "path" : "Tests/OpenAPIReflectionTests",
      "sources" : [
        "AnyJSONCaseIterableTests.swift",
        "GenericOpenAPISchemaInternalTests.swift",
        "GenericOpenAPISchemaTests.swift",
        "SchemaWithExampleTests.swift",
        "SwiftPrimitiveExtensionsTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "OpenAPIReflection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIReflection30Tests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIReflection30Tests",
      "path" : "Tests/OpenAPIReflection30Tests",
      "sources" : [
        "AnyJSONCaseIterableTests.swift",
        "GenericOpenAPISchemaInternalTests.swift",
        "GenericOpenAPISchemaTests.swift",
        "SchemaWithExampleTests.swift",
        "SwiftPrimitiveExtensionsTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "OpenAPIReflection30"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIReflection30",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIReflection30",
      "path" : "Sources/OpenAPIReflection30",
      "product_dependencies" : [
        "OpenAPIKit30",
        "Sampleable"
      ],
      "product_memberships" : [
        "OpenAPIReflection30"
      ],
      "sources" : [
        "AnyJSONCaseIterable.swift",
        "Date+OpenAPI.swift",
        "OpenAPI+Errors.swift",
        "Optional+ZipWith.swift",
        "Sampleable+OpenAPI.swift",
        "SchemaProtocols.swift",
        "SwiftPrimitiveExtensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAPIReflection",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIReflection",
      "path" : "Sources/OpenAPIReflection",
      "product_dependencies" : [
        "OpenAPIKit",
        "Sampleable"
      ],
      "product_memberships" : [
        "OpenAPIReflection"
      ],
      "sources" : [
        "AnyJSONCaseIterable.swift",
        "Date+OpenAPI.swift",
        "OpenAPI+Errors.swift",
        "Optional+ZipWith.swift",
        "Sampleable+OpenAPI.swift",
        "SchemaProtocols.swift",
        "SwiftPrimitiveExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.