Build Information
Successful build of swift-openapi-generator, reference main (a69289), with Swift 6.1 for Linux on 11 Dec 2025 09:17:14 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/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: linux
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
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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" : "/host/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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/jpsim/Yams
[1/951] Fetching swift-http-types
[952/12218] Fetching swift-http-types, yams
Fetched https://github.com/apple/swift-http-types from cache (0.53s)
Fetching https://github.com/apple/swift-collections
[113/11267] Fetching yams
[114/129390] Fetching yams, openapikit
[15198/147753] Fetching yams, openapikit, swift-collections
Fetching https://github.com/apple/swift-algorithms
Fetched https://github.com/apple/swift-collections from cache (3.39s)
[73873/129390] Fetching yams, openapikit
[83324/135431] Fetching yams, openapikit, swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (1.35s)
[93954/129390] Fetching yams, openapikit
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-openapi-runtime
Fetched https://github.com/jpsim/Yams from cache (10.97s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (11.09s)
[1/5828] Fetching swift-openapi-runtime
[1517/22726] Fetching swift-openapi-runtime, swift-argument-parser
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.29s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.46s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.9.0 (14.71s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (1.03s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.05s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.9.0 (2.00s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (1.83s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.08s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (1.03s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (2.07s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.0 (1.20s)
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/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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.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-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-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
[1/1] Compiling plugin OpenAPIGeneratorCommand
[2/2] Compiling plugin OpenAPIGenerator
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/78] Write sources
[27/78] Compiling _NumericsShims _NumericsShims.c
[29/78] Compiling reader.c
[30/78] Compiling writer.c
[32/78] Compiling parser.c
[33/78] Compiling reader.c
[34/78] Compiling emitter.c
[35/78] Write sources
[41/78] Compiling api.c
[42/78] Compiling parser.c
[43/78] Write swift-version-24593BA9C3E375BF.txt
[44/78] Compiling scanner.c
[45/78] Compiling api.c
[46/78] Compiling emitter.c
[47/78] Compiling scanner.c
[49/238] Emitting module RealModule
[51/240] Emitting module OpenAPIKitCore
[53/248] 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
[54/250] Compiling RealModule RelaxedArithmetic.swift
[55/250] Compiling Yams Decoder.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/250] Compiling Yams Emitter.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/250] Compiling RealModule RealFunctions.swift
[58/252] Compiling RealModule RelaxedArithmetic.swift
[59/252] 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
[60/252] 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
[61/252] 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
[62/252] 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
[63/252] 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
[64/252] 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
<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
[67/256] 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
[68/256] 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
[69/256] 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
[70/256] 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
[71/256] 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
[72/256] Compiling Yams Mark.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/256] 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
[74/256] 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
[75/256] Compiling RealModule RealFunctions.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
[82/256] 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
[83/256] 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
<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
[89/256] Compiling RealModule Real.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
[100/256] Compiling RealModule Float80+Real.swift
[101/256] Compiling RealModule Real.swift
[102/256] Compiling RealModule Float16+Real.swift
[103/256] Compiling RealModule Float80+Real.swift
[104/256] Compiling RealModule Float16+Real.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
[129/273] Compiling HTTPTypes HTTPField.swift
[130/273] Compiling HTTPTypes HTTPFieldName.swift
[139/282] 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
<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
[141/328] Compiling HTTPTypes ISOLatin1String.swift
[142/329] 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
[143/329] 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
[144/329] 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
[145/329] 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
[146/329] 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
[147/329] 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
[148/329] 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
[149/336] Emitting module ArgumentParserToolInfo
[150/336] Compiling ArgumentParserToolInfo ToolInfo.swift
[152/337] 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
[153/337] 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
[154/337] 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
[155/337] 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
[156/337] 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
[157/337] 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
[158/337] 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
[159/337] Compiling HTTPTypes HTTPResponse.swift
[160/337] Compiling HTTPTypes HTTPRequest.swift
[161/392] Compiling OrderedCollections _HashTable+Bucket.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
[162/392] Compiling OrderedCollections _HashTable+BucketIterator.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
[163/392] 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
[164/392] Compiling OrderedCollections _HashTable+CustomStringConvertible.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
[165/392] Compiling OrderedCollections _HashTable+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
[166/392] Compiling OrderedCollections _HashTable+UnsafeHandle.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
[167/392] 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
[168/392] Compiling OrderedCollections _Hashtable+Header.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
[169/392] 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
[170/392] Compiling OrderedCollections OrderedSet+Codable.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
[171/392] 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
[172/392] Compiling OrderedCollections OrderedSet+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
[173/392] Compiling OrderedCollections OrderedSet+Diffing.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
[174/392] Compiling OrderedCollections OrderedSet+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
[175/392] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.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
[176/392] 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
[177/392] 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
[178/392] 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
[179/392] 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
[180/392] 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
[181/392] 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
[182/392] 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
[183/392] 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
[184/392] 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
[185/392] Emitting module ArgumentParserToolInfo
[186/392] Compiling ArgumentParserToolInfo ToolInfo.swift
[188/393] 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
[189/393] 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
<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
[195/393] Compiling HTTPTypes NIOLock.swift
[196/393] Compiling OrderedCollections OrderedDictionary+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
[197/393] Compiling OrderedCollections OrderedDictionary+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
<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
[201/393] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[202/393] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[203/393] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[205/393] Compiling OrderedCollections OrderedDictionary+Elements.swift
[210/393] Compiling HTTPTypes HTTPParsedFields.swift
[211/393] Compiling HTTPTypes HTTPRequest+URL.swift
[221/394] 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
[222/394] 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
[223/394] 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
[224/394] 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
[225/394] 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
[226/394] 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
[227/394] 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
[232/438] Compiling ArgumentParser DumpHelpGenerator.swift
[233/438] Compiling ArgumentParser HelpCommand.swift
[234/438] Compiling ArgumentParser HelpGenerator.swift
[235/438] Compiling ArgumentParser MessageInfo.swift
[236/444] Compiling ArgumentParser ArgumentSet.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
[237/444] Compiling ArgumentParser CommandParser.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
[238/444] Compiling ArgumentParser SequenceExtensions.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
[239/444] Compiling ArgumentParser StringExtensions.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
[240/444] Compiling ArgumentParser SwiftExtensions.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
[241/444] 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
[242/444] 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
[243/444] 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
[244/444] 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
[245/444] Compiling ArgumentParser BashCompletionsGenerator.swift
[246/444] Compiling ArgumentParser CompletionsGenerator.swift
[247/444] Compiling ArgumentParser FishCompletionsGenerator.swift
[248/444] Compiling ArgumentParser ZshCompletionsGenerator.swift
[249/444] Compiling ArgumentParser Argument.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
[253/444] Compiling ArgumentParser AsyncParsableCommand.swift
[254/444] Compiling ArgumentParser CommandConfiguration.swift
[255/444] Compiling ArgumentParser CommandGroup.swift
[256/444] Compiling ArgumentParser EnumerableFlag.swift
[257/444] Compiling ArgumentParser ExpressibleByArgument.swift
[258/444] Compiling ArgumentParser InputKey.swift
[259/444] Compiling ArgumentParser InputOrigin.swift
[260/444] Compiling ArgumentParser Name.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
[263/444] Compiling ArgumentParser ArgumentDiscussion.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
[275/446] Compiling ArgumentParser Option.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
[276/446] Compiling ArgumentParser ParsableArguments.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
[277/446] Compiling ArgumentParser ParsableCommand.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
[280/446] Compiling ArgumentParser Errors.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
[281/446] Compiling ArgumentParser Flag.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
[282/446] Compiling ArgumentParser NameSpecification.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
[283/446] Compiling ArgumentParser ArgumentHelp.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
[284/446] Compiling ArgumentParser ArgumentVisibility.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
[285/446] Compiling ArgumentParser CompletionKind.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
[286/447] 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
[287/447] 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
[288/447] 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
[289/447] 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
[290/447] 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
[291/447] 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
[292/447] 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
<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
[298/447] Compiling ArgumentParser ArgumentDefinition.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
[301/447] Compiling ArgumentParser OptionGroup.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
[337/507] 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
[338/507] Compiling OpenAPIKit30 Header.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
[339/507] Compiling OpenAPIKit30 JSONReference.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
[340/507] Compiling OpenAPIKit30 Parameter.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
[341/507] Compiling OpenAPIKit30 ParameterContext.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
[342/507] Compiling OpenAPIKit30 ParameterSchemaContext.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
[343/507] Compiling OpenAPIKit30 DereferencedPathItem.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
[344/507] Compiling OpenAPIKit30 PathItem.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
[345/507] Compiling OpenAPIKit30 ResolvedRoute.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
[346/508] Compiling OpenAPIKit30 DereferencedParameter.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
[347/508] Compiling OpenAPIKit30 DereferencedSchemaContext.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
[348/508] Compiling OpenAPIKit30 OperationDecodingError.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
[349/508] Compiling OpenAPIKit30 PathDecodingError.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
[350/508] Compiling OpenAPIKit30 ResponseDecodingError.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
[351/508] Compiling OpenAPIKit30 Example.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
[352/508] Compiling OpenAPIKit30 ExternalDocumentation.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
[353/508] Compiling OpenAPIKit30 DereferencedHeader.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
[356/731] Compiling ArgumentParser SplitArguments.swift
[357/731] Compiling ArgumentParser DumpHelpGenerator.swift
[358/731] Compiling ArgumentParser HelpCommand.swift
[359/731] Compiling ArgumentParser HelpGenerator.swift
[360/731] Compiling ArgumentParser MessageInfo.swift
[361/731] Compiling ArgumentParser UsageGenerator.swift
[362/737] Emitting module ArgumentParser
[363/737] Compiling ArgumentParser CommandConfiguration.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/737] Compiling ArgumentParser CommandGroup.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/737] Compiling ArgumentParser EnumerableFlag.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/737] Compiling ArgumentParser ExpressibleByArgument.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/737] Compiling ArgumentParser ParsableArguments.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/737] Compiling ArgumentParser ParsableCommand.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/737] Compiling ArgumentParser ArgumentDecoder.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/737] Compiling ArgumentParser ArgumentDefinition.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
[371/737] Compiling OpenAPIKit DereferencedSecurityRequirement.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
[372/737] Compiling OpenAPIKit SecurityScheme.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
[373/737] Compiling OpenAPIKit Server.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
[374/737] Compiling OpenAPIKit Tag.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
[375/737] Compiling OpenAPIKit URLTemplate+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
<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
[378/737] Compiling ArgumentParser CollectionExtensions.swift
[379/737] Compiling ArgumentParser Mutex.swift
[380/737] Compiling ArgumentParser Platform.swift
[381/737] Compiling ArgumentParser SequenceExtensions.swift
[382/737] Compiling ArgumentParser StringExtensions.swift
[383/737] Compiling ArgumentParser SwiftExtensions.swift
[384/743] 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
[386/744] Compiling ArgumentParser Tree.swift
[387/744] Compiling ArgumentParser CodingKeyValidator.swift
[388/744] Compiling ArgumentParser NonsenseFlagsValidator.swift
[389/744] Compiling ArgumentParser ParsableArgumentsValidation.swift
[390/744] Compiling ArgumentParser PositionalArgumentsValidator.swift
[391/744] Compiling ArgumentParser UniqueNamesValidator.swift
[392/744] Compiling ArgumentParser AsyncParsableCommand.swift
[398/769] Compiling Algorithms Compacted.swift
[399/769] Compiling Algorithms Cycle.swift
[400/769] Compiling Algorithms EitherSequence.swift
[401/769] Compiling Algorithms FirstNonNil.swift
[402/769] Compiling Algorithms Joined.swift
[403/769] Compiling Algorithms Keyed.swift
[404/769] Compiling Algorithms MinMax.swift
[405/769] Emitting module OpenAPIKit
[413/785] Compiling Algorithms Split.swift
[414/785] Compiling Algorithms Stride.swift
[415/785] Compiling Algorithms Suffix.swift
[416/785] Compiling Algorithms RandomSample.swift
[417/785] Compiling Algorithms Reductions.swift
[418/785] Compiling Algorithms Rotate.swift
[419/785] Compiling ArgumentParser ArgumentHelp.swift
[422/785] Compiling HTTPTypes HTTPFields.swift
[423/785] Emitting module HTTPTypes
[424/786] Emitting module OpenAPIKit30
[434/802] Compiling ArgumentParser InputKey.swift
[435/802] Compiling ArgumentParser InputOrigin.swift
[436/802] Compiling ArgumentParser Name.swift
[437/802] Compiling ArgumentParser Parsed.swift
[438/802] Compiling ArgumentParser ParsedValues.swift
[439/802] Compiling ArgumentParser ParserError.swift
[462/827] Compiling Algorithms RandomSample.swift
[463/827] Compiling Algorithms Reductions.swift
[464/827] Compiling Algorithms Rotate.swift
[465/827] Compiling Algorithms Split.swift
[466/827] Compiling Algorithms Stride.swift
[467/827] Compiling Algorithms Suffix.swift
[473/830] Compiling Algorithms Trim.swift
[474/830] Compiling Algorithms Indexed.swift
[475/830] Compiling Algorithms Intersperse.swift
[476/830] Compiling Algorithms Joined.swift
[477/830] Compiling Algorithms Keyed.swift
[478/830] Compiling Algorithms MinMax.swift
[481/831] Compiling Algorithms AdjacentPairs.swift
[482/831] Compiling Algorithms Chain.swift
[483/831] Compiling Algorithms Chunked.swift
[484/831] Compiling Algorithms Cycle.swift
[485/831] Compiling Algorithms EitherSequence.swift
[486/831] Compiling Algorithms FirstNonNil.swift
[487/831] Compiling Algorithms Windows.swift
[495/892] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[496/892] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[497/892] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[498/892] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[499/892] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[500/892] Compiling OpenAPIRuntime ServerSentEvents.swift
[501/892] Compiling OpenAPIRuntime URIEncodedNode.swift
[502/892] Compiling OpenAPIRuntime URIParsedTypes.swift
[503/892] Compiling OpenAPIRuntime URIDecoder.swift
[504/892] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[505/892] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[506/892] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[508/892] Compiling OpenAPIRuntime CurrencyTypes.swift
[509/892] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[510/892] Compiling OpenAPIRuntime HTTPBody.swift
[511/892] Compiling OpenAPIRuntime ServerTransport.swift
[512/892] Compiling OpenAPIRuntime UniversalClient.swift
[513/892] Compiling OpenAPIRuntime UniversalServer.swift
[514/892] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[515/892] Compiling OpenAPIRuntime MultipartValidation.swift
[518/892] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[519/892] Compiling OpenAPIRuntime FoundationExtensions.swift
[520/892] Compiling OpenAPIRuntime ParameterStyles.swift
[521/892] Compiling OpenAPIRuntime ServerVariable.swift
[522/892] Compiling OpenAPIRuntime URLExtensions.swift
[523/892] Compiling OpenAPIRuntime Deprecated.swift
[524/892] Compiling OpenAPIRuntime ClientError.swift
[525/892] Compiling OpenAPIRuntime CodingErrors.swift
[526/892] Compiling OpenAPIRuntime Acceptable.swift
[527/892] Compiling OpenAPIRuntime Base64EncodedData.swift
[528/892] Compiling OpenAPIRuntime ByteUtilities.swift
[529/892] Compiling OpenAPIRuntime ContentDisposition.swift
[530/892] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[531/892] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[532/892] Compiling OpenAPIRuntime OpenAPIValue.swift
[533/892] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[534/892] Compiling OpenAPIRuntime UndocumentedPayload.swift
[535/892] Emitting module OpenAPIKit30
[536/892] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[537/892] Compiling OpenAPIRuntime CodableExtensions.swift
[538/892] Compiling OpenAPIRuntime Configuration.swift
[539/892] Compiling OpenAPIRuntime Converter+Client.swift
[540/892] Compiling OpenAPIRuntime Converter+Common.swift
[541/892] Compiling OpenAPIRuntime Converter+Server.swift
[542/892] Compiling OpenAPIRuntime Converter.swift
[543/892] Compiling OpenAPIRuntime CurrencyExtensions.swift
[544/892] Compiling OpenAPIRuntime ErrorExtensions.swift
[563/892] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[564/892] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[565/892] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[566/895] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[567/895] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[568/895] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[604/895] Emitting module ArgumentParser
[612/896] Compiling Algorithms Trim.swift
[613/896] Compiling Algorithms Unique.swift
[614/896] Compiling Algorithms Windows.swift
[619/896] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[620/896] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[621/896] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[622/896] Compiling OpenAPIRuntime ClientTransport.swift
[634/896] Wrapping AST for Yams for debugging
[668/896] Wrapping AST for RealModule for debugging
[691/896] Wrapping AST for OrderedCollections for debugging
[694/896] Compiling OpenAPIRuntime ServerError.swift
[695/896] Compiling OpenAPIKit30 Validation+Builtins.swift
[696/896] Compiling OpenAPIKit30 Validation.swift
[697/896] Compiling OpenAPIKit30 Validator+Convenience.swift
[698/896] Compiling OpenAPIKit30 Validator.swift
[699/896] Compiling OpenAPIKit30 XML.swift
[700/896] Compiling OpenAPIKit30 _CoreReExport.swift
[701/896] Compiling OpenAPIKit _CoreReExport.swift
[701/896] Wrapping AST for OpenAPIKitCore for debugging
[723/896] Compiling OpenAPIRuntime RuntimeError.swift
[725/896] Compiling OpenAPIRuntime URICodeCodingKey.swift
[726/896] Compiling OpenAPIRuntime URICoderConfiguration.swift
[735/904] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[736/904] Compiling OpenAPIRuntime URIEncoder.swift
[737/904] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[738/904] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[739/904] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[740/904] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[740/904] Wrapping AST for InternalCollectionsUtilities for debugging
[742/904] Emitting module OpenAPIRuntime
[742/904] Wrapping AST for InternalCollectionsUtilities for debugging
[744/904] Emitting module Algorithms
[769/906] Wrapping AST for ArgumentParserToolInfo for debugging
[789/907] Wrapping AST for ArgumentParser for debugging
[791/907] Wrapping AST for Algorithms for debugging
[792/907] Wrapping AST for OpenAPIKit30 for debugging
[811/907] Emitting module Algorithms
[855/908] Wrapping AST for Algorithms for debugging
[896/910] Compiling OpenAPIRuntime URIParser.swift
[897/910] Compiling OpenAPIRuntime URISerializer.swift
[899/911] Wrapping AST for OpenAPIKit for debugging
[902/921] Compiling OpenAPIKitCompat Either+Map.swift
[904/922] Compiling PetstoreConsumerTestCore TestServerTransport.swift
[905/922] Compiling PetstoreConsumerTestCore TestClientTransport.swift
[906/922] Emitting module PetstoreConsumerTestCore
[907/922] Compiling PetstoreConsumerTestCore Assertions.swift
[908/922] Compiling PetstoreConsumerTestCore Common.swift
[910/923] Compiling OpenAPIKitCompat Compat30To31.swift
[911/923] Emitting module OpenAPIKitCompat
[913/924] Compiling OpenAPIKitCompat Compat30To31.swift
[915/925] Wrapping AST for OpenAPIKitCompat for debugging
[918/1089] Compiling _OpenAPIGeneratorCore Config.swift
[919/1089] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[920/1089] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[921/1089] Compiling _OpenAPIGeneratorCore Errors.swift
[922/1089] Compiling _OpenAPIGeneratorCore Foundation.swift
[923/1089] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[924/1089] Compiling _OpenAPIGeneratorCore String.swift
[925/1089] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[926/1089] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[927/1089] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[928/1089] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[929/1089] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[930/1100] Emitting module _OpenAPIGeneratorCore
[932/1111] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[933/1111] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[934/1111] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[935/1111] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[936/1111] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[937/1111] Compiling _OpenAPIGeneratorCore TypeName.swift
[938/1111] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[939/1111] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[940/1111] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[941/1111] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[942/1111] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[954/1111] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[955/1111] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[956/1111] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[957/1111] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[958/1111] Compiling _OpenAPIGeneratorCore translateResponse.swift
[959/1111] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[960/1111] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[961/1111] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[962/1111] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[963/1111] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[964/1111] Compiling _OpenAPIGeneratorCore Builtins.swift
[977/1111] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[978/1111] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[979/1111] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[980/1111] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[981/1111] Compiling _OpenAPIGeneratorCore translateComponents.swift
[982/1111] Compiling _OpenAPIGeneratorCore translateOperations.swift
[983/1111] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[984/1111] Compiling _OpenAPIGeneratorCore translateServers.swift
[985/1111] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[986/1111] Compiling _OpenAPIGeneratorCore TypeOverrides.swift
[987/1111] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[988/1111] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[989/1111] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[990/1111] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[991/1111] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[992/1111] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[993/1111] Compiling _OpenAPIGeneratorCore translateParameter.swift
[994/1111] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[995/1111] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[996/1111] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[997/1111] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[998/1111] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[999/1111] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[1011/1111] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[1012/1111] Compiling _OpenAPIGeneratorCore translateArray.swift
[1013/1111] Compiling _OpenAPIGeneratorCore translateCodable.swift
[1014/1111] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[1015/1111] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[1016/1111] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[1017/1111] Compiling _OpenAPIGeneratorCore translateSchema.swift
[1018/1111] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[1019/1111] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[1020/1111] Compiling _OpenAPIGeneratorCore Annotations.swift
[1021/1111] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[1033/1111] Compiling _OpenAPIGeneratorCore Constants.swift
[1034/1111] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[1035/1111] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[1036/1111] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[1037/1111] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[1038/1111] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[1039/1111] Compiling _OpenAPIGeneratorCore ContentType.swift
[1040/1111] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[1041/1111] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[1042/1111] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[1043/1111] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[1044/1111] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[1068/1111] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[1069/1111] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[1070/1111] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[1071/1111] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[1072/1111] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[1073/1111] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[1074/1111] Compiling _OpenAPIGeneratorCore YamsParser.swift
[1075/1111] Compiling _OpenAPIGeneratorCore validateDoc.swift
[1076/1111] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[1077/1111] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[1078/1111] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[1079/1111] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[1105/1113] Wrapping AST for _OpenAPIGeneratorCore for debugging
[1108/1131] Compiling swift_openapi_generator PluginSource.swift
[1110/1133] Compiling swift_openapi_generator Tool.swift
[1111/1133] Compiling swift_openapi_generator UserConfig.swift
[1112/1133] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[1113/1133] Compiling swift_openapi_generator GenerateCommand.swift
[1114/1133] Compiling swift_openapi_generator Tool.swift
[1115/1133] Compiling swift_openapi_generator UserConfig.swift
[1116/1133] Compiling swift_openapi_generator GenerateCommand.swift
[1117/1133] Compiling swift_openapi_generator runGenerator.swift
[1118/1133] Compiling swift_openapi_generator GenerateOptions.swift
[1119/1133] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[1120/1133] Compiling swift_openapi_generator runGenerator.swift
[1121/1133] Compiling swift_openapi_generator GenerateOptions.swift
[1122/1133] Emitting module swift_openapi_generator
[1123/1133] Compiling swift_openapi_generator Extensions.swift
[1124/1133] Compiling swift_openapi_generator FilterCommand.swift
[1127/1134] Emitting module swift_openapi_generator
[1129/1135] Wrapping AST for swift-openapi-generator for debugging
[1131/1135] Write Objects.LinkFileList
[1133/1135] Linking swift-openapi-generator
[1134/1135] Linking swift-openapi-generator-tool
Build complete! (300.86s)
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" : "/host/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" : "/host/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" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.