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 macOS (SPM) on 11 Sep 2025 15:01:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/mattpolzin/Sampleable.git
Fetching https://github.com/mattpolzin/OpenAPIKit.git
[1/63] Fetching sampleable
Fetched https://github.com/mattpolzin/Sampleable.git from cache (0.62s)
[1/106370] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (4.61s)
Computing version for https://github.com/mattpolzin/Sampleable.git
Computed https://github.com/mattpolzin/Sampleable.git at 2.1.0 (7.92s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 4.0.1 (0.51s)
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 4.0.1
Creating working copy for https://github.com/mattpolzin/Sampleable.git
Working copy of https://github.com/mattpolzin/Sampleable.git resolved at 2.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "openapireflection",
      "name": "OpenAPIReflection",
      "url": "https://github.com/mattpolzin/OpenAPIReflection.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OpenAPIReflection",
      "dependencies": [
        {
          "identity": "openapikit",
          "name": "OpenAPIKit",
          "url": "https://github.com/mattpolzin/OpenAPIKit.git",
          "version": "4.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OpenAPIKit",
          "dependencies": [
          ]
        },
        {
          "identity": "sampleable",
          "name": "Sampleable",
          "url": "https://github.com/mattpolzin/Sampleable.git",
          "version": "2.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Sampleable",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mattpolzin/OpenAPIReflection.git
[5/402] Fetching openapireflection
Fetched https://github.com/mattpolzin/OpenAPIReflection.git from cache (0.75s)
Fetching https://github.com/mattpolzin/Sampleable.git from cache
Fetching https://github.com/mattpolzin/OpenAPIKit.git from cache
Fetched https://github.com/mattpolzin/Sampleable.git from cache (0.56s)
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (0.56s)
Computing version for https://github.com/mattpolzin/Sampleable.git
Computed https://github.com/mattpolzin/Sampleable.git at 2.1.0 (0.62s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 4.0.1 (0.03s)
Creating working copy for https://github.com/mattpolzin/OpenAPIReflection.git
Working copy of https://github.com/mattpolzin/OpenAPIReflection.git resolved at 3.0.0 (d598129)
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 4.0.1
Creating working copy for https://github.com/mattpolzin/Sampleable.git
Working copy of https://github.com/mattpolzin/Sampleable.git resolved at 2.1.0
warning: '.resolve-product-dependencies': dependency 'openapireflection' is not used by any target
Found 2 product dependencies
  - OpenAPIKit
  - Sampleable
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mattpolzin/OpenAPIReflection.git
https://github.com/mattpolzin/OpenAPIReflection.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/45] Emitting module Sampleable
[9/45] Compiling Sampleable Sampleable.swift
[10/45] Compiling OpenAPIKitCore Either.swift
[11/45] Compiling OpenAPIKitCore CodingPathError.swift
[12/45] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[13/45] Compiling OpenAPIKitCore DiggingError.swift
[14/45] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[15/45] Compiling OpenAPIKitCore Path.swift
[16/45] Compiling OpenAPIKitCore ResponseStatusCode.swift
[17/45] Compiling OpenAPIKitCore SecurityScheme.swift
[18/48] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[19/48] Compiling OpenAPIKitCore GenericError.swift
[20/48] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[21/48] Compiling OpenAPIKitCore OpenAPIError.swift
[22/48] Compiling OpenAPIKitCore Optional+Zip.swift
[23/48] Compiling OpenAPIKitCore Result+Value.swift
[24/48] Compiling OpenAPIKitCore Validatable.swift
[25/48] Emitting module OpenAPIKitCore
[26/48] Compiling OpenAPIKitCore OpenAPIWarning.swift
[27/48] Compiling OpenAPIKitCore RequestDecodingError.swift
[28/48] Compiling OpenAPIKitCore OpenAPIReference.swift
[29/48] Compiling OpenAPIKitCore OrderedDictionary+Validatable.swift
[30/48] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[31/48] Compiling OpenAPIKitCore URLTemplate.swift
[32/48] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[33/48] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[34/48] Compiling OpenAPIKitCore JSONTypeFormat.swift
[35/48] Compiling OpenAPIKitCore OAuthFlows.swift
[36/48] Compiling OpenAPIKitCore ParameterContextLocation.swift
[37/48] Compiling OpenAPIKitCore OrderedDictionary.swift
[38/48] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[39/48] Compiling OpenAPIKitCore Shared.swift
[40/48] Compiling OpenAPIKitCore CallbackURL.swift
[41/48] Compiling OpenAPIKitCore AnyCodable+Validatable.swift
[42/48] Compiling OpenAPIKitCore AnyCodable.swift
[43/48] Compiling OpenAPIKitCore Either+Codable.swift
[44/48] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[45/48] Compiling OpenAPIKitCore ComponentKey.swift
[46/48] Compiling OpenAPIKitCore ContentType.swift
[47/48] Compiling OpenAPIKitCore Discriminator.swift
[48/48] Compiling OpenAPIKitCore HttpMethod.swift
[49/177] Emitting module OpenAPIKit30
[50/184] Emitting module OpenAPIKit
[51/191] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[52/191] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[53/191] Compiling OpenAPIKit Validation+Builtins.swift
[54/191] Compiling OpenAPIKit Validation.swift
[55/191] Compiling OpenAPIKit Validator+Convenience.swift
[56/191] Compiling OpenAPIKit Validator.swift
[57/191] Compiling OpenAPIKit XML.swift
[64/191] Compiling OpenAPIKit _CoreReExport.swift
[65/191] Compiling OpenAPIKit30 DereferencedContent.swift
[66/191] Compiling OpenAPIKit30 DereferencedContentEncoding.swift
[67/191] Compiling OpenAPIKit30 DereferencedDocument.swift
[68/191] Compiling OpenAPIKit30 Document.swift
[69/191] Compiling OpenAPIKit30 DocumentInfo.swift
[70/191] Compiling OpenAPIKit30 ResolvedDocument.swift
[71/191] Compiling OpenAPIKit30 Either+Convenience.swift
[72/191] Compiling OpenAPIKit30 DereferencedResponse.swift
[73/191] Compiling OpenAPIKit30 Response.swift
[74/191] Compiling OpenAPIKit30 RuntimeExpression.swift
[75/191] Compiling OpenAPIKit30 SchemaProtocols.swift
[76/191] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.swift
[77/191] Compiling OpenAPIKit30 DereferencedJSONSchema.swift
[78/191] Compiling OpenAPIKit30 JSONSchema+Combining.swift
[79/191] Compiling OpenAPIKit30 Example.swift
[80/191] Compiling OpenAPIKit30 ExternalDocumentation.swift
[81/191] Compiling OpenAPIKit30 ExternalLoader.swift
[82/191] Compiling OpenAPIKit30 DereferencedHeader.swift
[83/191] Compiling OpenAPIKit30 Header.swift
[84/191] Compiling OpenAPIKit30 JSONReference.swift
[85/191] Compiling OpenAPIKit30 Link.swift
[93/191] Compiling OpenAPIKit30 Either+LocallyDereferenceable.swift
[94/191] Compiling OpenAPIKit30 Either+Validatable.swift
[95/191] Compiling OpenAPIKit30 DocumentDecodingError.swift
[96/191] Compiling OpenAPIKit30 OperationDecodingError.swift
[97/191] Compiling OpenAPIKit30 PathDecodingError.swift
[98/191] Compiling OpenAPIKit30 ResponseDecodingError.swift
[99/191] Compiling OpenAPIKit30 OpenAPI.swift
[100/191] Compiling OpenAPIKit30 DereferencedOperation.swift
[101/191] Compiling OpenAPIKit30 Operation.swift
[102/191] Compiling OpenAPIKit30 ResolvedEndpoint.swift
[103/191] Compiling OpenAPIKit30 DereferencedParameter.swift
[104/191] Compiling OpenAPIKit30 DereferencedSchemaContext.swift
[105/191] Compiling OpenAPIKit30 Parameter.swift
[114/191] Compiling OpenAPIKit30 JSONSchema.swift
[115/191] Compiling OpenAPIKit30 JSONSchemaContext.swift
[116/191] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[117/191] Compiling OpenAPIKit30 TypesAndFormats.swift
[118/191] Compiling OpenAPIKit30 DereferencedSecurityRequirement.swift
[119/191] Compiling OpenAPIKit30 SecurityScheme.swift
[120/191] Compiling OpenAPIKit30 Server.swift
[121/191] Compiling OpenAPIKit30 Either+ExternallyDereferenceable.swift
[135/191] Compiling OpenAPIKit30 Tag.swift
[136/191] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
[137/191] Compiling OpenAPIKit30 Array+ExternallyDereferenceable.swift
[138/191] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[139/191] Compiling OpenAPIKit30 Dictionary+ExternallyDereferenceable.swift
[140/191] Compiling OpenAPIKit30 Optional+ExternallyDereferenceable.swift
[141/191] Compiling OpenAPIKit30 OrderedDictionary+ExternallyDereferenceable.swift
[156/191] Compiling OpenAPIKit30 ParameterContext.swift
[157/191] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[158/191] Compiling OpenAPIKit30 DereferencedPathItem.swift
[159/191] Compiling OpenAPIKit30 PathItem.swift
[160/191] Compiling OpenAPIKit30 ResolvedRoute.swift
[161/191] Compiling OpenAPIKit30 DereferencedRequest.swift
[162/191] Compiling OpenAPIKit30 Request.swift
[177/191] Compiling OpenAPIKit30 Callbacks.swift
[178/191] Compiling OpenAPIKit30 CodableVendorExtendable.swift
[179/191] Compiling OpenAPIKit30 Components+JSONReference.swift
[180/191] Compiling OpenAPIKit30 Components+Locatable.swift
[181/191] Compiling OpenAPIKit30 Components.swift
[182/191] Compiling OpenAPIKit30 Content.swift
[183/191] Compiling OpenAPIKit30 ContentEncoding.swift
[192/207] Emitting module OpenAPIReflection30
[193/207] Compiling OpenAPIReflection30 OpenAPI+Errors.swift
[194/207] Compiling OpenAPIReflection30 SwiftPrimitiveExtensions.swift
[195/207] Compiling OpenAPIReflection30 Date+OpenAPI.swift
[196/207] Compiling OpenAPIReflection30 AnyJSONCaseIterable.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[197/207] Compiling OpenAPIReflection30 Optional+ZipWith.swift
[198/207] Compiling OpenAPIReflection30 SchemaProtocols.swift
[199/207] Compiling OpenAPIReflection30 Sampleable+OpenAPI.swift
[200/207] Compiling OpenAPIReflection SwiftPrimitiveExtensions.swift
[201/207] Compiling OpenAPIReflection SchemaProtocols.swift
[202/207] Compiling OpenAPIReflection Date+OpenAPI.swift
[203/207] Compiling OpenAPIReflection AnyJSONCaseIterable.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[204/207] Compiling OpenAPIReflection OpenAPI+Errors.swift
[205/207] Compiling OpenAPIReflection Sampleable+OpenAPI.swift
[206/207] Emitting module OpenAPIReflection
[207/207] Compiling OpenAPIReflection Optional+ZipWith.swift
Build complete! (23.80s)
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" : "/Users/admin/builder/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"
}
Done.