Build Information
Successful build of SwiftBedrockLibrary, reference 1.10.0 (158dfa), with Swift 6.1 for macOS (SPM) on 10 Feb 2026 05:03:40 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
"name" : "BedrockServiceTests",
"path" : "Tests",
"sources" : [
"AuthenticationTests.swift",
"BedrockServiceTests.swift",
"Converse/ConverseDocumentTests.swift",
"Converse/ConverseReasoningTests.swift",
"Converse/ConverseTextTests.swift",
"Converse/ConverseToolTests.swift",
"Converse/ConverseVisionTests.swift",
"Converse/ToolResultBlockTests.swift",
"ConverseStream/ConverseReplyGenerator.swift",
"ConverseStream/ConverseReplyStreamTests.swift",
"ConverseStream/ConverseStreamReasoningTests.swift",
"ConverseStream/ConverseStreamToolTests.swift",
"ConverseStream/MockBedrockRuntimeClient+StreamGenerator.swift",
"InvokeModel/ImageGenerationTests.swift",
"InvokeModel/ImageVariationTests.swift",
"InvokeModel/TextCompletionTests.swift",
"InvokeModel/TextGenerationTests.swift",
"JSONTests.swift",
"Mock/MockBedrockClient.swift",
"Mock/MockBedrockRuntimeClient.swift",
"NovaTestConstants.swift"
],
"target_dependencies" : [
"BedrockService"
],
"type" : "test"
},
{
"c99name" : "BedrockService",
"module_type" : "SwiftTarget",
"name" : "BedrockService",
"path" : "Sources/BedrockService",
"product_dependencies" : [
"AWSClientRuntime",
"AWSBedrock",
"AWSBedrockRuntime",
"AWSBedrockAgentRuntime",
"AWSSSOOIDC",
"Smithy",
"Logging",
"AwsCommonRuntimeKit"
],
"product_memberships" : [
"BedrockService"
],
"sources" : [
"BedrockAuthentication+JWT.swift",
"BedrockAuthentication.swift",
"BedrockClient/BedrockClientProtocol.swift",
"BedrockClient/ListModels/ModelSummary.swift",
"BedrockConfigProtocol.swift",
"BedrockRuntimeAgent/BedrockRuntimeAgentProtocol.swift",
"BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift",
"BedrockRuntimeAgent/RetrieveRequest.swift",
"BedrockRuntimeAgent/RetrieveResult.swift",
"BedrockRuntimeClient/BedrockRuntimeClientProtocol.swift",
"BedrockRuntimeClient/Converse/BedrockService+Converse.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/Content.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/DocumentBlock.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/DocumentToJSON.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/ImageBlock.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/JSONtoDocument.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/ReasoningBlock.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/S3Location.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/ToolResultBlock.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/ToolUseBlock.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/VideoBlock.swift",
"BedrockRuntimeClient/Converse/ConverseReply.swift",
"BedrockRuntimeClient/Converse/ConverseRequest.swift",
"BedrockRuntimeClient/Converse/ConverseRequestBuilder.swift",
"BedrockRuntimeClient/Converse/History.swift",
"BedrockRuntimeClient/Converse/JSON.swift",
"BedrockRuntimeClient/Converse/Message.swift",
"BedrockRuntimeClient/Converse/Role.swift",
"BedrockRuntimeClient/Converse/Streaming/BedrockService+ConverseStreaming.swift",
"BedrockRuntimeClient/Converse/Streaming/ConverseReplyStream.swift",
"BedrockRuntimeClient/Converse/Streaming/ConverseRequestStreaming.swift",
"BedrockRuntimeClient/Converse/Streaming/ConverseResponseStreaming.swift",
"BedrockRuntimeClient/Converse/Streaming/ConverseStreamElement.swift",
"BedrockRuntimeClient/Converse/Streaming/ResponseMetaData.swift",
"BedrockRuntimeClient/Converse/Streaming/ToolUseStart.swift",
"BedrockRuntimeClient/Converse/Tool.swift",
"BedrockRuntimeClient/InvokeModel/BedrockService+ImageParameterValidation.swift",
"BedrockRuntimeClient/InvokeModel/BedrockService+InvokeModelEmbeddings.swift",
"BedrockRuntimeClient/InvokeModel/BedrockService+InvokeModelImage.swift",
"BedrockRuntimeClient/InvokeModel/BedrockService+InvokeModelText.swift",
"BedrockRuntimeClient/InvokeModel/ContentType.swift",
"BedrockRuntimeClient/InvokeModel/Embeddings.swift",
"BedrockRuntimeClient/InvokeModel/ImageGenerationOutput.swift",
"BedrockRuntimeClient/InvokeModel/ImageResolution.swift",
"BedrockRuntimeClient/InvokeModel/InvokeModelRequest.swift",
"BedrockRuntimeClient/InvokeModel/InvokeModelResponse.swift",
"BedrockRuntimeClient/InvokeModel/Protocols.swift",
"BedrockRuntimeClient/InvokeModel/TextCompletion.swift",
"BedrockRuntimeClient/Modalities/ConverseFeature.swift",
"BedrockRuntimeClient/Modalities/ConverseModality.swift",
"BedrockRuntimeClient/Modalities/CrossRegionInference.swift",
"BedrockRuntimeClient/Modalities/EmbeddingsModality.swift",
"BedrockRuntimeClient/Modalities/ImageModality.swift",
"BedrockRuntimeClient/Modalities/Modality.swift",
"BedrockRuntimeClient/Modalities/StandardConverse.swift",
"BedrockRuntimeClient/Modalities/TextModality.swift",
"BedrockRuntimeClient/Parameters/ConverseParameters.swift",
"BedrockRuntimeClient/Parameters/EmbeddingsParameters.swift",
"BedrockRuntimeClient/Parameters/ImageGenerationParameters.swift",
"BedrockRuntimeClient/Parameters/ParameterName.swift",
"BedrockRuntimeClient/Parameters/Parameters.swift",
"BedrockRuntimeClient/Parameters/TextGenerationParameters.swift",
"BedrockService.swift",
"BedrockServiceError.swift",
"Models/Amazon/AmazonImage.swift",
"Models/Amazon/AmazonImageRequestBody.swift",
"Models/Amazon/AmazonImageResponseBody.swift",
"Models/Amazon/Nova/Nova.swift",
"Models/Amazon/Nova/NovaBedrockModels.swift",
"Models/Amazon/Nova/NovaImageResolutionValidator.swift",
"Models/Amazon/Nova/NovaRequestBody.swift",
"Models/Amazon/Nova/NovaResponseBody.swift",
"Models/Amazon/TaskType.swift",
"Models/Amazon/Titan/TitanImageResolutionValidator.swift",
"Models/Amazon/Titan/TitanRequestBody.swift",
"Models/Amazon/Titan/TitanResponseBody.swift",
"Models/Amazon/Titan/TitanText.swift",
"Models/Amazon/Titan/TitanTextBedrockModels.swift",
"Models/Amazon/TitanEmbeddings/TitanEmbeddings.swift",
"Models/Amazon/TitanEmbeddings/TitanEmbeddingsBedrockModels.swift",
"Models/Amazon/TitanEmbeddings/TitanEmbeddingsRequestBody.swift",
"Models/Amazon/TitanEmbeddings/TitanEmbeddingsResponseBody.swift",
"Models/Anthropic/Anthropic.swift",
"Models/Anthropic/AnthropicBedrockModels.swift",
"Models/Anthropic/AnthropicGlobalModels.swift",
"Models/Anthropic/AnthropicRequestBody.swift",
"Models/Anthropic/AnthropicResponseBody.swift",
"Models/BedrockModel.swift",
"Models/Cohere/CohereBedrockModels.swift",
"Models/DeepSeek/DeepSeek.swift",
"Models/DeepSeek/DeepSeekBedrockModels.swift",
"Models/DeepSeek/DeepSeekRequestBody.swift",
"Models/DeepSeek/DeepSeekResponseBody.swift",
"Models/Jamba/JambaBedrockModels.swift",
"Models/Llama/Llama.swift",
"Models/Llama/LlamaBedrockModels.swift",
"Models/Llama/LlamaRequestBody.swift",
"Models/Llama/LlamaResponseBody.swift",
"Models/Mistral/MistralBedrockModels.swift",
"Models/OpenAI/OpenAI.swift",
"Models/OpenAI/OpenAIBedrockModels.swift",
"Models/OpenAI/OpenAIRequestBody.swift",
"Models/OpenAI/OpenAIResponseBody.swift",
"Region.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:129:24: warning: 'path' is deprecated: renamed to 'url'
127 | let configurationFilePath = sourceFiles.first(
128 | where: {
129 | $0.path.lastComponent == Self.configurationFileName
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
130 | }
131 | )?.path
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:129:29: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
127 | let configurationFilePath = sourceFiles.first(
128 | where: {
129 | $0.path.lastComponent == Self.configurationFileName
| `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
130 | }
131 | )?.path
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:131:16: warning: 'path' is deprecated: renamed to 'url'
129 | $0.path.lastComponent == Self.configurationFileName
130 | }
131 | )?.path
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
132 | else {
133 | throw PluginError.noConfigFound(Self.configurationFileName)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:135:64: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
133 | throw PluginError.noConfigFound(Self.configurationFileName)
134 | }
135 | let data = try Data(contentsOf: URL(fileURLWithPath: "\(configurationFilePath)"))
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
136 | let configuration = try JSONDecoder().decode(Configuration.self, from: data)
137 | try validateConfiguration(configuration)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:143:26: warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`.
141 | if let configuredProtocPath = configuration.protocPath {
142 | // The user set the config path in the file. So let's take that
143 | protocPath = Path(configuredProtocPath)
| `- warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`.
144 | } else if let environmentPath = ProcessInfo.processInfo.environment["PROTOC_PATH"] {
145 | // The user set the env variable. So let's take that
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:146:26: warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`.
144 | } else if let environmentPath = ProcessInfo.processInfo.environment["PROTOC_PATH"] {
145 | // The user set the env variable. So let's take that
146 | protocPath = Path(environmentPath)
| `- warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`.
147 | } else {
148 | // The user didn't set anything so let's try see if SPM can find a binary for us
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:149:45: warning: 'path' is deprecated: renamed to 'url'
147 | } else {
148 | // The user didn't set anything so let's try see if SPM can find a binary for us
149 | protocPath = try tool("protoc").path
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
150 | }
151 | let protocGenSwiftPath = try tool("protoc-gen-swift").path
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:151:63: warning: 'path' is deprecated: renamed to 'url'
149 | protocPath = try tool("protoc").path
150 | }
151 | let protocGenSwiftPath = try tool("protoc-gen-swift").path
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
152 |
153 | return configuration.invocations.map { invocation in
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:155:50: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
153 | return configuration.invocations.map { invocation in
154 | self.invokeProtoc(
155 | directory: configurationFilePath.removingLastComponent(),
| `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
156 | invocation: invocation,
157 | protocPath: protocPath,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:182:41: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
180 | // Construct the `protoc` arguments.
181 | var protocArgs = [
182 | "--plugin=protoc-gen-swift=\(protocGenSwiftPath)",
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
183 | "--swift_out=\(outputDirectory)",
184 | ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:183:27: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
181 | var protocArgs = [
182 | "--plugin=protoc-gen-swift=\(protocGenSwiftPath)",
183 | "--swift_out=\(outputDirectory)",
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
184 | ]
185 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:188:27: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
186 | let protoDirectory =
187 | if let protoPath = invocation.protoPath {
188 | directory.appending(protoPath)
| `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
189 | } else {
190 | directory
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:194:29: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
192 |
193 | protocArgs.append("-I")
194 | protocArgs.append("\(protoDirectory)")
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
195 |
196 | // Add the visibility if it was set
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:222:46: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
220 | // Append the file to the protoc args so that it is used for generating
221 | protocArgs.append("\(file)")
222 | inputFiles.append(protoDirectory.appending(file))
| `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
223 |
224 | // The name of the output file is based on the name of the input file.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:229:54: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
227 | file.removeLast(5)
228 | file.append("pb.swift")
229 | let protobufOutputPath = outputDirectory.appending(file)
| `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
230 |
231 | // Add the outputPath as an output file
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:238:24: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
236 | // system know when to invoke the command. The output paths are passed on to
237 | // the rule engine in the build system.
238 | return Command.buildCommand(
| `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
239 | displayName: "Generating swift files from proto files",
240 | executable: protocPath,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:268:42: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
266 | }
267 | return try createBuildCommands(
268 | pluginWorkDirectory: context.pluginWorkDirectory,
| |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
| `- note: use 'pluginWorkDirectoryURL' instead
269 | sourceFiles: swiftTarget.sourceFiles,
270 | tool: context.tool
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GRPCSwiftPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/297] Write sources
[8/297] Copying PrivacyInfo.xcprivacy
[14/297] Write sources
[15/297] Copying PrivacyInfo.xcprivacy
[17/297] Write sources
[19/297] Copying PrivacyInfo.xcprivacy
[20/297] Write sources
[23/297] Copying PrivacyInfo.xcprivacy
[23/297] Write sources
[49/297] Write swift-version-2F0A5646E1D333AE.txt
[50/297] Compiling mqtt5_types.c
[51/297] Compiling mqtt5_listener.c
[52/297] Compiling rate_limiters.c
[53/297] Compiling mqtt5_utils.c
[54/297] Compiling mqtt5_options_storage.c
[55/297] Compiling mqtt5_to_mqtt3_adapter.c
[56/297] Compiling mqtt5_decoder.c
[57/297] Compiling mqtt5_encoder.c
[58/297] Compiling mqtt5_callbacks.c
[59/315] Compiling topic_tree.c
[60/328] Compiling shared.c
[61/462] Compiling mqtt5_client.c
[62/503] Compiling mqtt5_topic_alias.c
[63/503] Compiling request_response_subscription_set.c
[64/503] Compiling subscription_manager.c
[65/503] Compiling protocol_adapter.c
[66/503] Compiling packets.c
[67/503] Compiling mqtt_subscription_set.c
[68/503] Compiling request_response_client.c
[69/503] Compiling mqtt311_decoder.c
[70/503] Compiling mqtt311_listener.c
[71/503] Compiling mqtt.c
[72/503] Compiling fixed_header.c
[73/503] Compiling client_impl_shared.c
[74/503] Compiling client_channel_handler.c
[75/503] Compiling client.c
[76/503] Compiling tracing.c
[77/503] Compiling tls_channel_handler_shared.c
[78/503] Compiling statistics.c
[79/503] Compiling standard_retry_strategy.c
[80/503] Compiling socket_shared.c
[81/503] Compiling socket_channel_handler.c
[82/503] Compiling socket.c
[83/503] Compiling retry_strategy.c
[84/503] Compiling shared_library.c
[85/503] Compiling tls_channel_handler.c
[86/503] Compiling socket.c
[87/503] Compiling stream.c
[88/503] Compiling host_resolver.c
[89/503] Compiling pipe.c
[90/503] Compiling pkcs11_tls_op_handler.c
[91/503] Compiling pkcs11_lib.c
[92/503] Compiling no_retry_strategy.c
[93/503] Compiling pem.c
[94/503] Compiling message_pool.c
[95/503] Compiling exponential_backoff_retry_strategy.c
[96/503] Compiling future.c
[97/503] Compiling host_resolver.c
[98/503] Compiling io.c
[99/503] Compiling event_loop.c
[101/503] Compiling Logging MetadataProvider.swift
[102/503] Emitting module Logging
[103/503] Compiling Logging Locks.swift
[103/503] Compiling darwin_pki_utils.c
[104/503] Compiling dispatch_queue_event_loop.c
[106/503] Compiling Logging LogHandler.swift
[107/503] Compiling Logging Logging.swift
[107/503] Compiling kqueue_event_loop.c
[108/503] Compiling channel.c
[109/503] Compiling channel_bootstrap.c
[110/503] Compiling async_stream.c
[111/503] Compiling alpn_handler.c
[112/503] Compiling websocket_encoder.c
[113/503] Compiling websocket_decoder.c
[114/525] Compiling secure_transport_tls_channel_handler.c
[115/536] Compiling strutil.c
[116/536] Compiling statistics.c
[117/536] Compiling websocket_bootstrap.c
[118/536] Compiling websocket.c
[119/536] Compiling nw_socket.c
[120/536] Compiling random_access_set.c
[122/536] Emitting module DataCompression
[122/536] Compiling proxy_strategy.c
[123/536] Compiling no_proxy.c
[124/536] Compiling request_response.c
[125/536] Compiling proxy_connection.c
[126/536] Compiling http.c
[127/536] Compiling hpack_huffman_static.c
[129/536] Compiling SmithyRetriesAPI RetryErrorInfoProvider.swift
[130/536] Compiling SmithyRetriesAPI RetryErrorType.swift
[130/536] Compiling hpack_encoder.c
[131/536] Compiling hpack_decoder.c
[132/536] Compiling http2_stream_manager.c
[133/536] Compiling hpack.c
[134/536] Compiling h2_frames.c
[135/536] Compiling h2_decoder.c
[136/536] Compiling h1_stream.c
[138/536] Compiling Smithy LogAgent.swift
[139/536] Compiling Smithy LogAgentLevel.swift
[140/536] Compiling Smithy SwiftLog+LogAgent.swift
[141/539] Emitting module Smithy
[141/539] Compiling h2_stream.c
[142/539] Compiling h1_decoder.c
[143/539] Compiling h1_encoder.c
[144/539] Compiling h2_connection.c
[146/539] Compiling Smithy NullDocument.swift
[147/539] Compiling Smithy ShortDocument.swift
[148/539] Compiling Smithy StringDocument.swift
[149/539] Compiling Smithy StringMapDocument.swift
[150/539] Compiling Smithy FloatDocument.swift
[151/539] Compiling Smithy IntegerDocument.swift
[152/539] Compiling Smithy ListDocument.swift
[153/539] Compiling Smithy LongDocument.swift
[153/539] Compiling connection_monitor.c
[154/539] Compiling connection.c
[155/539] Compiling event_stream_rpc_server.c
[156/539] Compiling connection_manager.c
[157/539] Compiling h1_connection.c
[158/539] Compiling event_stream_rpc.c
[159/539] Compiling event_stream_rpc_client.c
[160/539] Compiling huffman_testing.c
[161/539] Compiling huffman.c
[162/539] Compiling compression.c
[163/539] Compiling event_stream_channel_handler.c
[164/539] Compiling event_stream.c
[166/539] Emitting module OpenTelemetryApi
[166/549] Compiling xml_parser.c
[167/549] Compiling uri.c
[168/549] Compiling uuid.c
[169/549] Compiling thread_scheduler.c
[170/549] Compiling system_info.c
[171/549] Compiling task_scheduler.c
[172/549] Compiling statistics.c
[173/549] Compiling string.c
[174/549] Compiling ring_buffer.c
[175/549] Compiling ref_count.c
[176/549] Compiling process_common.c
[177/549] Compiling time.c
[178/549] Compiling priority_queue.c
[179/549] Compiling system_resource_utils.c
[180/549] Compiling thread.c
[181/549] Compiling rw_lock.c
[182/549] Compiling thread_shared.c
[183/549] Compiling process.c
[184/549] Compiling mutex.c
[185/549] Compiling environment.c
[186/549] Compiling file.c
[187/549] Compiling system_info.c
[188/549] Compiling device_random.c
[189/549] Compiling condition_variable.c
[190/549] Compiling clock.c
[191/549] Compiling system_info.c
[192/549] Compiling cross_process_lock.c
[193/549] Compiling file_direct_io.c
[194/549] Compiling math.c
[195/549] Compiling lru_cache.c
[196/549] Compiling memtrace.c
[197/549] Compiling logging.c
[198/549] Compiling log_writer.c
[199/549] Compiling log_formatter.c
[200/549] Compiling linked_hash_table.c
[201/549] Compiling lifo_cache.c
[202/549] Compiling log_channel.c
[203/549] Compiling json.c
[204/549] Compiling host_utils.c
[205/549] Compiling tags.c
[206/549] Compiling fifo_cache.c
[207/549] Compiling file.c
[208/549] Compiling strings.c
[209/549] Compiling streaming.c
[210/549] Compiling serialization.c
[211/549] Compiling maps.c
[212/549] Compiling ints.c
[213/549] Compiling unicode.c
[214/549] Compiling memory_utils.c
[215/549] Compiling stack.c
[216/549] Compiling hash_table.c
[217/549] Compiling loaders.c
[218/549] Compiling encoders.c
[219/549] Compiling builder_callbacks.c
[220/549] Compiling floats_ctrls.c
[221/549] Compiling encoding.c
[222/549] Compiling common.c
[223/549] Compiling callbacks.c
[224/549] Compiling bytestrings.c
[225/549] Compiling arrays.c
[226/549] Compiling allocators.c
[227/549] Compiling cbor.c
[228/549] Compiling error.c
[229/549] Compiling device_random.c
[230/549] Compiling encoding.c
[231/549] Compiling cJSON.c
[232/549] Compiling condition_variable.c
[233/549] Compiling date_time.c
[234/549] Compiling command_line_parser.c
[235/549] Compiling cbor.c
[236/549] Compiling cache.c
[237/549] Compiling common.c
[238/549] Compiling codegen.c
[239/549] Compiling array_list.c
[241/549] Compiling SmithyRetriesAPI RetryErrorInfo.swift
[242/549] Compiling SmithyRetriesAPI RetryError.swift
[243/549] Compiling Smithy Attribute.swift
[244/549] Compiling Smithy ByteStream.swift
[245/549] Compiling Smithy ClientError.swift
[246/549] Compiling Smithy Context.swift
[247/549] Emitting module SmithyRetriesAPI
[248/549] Compiling SmithyRetriesAPI RetryBackoffStrategy.swift
[248/549] Compiling assert.c
[250/549] Compiling Smithy BooleanDocument.swift
[251/549] Compiling Smithy ByteDocument.swift
[252/549] Compiling Smithy Document.swift
[253/549] Compiling Smithy DoubleDocument.swift
[254/549] Compiling Smithy TimestampDocument.swift
[255/549] Compiling Smithy ShapeType.swift
[256/549] Compiling Smithy SmithyDocument.swift
[257/549] Compiling Smithy RequestMessage.swift
[258/549] Compiling Smithy RequestMessageBuilder.swift
[259/549] Compiling Smithy RequestMessageSerializer.swift
[260/549] Compiling Smithy DocumentError.swift
[261/549] Compiling Smithy BigDecimalDocument.swift
[262/549] Compiling Smithy BigIntegerDocument.swift
[263/549] Compiling Smithy BlobDocument.swift
[264/549] Compiling Smithy ResponseMessage.swift
[265/549] Compiling Smithy ResponseMessageDeserializer.swift
[266/549] Compiling Smithy Stream.swift
[267/549] Compiling Smithy URI.swift
[268/549] Compiling Smithy URIQueryItem.swift
[269/549] Compiling Smithy URIScheme.swift
[270/549] Compiling SmithyTimestamps DateFormatters.swift
[271/549] Compiling SmithyTimestamps TimestampSerdeUtils.swift
[272/549] Emitting module SmithyTimestamps
[272/549] Compiling cpuid.c
[274/549] Compiling SmithyRetriesAPI RetryStrategy.swift
[275/549] Compiling SmithyRetriesAPI RetryStrategyOptions.swift
[276/549] Compiling SmithyRetriesAPI RetryToken.swift
[277/549] Compiling DataCompression DataCompression.swift
[277/549] Compiling crc_util.c
[278/549] Compiling byte_buf.c
[293/549] Compiling OpenTelemetryApi Severity.swift
[294/549] Compiling OpenTelemetryApi DefaultMeterProvider.swift
[295/549] Compiling OpenTelemetryApi BoundMeasureMetric.swift
[296/549] Compiling OpenTelemetryApi DoubleObserverMetric.swift
[297/549] Compiling OpenTelemetryApi DoubleObserverMetricHandle.swift
[298/549] Compiling OpenTelemetryApi IntObserverMetric.swift
[299/549] Compiling OpenTelemetryApi IntObserverMetricHandle.swift
[300/549] Compiling OpenTelemetryApi MeasureMetric.swift
[301/549] Compiling OpenTelemetryApi BoundHistogramMetric.swift
[302/549] Compiling OpenTelemetryApi DefaultStableMeter.swift
[303/549] Compiling OpenTelemetryApi DefaultStableMeterProvider.swift
[304/549] Compiling OpenTelemetryApi DoubleCounter.swift
[305/549] Compiling OpenTelemetryApi DoubleCounterBuilder.swift
[306/549] Compiling OpenTelemetryApi DoubleGauge.swift
[307/549] Compiling OpenTelemetryApi DoubleGaugeBuilder.swift
[308/549] Compiling OpenTelemetryApi DoubleHistogram.swift
[309/549] Compiling OpenTelemetryApi DoubleHistogramBuilder.swift
[310/549] Compiling OpenTelemetryApi DoubleUpDownCounter.swift
[311/549] Compiling OpenTelemetryApi DoubleUpDownCounterBuilder.swift
[312/549] Compiling OpenTelemetryApi LongCounter.swift
[313/549] Compiling OpenTelemetryApi HistogramMetric.swift
[314/549] Compiling OpenTelemetryApi BoundCounterMetric.swift
[315/549] Compiling OpenTelemetryApi CounterMetric.swift
[316/549] Compiling OpenTelemetryApi LabelSet.swift
[317/549] Compiling OpenTelemetryApi Meter.swift
[318/549] Compiling OpenTelemetryApi MeterProvider.swift
[319/549] Compiling OpenTelemetryApi ProxyMeter.swift
[320/549] Compiling OpenTelemetryApi BoundRawCounterMetric.swift
[321/549] Compiling OpenTelemetryApi BoundRawHistogramMetric.swift
[322/549] Compiling OpenTelemetryApi RawCounterMetric.swift
[323/549] Compiling OpenTelemetryApi RawHistogramMetric.swift
[323/549] Compiling allocator_sba.c
[325/549] Compiling OpenTelemetryApi ObservableDoubleUpDownCounter.swift
[326/549] Compiling OpenTelemetryApi ObservableLongCounter.swift
[327/549] Compiling OpenTelemetryApi ObservableLongGauge.swift
[328/549] Compiling OpenTelemetryApi ObservableLongMeasurement.swift
[329/549] Compiling OpenTelemetryApi ObservableLongUpDownCounter.swift
[330/549] Compiling OpenTelemetryApi StableMeter.swift
[331/549] Compiling OpenTelemetryApi StableMeterProvider.swift
[332/549] Compiling OpenTelemetryApi OpenTelemetry.swift
[333/549] Compiling OpenTelemetryApi ContextPropagators.swift
[334/549] Compiling OpenTelemetryApi DefaultContextPropagators.swift
[335/549] Compiling OpenTelemetryApi DefaultTracer.swift
[335/549] Compiling allocator.c
[369/583] Compiling OpenTelemetryApi LongCounterBuilder.swift
[370/583] Compiling OpenTelemetryApi LongGauge.swift
[371/583] Compiling OpenTelemetryApi LongGaugeBuilder.swift
[372/583] Compiling OpenTelemetryApi LongHistogram.swift
[373/583] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[374/583] Compiling SwiftProtobuf TextFormatEncoder.swift
[375/583] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[376/583] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[377/583] Compiling SwiftProtobuf TextFormatScanner.swift
[378/583] Compiling SwiftProtobuf TimeUtils.swift
[379/583] Compiling SwiftProtobuf UnknownStorage.swift
[380/583] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[381/583] Compiling SwiftProtobuf Varint.swift
[382/583] Compiling SwiftProtobuf Version.swift
[383/583] Compiling SwiftProtobuf Visitor.swift
[384/583] Compiling SwiftProtobuf WireFormat.swift
[385/583] Compiling SwiftProtobuf ZigZag.swift
[386/583] Compiling SwiftProtobuf any.pb.swift
[387/583] Compiling SwiftProtobuf api.pb.swift
[388/583] Compiling SwiftProtobuf descriptor.pb.swift
[389/583] Compiling SwiftProtobuf duration.pb.swift
[390/583] Compiling SwiftProtobuf empty.pb.swift
[401/629] Compiling OpenTelemetryApi SpanContext.swift
[402/629] Compiling OpenTelemetryApi SpanException.swift
[403/629] Compiling OpenTelemetryApi SpanId.swift
[404/629] Compiling OpenTelemetryApi SpanKind.swift
[405/629] Compiling OpenTelemetryApi Status.swift
[406/629] Compiling OpenTelemetryApi TraceFlags.swift
[407/629] Compiling OpenTelemetryApi TraceId.swift
[408/629] Compiling OpenTelemetryApi TraceState.swift
[409/629] Compiling OpenTelemetryApi Tracer.swift
[410/629] Compiling OpenTelemetryApi TracerProvider.swift
[411/629] Emitting module SmithySerialization
[412/629] Compiling SmithySerialization ResponseDecodingError.swift
[413/629] Compiling SmithyTelemetryAPI TraceSpanStatus.swift
[413/630] Compiling crc_sw.c
[415/630] Compiling SmithyTelemetryAPI MeterProvider.swift
[416/630] Compiling SmithyTelemetryAPI MonotonicCounter.swift
[417/630] Compiling SmithyTelemetryAPI Tracer.swift
[417/630] Compiling crc64_sw.c
[419/630] Emitting module SwiftProtobuf
[420/630] Compiling SmithyChecksumsAPI Context+Checksum.swift
[449/630] Compiling SmithyTelemetryAPI SpanKind.swift
[450/630] Compiling SmithyTelemetryAPI TraceSpan.swift
[451/630] Compiling SmithyTelemetryAPI UpDownCounter.swift
[452/630] Compiling SmithyTelemetryAPI TelemetryProvider.swift
[459/630] Compiling SmithyHTTPAPI Endpoint.swift
[460/630] Compiling SmithyHTTPAPI EndpointPropertyValue.swift
[461/630] Compiling SmithyHTTPAPI ALPNProtocol.swift
[462/630] Compiling SmithyHTTPAPI Context+HTTP.swift
[463/630] Compiling SmithyTelemetryAPI Histogram.swift
[464/630] Compiling SmithyTelemetryAPI Meter.swift
[465/630] Compiling SmithyTelemetryAPI LoggerProvider.swift
[466/630] Compiling SmithyTelemetryAPI AsyncMeasurement.swift
[468/630] Compiling crc64.c
[469/630] Compiling crc32.c
[471/630] Compiling SmithyEventStreamsAPI UnmarshalClosure.swift
[472/630] Compiling SmithyEventStreamsAPI MessageEncoder.swift
[473/630] Compiling SmithyEventStreamsAPI MessageType.swift
[474/631] Compiling SmithyChecksumsAPI ChecksumAlgorithm.swift
[475/631] Emitting module SmithyChecksumsAPI
[476/631] Compiling SmithyChecksumsAPI Checksum.swift
[476/805] Compiling checksums.c
[477/805] Compiling symmetric_cipher.c
[479/805] Compiling SmithyTelemetryAPI TracerProvider.swift
[480/805] Compiling SmithyEventStreamsAPI MessageDecoder.swift
[481/805] Compiling SmithyEventStreamsAPI MarshalClosure.swift
[482/805] Compiling SmithyEventStreamsAPI Message.swift
[483/805] Compiling OpenTelemetrySdk HistogramMetricSdk.swift
[484/805] Compiling OpenTelemetrySdk IntObservableGaugeHandle.swift
[485/805] Compiling OpenTelemetrySdk PushMetricController.swift
[486/805] Compiling OpenTelemetrySdk UngroupedBatcher.swift
[487/805] Compiling OpenTelemetrySdk DoubleObserverMetricHandle.swift
[488/805] Compiling OpenTelemetrySdk DoubleObserverMetricHandleSdk.swift
[489/805] Compiling OpenTelemetrySdk AggregationType.swift
[490/805] Compiling OpenTelemetrySdk Metric.swift
[491/805] Compiling OpenTelemetrySdk DoubleObservableGaugeHandle.swift
[492/805] Compiling OpenTelemetrySdk DoubleObservableGaugeSdk.swift
[493/805] Emitting module SmithyTelemetryAPI
[494/805] Compiling OpenTelemetrySdk MetricData.swift
[495/805] Compiling OpenTelemetrySdk MetricExporter.swift
[496/805] Compiling SmithyRetries ExponentialBackOffJitterType.swift
[497/805] Compiling SmithyRetries RetryQuotaRepository.swift
[498/805] Compiling SmithyRetries ExponentialBackoffStrategyOptions.swift
[499/805] Compiling SmithyRetries RetryQuota.swift
[500/805] Compiling SmithyRetries DefaultRetryStrategy+Error.swift
[501/805] Compiling SmithyRetries DefaultRetryToken.swift
[502/805] Compiling SmithyRetries DefaultRetryStrategy.swift
[503/805] Compiling SmithyRetries ExponentialBackoffStrategy.swift
[503/805] Compiling ed25519_noop.c
[505/805] Compiling SmithyReadWrite WritingClosure.swift
[506/805] Compiling SmithyReadWrite WireResponseOutputClosure.swift
[506/805] Compiling ref_hkdf.c
[508/805] Compiling SmithyIdentityAPI IdentityResolver.swift
[509/805] Compiling SmithyIdentityAPI Identity.swift
[510/805] Compiling SmithyIdentityAPI Context+IdentityResolver.swift
[511/805] Compiling SmithyIdentityAPI Context+AuthSchemePreference.swift
[512/805] Emitting module SmithyIdentityAPI
[513/805] Compiling SmithyIdentityAPI Context+FlowType.swift
[514/805] Compiling SmithyIdentityAPI ClientConfigDefaultIdentityResolver.swift
[515/805] Compiling SmithyIdentityAPI FlowType.swift
[516/805] Emitting module SmithyRetries
[517/805] Compiling SmithyRetries ClientSideRateLimiter.swift
[518/805] Compiling SmithyEventStreamsAPI EventStreamError.swift
[519/805] Compiling SmithyEventStreamsAPI Context+EventStreamsAPI.swift
[520/805] Compiling SmithyEventStreamsAPI Header.swift
[521/805] Emitting module SmithyEventStreamsAPI
[521/805] Compiling rsa.c
[522/805] Compiling hkdf.c
[523/805] Compiling hmac.c
[524/805] Compiling ed25519.c
[526/805] Compiling SmithyReadWrite WireResponseErrorClosure.swift
[527/805] Compiling SmithyReadWrite SmithyWriter.swift
[528/805] Compiling SmithyReadWrite DataProviding.swift
[529/805] Emitting module SmithyReadWrite
[530/805] Compiling SmithyReadWrite ReadingClosure.swift
[531/805] Compiling SmithyReadWrite SmithyReader.swift
[531/805] Compiling hash.c
[532/805] Compiling securityframework_rsa.c
[533/805] Compiling der.c
[534/805] Compiling securityframework_ecc.c
[535/805] Compiling ecc.c
[536/805] Compiling commoncrypto_sha512.c
[537/805] Compiling commoncrypto_sha256.c
[538/817] Compiling commoncrypto_md5.c
[539/817] Compiling commoncrypto_platform_init.c
[540/820] Compiling commoncrypto_sha1.c
[541/820] Compiling commoncrypto_hmac.c
[543/820] Compiling SmithyHTTPAPI HTTPStatusCode.swift
[544/820] Compiling SmithyHTTPAPI HTTPResponse.swift
[545/820] Compiling SmithyHTTPAPI HTTPRequest.swift
[546/820] Compiling SmithyHTTPAPI HTTPMethodType.swift
[547/820] Compiling SmithyHTTPAPI Headers.swift
[548/821] Compiling SmithyHTTPAPI HTTPClientError.swift
[551/821] Compiling SmithyHTTPAPI HTTPClient.swift
[554/821] Emitting module SmithyHTTPAPI
[554/830] Compiling cal.c
[554/830] Compiling commoncrypto_aes.c
[556/830] Compiling token_provider_sso_session.c
[557/830] Compiling token_provider_sso_profile.c
[558/830] Compiling sso_token_utils.c
[559/830] Compiling sigv4_http_request.c
[560/830] Compiling signing_result.c
[561/830] Compiling signing_config.c
[563/830] Compiling SmithyEventStreamsAuthAPI MessageEncoderStream.swift
[564/830] Compiling SmithyEventStreamsAuthAPI MessageSigner.swift
[564/830] Compiling signing.c
[565/830] Compiling signable_http_request.c
[566/830] Compiling signable_trailer.c
[567/830] Compiling signable_chunk.c
[569/830] Compiling SmithyHTTPAPI URL+getQueryItems.swift
[569/830] Compiling signable.c
[570/830] Compiling key_derivation.c
[572/830] Compiling SmithyEventStreamsAuthAPI Context+EventStreamsAuthAPI.swift
[573/830] Emitting module SmithyEventStreamsAuthAPI
[574/830] Compiling SmithyEventStreamsAuthAPI MessageDecoderStream.swift
[575/830] Compiling SmithyEventStreamsAuthAPI MessageDataSigner.swift
[575/830] Compiling credentials_utils.c
[576/830] Compiling login_token_utils.c
[577/834] Compiling credentials_provider_x509.c
[578/852] Compiling credentials_provider_static.c
[579/852] Compiling credentials_provider_sts_web_identity.c
[580/852] Compiling credentials_provider_sts.c
[581/852] Compiling credentials_provider_sso.c
[583/852] Compiling SmithyJSON Writer+JSONSerialization.swift
[584/852] Compiling SmithyJSON Writer.swift
[584/852] Compiling credentials_provider_profile.c
[585/852] Compiling credentials_provider_process.c
[587/852] Compiling SmithyFormURL NodeInfo.swift
[588/852] Emitting module SmithyFormURL
[589/852] Compiling SmithyFormURL Writer.swift
[590/852] Compiling SmithyXML Writer.swift
[591/852] Compiling SmithyXML Reader.swift
[591/852] Compiling credentials_provider_login.c
[592/852] Compiling credentials_provider_environment.c
[593/852] Compiling credentials_provider_imds.c
[595/852] Compiling SmithyHTTPClientAPI HttpClientConfiguration.swift
[596/852] Emitting module SmithyJSON
[597/852] Compiling SmithyJSON Document+Init.swift
[598/852] Compiling SmithyJSON Document+JSONUtils.swift
[599/852] Compiling SmithyJSON JSONNode.swift
[600/852] Compiling SmithyJSON Reader.swift
[601/852] Compiling SmithyJSON Reader+JSONDeserialization.swift
[602/852] Compiling SmithyJSON NodeInfo.swift
[603/852] Compiling SmithyHTTPClientAPI TLSConfiguration.swift
[604/852] Compiling SmithyXML NodeInfo.swift
[605/852] Emitting module SmithyXML
[606/852] Compiling SmithyXML Writer+libxml2.swift
[607/852] Compiling SmithyXML Reader+libxml2.swift
[607/852] Compiling credentials_provider_delegate.c
[608/852] Compiling credentials_provider_default_chain.c
[609/852] Compiling credentials_provider_ecs.c
[611/852] Compiling SmithyHTTPAuthAPI SigningAlgorithm.swift
[611/853] Compiling credentials_provider_chain.c
[612/853] Compiling credentials_provider_anonymous.c
[613/853] Compiling credentials_provider_cognito.c
[614/853] Compiling aws_profile.c
[615/853] Compiling credentials_provider_cached.c
[616/853] Write sources
[618/853] Compiling credentials.c
[619/853] Write sources
[624/853] Compiling SmithyHTTPClientAPI HttpTelemetry.swift
[625/853] Emitting module SmithyHTTPClientAPI
[625/853] Write sources
[629/853] Compiling auth.c
[630/853] Compiling aws_http_credentials_provider.c
[632/853] Compiling SmithyHTTPAuthAPI Signer.swift
[633/853] Compiling SmithyHTTPAuthAPI AWSSignatureType.swift
[634/853] Compiling SmithyHTTPAuthAPI Context+HTTPAuth.swift
[635/853] Compiling SmithyHTTPAuthAPI Context+RequestSignature.swift
[636/853] Compiling SmithyHTTPAuthAPI SigningPropertyKeys.swift
[637/853] Compiling SmithyHTTPAuthAPI IdentityResolverConfiguration.swift
[638/853] Compiling SmithyHTTPAuthAPI AWSSignedBodyHeader.swift
[639/853] Compiling SmithyHTTPAuthAPI AWSSignedBodyValue.swift
[640/853] Compiling SmithyHTTPAuthAPI Context+Chunked.swift
[641/853] Compiling SmithyHTTPAuthAPI Context+EstimatedSkew.swift
[642/853] Compiling SmithyHTTPAuthAPI AuthOption.swift
[643/853] Compiling SmithyHTTPAuthAPI AuthScheme.swift
[644/853] Compiling SmithyHTTPAuthAPI ReprioritizeAuthOptions.swift
[645/853] Compiling SmithyHTTPAuthAPI SelectedAuthScheme.swift
[646/853] Compiling SmithyHTTPAuthAPI AuthSchemeResolver.swift
[647/853] Compiling SmithyHTTPAuthAPI AuthSchemeResolverParameters.swift
[648/853] Emitting module SmithyHTTPAuthAPI
[648/856] Compiling aws_signing.c
[649/859] Compiling aws_imds_client.c
[651/859] Emitting module AWSSDKDynamic
[652/859] Compiling AWSSDKDynamic Partitions.swift
[653/859] Compiling AWSSDKDynamic PackageVersion.swift
[654/859] Compiling OpenTelemetrySdk StablePeriodicMetricReaderSdk.swift
[655/859] Compiling OpenTelemetrySdk Instrument.swift
[656/859] Compiling OpenTelemetrySdk InstrumentBuilder.swift
[657/859] Compiling OpenTelemetrySdk InstrumentDescriptor.swift
[658/859] Compiling OpenTelemetrySdk InstrumentSelector.swift
[659/859] Compiling OpenTelemetrySdk InstrumentSelectorBuilder.swift
[660/859] Compiling OpenTelemetrySdk InstrumentType.swift
[661/859] Compiling OpenTelemetrySdk InstrumentValueType.swift
[662/859] Compiling OpenTelemetrySdk LongCounterMeterBuilderSdk.swift
[663/859] Compiling SmithyHTTPAuthAPI SigningFlags.swift
[664/932] Compiling AWSSDKIdentityAPI S3ExpressIdentity.swift
[665/932] Emitting module AWSSDKIdentityAPI
[666/932] Compiling AWSSDKIdentityAPI S3ExpressIdentityResolver.swift
[667/932] Compiling AwsCommonRuntimeKit CStruct.swift
[668/932] Compiling AwsCommonRuntimeKit Checksums.swift
[669/932] Compiling AwsCommonRuntimeKit CommonRuntimeError.swift
[670/932] Compiling AwsCommonRuntimeKit ContinuationCore.swift
[671/932] Compiling AwsCommonRuntimeKit HTTPProxyAuthenticationType.swift
[672/932] Compiling AwsCommonRuntimeKit HTTPProxyConnectionType.swift
[673/932] Compiling AwsCommonRuntimeKit HTTPProxyEnvSettings.swift
[674/932] Compiling AwsCommonRuntimeKit HTTPProxyEnvType.swift
[675/932] Compiling AwsCommonRuntimeKit HTTPProxyOptions.swift
[676/932] Compiling AwsCommonRuntimeKit HTTPRequest.swift
[677/932] Compiling AwsCommonRuntimeKit HTTPRequestBase.swift
[678/932] Compiling AwsCommonRuntimeKit HTTPRequestOptions.swift
[679/932] Compiling AwsCommonRuntimeKit TLSSecitemOptions.swift
[680/932] Compiling AwsCommonRuntimeKit ExponentialBackoffJitterMode.swift
[681/932] Compiling AwsCommonRuntimeKit RetryError.swift
[682/932] Compiling AwsCommonRuntimeKit RetryStrategy.swift
[683/932] Compiling AwsCommonRuntimeKit RetryToken.swift
[684/932] Compiling AwsCommonRuntimeKit Mqtt5Client.swift
[685/932] Compiling AwsCommonRuntimeKit Mqtt5Enums.swift
[686/932] Compiling AwsCommonRuntimeKit Mqtt5Options.swift
[687/951] Emitting module OpenTelemetrySdk
[688/951] Compiling AwsCommonRuntimeKit Logger.swift
[689/951] Compiling AwsCommonRuntimeKit ShutdownCallbackCore.swift
[690/951] Compiling AwsCommonRuntimeKit Utilities.swift
[691/951] Compiling AwsCommonRuntimeKit EventStreamHeader.swift
[692/951] Compiling AwsCommonRuntimeKit EventStreamMessage.swift
[693/951] Compiling AwsCommonRuntimeKit SocketDomain.swift
[694/951] Compiling AwsCommonRuntimeKit SocketOptions.swift
[695/951] Compiling AwsCommonRuntimeKit SocketType.swift
[696/951] Compiling AwsCommonRuntimeKit Stream.swift
[697/951] Compiling AwsCommonRuntimeKit StreamCore.swift
[698/951] Compiling AwsCommonRuntimeKit TLSConnectionOptions.swift
[699/951] Compiling AwsCommonRuntimeKit TLSContext.swift
[700/951] Compiling AwsCommonRuntimeKit TLSContextOptions.swift
[701/951] Compiling OpenTelemetrySdk SumAggregation.swift
[702/951] Compiling OpenTelemetrySdk SumAggregator.swift
[703/951] Compiling OpenTelemetrySdk CallbackRegistration.swift
[704/951] Compiling OpenTelemetrySdk ExemplarData.swift
[705/951] Compiling OpenTelemetrySdk Base2ExponentialHistogramIndexer.swift
[706/951] Compiling OpenTelemetrySdk DoubleBase2ExponentialHistogramBuckets.swift
[707/951] Compiling AwsCommonRuntimeKit HTTPClientConnection.swift
[708/951] Compiling AwsCommonRuntimeKit HTTPClientConnectionManager.swift
[709/951] Compiling AwsCommonRuntimeKit HTTPClientConnectionManagerCallbackCore.swift
[710/951] Compiling AwsCommonRuntimeKit HTTPClientConnectionManagerMetrics.swift
[711/951] Compiling AwsCommonRuntimeKit HTTPClientConnectionOptions.swift
[712/951] Compiling AwsCommonRuntimeKit HTTPHeader.swift
[713/951] Compiling AwsCommonRuntimeKit HTTPHeaderBlock.swift
[714/951] Compiling AwsCommonRuntimeKit HTTPMonitoringOptions.swift
[715/951] Compiling AwsCommonRuntimeKit HTTPStream.swift
[716/951] Compiling AwsCommonRuntimeKit HTTPStreamCallbackCore.swift
[717/951] Compiling AwsCommonRuntimeKit HTTPVersion.swift
[718/951] Compiling AwsCommonRuntimeKit ClientBootstrap.swift
[719/951] Compiling AwsCommonRuntimeKit EventLoopGroup.swift
[720/951] Compiling AwsCommonRuntimeKit HostAddress.swift
[721/951] Compiling AwsCommonRuntimeKit HostAddressType.swift
[722/951] Compiling AwsCommonRuntimeKit HostResolver.swift
[723/951] Compiling AwsCommonRuntimeKit EC.swift
[724/951] Compiling AwsCommonRuntimeKit Hash.swift
[725/951] Compiling AwsCommonRuntimeKit Lock.swift
[726/951] Compiling AwsCommonRuntimeKit CommonRuntimeKit.swift
[727/951] Compiling AwsCommonRuntimeKit Credentials.swift
[728/951] Compiling AwsCommonRuntimeKit CredentialsProvider.swift
[729/951] Compiling AwsCommonRuntimeKit IAMProfile.swift
[730/951] Compiling AwsCommonRuntimeKit IMDSClient.swift
[731/951] Compiling AwsCommonRuntimeKit IMDSInstanceInfo.swift
[732/951] Compiling AwsCommonRuntimeKit Signer.swift
[733/951] Compiling AwsCommonRuntimeKit SigningConfig.swift
[734/951] Compiling AwsCommonRuntimeKit EventStreamMessageDecoder.swift
[735/951] Compiling AwsCommonRuntimeKit HTTP1Stream.swift
[736/951] Compiling AwsCommonRuntimeKit HTTP2ClientConnection.swift
[737/951] Compiling AwsCommonRuntimeKit HTTP2Error.swift
[738/951] Compiling AwsCommonRuntimeKit HTTP2Settings.swift
[739/951] Compiling AwsCommonRuntimeKit HTTP2Stream.swift
[740/951] Compiling AwsCommonRuntimeKit HTTP2StreamManager.swift
[741/951] Compiling AwsCommonRuntimeKit HTTP2StreamManagerOptions.swift
[742/951] Compiling AwsCommonRuntimeKit AWSString.swift
[743/951] Compiling AwsCommonRuntimeKit Allocator.swift
[744/951] Compiling AwsCommonRuntimeKit ByteBuffer.swift
[745/951] Compiling AwsCommonRuntimeKit CBOR.swift
[746/951] Compiling OpenTelemetrySdk Clock.swift
[747/951] Compiling OpenTelemetrySdk ComponentRegistry.swift
[748/951] Compiling OpenTelemetrySdk ExportResult.swift
[749/951] Compiling OpenTelemetrySdk InstrumentationLibraryInfo.swift
[750/951] Compiling OpenTelemetrySdk WorkerThread.swift
[751/951] Compiling OpenTelemetrySdk autoreleasepool.swift
[752/951] Compiling OpenTelemetrySdk Locks.swift
[753/951] Compiling OpenTelemetrySdk MillisClock.swift
[754/951] Compiling OpenTelemetrySdk MonotonicClock.swift
[755/951] Compiling OpenTelemetrySdk ReadableLogRecord.swift
[756/951] Compiling OpenTelemetrySdk InMemoryLogRecordExporter.swift
[757/951] Compiling OpenTelemetrySdk LogRecordExporter.swift
[758/951] Compiling OpenTelemetrySdk MultiLogRecordExporter.swift
[759/951] Compiling OpenTelemetrySdk NoopLogRecordExporter.swift
[760/951] Compiling OpenTelemetrySdk LogLimits.swift
[761/951] Compiling OpenTelemetrySdk LogRecordBuilderSdk.swift
[762/951] Compiling OpenTelemetrySdk LoggerBuilderSdk.swift
[763/951] Compiling OpenTelemetrySdk LoggerProviderBuilder.swift
[764/951] Compiling OpenTelemetrySdk LoggerProviderSdk.swift
[765/951] Compiling OpenTelemetrySdk LoggerSdk.swift
[766/951] Compiling OpenTelemetrySdk HistogramExemplarReservoir.swift
[767/951] Compiling OpenTelemetrySdk LongToDoubleExemplarReservoir.swift
[768/951] Compiling OpenTelemetrySdk ReservoirCell.swift
[769/951] Compiling OpenTelemetrySdk ReservoirCellSelector.swift
[770/951] Compiling OpenTelemetrySdk CollectionRegistration.swift
[771/951] Compiling OpenTelemetrySdk MetricProducer.swift
[772/951] Compiling OpenTelemetrySdk StableMetricExporter.swift
[773/951] Compiling OpenTelemetrySdk StablePeriodicMeterReaderBuilder.swift
[783/951] Compiling OpenTelemetrySdk LongCounterSdk.swift
[784/951] Compiling OpenTelemetrySdk LongGaugeBuilderSdk.swift
[785/951] Compiling OpenTelemetrySdk DoublePointData.swift
[786/951] Compiling OpenTelemetrySdk EmptyExponentialHistogramBuckets.swift
[787/951] Compiling OpenTelemetrySdk ExponentialHistogramBuckets.swift
[788/951] Compiling OpenTelemetrySdk ExponentialHistogramPointData.swift
[789/951] Compiling OpenTelemetrySdk HistogramPointData.swift
[790/951] Compiling OpenTelemetrySdk LongPointData.swift
[791/951] Compiling OpenTelemetrySdk SummaryPointData.swift
[792/951] Compiling OpenTelemetrySdk PointData.swift
[793/951] Compiling OpenTelemetrySdk StableMetricData.swift
[794/951] Compiling OpenTelemetrySdk DoubleCounterMeterBuilderSdk.swift
[795/951] Compiling OpenTelemetrySdk DoubleGaugeBuilderSdk.swift
[796/951] Compiling OpenTelemetrySdk DoubleGaugeSdk.swift
[797/951] Compiling OpenTelemetrySdk DoubleHistogramMeterBuilderSdk.swift
[798/951] Compiling OpenTelemetrySdk DoubleHistogramMeterSdk.swift
[799/951] Compiling OpenTelemetrySdk DoubleUpDownCounterBuilderSdk.swift
[800/951] Compiling OpenTelemetrySdk DoubleUpDownCounterSdk.swift
[801/951] Compiling OpenTelemetrySdk ExemplarFilter.swift
[802/951] Compiling OpenTelemetrySdk ExemplarReservoir.swift
[803/951] Compiling OpenTelemetrySdk FilteredExemplarReservoir.swift
[804/951] Compiling OpenTelemetrySdk MeterProviderSdk.swift
[805/951] Compiling OpenTelemetrySdk MeterSdk.swift
[806/951] Compiling OpenTelemetrySdk MeterSharedState.swift
[807/951] Compiling OpenTelemetrySdk BoundRawCounterMetricSdk.swift
[808/951] Compiling OpenTelemetrySdk BoundRawCounterMetricSdkBase.swift
[809/951] Compiling OpenTelemetrySdk BoundRawHistogramMetricSdk.swift
[810/951] Compiling OpenTelemetrySdk BoundRawHistogramMetricSdkBase.swift
[811/951] Compiling OpenTelemetrySdk RawCounterMetricSdk.swift
[812/951] Compiling OpenTelemetrySdk RawCounterMetricSdkBase.swift
[813/951] Compiling OpenTelemetrySdk RawHistogramMetricSdk.swift
[814/951] Compiling OpenTelemetrySdk RawHistogramMetricSdkBase.swift
[815/951] Compiling OpenTelemetrySdk RecordStatus.swift
[816/951] Compiling OpenTelemetrySdk AdaptingCircularBufferCounter.swift
[817/951] Compiling OpenTelemetrySdk AdaptingIntegerArray.swift
[818/951] Compiling OpenTelemetrySdk Aggregation.swift
[819/951] Compiling OpenTelemetrySdk AggregationSelector.swift
[820/951] Compiling OpenTelemetrySdk AggregationTemporality.swift
[821/951] Compiling OpenTelemetrySdk AggregatorFactory.swift
[822/951] Compiling OpenTelemetrySdk AggregatorHandle.swift
[823/951] Compiling OpenTelemetrySdk MultiWritableMetricStorage.swift
[824/951] Compiling OpenTelemetrySdk StableMeterProviderSharedState.swift
[825/951] Compiling OpenTelemetrySdk StableMeterSharedState.swift
[826/951] Compiling OpenTelemetrySdk StableObservableMeasurement.swift
[827/951] Compiling OpenTelemetrySdk SynchronousMetricStorage.swift
[828/951] Compiling OpenTelemetrySdk ValueAtQuantile.swift
[829/951] Compiling OpenTelemetrySdk AttributeProcessor.swift
[830/951] Compiling OpenTelemetrySdk RegisteredView.swift
[831/951] Compiling OpenTelemetrySdk StableView.swift
[832/951] Compiling OpenTelemetrySdk StableViewRegistry.swift
[833/951] Compiling OpenTelemetrySdk ViewBuilder.swift
[834/951] Compiling OpenTelemetrySdk EnvVarResource.swift
[835/951] Compiling OpenTelemetrySdk Resource.swift
[836/951] Compiling OpenTelemetrySdk ResourceAttributes.swift
[837/951] Compiling OpenTelemetrySdk ArrayWithCapacity.swift
[838/951] Compiling OpenTelemetrySdk AttributesDictionary.swift
[839/951] Compiling OpenTelemetrySdk SpanData.swift
[840/951] Compiling OpenTelemetrySdk MultiSpanExporter.swift
[841/951] Compiling OpenTelemetrySdk SpanExporter.swift
[860/951] Compiling OpenTelemetrySdk IdGenerator.swift
[861/951] Compiling OpenTelemetrySdk EnvironmentContextPropagator.swift
[862/951] Compiling OpenTelemetrySdk RandomIdsGenerator.swift
[863/951] Compiling OpenTelemetrySdk ReadableSpan.swift
[864/951] Compiling OpenTelemetrySdk RecordEventsReadableSpan.swift
[865/951] Compiling OpenTelemetrySdk Sampler.swift
[866/951] Compiling OpenTelemetrySdk Samplers.swift
[867/951] Compiling OpenTelemetrySdk SpanBuilderSdk.swift
[868/951] Compiling OpenTelemetrySdk SpanLimits.swift
[869/951] Compiling OpenTelemetrySdk SpanProcessor.swift
[870/951] Compiling OpenTelemetrySdk BatchSpanProcessor.swift
[871/951] Compiling OpenTelemetrySdk MultiSpanProcessor.swift
[872/951] Compiling OpenTelemetrySdk NoopSpanProcessor.swift
[873/951] Compiling OpenTelemetrySdk SimpleSpanProcessor.swift
[874/951] Compiling OpenTelemetrySdk TracerProviderBuilder.swift
[875/951] Compiling OpenTelemetrySdk TracerProviderSdk.swift
[876/951] Compiling OpenTelemetrySdk TracerSdk.swift
[877/951] Compiling OpenTelemetrySdk TracerSharedState.swift
[878/951] Compiling OpenTelemetrySdk Version.swift
[879/974] Compiling InMemoryExporter InMemoryExporter.swift
[880/974] Emitting module InMemoryExporter
[881/974] Compiling OpenTelemetryProtocolExporterCommon trace_service.pb.swift
[882/974] Compiling OpenTelemetryProtocolExporterCommon OtlpSpan.swift
[883/974] Compiling OpenTelemetryProtocolExporterCommon resource.pb.swift
[884/974] Compiling OpenTelemetryProtocolExporterCommon trace.pb.swift
[885/974] Compiling OpenTelemetryProtocolExporterCommon logs.pb.swift
[886/974] Compiling OpenTelemetryProtocolExporterCommon logs_service.pb.swift
[887/976] Compiling OpenTelemetryProtocolExporterCommon SpanAdapter.swift
[888/976] Compiling OpenTelemetryProtocolExporterCommon TraceProtoUtils.swift
[889/976] Compiling OpenTelemetryProtocolExporterCommon MetricsAdapter.swift
[890/976] Compiling OpenTelemetryProtocolExporterCommon common.pb.swift
[891/976] Compiling OpenTelemetryProtocolExporterCommon ResourceAdapter.swift
[892/976] Compiling OpenTelemetryProtocolExporterCommon LogRecordAdapter.swift
[893/976] Compiling OpenTelemetryProtocolExporterCommon CommonAdapter.swift
[894/976] Compiling OpenTelemetryProtocolExporterCommon Constants.swift
[895/976] Compiling OpenTelemetryProtocolExporterCommon EnvVarHeaders.swift
[896/976] Compiling OpenTelemetryProtocolExporterCommon ExporterMetrics.swift
[897/976] Compiling OpenTelemetryProtocolExporterCommon Headers.swift
[898/976] Compiling OpenTelemetryProtocolExporterCommon OtlpConfiguration.swift
[899/976] Compiling OpenTelemetryProtocolExporterCommon metrics.pb.swift
[900/976] Compiling OpenTelemetryProtocolExporterCommon metrics_service.pb.swift
[901/976] Emitting module OpenTelemetryProtocolExporterCommon
[902/976] Compiling OpenTelemetryProtocolExporterCommon profiles.pb.swift
[903/976] Compiling OpenTelemetryProtocolExporterCommon profiles_service.pb.swift
[904/985] Compiling OpenTelemetryProtocolExporterHttp OtlpHttpExporterBase.swift
[905/985] Emitting module OpenTelemetryProtocolExporterHttp
[906/985] Compiling OpenTelemetryProtocolExporterHttp HTTPClient.swift
[907/985] Compiling OpenTelemetryProtocolExporterHttp OtlpHttpTraceExporter.swift
[908/985] Compiling OpenTelemetryProtocolExporterHttp StableOtlpHTTPExporterBase.swift
[909/985] Compiling OpenTelemetryProtocolExporterHttp OtlpHttpLogExporter.swift
[910/985] Compiling OpenTelemetryProtocolExporterHttp OltpHTTPMetricExporter.swift
[911/985] Compiling OpenTelemetryProtocolExporterHttp Lock.swift
[912/985] Compiling OpenTelemetryProtocolExporterHttp StableOtlpHTTPMetricExporter.swift
[961/993] Emitting module AwsCommonRuntimeKit
[986/993] Compiling AwsCommonRuntimeKit Mqtt5Packets.swift
[987/993] Compiling AwsCommonRuntimeKit MqttRequestResponseClient.swift
[988/993] Compiling AwsCommonRuntimeKit FileBasedConfiguration.swift
[989/993] Compiling AwsCommonRuntimeKit EndpointProperty.swift
[990/993] Compiling AwsCommonRuntimeKit EndpointsRequestContext.swift
[991/993] Compiling AwsCommonRuntimeKit EndpointsRuleEngine.swift
[992/993] Compiling AwsCommonRuntimeKit ResolvedEndpointType.swift
[993/993] Compiling AwsCommonRuntimeKit resource_bundle_accessor.swift
[994/1025] Compiling AWSSDKCommon FileBasedConfigurationKeys.swift
[995/1025] Compiling AWSSDKCommon FileBasedConfiguration.swift
[996/1025] Compiling SmithyIdentity AWSCredentialIdentityUtilityInitializers.swift
[997/1026] Compiling SmithyIdentity BearerTokenIdentity.swift
[998/1026] Compiling AWSSDKCommon CRTFileBasedConfiguration.swift
[999/1026] Compiling SmithyIdentity AWSCredentialIdentity.swift
[1000/1026] Compiling SmithyIdentity AWSCredentialIdentityResolver.swift
[1001/1026] Emitting module AWSSDKCommon
[1002/1026] Compiling AWSSDKCommon FieldResolver.swift
[1003/1026] Compiling SmithyIdentity StaticBearerTokenIdentityResolver.swift
[1004/1026] Compiling SmithyIdentity AWSCredentialIdentityResolvedByCRT.swift
[1005/1026] Compiling SmithyIdentity BearerTokenIdentityResolver.swift
[1006/1026] Compiling SmithyIdentity CustomAWSCredentialIdentityResolver.swift
[1007/1026] Emitting module SmithyIdentity
[1008/1026] Compiling SmithyIdentity AWSCredentialIdentityResolverCRTAdapter.swift
[1009/1026] Compiling SmithyIdentity StaticAWSCredentialIdentityResolver.swift
[1010/1026] Compiling SmithyStreams StreamableHttpBody.swift
[1011/1026] Compiling SmithyStreams NSLock+Extension.swift
[1012/1026] Compiling SmithyStreams BufferedStream.swift
[1013/1026] Compiling SmithyStreams FileStream.swift
[1014/1026] Emitting module SmithyStreams
[1015/1026] Compiling SmithyEventStreams Header+CRT.swift
[1016/1026] Compiling SmithyEventStreams Message+CRT.swift
[1017/1026] Compiling SmithyIdentity CRTAWSCredentialIdentity.swift
[1018/1026] Emitting module SmithyCBOR
[1019/1026] Compiling SmithyCBOR Writer.swift
[1020/1026] Compiling SmithyCBOR NodeInfo.swift
[1021/1026] Compiling SmithyCBOR Reader.swift
[1022/1026] Compiling SmithyEventStreams DefaultMessageEncoder.swift
[1023/1026] Compiling SmithyEventStreams DefaultMessageDecoderStream.swift
[1024/1026] Compiling SmithyEventStreams DefaultMessageEncoderStream.swift
[1025/1026] Emitting module SmithyEventStreams
[1026/1026] Compiling SmithyEventStreams DefaultMessageDecoder.swift
[1027/1030] Compiling SmithyHTTPClient SdkHttpRequest+CRT.swift
[1028/1030] Compiling SmithyHTTPClient Headers+Extension.swift
[1029/1030] Emitting module SmithyHTTPClient
[1030/1030] Compiling SmithyHTTPClient SdkHttpRequestBuilder+HTTPRequestBase.swift
[1031/1049] Compiling SmithyChecksums SigningConfig+Extension.swift
[1032/1050] Compiling SmithyHTTPAuth BearerTokenSigner.swift
[1033/1050] Compiling SmithyChecksums MD5.swift
[1034/1050] Compiling SmithyChecksums SHA1.swift
[1035/1050] Compiling SmithyChecksums SHA256.swift
[1036/1050] Compiling SmithyHTTPAuth SigV4AuthScheme.swift
[1037/1050] Compiling SmithyHTTPAuth CRTAdapters.swift
[1038/1050] Compiling SmithyHTTPAuth BearerTokenAuthScheme.swift
[1039/1050] Compiling SmithyHTTPAuth DefaultIdentityResolverConfiguration.swift
[1040/1050] Compiling SmithyHTTPAuth AWSSigningConfig.swift
[1041/1050] Compiling SmithyHTTPAuth SigV4Signer.swift
[1042/1050] Emitting module SmithyHTTPAuth
[1043/1050] Compiling SmithyChecksums ChunkedStream.swift
[1044/1050] Compiling SmithyChecksums ChecksumAlgorithm.swift
[1045/1050] Emitting module SmithyChecksums
[1046/1050] Compiling SmithyChecksums CRC64NVME.swift
[1047/1050] Compiling SmithyChecksums CRC32.swift
[1048/1050] Compiling SmithyChecksums CRC32C.swift
[1049/1050] Compiling SmithyChecksums ChunkedReader.swift
[1050/1050] Compiling SmithyChecksums ValidatingBufferedStream.swift
[1051/1188] Compiling AWSSDKChecksums AWSChecksumCalculationMode.swift
[1052/1188] Compiling AWSSDKChecksums Context+Checksum.swift
[1053/1188] Compiling AWSSDKChecksums AWSChunkedUtil.swift
[1054/1188] Emitting module AWSSDKChecksums
[1055/1194] Compiling ClientRuntime Client.swift
[1056/1194] Compiling ClientRuntime ClientBuilder.swift
[1057/1194] Compiling ClientRuntime ClockSkewProvider.swift
[1058/1194] Compiling ClientRuntime ClockSkewStore.swift
[1059/1194] Compiling ClientRuntime DefaultClockSkewProvider.swift
[1060/1194] Compiling ClientRuntime ClientConfigDefaultsProvider.swift
[1061/1194] Compiling ClientRuntime ClientConfiguration.swift
[1062/1194] Compiling ClientRuntime Context+Config.swift
[1063/1194] Compiling ClientRuntime ContextBuilder+withSmithyDefaultConfig.swift
[1064/1194] Compiling ClientRuntime DefaultClientConfiguration.swift
[1065/1194] Compiling ClientRuntime DefaultHttpClientConfiguration.swift
[1066/1194] Compiling ClientRuntime DefaultIdempotencyTokenGenerator.swift
[1067/1194] Compiling ClientRuntime DefaultSDKRuntimeConfiguration.swift
[1068/1194] Compiling ClientRuntime IdempotencyTokenGenerator.swift
[1069/1194] Compiling ClientRuntime IdentityPropertyKeys.swift
[1070/1208] Compiling AWSSDKHTTPAuth CustomSigningPropertiesSetter.swift
[1071/1208] Compiling AWSSDKHTTPAuth SigV4S3ExpressAuthScheme.swift
[1072/1208] Compiling AWSSDKHTTPAuth SigV4AuthScheme.swift
[1073/1208] Compiling AWSSDKHTTPAuth SigV4AAuthScheme.swift
[1074/1208] Emitting module ClientRuntime
[1075/1208] Emitting module AWSSDKHTTPAuth
[1076/1208] Compiling AWSSDKHTTPAuth AWSSigV4Signer.swift
[1077/1208] Compiling ClientRuntime CRTResolvedEndpoint.swift
[1078/1208] Compiling ClientRuntime CRTResolvedEndpointType.swift
[1079/1208] Compiling ClientRuntime CredentialScope.swift
[1080/1208] Compiling ClientRuntime DefaultEndpointResolver.swift
[1081/1208] Compiling ClientRuntime EndpointError.swift
[1082/1208] Compiling ClientRuntime EndpointResolverMiddleware.swift
[1083/1208] Compiling ClientRuntime EndpointsAuthSchemeResolver.swift
[1084/1208] Compiling ClientRuntime EndpointsRequestContext.swift
[1085/1208] Compiling ClientRuntime EndpointsRequestContextProviding.swift
[1086/1208] Compiling ClientRuntime EndpointsRuleEngine.swift
[1087/1208] Compiling ClientRuntime PartitionDefinition.swift
[1088/1208] Compiling ClientRuntime ServiceEndpointMetadata.swift
[1089/1208] Compiling ClientRuntime SmithyEndpoint.swift
[1090/1208] Compiling ClientRuntime StaticEndpointResolver.swift
[1091/1208] Compiling ClientRuntime Context+Idempotency.swift
[1092/1208] Compiling ClientRuntime LoggerProvider.swift
[1093/1208] Compiling ClientRuntime SDKLogHandlerFactory.swift
[1094/1208] Compiling ClientRuntime SDKLogLevel.swift
[1095/1208] Compiling ClientRuntime SDKLoggingSystem.swift
[1096/1208] Compiling ClientRuntime AsyncMeasurement.swift
[1097/1208] Compiling ClientRuntime Histogram.swift
[1098/1208] Compiling ClientRuntime Meter.swift
[1099/1208] Compiling ClientRuntime MeterProvider.swift
[1100/1208] Compiling ClientRuntime MonotonicCounter.swift
[1101/1208] Compiling ClientRuntime UpDownCounter.swift
[1102/1208] Compiling ClientRuntime OTelProvider.swift
[1103/1208] Compiling ClientRuntime OTelTracing.swift
[1104/1208] Compiling ClientRuntime OTelUtils.swift
[1105/1208] Compiling ClientRuntime TelemetryProvider.swift
[1106/1208] Compiling ClientRuntime QueryItemProvider.swift
[1107/1208] Compiling ClientRuntime URLPathProvider.swift
[1108/1208] Compiling ClientRuntime QueryItemMiddleware.swift
[1109/1208] Compiling ClientRuntime BlobBodyMiddleware.swift
[1110/1208] Compiling ClientRuntime BlobStreamBodyMiddleware.swift
[1111/1208] Compiling ClientRuntime BodyMiddleware.swift
[1112/1208] Compiling ClientRuntime EnumBodyMiddleware.swift
[1113/1208] Compiling ClientRuntime EventStreamBodyMiddleware.swift
[1114/1208] Compiling ClientRuntime PayloadBodyMiddleware.swift
[1115/1208] Compiling ClientRuntime StringBodyMiddleware.swift
[1116/1208] Compiling ClientRuntime SignerMiddleware.swift
[1117/1208] Compiling ClientRuntime URLHostMiddleware.swift
[1118/1208] Compiling ClientRuntime URLPathMiddleware.swift
[1119/1208] Compiling ClientRuntime SdkHttpClient.swift
[1120/1208] Compiling ClientRuntime String+URLPercentEncoding.swift
[1121/1214] Compiling ClientRuntime Endpoint+CRT.swift
[1122/1214] Compiling ClientRuntime HTTP2Stream+ByteStream.swift
[1123/1214] Compiling ClientRuntime SDKDefaultIO.swift
[1124/1214] Compiling ClientRuntime HTTPError.swift
[1125/1214] Compiling ClientRuntime HTTPResponse+WireDataProviding.swift
[1126/1214] Compiling ClientRuntime HttpClientConfiguration.swift
[1127/1214] Compiling ClientRuntime AuthSchemeMiddleware.swift
[1128/1214] Compiling ClientRuntime ContentLengthMiddleware.swift
[1129/1214] Compiling ClientRuntime ContentMD5Middleware.swift
[1130/1214] Compiling ClientRuntime ContentTypeMiddleware.swift
[1131/1214] Compiling ClientRuntime DeserializeMiddleware.swift
[1132/1214] Compiling ClientRuntime HeaderMiddleware.swift
[1133/1214] Compiling ClientRuntime LoggerMiddleware.swift
[1134/1214] Compiling ClientRuntime MutateHeadersMiddleware.swift
[1135/1214] Compiling ClientRuntime HeaderProvider.swift
[1136/1214] Compiling ClientRuntime SpanContext.swift
[1137/1214] Compiling ClientRuntime SpanKind.swift
[1138/1214] Compiling ClientRuntime TraceSpan.swift
[1139/1214] Compiling ClientRuntime TraceSpanStatus.swift
[1140/1214] Compiling ClientRuntime Tracer.swift
[1141/1214] Compiling ClientRuntime TracerProvider.swift
[1142/1214] Compiling ClientRuntime Initialize.swift
[1143/1214] Compiling ClientRuntime PlatformOperatingSystem.swift
[1144/1214] Compiling ClientRuntime PlatformOperationSystemVersion.swift
[1145/1214] Compiling ClientRuntime SwiftVersion.swift
[1146/1214] Compiling ClientRuntime RpcV2CborError.swift
[1147/1214] Compiling ClientRuntime RpcV2CborQueryCompatible.swift
[1148/1214] Compiling ClientRuntime RpcV2CborValidateResponseHeaderMiddleware.swift
[1149/1214] Compiling ClientRuntime resource_bundle_accessor.swift
[1150/1214] Compiling ClientRuntime TLSConfiguration.swift
[1151/1214] Compiling ClientRuntime FoundationStreamBridge.swift
[1152/1214] Compiling ClientRuntime URLSessionConfiguration+HTTPClientConfiguration.swift
[1153/1214] Compiling ClientRuntime URLSessionHTTPClient.swift
[1154/1214] Compiling ClientRuntime URLSessionTLSOptions.swift
[1155/1214] Compiling ClientRuntime URLSessionTLSResolverUtils.swift
[1156/1214] Compiling ClientRuntime UnknownHttpServiceError.swift
[1157/1214] Compiling ClientRuntime ModeledError.swift
[1158/1214] Compiling ClientRuntime ServiceError.swift
[1159/1214] Compiling ClientRuntime ByteStream+FileHandle.swift
[1160/1214] Compiling ClientRuntime ByteStream+Validating.swift
[1161/1214] Compiling ClientRuntime UnknownServiceError.swift
[1162/1214] Compiling ClientRuntime ApplyEndpoint.swift
[1163/1214] Compiling ClientRuntime ApplySigner.swift
[1164/1214] Compiling ClientRuntime AuthSchemeSelector.swift
[1165/1214] Compiling ClientRuntime ExecuteRequest.swift
[1166/1214] Compiling ClientRuntime Orchestrator.swift
[1167/1214] Compiling ClientRuntime OrchestratorBuilder.swift
[1168/1214] Compiling ClientRuntime OrchestratorTelemetry.swift
[1169/1214] Compiling ClientRuntime PaginateToken.swift
[1170/1214] Compiling ClientRuntime PaginatorSequence.swift
[1171/1214] Compiling ClientRuntime AuthSchemePlugin.swift
[1172/1214] Compiling ClientRuntime DefaultClientPlugin.swift
[1173/1214] Compiling ClientRuntime HttpClientPlugin.swift
[1174/1214] Compiling ClientRuntime Plugin.swift
[1175/1214] Compiling ClientRuntime RetryPlugin.swift
[1176/1214] Compiling ClientRuntime TelemetryPlugin.swift
[1177/1214] Compiling ClientRuntime AsyncSequence+Extension.swift
[1178/1214] Compiling ClientRuntime FileHandle+Extension.swift
[1179/1214] Compiling ClientRuntime Indirect.swift
[1180/1214] Compiling ClientRuntime NSLock+Extension.swift
[1181/1214] Compiling ClientRuntime Number+Extension.swift
[1182/1214] Compiling ClientRuntime String+Extensions.swift
[1183/1214] Compiling ClientRuntime DefaultRetryErrorInfoProvider.swift
[1184/1214] Compiling ClientRuntime CharacterSet+Extension.swift
[1185/1214] Compiling ClientRuntime Double+Extension.swift
[1186/1214] Compiling ClientRuntime HeaderUtils.swift
[1187/1214] Compiling ClientRuntime TimestampFormatter.swift
[1188/1214] Compiling ClientRuntime TelemetryContext.swift
[1189/1214] Compiling ClientRuntime TelemetryContextManager.swift
[1190/1214] Compiling ClientRuntime TelemetryScope.swift
[1191/1214] Compiling ClientRuntime DefaultTelemetry.swift
[1192/1214] Compiling ClientRuntime ClientLogMode.swift
[1193/1214] Compiling ClientRuntime LogLevel+StringExtension.swift
[1194/1214] Compiling AWSSDKEventStreamsAuth Context+Signing.swift
[1195/1214] Compiling AWSSDKEventStreamsAuth String+hexaData.swift
[1196/1214] Compiling AWSSDKEventStreamsAuth Context+AWSEventStreamsAuth.swift
[1197/1214] Compiling AWSSDKEventStreamsAuth AWSSigV4Signer+EventStreams.swift
[1198/1214] Emitting module AWSSDKEventStreamsAuth
[1199/1214] Compiling AWSSDKEventStreamsAuth AWSMessageSigner.swift
[1200/1214] Compiling ClientRuntime IdempotencyTokenMiddleware.swift
[1201/1214] Compiling ClientRuntime AnyInterceptor.swift
[1202/1214] Compiling ClientRuntime DefaultInterceptorContext.swift
[1203/1214] Compiling ClientRuntime HttpInterceptorProvider.swift
[1204/1214] Compiling ClientRuntime Interceptor.swift
[1205/1214] Compiling ClientRuntime InterceptorContext.swift
[1206/1214] Compiling ClientRuntime InterceptorProvider.swift
[1207/1214] Compiling ClientRuntime Interceptors.swift
[1208/1214] Compiling ClientRuntime SendableHttpInterceptorProviderBox.swift
[1209/1214] Compiling ClientRuntime SendableInterceptorProviderBox.swift
[1210/1214] Compiling ClientRuntime BaseError.swift
[1211/1214] Compiling ClientRuntime CRTClientEngine.swift
[1212/1214] Compiling ClientRuntime CRTClientEngineConfig.swift
[1213/1214] Compiling ClientRuntime CRTClientEngineLogHandlerFactory.swift
[1214/1214] Compiling ClientRuntime CRTClientTLSOptions.swift
[1215/1280] Emitting module AWSClientRuntime
[1216/1287] Compiling AWSClientRuntime EndpointResolverMiddleware.swift
[1217/1287] Compiling AWSClientRuntime Partition.swift
[1218/1287] Compiling AWSClientRuntime ServiceEndpointMetadata+Extension.swift
[1219/1287] Compiling AWSClientRuntime Environment.swift
[1220/1287] Compiling AWSClientRuntime AWSS3ServiceError.swift
[1221/1287] Compiling AWSClientRuntime AWSServiceError.swift
[1222/1287] Compiling AWSClientRuntime InvalidAccessKeyId.swift
[1223/1287] Compiling AWSClientRuntime AWSClientConfigDefaultsProvider.swift
[1224/1287] Compiling AWSClientRuntime AWSServiceClient.swift
[1225/1287] Compiling AWSClientRuntime AWSClockSkewProvider.swift
[1226/1287] Compiling AWSClientRuntime AWSChecksumsConfig.swift
[1227/1287] Compiling AWSClientRuntime AWSDefaultClientConfiguration.swift
[1228/1287] Compiling AWSClientRuntime AWSRegionClientConfiguration.swift
[1229/1287] Compiling AWSClientRuntime AuthSchemeConfig.swift
[1230/1287] Compiling AWSClientRuntime AuthTokenGenerator.swift
[1231/1287] Compiling AWSClientRuntime BedrockAPIKeyInterceptor.swift
[1232/1287] Compiling AWSClientRuntime Context+usesBearerServiceEnvVars.swift
[1233/1287] Compiling AWSClientRuntime AWSEndpoint.swift
[1234/1287] Compiling AWSClientRuntime AWSEndpointConfig.swift
[1235/1287] Compiling AWSClientRuntime AWSPartitionDefinition.swift
[1236/1287] Compiling AWSClientRuntime AccountIDEndpointMode.swift
[1237/1287] Compiling AWSClientRuntime Context+AccountIDEndpointMode.swift
[1238/1287] Compiling AWSClientRuntime Context+ResolvedAccountID.swift
[1239/1287] Compiling AWSClientRuntime UnknownAWSHTTPErrorCandidate.swift
[1240/1287] Compiling AWSClientRuntime UnknownAWSHTTPServiceError.swift
[1241/1287] Compiling AWSClientRuntime HttpResponse+AWS.swift
[1242/1287] Compiling AWSClientRuntime IMDSClient.swift
[1243/1287] Compiling AWSClientRuntime IMDSConfig.swift
[1244/1287] Compiling AWSClientRuntime AWSS3ErrorWith200StatusXMLMiddleware.swift
[1245/1287] Compiling AWSClientRuntime AmzSdkInvocationIdMiddleware.swift
[1246/1287] Compiling AWSClientRuntime APIMetadata.swift
[1247/1287] Compiling AWSClientRuntime AWSUserAgentMetadata.swift
[1248/1287] Compiling AWSClientRuntime AdditionalMetadata.swift
[1249/1287] Compiling AWSClientRuntime AppIDConfig.swift
[1250/1287] Compiling AWSClientRuntime AppIDMetadata.swift
[1251/1287] Compiling AWSClientRuntime BusinessMetrics.swift
[1252/1287] Compiling AWSClientRuntime ExecutionEnvMetadata.swift
[1253/1287] Compiling AWSClientRuntime AWSQueryCompatibleUtils.swift
[1254/1287] Compiling AWSClientRuntime AWSQueryError.swift
[1255/1287] Compiling AWSClientRuntime EC2QueryError.swift
[1256/1287] Compiling AWSClientRuntime RestJSONError.swift
[1257/1287] Compiling AWSClientRuntime RestXMLError.swift
[1258/1287] Compiling AWSClientRuntime DefaultRegionResolver.swift
[1259/1287] Compiling AWSClientRuntime EnvironmentRegionProvider.swift
[1260/1287] Compiling AWSClientRuntime IMDSRegionProvider.swift
[1261/1287] Compiling AWSClientRuntime ProfileRegionProvider.swift
[1262/1287] Compiling AWSClientRuntime RegionProvider.swift
[1263/1287] Compiling AWSClientRuntime RegionResolver.swift
[1264/1287] Compiling AWSClientRuntime AWSRetryConfig.swift
[1265/1287] Compiling AWSClientRuntime AWSRetryErrorInfoProvider.swift
[1266/1287] Compiling AWSClientRuntime AWSRetryMode.swift
[1267/1287] Compiling AWSClientRuntime DefaultAWSClientPlugin.swift
[1268/1287] Compiling AWSClientRuntime RegionPlugin.swift
[1269/1287] Compiling AWSClientRuntime Data+Extension.swift
[1270/1287] Compiling AWSClientRuntime String+Extension.swift
[1271/1287] Compiling AWSClientRuntime TimeInterval+Extension.swift
[1272/1287] Compiling AWSClientRuntime AWSJSONError.swift
[1273/1287] Compiling AWSClientRuntime AwsQueryCompatibleErrorDetails.swift
[1274/1287] Compiling AWSClientRuntime FrameworkMetadata.swift
[1275/1287] Compiling AWSClientRuntime InternalMetadata.swift
[1276/1287] Compiling AWSClientRuntime LanguageMetadata.swift
[1277/1287] Compiling AWSClientRuntime OSMetadata.swift
[1278/1287] Compiling AWSClientRuntime SDKMetadata.swift
[1279/1287] Compiling AWSClientRuntime UserAgentMetadata.swift
[1280/1287] Compiling AWSClientRuntime resource_bundle_accessor.swift
[1281/1287] Compiling AWSClientRuntime AmzSdkRequestMiddleware.swift
[1282/1287] Compiling AWSClientRuntime FlexibleChecksumsRequestMiddleware.swift
[1283/1287] Compiling AWSClientRuntime FlexibleChecksumsResponseMiddleware.swift
[1284/1287] Compiling AWSClientRuntime Route53TrimHostedZoneMiddleware.swift
[1285/1287] Compiling AWSClientRuntime Sha256TreeHashMiddleware.swift
[1286/1287] Compiling AWSClientRuntime UserAgentMiddleware.swift
[1287/1287] Compiling AWSClientRuntime XAmzTargetMiddleware.swift
[1288/1317] Compiling InternalAWSSSOOIDC AuthSchemeResolver.swift
[1289/1317] Compiling InternalAWSCognitoIdentity Endpoints.swift
[1290/1317] Compiling InternalAWSCognitoIdentity AuthSchemeResolver.swift
[1291/1317] Emitting module InternalAWSSSO
[1292/1317] Emitting module InternalAWSSTS
[1293/1317] Emitting module InternalAWSCognitoIdentity
[1294/1317] Compiling InternalAWSSignin Endpoints.swift
[1295/1317] Emitting module InternalAWSSSOOIDC
[1296/1317] Compiling InternalAWSSSO Models.swift
[1297/1317] Compiling InternalAWSSSO Endpoints.swift
[1298/1317] Emitting module InternalAWSSignin
[1299/1317] Compiling InternalAWSCognitoIdentity Plugins.swift
[1300/1317] Compiling InternalAWSCognitoIdentity Models.swift
[1301/1317] Compiling InternalAWSSSOOIDC Models.swift
[1302/1317] Compiling InternalAWSSSOOIDC Plugins.swift
[1303/1317] Compiling InternalAWSSSOOIDC Endpoints.swift
[1304/1317] Compiling InternalAWSSSOOIDC SSOOIDCClient.swift
[1305/1317] Compiling InternalAWSSignin Plugins.swift
[1306/1317] Compiling InternalAWSSignin Models.swift
[1307/1317] Compiling InternalAWSSignin SigninClient.swift
[1308/1317] Compiling InternalAWSSignin AuthSchemeResolver.swift
[1309/1317] Compiling InternalAWSSTS AuthSchemeResolver.swift
[1310/1317] Compiling InternalAWSSTS Plugins.swift
[1311/1317] Compiling InternalAWSSTS Models.swift
[1312/1317] Compiling InternalAWSSTS STSClient.swift
[1313/1317] Compiling InternalAWSSTS Endpoints.swift
[1314/1317] Compiling InternalAWSSSO Plugins.swift
[1315/1317] Compiling InternalAWSSSO AuthSchemeResolver.swift
[1316/1317] Compiling InternalAWSSSO SSOClient.swift
[1317/1317] Compiling InternalAWSCognitoIdentity CognitoIdentityClient.swift
[1318/1352] Emitting module AWSSDKIdentity
[1319/1355] Compiling AWSSDKIdentity DefaultS3ExpressIdentityResolver.swift
[1320/1355] Compiling AWSSDKIdentity S3ExpressCachedElement.swift
[1321/1355] Compiling AWSSDKIdentity S3ExpressClientError.swift
[1322/1355] Compiling AWSSDKIdentity IdentityProvidingSSOOIDCClient.swift
[1323/1355] Compiling AWSSDKIdentity IdentityProvidingSTSClient.swift
[1324/1355] Compiling AWSSDKIdentity Context+S3ExpressIdentity.swift
[1325/1355] Compiling AWSSDKIdentity IMDSToken.swift
[1326/1355] Compiling AWSSDKIdentity IMDSTokenProvider.swift
[1327/1355] Compiling AWSSDKIdentity IdentityProvidingCognitoIdentityClient.swift
[1328/1355] Compiling AWSSDKIdentity IdentityProvidingSSOClient.swift
[1329/1355] Compiling AWSSDKIdentity AWSCredentialIdentity.swift
[1330/1355] Compiling AWSSDKIdentity AWSCredentialIdentityResolverError.swift
[1331/1355] Compiling AWSSDKIdentity CachedAWSCredentialIdentityResolver.swift
[1332/1355] Compiling AWSSDKIdentity CognitoAWSCredentialIdentityResolver.swift
[1333/1355] Compiling AWSSDKIdentity StaticAWSCredentialIdentityResolver.swift
[1334/1355] Compiling AWSSDKIdentity AWSIdentityPropertyKeys.swift
[1335/1355] Compiling AWSSDKIdentity DefaultBearerTokenIdentityResolverChain.swift
[1336/1355] Compiling AWSSDKIdentity SSOBearerTokenIdentityResolver.swift
[1337/1355] Compiling AWSSDKIdentity S3ExpressCreateSessionClient.swift
[1338/1355] Compiling AWSSDKIdentity S3ExpressIdentity.swift
[1339/1355] Compiling AWSSDKIdentity S3ExpressIdentityResolver.swift
[1340/1355] Compiling AWSSDKIdentity CredentialFeatureID.swift
[1341/1355] Compiling AWSSDKIdentity CredentialFeatureIDInterceptor.swift
[1342/1355] Compiling AWSSDKIdentity IMDSClient.swift
[1343/1355] Compiling AWSSDKIdentity IMDSError.swift
[1344/1355] Compiling AWSSDKIdentity SSOAWSCredentialIdentityResolver.swift
[1345/1355] Compiling AWSSDKIdentity STSAssumeRoleAWSCredentialIdentityResolver.swift
[1346/1355] Compiling AWSSDKIdentity STSWebIdentityAWSCredentialIdentityResolver.swift
[1347/1355] Compiling AWSSDKIdentity SharedConfigStaticAWSCredentialIdentityResolver.swift
[1348/1355] Compiling AWSSDKIdentity CustomAWSCredentialIdentityResolver.swift
[1349/1355] Compiling AWSSDKIdentity DefaultAWSCredentialIdentityResolverChain.swift
[1350/1355] Compiling AWSSDKIdentity ECSAWSCredentialIdentityResolver.swift
[1351/1355] Compiling AWSSDKIdentity EnvironmentAWSCredentialIdentityResolver.swift
[1352/1355] Compiling AWSSDKIdentity IMDSAWSCredentialIdentityResolver.swift
[1353/1355] Compiling AWSSDKIdentity LoginAWSCredentialIdentityResolver.swift
[1354/1355] Compiling AWSSDKIdentity ProcessAWSCredentialIdentityResolver.swift
[1355/1355] Compiling AWSSDKIdentity ProfileAWSCredentialIdentityResolver.swift
[1356/1379] Compiling AWSBedrockRuntime Plugins.swift
[1357/1379] Compiling AWSBedrock Endpoints.swift
[1358/1379] Compiling AWSBedrock Plugins.swift
[1359/1379] Compiling AWSBedrockAgentRuntime Endpoints.swift
[1360/1379] Compiling AWSBedrockAgentRuntime Plugins.swift
[1361/1379] Compiling AWSSSOOIDC Plugins.swift
[1362/1379] Compiling AWSSSOOIDC Models.swift
[1363/1379] Compiling AWSSSOOIDC AuthSchemeResolver.swift
[1364/1379] Emitting module AWSSSOOIDC
[1365/1379] Compiling AWSSSOOIDC Endpoints.swift
[1366/1379] Compiling AWSSSOOIDC SSOOIDCClient.swift
[1367/1379] Compiling AWSBedrockRuntime BedrockRuntimeClient.swift
[1368/1379] Emitting module AWSBedrockRuntime
[1369/1379] Compiling AWSBedrockRuntime AuthSchemeResolver.swift
[1370/1379] Compiling AWSBedrockRuntime Endpoints.swift
[1371/1379] Compiling AWSBedrockRuntime Models.swift
[1372/1379] Compiling AWSBedrockAgentRuntime AuthSchemeResolver.swift
[1373/1379] Compiling AWSBedrockAgentRuntime BedrockAgentRuntimeClient.swift
[1374/1379] Compiling AWSBedrockAgentRuntime Models.swift
[1375/1379] Emitting module AWSBedrockAgentRuntime
[1376/1379] Compiling AWSBedrock AuthSchemeResolver.swift
[1377/1379] Compiling AWSBedrock BedrockClient.swift
[1378/1379] Emitting module AWSBedrock
[1379/1379] Compiling AWSBedrock Models.swift
[1380/1474] Compiling BedrockService InvokeModelRequest.swift
[1381/1474] Compiling BedrockService InvokeModelResponse.swift
[1382/1474] Compiling BedrockService Protocols.swift
[1383/1474] Compiling BedrockService TextCompletion.swift
[1384/1474] Compiling BedrockService ConverseFeature.swift
[1385/1474] Compiling BedrockService ConverseModality.swift
[1386/1474] Compiling BedrockService CrossRegionInference.swift
[1387/1474] Compiling BedrockService EmbeddingsModality.swift
[1388/1474] Compiling BedrockService ImageModality.swift
[1389/1474] Compiling BedrockService Modality.swift
[1390/1484] Emitting module BedrockService
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:38:25: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
36 |
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
40 | BedrockConfigProtocol
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:39:32: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:42:37: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
42 | extension BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
43 | BedrockConfigProtocol
44 | {}
[1391/1484] Compiling BedrockService ResponseMetaData.swift
[1392/1484] Compiling BedrockService ToolUseStart.swift
[1393/1484] Compiling BedrockService Tool.swift
[1394/1484] Compiling BedrockService BedrockService+ImageParameterValidation.swift
[1395/1484] Compiling BedrockService BedrockService+InvokeModelEmbeddings.swift
[1396/1484] Compiling BedrockService BedrockService+InvokeModelImage.swift
[1397/1484] Compiling BedrockService BedrockService+InvokeModelText.swift
[1398/1484] Compiling BedrockService ContentType.swift
[1399/1484] Compiling BedrockService Embeddings.swift
[1400/1484] Compiling BedrockService ImageGenerationOutput.swift
[1401/1484] Compiling BedrockService ImageResolution.swift
[1402/1484] Compiling BedrockService AmazonImage.swift
[1403/1484] Compiling BedrockService AmazonImageRequestBody.swift
[1404/1484] Compiling BedrockService AmazonImageResponseBody.swift
[1405/1484] Compiling BedrockService Nova.swift
[1406/1484] Compiling BedrockService NovaBedrockModels.swift
[1407/1484] Compiling BedrockService NovaImageResolutionValidator.swift
[1408/1484] Compiling BedrockService NovaRequestBody.swift
[1409/1484] Compiling BedrockService NovaResponseBody.swift
[1410/1484] Compiling BedrockService TaskType.swift
[1411/1484] Compiling BedrockService TitanImageResolutionValidator.swift
[1412/1484] Compiling BedrockService AnthropicGlobalModels.swift
[1413/1484] Compiling BedrockService AnthropicRequestBody.swift
[1414/1484] Compiling BedrockService AnthropicResponseBody.swift
[1415/1484] Compiling BedrockService BedrockModel.swift
[1416/1484] Compiling BedrockService CohereBedrockModels.swift
[1417/1484] Compiling BedrockService DeepSeek.swift
[1418/1484] Compiling BedrockService DeepSeekBedrockModels.swift
[1419/1484] Compiling BedrockService DeepSeekRequestBody.swift
[1420/1484] Compiling BedrockService DeepSeekResponseBody.swift
[1421/1484] Compiling BedrockService JambaBedrockModels.swift
[1422/1484] Compiling BedrockService TitanRequestBody.swift
[1423/1484] Compiling BedrockService TitanResponseBody.swift
[1424/1484] Compiling BedrockService TitanText.swift
[1425/1484] Compiling BedrockService TitanTextBedrockModels.swift
[1426/1484] Compiling BedrockService TitanEmbeddings.swift
[1427/1484] Compiling BedrockService TitanEmbeddingsBedrockModels.swift
[1428/1484] Compiling BedrockService TitanEmbeddingsRequestBody.swift
[1429/1484] Compiling BedrockService TitanEmbeddingsResponseBody.swift
[1430/1484] Compiling BedrockService Anthropic.swift
[1431/1484] Compiling BedrockService AnthropicBedrockModels.swift
[1432/1484] Compiling BedrockService BedrockAuthentication+JWT.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:38:25: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
36 |
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
40 | BedrockConfigProtocol
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:39:32: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:42:37: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
42 | extension BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
43 | BedrockConfigProtocol
44 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:32:47: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
30 | logger: Logging.Logger
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
34 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:33:54: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
34 | authentication: authentication,
35 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:37:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
35 | logger: logger
36 | )
37 | return BedrockAgentRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
38 | }
39 | /// Retrieves information from a knowledge base for RAG applications
[1433/1484] Compiling BedrockService BedrockAuthentication.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:38:25: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
36 |
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
40 | BedrockConfigProtocol
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:39:32: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:42:37: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
42 | extension BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
43 | BedrockConfigProtocol
44 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:32:47: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
30 | logger: Logging.Logger
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
34 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:33:54: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
34 | authentication: authentication,
35 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:37:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
35 | logger: logger
36 | )
37 | return BedrockAgentRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
38 | }
39 | /// Retrieves information from a knowledge base for RAG applications
[1434/1484] Compiling BedrockService BedrockClientProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:38:25: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
36 |
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
40 | BedrockConfigProtocol
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:39:32: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:42:37: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
42 | extension BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
43 | BedrockConfigProtocol
44 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:32:47: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
30 | logger: Logging.Logger
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
34 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:33:54: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
34 | authentication: authentication,
35 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:37:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
35 | logger: logger
36 | )
37 | return BedrockAgentRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
38 | }
39 | /// Retrieves information from a knowledge base for RAG applications
[1435/1484] Compiling BedrockService ModelSummary.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:38:25: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
36 |
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
40 | BedrockConfigProtocol
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:39:32: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:42:37: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
42 | extension BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
43 | BedrockConfigProtocol
44 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:32:47: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
30 | logger: Logging.Logger
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
34 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:33:54: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
34 | authentication: authentication,
35 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:37:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
35 | logger: logger
36 | )
37 | return BedrockAgentRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
38 | }
39 | /// Retrieves information from a knowledge base for RAG applications
[1436/1484] Compiling BedrockService BedrockConfigProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:38:25: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
36 |
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
40 | BedrockConfigProtocol
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:39:32: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:42:37: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
42 | extension BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
43 | BedrockConfigProtocol
44 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:32:47: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
30 | logger: Logging.Logger
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
34 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:33:54: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
34 | authentication: authentication,
35 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:37:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
35 | logger: logger
36 | )
37 | return BedrockAgentRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
38 | }
39 | /// Retrieves information from a knowledge base for RAG applications
[1437/1484] Compiling BedrockService BedrockRuntimeAgentProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:38:25: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
36 |
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
40 | BedrockConfigProtocol
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:39:32: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:42:37: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
42 | extension BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
43 | BedrockConfigProtocol
44 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:32:47: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
30 | logger: Logging.Logger
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
34 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:33:54: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
34 | authentication: authentication,
35 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:37:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
35 | logger: logger
36 | )
37 | return BedrockAgentRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
38 | }
39 | /// Retrieves information from a knowledge base for RAG applications
[1438/1484] Compiling BedrockService BedrockService+RuntimeAgent.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:38:25: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
36 |
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
40 | BedrockConfigProtocol
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:39:32: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:42:37: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
42 | extension BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
43 | BedrockConfigProtocol
44 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:32:47: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
30 | logger: Logging.Logger
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
34 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:33:54: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
34 | authentication: authentication,
35 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:37:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
35 | logger: logger
36 | )
37 | return BedrockAgentRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
38 | }
39 | /// Retrieves information from a knowledge base for RAG applications
[1439/1484] Compiling BedrockService RetrieveRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:38:25: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
36 |
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
40 | BedrockConfigProtocol
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:39:32: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:42:37: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
42 | extension BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
43 | BedrockConfigProtocol
44 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:32:47: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
30 | logger: Logging.Logger
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
34 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:33:54: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
34 | authentication: authentication,
35 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:37:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
35 | logger: logger
36 | )
37 | return BedrockAgentRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
38 | }
39 | /// Retrieves information from a knowledge base for RAG applications
[1440/1484] Compiling BedrockService RetrieveResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:38:25: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
36 |
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
40 | BedrockConfigProtocol
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:39:32: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:42:37: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
42 | extension BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
43 | BedrockConfigProtocol
44 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:32:47: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
30 | logger: Logging.Logger
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
34 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:33:54: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
34 | authentication: authentication,
35 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:37:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
35 | logger: logger
36 | )
37 | return BedrockAgentRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
38 | }
39 | /// Retrieves information from a knowledge base for RAG applications
[1441/1484] Compiling BedrockService BedrockRuntimeClientProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:38:25: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
36 |
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
40 | BedrockConfigProtocol
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:39:32: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:42:37: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
42 | extension BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
43 | BedrockConfigProtocol
44 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:32:47: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
30 | logger: Logging.Logger
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
34 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:33:54: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
34 | authentication: authentication,
35 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:37:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
35 | logger: logger
36 | )
37 | return BedrockAgentRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
38 | }
39 | /// Retrieves information from a knowledge base for RAG applications
[1442/1484] Compiling BedrockService BedrockService+Converse.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:38:25: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
36 |
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
40 | BedrockConfigProtocol
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:39:32: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
37 | }
38 | extension BedrockClient.BedrockClientConfiguration: @retroactive @unchecked Sendable, BedrockConfigProtocol {}
39 | extension BedrockRuntimeClient.BedrockRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockConfigProtocol.swift:42:37: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
40 | BedrockConfigProtocol
41 | {}
42 | extension BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration: @retroactive @unchecked Sendable,
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
43 | BedrockConfigProtocol
44 | {}
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:32:47: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
30 | logger: Logging.Logger
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
34 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:33:54: warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
31 | ) async throws -> BedrockAgentRuntimeClient {
32 | let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration = try await prepareConfig(
33 | initialConfig: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockAgentRuntimeClientConfiguration' is deprecated: Use BedrockAgentRuntimeClientConfig instead. This class will be removed in a future version.
34 | authentication: authentication,
35 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift:37:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
35 | logger: logger
36 | )
37 | return BedrockAgentRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfig) instead
38 | }
39 | /// Retrieves information from a knowledge base for RAG applications
[1443/1484] Compiling BedrockService StandardConverse.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:149:35: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
147 | -> BedrockClient
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
151 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:150:42: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
151 | authentication: authentication,
152 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:154:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
152 | logger: logger
153 | )
154 | return BedrockClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
155 | }
156 |
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:171:42: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
169 | -> BedrockRuntimeClient
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
173 | region: region.rawValue
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:172:49: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
173 | region: region.rawValue
174 | ),
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:178:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
176 | logger: logger
177 | )
178 | return BedrockRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
179 | }
180 |
[1444/1484] Compiling BedrockService TextModality.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:149:35: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
147 | -> BedrockClient
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
151 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:150:42: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
151 | authentication: authentication,
152 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:154:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
152 | logger: logger
153 | )
154 | return BedrockClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
155 | }
156 |
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:171:42: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
169 | -> BedrockRuntimeClient
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
173 | region: region.rawValue
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:172:49: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
173 | region: region.rawValue
174 | ),
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:178:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
176 | logger: logger
177 | )
178 | return BedrockRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
179 | }
180 |
[1445/1484] Compiling BedrockService ConverseParameters.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:149:35: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
147 | -> BedrockClient
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
151 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:150:42: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
151 | authentication: authentication,
152 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:154:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
152 | logger: logger
153 | )
154 | return BedrockClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
155 | }
156 |
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:171:42: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
169 | -> BedrockRuntimeClient
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
173 | region: region.rawValue
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:172:49: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
173 | region: region.rawValue
174 | ),
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:178:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
176 | logger: logger
177 | )
178 | return BedrockRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
179 | }
180 |
[1446/1484] Compiling BedrockService EmbeddingsParameters.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:149:35: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
147 | -> BedrockClient
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
151 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:150:42: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
151 | authentication: authentication,
152 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:154:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
152 | logger: logger
153 | )
154 | return BedrockClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
155 | }
156 |
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:171:42: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
169 | -> BedrockRuntimeClient
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
173 | region: region.rawValue
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:172:49: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
173 | region: region.rawValue
174 | ),
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:178:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
176 | logger: logger
177 | )
178 | return BedrockRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
179 | }
180 |
[1447/1484] Compiling BedrockService ImageGenerationParameters.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:149:35: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
147 | -> BedrockClient
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
151 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:150:42: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
151 | authentication: authentication,
152 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:154:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
152 | logger: logger
153 | )
154 | return BedrockClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
155 | }
156 |
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:171:42: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
169 | -> BedrockRuntimeClient
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
173 | region: region.rawValue
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:172:49: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
173 | region: region.rawValue
174 | ),
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:178:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
176 | logger: logger
177 | )
178 | return BedrockRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
179 | }
180 |
[1448/1484] Compiling BedrockService ParameterName.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:149:35: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
147 | -> BedrockClient
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
151 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:150:42: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
151 | authentication: authentication,
152 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:154:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
152 | logger: logger
153 | )
154 | return BedrockClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
155 | }
156 |
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:171:42: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
169 | -> BedrockRuntimeClient
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
173 | region: region.rawValue
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:172:49: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
173 | region: region.rawValue
174 | ),
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:178:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
176 | logger: logger
177 | )
178 | return BedrockRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
179 | }
180 |
[1449/1484] Compiling BedrockService Parameters.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:149:35: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
147 | -> BedrockClient
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
151 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:150:42: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
151 | authentication: authentication,
152 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:154:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
152 | logger: logger
153 | )
154 | return BedrockClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
155 | }
156 |
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:171:42: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
169 | -> BedrockRuntimeClient
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
173 | region: region.rawValue
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:172:49: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
173 | region: region.rawValue
174 | ),
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:178:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
176 | logger: logger
177 | )
178 | return BedrockRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
179 | }
180 |
[1450/1484] Compiling BedrockService TextGenerationParameters.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:149:35: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
147 | -> BedrockClient
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
151 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:150:42: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
151 | authentication: authentication,
152 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:154:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
152 | logger: logger
153 | )
154 | return BedrockClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
155 | }
156 |
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:171:42: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
169 | -> BedrockRuntimeClient
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
173 | region: region.rawValue
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:172:49: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
173 | region: region.rawValue
174 | ),
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:178:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
176 | logger: logger
177 | )
178 | return BedrockRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
179 | }
180 |
[1451/1484] Compiling BedrockService BedrockService.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:149:35: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
147 | -> BedrockClient
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
151 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:150:42: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
151 | authentication: authentication,
152 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:154:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
152 | logger: logger
153 | )
154 | return BedrockClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
155 | }
156 |
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:171:42: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
169 | -> BedrockRuntimeClient
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
173 | region: region.rawValue
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:172:49: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
173 | region: region.rawValue
174 | ),
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:178:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
176 | logger: logger
177 | )
178 | return BedrockRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
179 | }
180 |
[1452/1484] Compiling BedrockService BedrockServiceError.swift
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:149:35: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
147 | -> BedrockClient
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
151 | authentication: authentication,
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:150:42: warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
148 | {
149 | let config: BedrockClient.BedrockClientConfiguration = try await prepareConfig(
150 | initialConfig: BedrockClient.BedrockClientConfiguration(region: region.rawValue),
| `- warning: 'BedrockClientConfiguration' is deprecated: Use BedrockClientConfig instead. This class will be removed in a future version.
151 | authentication: authentication,
152 | logger: logger
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:154:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
152 | logger: logger
153 | )
154 | return BedrockClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockClient.BedrockClientConfig) instead
155 | }
156 |
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:171:42: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
169 | -> BedrockRuntimeClient
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
173 | region: region.rawValue
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:172:49: warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
170 | {
171 | let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration = try await prepareConfig(
172 | initialConfig: BedrockRuntimeClient.BedrockRuntimeClientConfiguration(
| `- warning: 'BedrockRuntimeClientConfiguration' is deprecated: Use BedrockRuntimeClientConfig instead. This class will be removed in a future version.
173 | region: region.rawValue
174 | ),
/Users/admin/builder/spi-builder-workspace/Sources/BedrockService/BedrockService.swift:178:16: warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
176 | logger: logger
177 | )
178 | return BedrockRuntimeClient(config: config)
| `- warning: 'init(config:)' is deprecated: Use init(config: BedrockRuntimeClient.BedrockRuntimeClientConfig) instead
179 | }
180 |
[1453/1484] Compiling BedrockService ConverseRequest.swift
[1454/1484] Compiling BedrockService ConverseRequestBuilder.swift
[1455/1484] Compiling BedrockService History.swift
[1456/1484] Compiling BedrockService JSON.swift
[1457/1484] Compiling BedrockService Message.swift
[1458/1484] Compiling BedrockService Role.swift
[1459/1484] Compiling BedrockService BedrockService+ConverseStreaming.swift
[1460/1484] Compiling BedrockService ConverseReplyStream.swift
[1461/1484] Compiling BedrockService ConverseRequestStreaming.swift
[1462/1484] Compiling BedrockService ConverseResponseStreaming.swift
[1463/1484] Compiling BedrockService ConverseStreamElement.swift
[1464/1484] Compiling BedrockService Llama.swift
[1465/1484] Compiling BedrockService LlamaBedrockModels.swift
[1466/1484] Compiling BedrockService LlamaRequestBody.swift
[1467/1484] Compiling BedrockService LlamaResponseBody.swift
[1468/1484] Compiling BedrockService MistralBedrockModels.swift
[1469/1484] Compiling BedrockService OpenAI.swift
[1470/1484] Compiling BedrockService OpenAIBedrockModels.swift
[1471/1484] Compiling BedrockService OpenAIRequestBody.swift
[1472/1484] Compiling BedrockService OpenAIResponseBody.swift
[1473/1484] Compiling BedrockService Region.swift
[1474/1484] Compiling BedrockService Content.swift
[1475/1484] Compiling BedrockService DocumentBlock.swift
[1476/1484] Compiling BedrockService DocumentToJSON.swift
[1477/1484] Compiling BedrockService ImageBlock.swift
[1478/1484] Compiling BedrockService JSONtoDocument.swift
[1479/1484] Compiling BedrockService ReasoningBlock.swift
[1480/1484] Compiling BedrockService S3Location.swift
[1481/1484] Compiling BedrockService ToolResultBlock.swift
[1482/1484] Compiling BedrockService ToolUseBlock.swift
[1483/1484] Compiling BedrockService VideoBlock.swift
[1484/1484] Compiling BedrockService ConverseReply.swift
Build complete! (321.64s)
Fetching https://github.com/smithy-lang/smithy-swift
Fetching https://github.com/awslabs/aws-crt-swift
Fetching https://github.com/awslabs/aws-sdk-swift
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/32792] Fetching aws-crt-swift
[4920/109413] Fetching aws-crt-swift, smithy-swift
Fetched https://github.com/awslabs/aws-crt-swift from cache (1.74s)
[57466/76621] Fetching smithy-swift
[76622/968241] Fetching smithy-swift, aws-sdk-swift
Fetched https://github.com/smithy-lang/smithy-swift from cache (146.29s)
Fetched https://github.com/awslabs/aws-sdk-swift from cache (146.29s)
Fetched https://github.com/apple/swift-log.git from cache (146.32s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (146.33s)
Computing version for https://github.com/smithy-lang/smithy-swift
Computed https://github.com/smithy-lang/smithy-swift at 0.181.0 (149.98s)
Fetching https://github.com/open-telemetry/opentelemetry-swift
Fetching https://github.com/swift-server/async-http-client.git from cache
[1/19869] Fetching opentelemetry-swift
Fetched https://github.com/swift-server/async-http-client.git from cache (1.16s)
Fetched https://github.com/open-telemetry/opentelemetry-swift from cache (1.50s)
Computing version for https://github.com/awslabs/aws-crt-swift
Computed https://github.com/awslabs/aws-crt-swift at 0.56.1 (2.06s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.2.3 (0.62s)
Computing version for https://github.com/awslabs/aws-sdk-swift
Computed https://github.com/awslabs/aws-sdk-swift at 1.6.51 (6.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.1 (0.50s)
Computing version for https://github.com/open-telemetry/opentelemetry-swift
Computed https://github.com/open-telemetry/opentelemetry-swift at 1.17.1 (0.66s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/undefinedlabs/opentracing-objc
Fetching https://github.com/undefinedlabs/Thrift-Swift
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-protobuf.git from cache
[1/508] Fetching opentracing-objc
[509/1160] Fetching opentracing-objc, thrift-swift
[1161/52549] Fetching opentracing-objc, thrift-swift, grpc-swift
Fetched https://github.com/undefinedlabs/Thrift-Swift from cache (2.27s)
Fetched https://github.com/undefinedlabs/opentracing-objc from cache (2.27s)
Fetched https://github.com/apple/swift-metrics.git from cache (2.28s)
Fetched https://github.com/apple/swift-nio.git from cache (2.37s)
Fetched https://github.com/grpc/grpc-swift.git from cache (2.93s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.94s)
Fetched https://github.com/apple/swift-protobuf.git from cache (2.98s)
Computing version for https://github.com/undefinedlabs/opentracing-objc
Computed https://github.com/undefinedlabs/opentracing-objc at 0.5.2 (5.57s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.49s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.26.1 (0.67s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.00s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.01s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.01s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.40s)
Fetched https://github.com/apple/swift-collections.git from cache (1.42s)
Computing version for https://github.com/undefinedlabs/Thrift-Swift
Computed https://github.com/undefinedlabs/Thrift-Swift at 1.1.2 (4.03s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.57s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (0.62s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.58s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.34.1 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.63s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (0.55s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
[1/2574] Fetching swift-service-lifecycle
[130/9671] Fetching swift-service-lifecycle, swift-certificates
[131/15756] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.01s)
[3003/13182] Fetching swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.19s)
[6814/7097] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.27s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.28s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.28s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.32s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.32s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.94.0 (2.00s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.04s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.70s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.86s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.42s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (0.62s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.51s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.52s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.49s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.1 (0.63s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.40s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.94s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.51s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (1.15s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.30.3 (0.54s)
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/5648] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.30s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (1.82s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.89s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.40s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/undefinedlabs/opentracing-objc
Working copy of https://github.com/undefinedlabs/opentracing-objc resolved at 0.5.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/undefinedlabs/Thrift-Swift
Working copy of https://github.com/undefinedlabs/Thrift-Swift resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.94.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.34.1
Creating working copy for https://github.com/open-telemetry/opentelemetry-swift
Working copy of https://github.com/open-telemetry/opentelemetry-swift resolved at 1.17.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.30.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/awslabs/aws-crt-swift
Working copy of https://github.com/awslabs/aws-crt-swift resolved at 0.56.1
Creating working copy for https://github.com/smithy-lang/smithy-swift
Working copy of https://github.com/smithy-lang/smithy-swift resolved at 0.181.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.9.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.32.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/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/awslabs/aws-sdk-swift
Working copy of https://github.com/awslabs/aws-sdk-swift resolved at 1.6.51
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.2.3
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "aws-sdk-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.50",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/awslabs/aws-sdk-swift"
},
{
"identity" : "smithy-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.181.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/smithy-lang/smithy-swift"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "aws-crt-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.54.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/awslabs/aws-crt-swift"
}
],
"manifest_display_name" : "SwiftBedrockLibrary",
"name" : "SwiftBedrockLibrary",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
}
],
"products" : [
{
"name" : "BedrockService",
"targets" : [
"BedrockService"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BedrockServiceTests",
"module_type" : "SwiftTarget",
"name" : "BedrockServiceTests",
"path" : "Tests",
"sources" : [
"AuthenticationTests.swift",
"BedrockServiceTests.swift",
"Converse/ConverseDocumentTests.swift",
"Converse/ConverseReasoningTests.swift",
"Converse/ConverseTextTests.swift",
"Converse/ConverseToolTests.swift",
"Converse/ConverseVisionTests.swift",
"Converse/ToolResultBlockTests.swift",
"ConverseStream/ConverseReplyGenerator.swift",
"ConverseStream/ConverseReplyStreamTests.swift",
"ConverseStream/ConverseStreamReasoningTests.swift",
"ConverseStream/ConverseStreamToolTests.swift",
"ConverseStream/MockBedrockRuntimeClient+StreamGenerator.swift",
"InvokeModel/ImageGenerationTests.swift",
"InvokeModel/ImageVariationTests.swift",
"InvokeModel/TextCompletionTests.swift",
"InvokeModel/TextGenerationTests.swift",
"JSONTests.swift",
"Mock/MockBedrockClient.swift",
"Mock/MockBedrockRuntimeClient.swift",
"NovaTestConstants.swift"
],
"target_dependencies" : [
"BedrockService"
],
"type" : "test"
},
{
"c99name" : "BedrockService",
"module_type" : "SwiftTarget",
"name" : "BedrockService",
"path" : "Sources/BedrockService",
"product_dependencies" : [
"AWSClientRuntime",
"AWSBedrock",
"AWSBedrockRuntime",
"AWSBedrockAgentRuntime",
"AWSSSOOIDC",
"Smithy",
"Logging",
"AwsCommonRuntimeKit"
],
"product_memberships" : [
"BedrockService"
],
"sources" : [
"BedrockAuthentication+JWT.swift",
"BedrockAuthentication.swift",
"BedrockClient/BedrockClientProtocol.swift",
"BedrockClient/ListModels/ModelSummary.swift",
"BedrockConfigProtocol.swift",
"BedrockRuntimeAgent/BedrockRuntimeAgentProtocol.swift",
"BedrockRuntimeAgent/BedrockService+RuntimeAgent.swift",
"BedrockRuntimeAgent/RetrieveRequest.swift",
"BedrockRuntimeAgent/RetrieveResult.swift",
"BedrockRuntimeClient/BedrockRuntimeClientProtocol.swift",
"BedrockRuntimeClient/Converse/BedrockService+Converse.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/Content.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/DocumentBlock.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/DocumentToJSON.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/ImageBlock.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/JSONtoDocument.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/ReasoningBlock.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/S3Location.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/ToolResultBlock.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/ToolUseBlock.swift",
"BedrockRuntimeClient/Converse/ContentBlocks/VideoBlock.swift",
"BedrockRuntimeClient/Converse/ConverseReply.swift",
"BedrockRuntimeClient/Converse/ConverseRequest.swift",
"BedrockRuntimeClient/Converse/ConverseRequestBuilder.swift",
"BedrockRuntimeClient/Converse/History.swift",
"BedrockRuntimeClient/Converse/JSON.swift",
"BedrockRuntimeClient/Converse/Message.swift",
"BedrockRuntimeClient/Converse/Role.swift",
"BedrockRuntimeClient/Converse/Streaming/BedrockService+ConverseStreaming.swift",
"BedrockRuntimeClient/Converse/Streaming/ConverseReplyStream.swift",
"BedrockRuntimeClient/Converse/Streaming/ConverseRequestStreaming.swift",
"BedrockRuntimeClient/Converse/Streaming/ConverseResponseStreaming.swift",
"BedrockRuntimeClient/Converse/Streaming/ConverseStreamElement.swift",
"BedrockRuntimeClient/Converse/Streaming/ResponseMetaData.swift",
"BedrockRuntimeClient/Converse/Streaming/ToolUseStart.swift",
"BedrockRuntimeClient/Converse/Tool.swift",
"BedrockRuntimeClient/InvokeModel/BedrockService+ImageParameterValidation.swift",
"BedrockRuntimeClient/InvokeModel/BedrockService+InvokeModelEmbeddings.swift",
"BedrockRuntimeClient/InvokeModel/BedrockService+InvokeModelImage.swift",
"BedrockRuntimeClient/InvokeModel/BedrockService+InvokeModelText.swift",
"BedrockRuntimeClient/InvokeModel/ContentType.swift",
"BedrockRuntimeClient/InvokeModel/Embeddings.swift",
"BedrockRuntimeClient/InvokeModel/ImageGenerationOutput.swift",
"BedrockRuntimeClient/InvokeModel/ImageResolution.swift",
"BedrockRuntimeClient/InvokeModel/InvokeModelRequest.swift",
"BedrockRuntimeClient/InvokeModel/InvokeModelResponse.swift",
"BedrockRuntimeClient/InvokeModel/Protocols.swift",
"BedrockRuntimeClient/InvokeModel/TextCompletion.swift",
"BedrockRuntimeClient/Modalities/ConverseFeature.swift",
"BedrockRuntimeClient/Modalities/ConverseModality.swift",
"BedrockRuntimeClient/Modalities/CrossRegionInference.swift",
"BedrockRuntimeClient/Modalities/EmbeddingsModality.swift",
"BedrockRuntimeClient/Modalities/ImageModality.swift",
"BedrockRuntimeClient/Modalities/Modality.swift",
"BedrockRuntimeClient/Modalities/StandardConverse.swift",
"BedrockRuntimeClient/Modalities/TextModality.swift",
"BedrockRuntimeClient/Parameters/ConverseParameters.swift",
"BedrockRuntimeClient/Parameters/EmbeddingsParameters.swift",
"BedrockRuntimeClient/Parameters/ImageGenerationParameters.swift",
"BedrockRuntimeClient/Parameters/ParameterName.swift",
"BedrockRuntimeClient/Parameters/Parameters.swift",
"BedrockRuntimeClient/Parameters/TextGenerationParameters.swift",
"BedrockService.swift",
"BedrockServiceError.swift",
"Models/Amazon/AmazonImage.swift",
"Models/Amazon/AmazonImageRequestBody.swift",
"Models/Amazon/AmazonImageResponseBody.swift",
"Models/Amazon/Nova/Nova.swift",
"Models/Amazon/Nova/NovaBedrockModels.swift",
"Models/Amazon/Nova/NovaImageResolutionValidator.swift",
"Models/Amazon/Nova/NovaRequestBody.swift",
"Models/Amazon/Nova/NovaResponseBody.swift",
"Models/Amazon/TaskType.swift",
"Models/Amazon/Titan/TitanImageResolutionValidator.swift",
"Models/Amazon/Titan/TitanRequestBody.swift",
"Models/Amazon/Titan/TitanResponseBody.swift",
"Models/Amazon/Titan/TitanText.swift",
"Models/Amazon/Titan/TitanTextBedrockModels.swift",
"Models/Amazon/TitanEmbeddings/TitanEmbeddings.swift",
"Models/Amazon/TitanEmbeddings/TitanEmbeddingsBedrockModels.swift",
"Models/Amazon/TitanEmbeddings/TitanEmbeddingsRequestBody.swift",
"Models/Amazon/TitanEmbeddings/TitanEmbeddingsResponseBody.swift",
"Models/Anthropic/Anthropic.swift",
"Models/Anthropic/AnthropicBedrockModels.swift",
"Models/Anthropic/AnthropicGlobalModels.swift",
"Models/Anthropic/AnthropicRequestBody.swift",
"Models/Anthropic/AnthropicResponseBody.swift",
"Models/BedrockModel.swift",
"Models/Cohere/CohereBedrockModels.swift",
"Models/DeepSeek/DeepSeek.swift",
"Models/DeepSeek/DeepSeekBedrockModels.swift",
"Models/DeepSeek/DeepSeekRequestBody.swift",
"Models/DeepSeek/DeepSeekResponseBody.swift",
"Models/Jamba/JambaBedrockModels.swift",
"Models/Llama/Llama.swift",
"Models/Llama/LlamaBedrockModels.swift",
"Models/Llama/LlamaRequestBody.swift",
"Models/Llama/LlamaResponseBody.swift",
"Models/Mistral/MistralBedrockModels.swift",
"Models/OpenAI/OpenAI.swift",
"Models/OpenAI/OpenAIBedrockModels.swift",
"Models/OpenAI/OpenAIRequestBody.swift",
"Models/OpenAI/OpenAIResponseBody.swift",
"Region.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.