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 swift-openapi-generator, reference main (a69289), with Swift 6.1 for macOS (SPM) on 11 Dec 2025 09:09:42 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-openapi-generator.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-openapi-generator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a692897 [Docs] Document Android support (#852)
Cloned https://github.com/apple/swift-openapi-generator.git
Revision (git rev-parse @):
a6928974a6132e5de7376de2f2db4e867802add7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-openapi-generator.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-openapi-generator.git
https://github.com/apple/swift-openapi-generator.git
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "openapikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.9.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/OpenAPIKit"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    }
  ],
  "manifest_display_name" : "swift-openapi-generator",
  "name" : "swift-openapi-generator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-openapi-generator",
      "targets" : [
        "swift-openapi-generator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "OpenAPIGenerator",
      "targets" : [
        "OpenAPIGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "OpenAPIGeneratorCommand",
      "targets" : [
        "OpenAPIGeneratorCommand"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "_OpenAPIGeneratorCore",
      "targets" : [
        "_OpenAPIGeneratorCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_openapi_generator",
      "module_type" : "SwiftTarget",
      "name" : "swift-openapi-generator",
      "path" : "Sources/swift-openapi-generator",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-openapi-generator",
        "OpenAPIGenerator",
        "OpenAPIGeneratorCommand"
      ],
      "sources" : [
        "Extensions.swift",
        "FilterCommand.swift",
        "GenerateCommand.swift",
        "GenerateOptions+runGenerator.swift",
        "GenerateOptions.swift",
        "PluginSource.swift",
        "Tool.swift",
        "UserConfig.swift",
        "runGenerator.swift"
      ],
      "target_dependencies" : [
        "_OpenAPIGeneratorCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "_OpenAPIGeneratorCore",
      "module_type" : "SwiftTarget",
      "name" : "_OpenAPIGeneratorCore",
      "path" : "Sources/_OpenAPIGeneratorCore",
      "product_dependencies" : [
        "OpenAPIKit",
        "OpenAPIKit30",
        "OpenAPIKitCompat",
        "Algorithms",
        "OrderedCollections",
        "Yams"
      ],
      "product_memberships" : [
        "swift-openapi-generator",
        "OpenAPIGenerator",
        "OpenAPIGeneratorCommand",
        "_OpenAPIGeneratorCore"
      ],
      "sources" : [
        "Config.swift",
        "Diagnostics.swift",
        "DiagnosticsCollectorProvider.swift",
        "Errors.swift",
        "Extensions/Foundation.swift",
        "Extensions/OpenAPIKit.swift",
        "Extensions/String.swift",
        "Extensions/SwiftStandardLibrary.swift",
        "FeatureFlags.swift",
        "GeneratorMode.swift",
        "GeneratorPipeline.swift",
        "GeneratorPipelineStage.swift",
        "Hooks/DocumentFilter.swift",
        "Hooks/FilteredDocument.swift",
        "Layers/ParsedOpenAPIRepresentation.swift",
        "Layers/RenderedSwiftRepresentation.swift",
        "Layers/StructuredSwiftRepresentation.swift",
        "Parser/ParserProtocol.swift",
        "Parser/YamsParser.swift",
        "Parser/validateDoc.swift",
        "PlatformChecks.swift",
        "Renderer/RendererProtocol.swift",
        "Renderer/TextBasedRenderer.swift",
        "Translator/ClientTranslator/ClientTranslator.swift",
        "Translator/ClientTranslator/translateClientMethod.swift",
        "Translator/CommonTranslations/translateAllAnyOneOf.swift",
        "Translator/CommonTranslations/translateArray.swift",
        "Translator/CommonTranslations/translateCodable.swift",
        "Translator/CommonTranslations/translateObjectStruct.swift",
        "Translator/CommonTranslations/translateRawEnum.swift",
        "Translator/CommonTranslations/translateRawRepresentableEnum.swift",
        "Translator/CommonTranslations/translateSchema.swift",
        "Translator/CommonTranslations/translateStructBlueprint.swift",
        "Translator/CommonTranslations/translateTypealias.swift",
        "Translator/CommonTypes/Annotations.swift",
        "Translator/CommonTypes/CommentExtensions.swift",
        "Translator/CommonTypes/Constants.swift",
        "Translator/CommonTypes/DiscriminatorExtensions.swift",
        "Translator/CommonTypes/SchemaOverrides.swift",
        "Translator/CommonTypes/StructBlueprint.swift",
        "Translator/Content/CodingStrategy.swift",
        "Translator/Content/ContentInspector.swift",
        "Translator/Content/ContentType.swift",
        "Translator/Content/SchemaContent.swift",
        "Translator/FileTranslator+FeatureFlags.swift",
        "Translator/FileTranslator.swift",
        "Translator/Multipart/MultipartAdditionalProperties.swift",
        "Translator/Multipart/MultipartContent.swift",
        "Translator/Multipart/MultipartContentInspector.swift",
        "Translator/Multipart/translateMultipart.swift",
        "Translator/MultiplexTranslator.swift",
        "Translator/Operations/OperationDescription.swift",
        "Translator/Parameters/TypedParameter.swift",
        "Translator/Parameters/translateParameter.swift",
        "Translator/Recursion/DeclarationRecursionDetector.swift",
        "Translator/Recursion/RecursionDetector.swift",
        "Translator/RequestBody/TypedRequestBody.swift",
        "Translator/RequestBody/translateRequestBody.swift",
        "Translator/Responses/HTTPStatusCodes.swift",
        "Translator/Responses/ResponseKind.swift",
        "Translator/Responses/TypedResponse.swift",
        "Translator/Responses/TypedResponseHeader.swift",
        "Translator/Responses/acceptHeaderContentTypes.swift",
        "Translator/Responses/translateResponse.swift",
        "Translator/Responses/translateResponseHeader.swift",
        "Translator/Responses/translateResponseOutcome.swift",
        "Translator/ServerTranslator/ServerTranslator.swift",
        "Translator/ServerTranslator/translateServerMethod.swift",
        "Translator/TranslatorProtocol.swift",
        "Translator/TypeAssignment/Builtins.swift",
        "Translator/TypeAssignment/ReferenceStack.swift",
        "Translator/TypeAssignment/SafeNameGenerator.swift",
        "Translator/TypeAssignment/TypeAssigner.swift",
        "Translator/TypeAssignment/TypeLocation.swift",
        "Translator/TypeAssignment/TypeMatcher.swift",
        "Translator/TypeAssignment/TypeName.swift",
        "Translator/TypeAssignment/TypeUsage.swift",
        "Translator/TypeAssignment/isSchemaSupported.swift",
        "Translator/TypesTranslator/TypesFileTranslator.swift",
        "Translator/TypesTranslator/translateAPIProtocol.swift",
        "Translator/TypesTranslator/translateBoxedTypes.swift",
        "Translator/TypesTranslator/translateComponentHeaders.swift",
        "Translator/TypesTranslator/translateComponentParameters.swift",
        "Translator/TypesTranslator/translateComponentRequestBodies.swift",
        "Translator/TypesTranslator/translateComponentResponses.swift",
        "Translator/TypesTranslator/translateComponents.swift",
        "Translator/TypesTranslator/translateOperations.swift",
        "Translator/TypesTranslator/translateSchemas.swift",
        "Translator/TypesTranslator/translateServers.swift",
        "Translator/TypesTranslator/translateServersVariables.swift",
        "TypeOverrides.swift",
        "YamlFileDiagnosticsCollector.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PetstoreConsumerTests",
      "module_type" : "SwiftTarget",
      "name" : "PetstoreConsumerTests",
      "path" : "Tests/PetstoreConsumerTests",
      "sources" : [
        "Common.swift",
        "Generated/Client.swift",
        "Generated/Server.swift",
        "Generated/Types.swift",
        "TestClient.swift",
        "TestServer.swift",
        "Test_Client.swift",
        "Test_Playground.swift",
        "Test_Server.swift",
        "Test_Types.swift"
      ],
      "target_dependencies" : [
        "PetstoreConsumerTestCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PetstoreConsumerTestCore",
      "module_type" : "SwiftTarget",
      "name" : "PetstoreConsumerTestCore",
      "path" : "Sources/PetstoreConsumerTestCore",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "HTTPTypes"
      ],
      "sources" : [
        "Assertions.swift",
        "Common.swift",
        "TestClientTransport.swift",
        "TestServerTransport.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAPIGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIGeneratorTests",
      "path" : "Tests/OpenAPIGeneratorTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpenAPIGeneratorTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Test_GenerateOptions.swift"
      ],
      "target_dependencies" : [
        "_OpenAPIGeneratorCore",
        "swift-openapi-generator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIGeneratorReferenceTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIGeneratorReferenceTests",
      "path" : "Tests/OpenAPIGeneratorReferenceTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpenAPIGeneratorReferenceTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CompatabilityTest.swift",
        "FileBasedReferenceTests.swift",
        "Helpers.swift",
        "SnippetBasedReferenceTests.swift",
        "XCTestDiagnosticCollector.swift"
      ],
      "target_dependencies" : [
        "_OpenAPIGeneratorCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIGeneratorCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIGeneratorCoreTests",
      "path" : "Tests/OpenAPIGeneratorCoreTests",
      "sources" : [
        "Extensions/Test_SwiftSafeNames.swift",
        "Hooks/Test_FilteredDocument.swift",
        "Parser/Test_YamsParser.swift",
        "Parser/Test_validateDoc.swift",
        "Renderer/Test_TextBasedRenderer.swift",
        "StructureHelpers.swift",
        "TestUtilities.swift",
        "Test_Config.swift",
        "Test_DiagnosticsCollectorProvider.swift",
        "Translator/CommonTranslations/Test_translateCodable.swift",
        "Translator/CommonTranslations/Test_translateStringEnum.swift",
        "Translator/CommonTranslations/Test_translateStructBlueprint.swift",
        "Translator/CommonTypes/Test_DiscriminatorExtensions.swift",
        "Translator/Content/Test_ContentType.swift",
        "Translator/Multipart/Test_MultipartAdditionalProperties.swift",
        "Translator/Multipart/Test_MultipartContentInspector.swift",
        "Translator/Operations/Test_OperationDescription.swift",
        "Translator/TypeAssignment/Test_RecursionDetector_Generic.swift",
        "Translator/TypeAssignment/Test_TypeAssigner.swift",
        "Translator/TypeAssignment/Test_TypeMatcher.swift",
        "Translator/TypeAssignment/Test_isSchemaSupported.swift",
        "Translator/TypesTranslator/Test_translateSchemas.swift"
      ],
      "target_dependencies" : [
        "_OpenAPIGeneratorCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIGeneratorCommand",
      "module_type" : "PluginTarget",
      "name" : "OpenAPIGeneratorCommand",
      "path" : "Plugins/OpenAPIGeneratorCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate Swift code from an OpenAPI document.",
          "type" : "custom",
          "verb" : "generate-code-from-openapi"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "To write the generated Swift files back into the source directory of the package.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "OpenAPIGeneratorCommand"
      ],
      "sources" : [
        "PluginsShared/GeneratorMode.swift",
        "PluginsShared/PluginError.swift",
        "PluginsShared/PluginSource.swift",
        "PluginsShared/PluginUtils.swift",
        "plugin.swift"
      ],
      "target_dependencies" : [
        "swift-openapi-generator"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "OpenAPIGenerator",
      "module_type" : "PluginTarget",
      "name" : "OpenAPIGenerator",
      "path" : "Plugins/OpenAPIGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "OpenAPIGenerator"
      ],
      "sources" : [
        "PluginsShared/GeneratorMode.swift",
        "PluginsShared/PluginError.swift",
        "PluginsShared/PluginSource.swift",
        "PluginsShared/PluginUtils.swift",
        "plugin.swift"
      ],
      "target_dependencies" : [
        "swift-openapi-generator"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.10"
}
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
[1/1] Compiling plugin OpenAPIGeneratorCommand
[2/2] Compiling plugin OpenAPIGenerator
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/56] Write sources
[8/56] Write swift-openapi-generator-entitlement.plist
[8/56] Write swift-openapi-generator-tool-entitlement.plist
[11/56] Write sources
[29/56] Compiling _NumericsShims _NumericsShims.c
[31/56] Write swift-version-2F0A5646E1D333AE.txt
[32/56] Compiling reader.c
[34/56] Compiling api.c
[35/56] Compiling parser.c
[36/56] Compiling writer.c
[37/56] Compiling emitter.c
[38/56] Compiling parser.c
[39/56] Compiling scanner.c
[41/56] Compiling writer.c
[41/56] Write sources
[46/68] Compiling api.c
[47/84] Compiling emitter.c
[49/214] Compiling RealModule Float80+Real.swift
[50/215] Compiling RealModule RealFunctions.swift
[51/216] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/217] Compiling RealModule RealFunctions.swift
[53/217] Compiling RealModule Real.swift
[54/217] Compiling Yams Node.Sequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/217] Compiling Yams RedundancyAliasingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/217] Compiling Yams Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/217] Compiling Yams Node.Scalar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/217] Compiling RealModule RelaxedArithmetic.swift
[59/217] Compiling RealModule Float80+Real.swift
[60/217] Compiling RealModule AugmentedArithmetic.swift
[61/217] Compiling RealModule Float16+Real.swift
[62/217] Compiling RealModule Float+Real.swift
[63/217] Compiling RealModule ElementaryFunctions.swift
[64/217] Compiling RealModule Real.swift
[65/217] Compiling RealModule Float16+Real.swift
[66/217] Compiling RealModule ElementaryFunctions.swift
[67/217] Compiling RealModule Float+Real.swift
[68/217] Compiling RealModule RelaxedArithmetic.swift
[69/217] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/217] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/217] Compiling Yams Representer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/217] Compiling Yams Encoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/217] Compiling RealModule AugmentedArithmetic.swift
[74/217] Compiling Yams Decoder.swift
[75/217] Compiling Yams Emitter.swift
[76/217] Compiling RealModule Double+Real.swift
[77/217] Emitting module RealModule
[80/217] Compiling RealModule Double+Real.swift
[81/217] Emitting module RealModule
[81/217] Write sources
[84/217] Compiling Yams Constructor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/217] Compiling Yams Node.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/217] Compiling Yams AliasDereferencingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/217] Compiling Yams Anchor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/217] Compiling Yams Node.Alias.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/217] Compiling Yams Node.Mapping.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/217] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/217] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/218] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/218] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/218] Emitting module ArgumentParserToolInfo
[97/218] Compiling ArgumentParserToolInfo ToolInfo.swift
[98/264] Emitting module ArgumentParserToolInfo
[99/264] Compiling ArgumentParserToolInfo ToolInfo.swift
[100/264] Compiling Algorithms Grouped.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/264] Compiling Algorithms Indexed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/264] Compiling Algorithms Chain.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/264] Compiling Algorithms Chunked.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/264] Compiling Algorithms Cycle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/264] Compiling Algorithms AdjacentPairs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/264] Compiling Algorithms Intersperse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/264] Compiling Algorithms EitherSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/264] Compiling Algorithms Combinations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/264] Compiling Algorithms Compacted.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/290] Compiling Algorithms Partition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/290] Compiling Algorithms Permutations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/290] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/290] Compiling Algorithms Chain.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/290] Compiling Algorithms Chunked.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/290] Compiling Algorithms FirstNonNil.swift
[116/290] Compiling Algorithms FlattenCollection.swift
[117/440] Compiling OrderedCollections _Hashtable+Header.swift
[118/440] Compiling OrderedCollections OrderedDictionary+Codable.swift
[119/440] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[120/440] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[121/440] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[122/440] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/440] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/440] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/440] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/440] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[127/440] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[128/446] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[129/446] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/446] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/446] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/446] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/446] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/446] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/446] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/446] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/446] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/446] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/446] Compiling OrderedCollections OrderedSet+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/446] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[141/446] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[142/446] Compiling OrderedCollections OrderedDictionary+Elements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/446] Compiling OrderedCollections OrderedDictionary+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/446] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/446] Compiling OrderedCollections OrderedDictionary+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/446] Compiling OrderedCollections OrderedDictionary+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/446] Compiling OrderedCollections OrderedDictionary+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/446] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/446] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/446] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/446] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[154/446] Compiling OrderedCollections _HashTable.swift
[155/446] Compiling OrderedCollections OrderedSet+Hashable.swift
[156/446] Compiling OrderedCollections OrderedSet+Initializers.swift
[157/446] Compiling OrderedCollections OrderedSet+Insertions.swift
[158/446] Compiling OrderedCollections OrderedSet+Invariants.swift
[159/446] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/446] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/446] Compiling OrderedCollections OrderedSet+Descriptions.swift
[167/446] Compiling OrderedCollections OrderedSet+Diffing.swift
[170/446] Compiling OrderedCollections OrderedSet+Equatable.swift
[174/448] Compiling OrderedCollections OrderedSet+Codable.swift
[175/448] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/448] Compiling OrderedCollections OrderedDictionary+Values.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[184/448] Compiling OrderedCollections OrderedDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[197/448] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[198/448] Compiling OrderedCollections _HashTable+Testing.swift
[199/448] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[200/448] Compiling OrderedCollections _HashTable+Bucket.swift
[201/448] Compiling OrderedCollections _HashTable+BucketIterator.swift
[202/448] Compiling OrderedCollections _HashTable+Constants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/448] Compiling Algorithms Unique.swift
[223/448] Compiling Algorithms Windows.swift
[224/448] Compiling OrderedCollections OrderedSet+SubSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/448] Compiling OrderedCollections OrderedSet+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[226/448] Compiling OrderedCollections OrderedSet+UnorderedView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/448] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/448] Compiling OrderedCollections OrderedSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[229/448] Compiling OrderedCollections _UnsafeBitset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/448] Emitting module OrderedCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[231/448] Emitting module HTTPTypes
[232/504] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[233/504] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[234/504] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[235/504] Compiling OrderedCollections OrderedSet+Codable.swift
[236/504] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[237/508] Compiling HTTPTypes HTTPResponse.swift
[238/508] Emitting module Algorithms
[239/508] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[240/508] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[241/508] Compiling OrderedCollections _HashTable+Bucket.swift
[242/508] Compiling OrderedCollections _HashTable+BucketIterator.swift
[243/511] Emitting module OpenAPIKitCore
[244/514] Compiling HTTPTypes HTTPRequest.swift
[245/514] Emitting module OpenAPIKitCore
[246/514] Emitting module Algorithms
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[249/514] Compiling ArgumentParser NonsenseFlagsValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[250/514] Compiling ArgumentParser ParsableArgumentsValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[251/514] Compiling ArgumentParser PositionalArgumentsValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[252/514] Compiling ArgumentParser UniqueNamesValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[253/514] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[254/514] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[255/514] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[259/514] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[260/514] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[261/514] Compiling OpenAPIKitCore Optional+Zip.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/514] Compiling OpenAPIKitCore Result+Value.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[263/514] Compiling OpenAPIKitCore Validatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[264/514] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[265/514] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[266/514] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[267/514] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[268/514] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[269/514] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[270/514] Compiling OrderedCollections OrderedSet+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[271/520] Emitting module Yams
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[275/522] Emitting module ArgumentParser
[276/526] Compiling OrderedCollections _HashTable+Constants.swift
[277/526] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[278/526] Compiling OrderedCollections _HashTable+Testing.swift
[279/526] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[283/526] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[293/526] Emitting module ArgumentParser
[294/526] Emitting module Yams
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[295/528] Compiling OrderedCollections OrderedDictionary+Elements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[296/528] Compiling OrderedCollections OrderedDictionary+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[297/528] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[298/528] Compiling OrderedCollections OrderedDictionary+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[299/528] Compiling OrderedCollections OrderedDictionary+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[301/528] Compiling HTTPTypes ISOLatin1String.swift
[302/528] Compiling HTTPTypes NIOLock.swift
[303/528] Compiling OrderedCollections OrderedSet+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[304/528] Compiling OrderedCollections OrderedSet+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[305/528] Compiling OrderedCollections OrderedSet+Insertions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[306/528] Compiling OrderedCollections OrderedSet+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[307/528] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[308/528] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[309/528] Compiling Yams YamlError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[310/528] Compiling Yams YamlTagProviding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[311/528] Compiling OrderedCollections OrderedDictionary+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[312/528] Compiling OrderedCollections OrderedDictionary+Sequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[313/528] Compiling OrderedCollections OrderedDictionary+Values.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[314/528] Compiling OrderedCollections OrderedDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[315/528] Compiling ArgumentParser NonsenseFlagsValidator.swift
[316/528] Compiling ArgumentParser ParsableArgumentsValidation.swift
[317/528] Compiling ArgumentParser PositionalArgumentsValidator.swift
[318/528] Compiling ArgumentParser UniqueNamesValidator.swift
[319/528] Compiling HTTPTypes HTTPField.swift
[320/528] Compiling HTTPTypes HTTPFieldName.swift
[321/528] Compiling HTTPTypes HTTPFields.swift
[322/528] Compiling OrderedCollections _Hashtable+Header.swift
[323/528] Compiling OrderedCollections OrderedDictionary+Codable.swift
[324/528] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[325/528] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[353/528] Compiling OrderedCollections _HashTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[364/528] Compiling OrderedCollections OrderedSet+SubSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[365/528] Compiling OrderedCollections OrderedSet+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[366/528] Compiling OrderedCollections OrderedSet+UnorderedView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[367/528] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[368/528] Compiling OrderedCollections OrderedSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[369/528] Compiling OrderedCollections _UnsafeBitset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[370/528] Emitting module OrderedCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[384/528] Compiling HTTPTypes HTTPParsedFields.swift
[385/528] Compiling HTTPTypes HTTPRequest+URL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[493/837] Compiling OpenAPIKit30 Components.swift
[494/837] Compiling OpenAPIKit30 Content.swift
[495/837] Compiling OpenAPIKit30 ContentEncoding.swift
[496/837] Compiling OpenAPIKit30 DereferencedContent.swift
[497/837] Compiling OpenAPIKit30 DereferencedContentEncoding.swift
[498/837] Compiling OpenAPIKit30 DereferencedDocument.swift
[499/837] Compiling OpenAPIKit30 Document.swift
[500/837] Compiling OpenAPIKit30 DocumentInfo.swift
[501/837] Compiling OpenAPIKit30 ResolvedDocument.swift
[502/837] Compiling OpenAPIKit30 Either+Convenience.swift
[503/837] Compiling OpenAPIKit30 JSONReference.swift
[504/837] Compiling OpenAPIKit30 Link.swift
[505/837] Compiling OpenAPIKit30 OpenAPI.swift
[506/837] Compiling OpenAPIKit30 DereferencedOperation.swift
[507/837] Compiling OpenAPIKit30 Operation.swift
[508/837] Compiling OpenAPIKit PathDecodingError.swift
[509/837] Compiling OpenAPIKit30 Example.swift
[510/837] Compiling OpenAPIKit30 ExternalDocumentation.swift
[511/837] Compiling OpenAPIKit30 DereferencedHeader.swift
[512/837] Compiling OpenAPIKit30 Header.swift
[513/837] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[514/837] Compiling OpenAPIKit Either+Summarizable.swift
[515/837] Compiling OpenAPIKit30 DocumentDecodingError.swift
[516/837] Compiling OpenAPIKit30 OperationDecodingError.swift
[517/837] Compiling OpenAPIKit30 PathDecodingError.swift
[518/837] Compiling OpenAPIKit30 ResolvedEndpoint.swift
[519/837] Compiling OpenAPIKit30 OrderedDictionary+Validatable.swift
[520/837] Compiling OpenAPIKit30 DereferencedParameter.swift
[521/837] Compiling OpenAPIKit30 DereferencedSchemaContext.swift
[522/837] Compiling OpenAPIKit30 Parameter.swift
[523/837] Compiling OpenAPIKit30 SecurityScheme.swift
[524/837] Compiling OpenAPIKit30 Server.swift
[525/837] Compiling OpenAPIKit30 Tag.swift
[526/837] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
[527/837] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[528/837] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[535/849] Emitting module OpenAPIKit30
[541/849] Compiling OpenAPIKit30 Validation+Builtins.swift
[548/861] Emitting module OpenAPIKit30
[549/861] Emitting module OpenAPIKit
[612/861] Compiling OpenAPIKit Validation+Builtins.swift
[613/867] Compiling OpenAPIKit30 ParameterContext.swift
[614/867] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[615/867] Compiling OpenAPIKit30 DereferencedPathItem.swift
[616/867] Compiling OpenAPIKit30 PathItem.swift
[617/867] Compiling OpenAPIKit30 ResolvedRoute.swift
[618/867] Compiling OpenAPIKit30 DereferencedRequest.swift
[619/867] Compiling OpenAPIKit30 Request.swift
[641/867] Compiling OpenAPIKit30 AnyCodable+Validatable.swift
[642/867] Compiling OpenAPIKit30 Callbacks.swift
[643/867] Compiling OpenAPIKit30 CodableVendorExtendable.swift
[644/867] Compiling OpenAPIKit30 Components+JSONReference.swift
[645/867] Compiling OpenAPIKit30 Components+Locatable.swift
[649/867] Compiling OpenAPIKit30 DereferencedResponse.swift
[650/867] Compiling OpenAPIKit30 Response.swift
[651/867] Compiling OpenAPIKit30 RuntimeExpression.swift
[652/867] Compiling OpenAPIKit30 SchemaProtocols.swift
[653/867] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.swift
[654/867] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[655/867] Compiling OpenAPIKit30 JSONSchema+Combining.swift
[656/867] Compiling OpenAPIKit30 JSONSchema.swift
[657/867] Compiling OpenAPIKit30 JSONSchemaContext.swift
[658/867] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[659/867] Compiling OpenAPIKit30 TypesAndFormats.swift
[660/867] Compiling OpenAPIKit30 DereferencedSecurityRequirement.swift
[664/867] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[665/867] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[666/867] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[667/867] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[674/867] Emitting module OpenAPIRuntime
[687/867] Compiling OpenAPIRuntime URIParser.swift
[782/867] Compiling OpenAPIRuntime URISerializer.swift
[811/867] Emitting module OpenAPIKit
[862/878] Compiling OpenAPIKitCompat Either+Map.swift
[863/878] Compiling OpenAPIKitCompat Compat30To31.swift
[864/878] Emitting module OpenAPIKitCompat
[866/878] Compiling OpenAPIKitCompat Compat30To31.swift
[867/878] Compiling OpenAPIKitCompat Either+Map.swift
[868/1046] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[869/1046] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[870/1046] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[871/1046] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[872/1046] Compiling _OpenAPIGeneratorCore Builtins.swift
[873/1046] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[874/1046] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[875/1046] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[876/1046] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[877/1055] Emitting module _OpenAPIGeneratorCore
[878/1055] Compiling _OpenAPIGeneratorCore Config.swift
[879/1055] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[880/1055] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[881/1055] Compiling _OpenAPIGeneratorCore Errors.swift
[882/1055] Compiling _OpenAPIGeneratorCore Foundation.swift
[883/1055] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[884/1055] Compiling _OpenAPIGeneratorCore String.swift
[885/1055] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[886/1055] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[887/1055] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[897/1064] Emitting module _OpenAPIGeneratorCore
[898/1064] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[899/1064] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[900/1064] Compiling _OpenAPIGeneratorCore translateSchema.swift
[901/1064] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[902/1064] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[903/1064] Compiling _OpenAPIGeneratorCore Annotations.swift
[904/1064] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[905/1064] Compiling _OpenAPIGeneratorCore Constants.swift
[906/1064] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[907/1064] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[908/1064] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[909/1064] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[910/1064] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[911/1064] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[912/1064] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[913/1064] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[914/1064] Compiling _OpenAPIGeneratorCore translateParameter.swift
[915/1064] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[916/1064] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[917/1064] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[918/1064] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[919/1064] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[920/1064] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[921/1064] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[922/1064] Compiling _OpenAPIGeneratorCore translateArray.swift
[923/1064] Compiling _OpenAPIGeneratorCore translateCodable.swift
[924/1064] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[925/1064] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[926/1064] Compiling _OpenAPIGeneratorCore TypeName.swift
[927/1064] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[928/1064] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[929/1064] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[930/1064] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[931/1064] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[932/1064] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[933/1064] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[934/1064] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[935/1064] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[936/1064] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[937/1064] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[938/1064] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[939/1064] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[940/1064] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[941/1064] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[942/1064] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[943/1064] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[944/1064] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[945/1064] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[946/1064] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[947/1064] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[948/1064] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[949/1064] Compiling _OpenAPIGeneratorCore YamsParser.swift
[950/1064] Compiling _OpenAPIGeneratorCore translateResponse.swift
[951/1064] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[961/1064] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[962/1064] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[963/1064] Compiling _OpenAPIGeneratorCore translateComponents.swift
[964/1064] Compiling _OpenAPIGeneratorCore translateOperations.swift
[965/1064] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[966/1064] Compiling _OpenAPIGeneratorCore translateServers.swift
[967/1064] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[968/1064] Compiling _OpenAPIGeneratorCore TypeOverrides.swift
[969/1064] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[989/1064] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[990/1064] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[991/1064] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[992/1064] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[993/1064] Compiling _OpenAPIGeneratorCore ContentType.swift
[994/1064] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[995/1064] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[996/1064] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[997/1064] Compiling _OpenAPIGeneratorCore validateDoc.swift
[1023/1064] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[1054/1084] Compiling PetstoreConsumerTestCore TestClientTransport.swift
[1055/1084] Compiling PetstoreConsumerTestCore TestServerTransport.swift
[1056/1084] Compiling PetstoreConsumerTestCore Common.swift
[1057/1084] Compiling swift_openapi_generator UserConfig.swift
[1058/1084] Emitting module swift_openapi_generator
[1059/1084] Compiling swift_openapi_generator runGenerator.swift
[1060/1084] Compiling swift_openapi_generator PluginSource.swift
[1061/1084] Compiling swift_openapi_generator Tool.swift
[1062/1084] Compiling swift_openapi_generator UserConfig.swift
[1063/1084] Compiling swift_openapi_generator runGenerator.swift
[1064/1084] Compiling swift_openapi_generator Tool.swift
[1065/1084] Compiling swift_openapi_generator PluginSource.swift
[1066/1084] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[1067/1084] Compiling swift_openapi_generator Extensions.swift
[1068/1084] Compiling swift_openapi_generator FilterCommand.swift
[1070/1084] Emitting module swift_openapi_generator
[1071/1084] Compiling swift_openapi_generator GenerateCommand.swift
[1072/1084] Compiling swift_openapi_generator Extensions.swift
[1073/1084] Compiling swift_openapi_generator GenerateOptions.swift
[1073/1084] Write Objects.LinkFileList
[1075/1084] Compiling swift_openapi_generator GenerateCommand.swift
[1076/1084] Compiling swift_openapi_generator GenerateOptions.swift
[1077/1084] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[1077/1084] Write Objects.LinkFileList
[1079/1084] Compiling PetstoreConsumerTestCore Assertions.swift
[1080/1084] Emitting module PetstoreConsumerTestCore
[1080/1084] Linking swift-openapi-generator
[1081/1084] Linking swift-openapi-generator-tool
[1082/1084] Applying swift-openapi-generator
[1083/1084] Applying swift-openapi-generator-tool
Build complete! (45.39s)
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-algorithms from cache
Fetching https://github.com/apple/swift-collections from cache
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/jpsim/Yams from cache
Fetching https://github.com/apple/swift-http-types from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/5828] Fetching swift-openapi-runtime
[1633/123951] Fetching swift-openapi-runtime, openapikit
Fetched https://github.com/jpsim/Yams from cache (1.28s)
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.35s)
[3544/118123] Fetching openapikit
Fetched https://github.com/apple/swift-algorithms from cache (1.37s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.40s)
Fetched https://github.com/apple/swift-http-types from cache (1.41s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (4.65s)
Fetched https://github.com/apple/swift-collections from cache (4.68s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.9.0 (5.28s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.53s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.97s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.9.0 (1.46s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.58s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.42s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.49s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.44s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.0 (0.45s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.9.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.0
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.9.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "openapikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.9.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/OpenAPIKit"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    }
  ],
  "manifest_display_name" : "swift-openapi-generator",
  "name" : "swift-openapi-generator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-openapi-generator",
      "targets" : [
        "swift-openapi-generator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "OpenAPIGenerator",
      "targets" : [
        "OpenAPIGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "OpenAPIGeneratorCommand",
      "targets" : [
        "OpenAPIGeneratorCommand"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "_OpenAPIGeneratorCore",
      "targets" : [
        "_OpenAPIGeneratorCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_openapi_generator",
      "module_type" : "SwiftTarget",
      "name" : "swift-openapi-generator",
      "path" : "Sources/swift-openapi-generator",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-openapi-generator",
        "OpenAPIGenerator",
        "OpenAPIGeneratorCommand"
      ],
      "sources" : [
        "Extensions.swift",
        "FilterCommand.swift",
        "GenerateCommand.swift",
        "GenerateOptions+runGenerator.swift",
        "GenerateOptions.swift",
        "PluginSource.swift",
        "Tool.swift",
        "UserConfig.swift",
        "runGenerator.swift"
      ],
      "target_dependencies" : [
        "_OpenAPIGeneratorCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "_OpenAPIGeneratorCore",
      "module_type" : "SwiftTarget",
      "name" : "_OpenAPIGeneratorCore",
      "path" : "Sources/_OpenAPIGeneratorCore",
      "product_dependencies" : [
        "OpenAPIKit",
        "OpenAPIKit30",
        "OpenAPIKitCompat",
        "Algorithms",
        "OrderedCollections",
        "Yams"
      ],
      "product_memberships" : [
        "swift-openapi-generator",
        "OpenAPIGenerator",
        "OpenAPIGeneratorCommand",
        "_OpenAPIGeneratorCore"
      ],
      "sources" : [
        "Config.swift",
        "Diagnostics.swift",
        "DiagnosticsCollectorProvider.swift",
        "Errors.swift",
        "Extensions/Foundation.swift",
        "Extensions/OpenAPIKit.swift",
        "Extensions/String.swift",
        "Extensions/SwiftStandardLibrary.swift",
        "FeatureFlags.swift",
        "GeneratorMode.swift",
        "GeneratorPipeline.swift",
        "GeneratorPipelineStage.swift",
        "Hooks/DocumentFilter.swift",
        "Hooks/FilteredDocument.swift",
        "Layers/ParsedOpenAPIRepresentation.swift",
        "Layers/RenderedSwiftRepresentation.swift",
        "Layers/StructuredSwiftRepresentation.swift",
        "Parser/ParserProtocol.swift",
        "Parser/YamsParser.swift",
        "Parser/validateDoc.swift",
        "PlatformChecks.swift",
        "Renderer/RendererProtocol.swift",
        "Renderer/TextBasedRenderer.swift",
        "Translator/ClientTranslator/ClientTranslator.swift",
        "Translator/ClientTranslator/translateClientMethod.swift",
        "Translator/CommonTranslations/translateAllAnyOneOf.swift",
        "Translator/CommonTranslations/translateArray.swift",
        "Translator/CommonTranslations/translateCodable.swift",
        "Translator/CommonTranslations/translateObjectStruct.swift",
        "Translator/CommonTranslations/translateRawEnum.swift",
        "Translator/CommonTranslations/translateRawRepresentableEnum.swift",
        "Translator/CommonTranslations/translateSchema.swift",
        "Translator/CommonTranslations/translateStructBlueprint.swift",
        "Translator/CommonTranslations/translateTypealias.swift",
        "Translator/CommonTypes/Annotations.swift",
        "Translator/CommonTypes/CommentExtensions.swift",
        "Translator/CommonTypes/Constants.swift",
        "Translator/CommonTypes/DiscriminatorExtensions.swift",
        "Translator/CommonTypes/SchemaOverrides.swift",
        "Translator/CommonTypes/StructBlueprint.swift",
        "Translator/Content/CodingStrategy.swift",
        "Translator/Content/ContentInspector.swift",
        "Translator/Content/ContentType.swift",
        "Translator/Content/SchemaContent.swift",
        "Translator/FileTranslator+FeatureFlags.swift",
        "Translator/FileTranslator.swift",
        "Translator/Multipart/MultipartAdditionalProperties.swift",
        "Translator/Multipart/MultipartContent.swift",
        "Translator/Multipart/MultipartContentInspector.swift",
        "Translator/Multipart/translateMultipart.swift",
        "Translator/MultiplexTranslator.swift",
        "Translator/Operations/OperationDescription.swift",
        "Translator/Parameters/TypedParameter.swift",
        "Translator/Parameters/translateParameter.swift",
        "Translator/Recursion/DeclarationRecursionDetector.swift",
        "Translator/Recursion/RecursionDetector.swift",
        "Translator/RequestBody/TypedRequestBody.swift",
        "Translator/RequestBody/translateRequestBody.swift",
        "Translator/Responses/HTTPStatusCodes.swift",
        "Translator/Responses/ResponseKind.swift",
        "Translator/Responses/TypedResponse.swift",
        "Translator/Responses/TypedResponseHeader.swift",
        "Translator/Responses/acceptHeaderContentTypes.swift",
        "Translator/Responses/translateResponse.swift",
        "Translator/Responses/translateResponseHeader.swift",
        "Translator/Responses/translateResponseOutcome.swift",
        "Translator/ServerTranslator/ServerTranslator.swift",
        "Translator/ServerTranslator/translateServerMethod.swift",
        "Translator/TranslatorProtocol.swift",
        "Translator/TypeAssignment/Builtins.swift",
        "Translator/TypeAssignment/ReferenceStack.swift",
        "Translator/TypeAssignment/SafeNameGenerator.swift",
        "Translator/TypeAssignment/TypeAssigner.swift",
        "Translator/TypeAssignment/TypeLocation.swift",
        "Translator/TypeAssignment/TypeMatcher.swift",
        "Translator/TypeAssignment/TypeName.swift",
        "Translator/TypeAssignment/TypeUsage.swift",
        "Translator/TypeAssignment/isSchemaSupported.swift",
        "Translator/TypesTranslator/TypesFileTranslator.swift",
        "Translator/TypesTranslator/translateAPIProtocol.swift",
        "Translator/TypesTranslator/translateBoxedTypes.swift",
        "Translator/TypesTranslator/translateComponentHeaders.swift",
        "Translator/TypesTranslator/translateComponentParameters.swift",
        "Translator/TypesTranslator/translateComponentRequestBodies.swift",
        "Translator/TypesTranslator/translateComponentResponses.swift",
        "Translator/TypesTranslator/translateComponents.swift",
        "Translator/TypesTranslator/translateOperations.swift",
        "Translator/TypesTranslator/translateSchemas.swift",
        "Translator/TypesTranslator/translateServers.swift",
        "Translator/TypesTranslator/translateServersVariables.swift",
        "TypeOverrides.swift",
        "YamlFileDiagnosticsCollector.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PetstoreConsumerTests",
      "module_type" : "SwiftTarget",
      "name" : "PetstoreConsumerTests",
      "path" : "Tests/PetstoreConsumerTests",
      "sources" : [
        "Common.swift",
        "Generated/Client.swift",
        "Generated/Server.swift",
        "Generated/Types.swift",
        "TestClient.swift",
        "TestServer.swift",
        "Test_Client.swift",
        "Test_Playground.swift",
        "Test_Server.swift",
        "Test_Types.swift"
      ],
      "target_dependencies" : [
        "PetstoreConsumerTestCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PetstoreConsumerTestCore",
      "module_type" : "SwiftTarget",
      "name" : "PetstoreConsumerTestCore",
      "path" : "Sources/PetstoreConsumerTestCore",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "HTTPTypes"
      ],
      "sources" : [
        "Assertions.swift",
        "Common.swift",
        "TestClientTransport.swift",
        "TestServerTransport.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAPIGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIGeneratorTests",
      "path" : "Tests/OpenAPIGeneratorTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpenAPIGeneratorTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Test_GenerateOptions.swift"
      ],
      "target_dependencies" : [
        "_OpenAPIGeneratorCore",
        "swift-openapi-generator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIGeneratorReferenceTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIGeneratorReferenceTests",
      "path" : "Tests/OpenAPIGeneratorReferenceTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpenAPIGeneratorReferenceTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CompatabilityTest.swift",
        "FileBasedReferenceTests.swift",
        "Helpers.swift",
        "SnippetBasedReferenceTests.swift",
        "XCTestDiagnosticCollector.swift"
      ],
      "target_dependencies" : [
        "_OpenAPIGeneratorCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIGeneratorCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIGeneratorCoreTests",
      "path" : "Tests/OpenAPIGeneratorCoreTests",
      "sources" : [
        "Extensions/Test_SwiftSafeNames.swift",
        "Hooks/Test_FilteredDocument.swift",
        "Parser/Test_YamsParser.swift",
        "Parser/Test_validateDoc.swift",
        "Renderer/Test_TextBasedRenderer.swift",
        "StructureHelpers.swift",
        "TestUtilities.swift",
        "Test_Config.swift",
        "Test_DiagnosticsCollectorProvider.swift",
        "Translator/CommonTranslations/Test_translateCodable.swift",
        "Translator/CommonTranslations/Test_translateStringEnum.swift",
        "Translator/CommonTranslations/Test_translateStructBlueprint.swift",
        "Translator/CommonTypes/Test_DiscriminatorExtensions.swift",
        "Translator/Content/Test_ContentType.swift",
        "Translator/Multipart/Test_MultipartAdditionalProperties.swift",
        "Translator/Multipart/Test_MultipartContentInspector.swift",
        "Translator/Operations/Test_OperationDescription.swift",
        "Translator/TypeAssignment/Test_RecursionDetector_Generic.swift",
        "Translator/TypeAssignment/Test_TypeAssigner.swift",
        "Translator/TypeAssignment/Test_TypeMatcher.swift",
        "Translator/TypeAssignment/Test_isSchemaSupported.swift",
        "Translator/TypesTranslator/Test_translateSchemas.swift"
      ],
      "target_dependencies" : [
        "_OpenAPIGeneratorCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIGeneratorCommand",
      "module_type" : "PluginTarget",
      "name" : "OpenAPIGeneratorCommand",
      "path" : "Plugins/OpenAPIGeneratorCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate Swift code from an OpenAPI document.",
          "type" : "custom",
          "verb" : "generate-code-from-openapi"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "To write the generated Swift files back into the source directory of the package.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "OpenAPIGeneratorCommand"
      ],
      "sources" : [
        "PluginsShared/GeneratorMode.swift",
        "PluginsShared/PluginError.swift",
        "PluginsShared/PluginSource.swift",
        "PluginsShared/PluginUtils.swift",
        "plugin.swift"
      ],
      "target_dependencies" : [
        "swift-openapi-generator"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "OpenAPIGenerator",
      "module_type" : "PluginTarget",
      "name" : "OpenAPIGenerator",
      "path" : "Plugins/OpenAPIGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "OpenAPIGenerator"
      ],
      "sources" : [
        "PluginsShared/GeneratorMode.swift",
        "PluginsShared/PluginError.swift",
        "PluginsShared/PluginSource.swift",
        "PluginsShared/PluginUtils.swift",
        "plugin.swift"
      ],
      "target_dependencies" : [
        "swift-openapi-generator"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.10"
}
Done.