Build Information
Successful build of AGUISwift, reference main (659aa5), with Swift 6.1 for macOS (SPM) on 5 May 2026 00:43:35 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/paduh/ag-ui-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/paduh/ag-ui-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 659aa55 Merge pull request #24 from paduh/fix/pr-1512-review-gaps
Cloned https://github.com/paduh/ag-ui-swift.git
Revision (git rev-parse @):
659aa553ceb6893cd834874f3d1b9bf5cde31959
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/paduh/ag-ui-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/paduh/ag-ui-swift.git
https://github.com/paduh/ag-ui-swift.git
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "AGUISwift",
"name" : "AGUISwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AGUICore",
"targets" : [
"AGUICore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AGUIClient",
"targets" : [
"AGUIClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AGUIAgentSDK",
"targets" : [
"AGUIAgentSDK"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AGUITools",
"targets" : [
"AGUITools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AGUIToolsTests",
"module_type" : "SwiftTarget",
"name" : "AGUIToolsTests",
"path" : "Tests/AGUIToolsTests",
"sources" : [
"AGUIToolsTests.swift",
"Core/ToolErrorHandlerTests.swift",
"Core/ToolExecutionContextTests.swift",
"Core/ToolExecutionManagerTests.swift",
"Core/ToolExecutionResultTests.swift",
"Core/ToolExecutorTests.swift",
"Registry/CircuitBreakerIntegrationTests.swift",
"Registry/ToolExecutionStatsTests.swift",
"Registry/ToolRegistryConcurrencyTests.swift",
"Registry/ToolRegistryTests.swift"
],
"target_dependencies" : [
"AGUITools"
],
"type" : "test"
},
{
"c99name" : "AGUITools",
"module_type" : "SwiftTarget",
"name" : "AGUITools",
"path" : "Sources/AGUITools",
"product_memberships" : [
"AGUIAgentSDK",
"AGUITools"
],
"sources" : [
"AGUITools.swift",
"Core/ToolErrorHandler.swift",
"Core/ToolExecutionContext.swift",
"Core/ToolExecutionEvent.swift",
"Core/ToolExecutionManager.swift",
"Core/ToolExecutionResult.swift",
"Core/ToolExecutor.swift",
"Core/ToolResponseHandler.swift",
"Registry/ToolExecutionStats.swift",
"Registry/ToolRegistry.swift"
],
"target_dependencies" : [
"AGUICore"
],
"type" : "library"
},
{
"c99name" : "AGUICoreTests",
"module_type" : "SwiftTarget",
"name" : "AGUICoreTests",
"path" : "Tests/AGUICoreTests",
"sources" : [
"ActivityEvents/ActivityDeltaEventTests.swift",
"ActivityEvents/ActivitySnapshotEventTests.swift",
"Encoding/MessageEncoderTests.swift",
"Helpers/AGUIEventDecoderTestHelpers.swift",
"Helpers/EventDecodingErrorTests.swift",
"Helpers/EventTestData.swift",
"LifeCycleEvents/RunErrorEventTests.swift",
"LifeCycleEvents/RunFinishedEventTests.swift",
"LifeCycleEvents/RunStartedEventTests.swift",
"LifeCycleEvents/StepFinishedEventTests.swift",
"LifeCycleEvents/StepStartedEventTests.swift",
"ReasoningEvents/ReasoningEncryptedValueEventTests.swift",
"ReasoningEvents/ReasoningEndEventTests.swift",
"ReasoningEvents/ReasoningMessageChunkEventTests.swift",
"ReasoningEvents/ReasoningMessageContentEventTests.swift",
"ReasoningEvents/ReasoningMessageEndEventTests.swift",
"ReasoningEvents/ReasoningMessageStartEventTests.swift",
"ReasoningEvents/ReasoningStartEventTests.swift",
"SpecialEvents/CustomEventTests.swift",
"SpecialEvents/RawEventTests.swift",
"SpecialEvents/UnknownEventTests.swift",
"StateEvents/MessagesSnapshotEventTests.swift",
"StateEvents/StateDeltaEventTests.swift",
"StateEvents/StateSnapshotEventTests.swift",
"TextMessageEvents/TextMessageChunkEventTests.swift",
"TextMessageEvents/TextMessageContentEventTests.swift",
"TextMessageEvents/TextMessageEndEventTests.swift",
"TextMessageEvents/TextMessageStartEventTests.swift",
"ToolCallEvents/ToolCallArgsEventTests.swift",
"ToolCallEvents/ToolCallChunkEventTests.swift",
"ToolCallEvents/ToolCallEndEventTests.swift",
"ToolCallEvents/ToolCallResultEventTests.swift",
"ToolCallEvents/ToolCallStartEventTests.swift",
"Types/AgentExecution/ContextTests.swift",
"Types/AgentExecution/RunAgentInputBuilderTests.swift",
"Types/AgentExecution/RunAgentInputTests.swift",
"Types/AgentExecution/StateTests.swift",
"Types/InputContent/AudioInputContentTests.swift",
"Types/InputContent/BinaryInputContentTests.swift",
"Types/InputContent/DocumentInputContentTests.swift",
"Types/InputContent/ImageInputContentTests.swift",
"Types/InputContent/InputContentTests.swift",
"Types/InputContent/VideoInputContentTests.swift",
"Types/Messages/ActivityMessageTests.swift",
"Types/Messages/AssistantMessageTests.swift",
"Types/Messages/DeveloperMessageTests.swift",
"Types/Messages/MessageTests.swift",
"Types/Messages/ReasoningMessageTests.swift",
"Types/Messages/RoleTests.swift",
"Types/Messages/SystemMessageTests.swift",
"Types/Messages/ToolMessageTests.swift",
"Types/Messages/UserMessageTests.swift",
"Types/Tools/FunctionCallTests.swift",
"Types/Tools/ToolCallTests.swift",
"Types/Tools/ToolTests.swift"
],
"target_dependencies" : [
"AGUICore"
],
"type" : "test"
},
{
"c99name" : "AGUICore",
"module_type" : "SwiftTarget",
"name" : "AGUICore",
"path" : "Sources/AGUICore",
"product_memberships" : [
"AGUICore",
"AGUIClient",
"AGUIAgentSDK",
"AGUITools"
],
"sources" : [
"Decoding/AGUIEventDecoder.swift",
"Decoding/EventDTO/ActivityEventsDTO/ActivityDeltaEventDTO.swift",
"Decoding/EventDTO/ActivityEventsDTO/ActivitySnapshotEventDTO.swift",
"Decoding/EventDTO/EventDecodingHelpers.swift",
"Decoding/EventDTO/LifeCycleEventsDTO/RunErrorEventDTO.swift",
"Decoding/EventDTO/LifeCycleEventsDTO/RunFinishedEventDTO.swift",
"Decoding/EventDTO/LifeCycleEventsDTO/RunStartedEventDTO.swift",
"Decoding/EventDTO/LifeCycleEventsDTO/StepFinishedEventDTO.swift",
"Decoding/EventDTO/LifeCycleEventsDTO/StepStartedEventDTO.swift",
"Decoding/EventDTO/ReasoningEventsDTO/ReasoningEncryptedValueEventDTO.swift",
"Decoding/EventDTO/ReasoningEventsDTO/ReasoningEndEventDTO.swift",
"Decoding/EventDTO/ReasoningEventsDTO/ReasoningMessageChunkEventDTO.swift",
"Decoding/EventDTO/ReasoningEventsDTO/ReasoningMessageContentEventDTO.swift",
"Decoding/EventDTO/ReasoningEventsDTO/ReasoningMessageEndEventDTO.swift",
"Decoding/EventDTO/ReasoningEventsDTO/ReasoningMessageStartEventDTO.swift",
"Decoding/EventDTO/ReasoningEventsDTO/ReasoningStartEventDTO.swift",
"Decoding/EventDTO/SpecialEventsDTO/CustomEventDTO.swift",
"Decoding/EventDTO/SpecialEventsDTO/RawEventDTO.swift",
"Decoding/EventDTO/StateEventsDTO/MessagesSnapshotEventDTO.swift",
"Decoding/EventDTO/StateEventsDTO/StateDeltaEventDTO.swift",
"Decoding/EventDTO/StateEventsDTO/StateSnapshotEventDTO.swift",
"Decoding/EventDTO/TextMessageEventsDTO/TextMessageChunkEventDTO.swift",
"Decoding/EventDTO/TextMessageEventsDTO/TextMessageEndEventDTO.swift",
"Decoding/EventDTO/ToolCallEventsDTO/ToolCallChunkEventDTO.swift",
"Decoding/EventDTO/ToolCallEventsDTO/ToolCallEndEventDTO.swift",
"Decoding/EventDTO/ToolCallEventsDTO/ToolCallResultEventDTO.swift",
"Decoding/EventDTO/TypeDiscriminator.swift",
"Decoding/EventDecodingError.swift",
"Decoding/InputContentDTO/AudioInputContentDTO.swift",
"Decoding/InputContentDTO/BinaryInputContentDTO.swift",
"Decoding/InputContentDTO/DocumentInputContentDTO.swift",
"Decoding/InputContentDTO/ImageInputContentDTO.swift",
"Decoding/InputContentDTO/TextInputContentDTO.swift",
"Decoding/InputContentDTO/VideoInputContentDTO.swift",
"Decoding/MessageDTO/ActivityMessageDTO.swift",
"Decoding/MessageDTO/MessageDecodingHelpers.swift",
"Decoding/MessageDTO/ReasoningMessageDTO.swift",
"Decoding/MessageDTO/ToolMessageDTO.swift",
"Decoding/MessageDTO/UserMessageDTO.swift",
"Decoding/MessageDecoder.swift",
"Decoding/Registry/ActivityEventRegistry.swift",
"Decoding/Registry/LifecycleEventRegistry.swift",
"Decoding/Registry/ReasoningEventRegistry.swift",
"Decoding/Registry/SpecialEventRegistry.swift",
"Decoding/Registry/StateEventRegistry.swift",
"Decoding/Registry/TextMessageEventRegistry.swift",
"Decoding/Registry/ToolCallEventRegistry.swift",
"Decoding/RegistryComposer.swift",
"Encoding/MessageEncoder.swift",
"EventType.swift",
"Events/AGUIEvent.swift",
"Events/ActivityEvents/ActivityDeltaEvent.swift",
"Events/ActivityEvents/ActivitySnapshotEvent.swift",
"Events/LifeCycleEvents/RunErrorEvent.swift",
"Events/LifeCycleEvents/RunFinishedEvent.swift",
"Events/LifeCycleEvents/RunFinishedOutcome.swift",
"Events/LifeCycleEvents/RunStartedEvent.swift",
"Events/LifeCycleEvents/StepFinishedEvent.swift",
"Events/LifeCycleEvents/StepStartedEvent.swift",
"Events/ReasoningEvents/ReasoningEncryptedValueEvent.swift",
"Events/ReasoningEvents/ReasoningEndEvent.swift",
"Events/ReasoningEvents/ReasoningMessageChunkEvent.swift",
"Events/ReasoningEvents/ReasoningMessageContentEvent.swift",
"Events/ReasoningEvents/ReasoningMessageEndEvent.swift",
"Events/ReasoningEvents/ReasoningMessageStartEvent.swift",
"Events/ReasoningEvents/ReasoningStartEvent.swift",
"Events/SpecialEvents/CustomEvent.swift",
"Events/SpecialEvents/RawEvent.swift",
"Events/StateEvents/MessagesSnapshotEvent.swift",
"Events/StateEvents/StateDeltaEvent.swift",
"Events/StateEvents/StateSnapshotEvent.swift",
"Events/TextMessageEvents/TextMessageChunkEvent.swift",
"Events/TextMessageEvents/TextMessageContentEvent.swift",
"Events/TextMessageEvents/TextMessageEndEvent.swift",
"Events/TextMessageEvents/TextMessageStartEvent.swift",
"Events/ToolCallEvents/ToolCallArgsEvent.swift",
"Events/ToolCallEvents/ToolCallChunkEvent.swift",
"Events/ToolCallEvents/ToolCallEndEvent.swift",
"Events/ToolCallEvents/ToolCallResultEvent.swift",
"Events/ToolCallEvents/ToolCallStartEvent.swift",
"Events/UnknownEvent.swift",
"Types/AgentExecution/Context.swift",
"Types/AgentExecution/RunAgentInput.swift",
"Types/AgentExecution/RunAgentInputBuilder.swift",
"Types/AgentExecution/State.swift",
"Types/InputContent/AudioInputContent.swift",
"Types/InputContent/BinaryInputContent.swift",
"Types/InputContent/DocumentInputContent.swift",
"Types/InputContent/ImageInputContent.swift",
"Types/InputContent/InputContent.swift",
"Types/InputContent/TextInputContent.swift",
"Types/InputContent/VideoInputContent.swift",
"Types/Messages/ActivityMessage.swift",
"Types/Messages/AssistantMessage.swift",
"Types/Messages/DeveloperMessage.swift",
"Types/Messages/Message.swift",
"Types/Messages/ReasoningMessage.swift",
"Types/Messages/Role.swift",
"Types/Messages/SystemMessage.swift",
"Types/Messages/ToolMessage.swift",
"Types/Messages/UserMessage.swift",
"Types/Tools/FunctionCall.swift",
"Types/Tools/Tool.swift",
"Types/Tools/ToolCall.swift",
"Utilities/JSONCodingHelpers.swift",
"Utilities/JSONPrimitiveWrapper.swift"
],
"type" : "library"
},
{
"c99name" : "AGUIClientTests",
"module_type" : "SwiftTarget",
"name" : "AGUIClientTests",
"path" : "Tests/AGUIClientTests",
"sources" : [
"AGUIClientTests.swift",
"HttpAgentTests.swift",
"SseReconnectionTests.swift",
"State/DefaultApplyEventsTests.swift",
"State/PatchApplicatorTests.swift",
"State/StateManagerTests.swift",
"Streaming/BufferingTests.swift",
"Streaming/ChunkTransformTests.swift",
"Streaming/EventStreamTests.swift",
"Streaming/EventVerifierTests.swift",
"Streaming/SseParserTests.swift",
"Subscriber/AgentSubscriberTests.swift",
"Transport/ClientErrorTests.swift",
"Transport/HttpAgentConfigurationTests.swift",
"Transport/HttpTransportTests.swift",
"Transport/MockHTTPClient.swift",
"Transport/URLSessionHTTPClientTests.swift"
],
"target_dependencies" : [
"AGUIClient"
],
"type" : "test"
},
{
"c99name" : "AGUIClient",
"module_type" : "SwiftTarget",
"name" : "AGUIClient",
"path" : "Sources/AGUIClient",
"product_memberships" : [
"AGUIClient",
"AGUIAgentSDK"
],
"sources" : [
"AGUIClient.swift",
"AbstractAgent.swift",
"Errors/ClientError.swift",
"HttpAgent.swift",
"RunAgentParameters.swift",
"State/AgentState.swift",
"State/DefaultApplyEvents.swift",
"State/PatchApplicator.swift",
"State/StateManager.swift",
"Streaming/AsyncSequence+Buffering.swift",
"Streaming/BufferingStrategy.swift",
"Streaming/ChunkTransformer.swift",
"Streaming/EventStream.swift",
"Streaming/EventVerifier.swift",
"Streaming/SseEvent.swift",
"Streaming/SseParser.swift",
"Subscriber/AgentSubscriber.swift",
"Subscriber/SubscriberManager.swift",
"Transport/AgentTransport.swift",
"Transport/HTTPClient.swift",
"Transport/HttpAgentConfiguration.swift",
"Transport/HttpAgentTransport.swift",
"Transport/HttpTransport.swift",
"Transport/URLSessionHTTPClient.swift"
],
"target_dependencies" : [
"AGUICore"
],
"type" : "library"
},
{
"c99name" : "AGUIAgentSDKTests",
"module_type" : "SwiftTarget",
"name" : "AGUIAgentSDKTests",
"path" : "Tests/AGUIAgentSDKTests",
"sources" : [
"AGUIAgentSDKTests.swift",
"AgUiAgentTests.swift",
"AgentBuildersTests.swift",
"AgentMessageTests.swift",
"AgentViewModelCompatTests.swift",
"AgentViewModelTests.swift",
"ConversationHistoryTests.swift",
"EndToEndPipelineTests.swift",
"HistoryTrimmingTests.swift",
"MockChatAgent.swift",
"Mocks/MockToolRegistry.swift",
"StatefulAgUiAgentTests.swift"
],
"target_dependencies" : [
"AGUIAgentSDK",
"AGUIClient",
"AGUITools"
],
"type" : "test"
},
{
"c99name" : "AGUIAgentSDK",
"module_type" : "SwiftTarget",
"name" : "AGUIAgentSDK",
"path" : "Sources/AGUIAgentSDK",
"product_memberships" : [
"AGUIAgentSDK"
],
"sources" : [
"AGUIAgentSDK.swift",
"AgUiAgent.swift",
"AgUiAgentConfig.swift",
"AgentBuilders.swift",
"AgentMessage.swift",
"AgentViewModel.swift",
"AgentViewModelCompat.swift",
"ChatAgent.swift",
"ConversationHistoryManager.swift",
"StatefulAgUiAgent.swift",
"StatefulAgUiAgentConfig.swift",
"Tools/ClientToolResponseHandler.swift"
],
"target_dependencies" : [
"AGUICore",
"AGUIClient",
"AGUITools"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/104] Emitting module AGUICore
[9/114] Compiling AGUICore ReasoningMessage.swift
[10/114] Compiling AGUICore Role.swift
[11/114] Compiling AGUICore SystemMessage.swift
[12/114] Compiling AGUICore ToolMessage.swift
[13/114] Compiling AGUICore UserMessage.swift
[14/114] Compiling AGUICore FunctionCall.swift
[15/114] Compiling AGUICore Tool.swift
[16/114] Compiling AGUICore ToolCall.swift
[17/114] Compiling AGUICore JSONCodingHelpers.swift
[18/114] Compiling AGUICore JSONPrimitiveWrapper.swift
[19/114] Compiling AGUICore BinaryInputContent.swift
[20/114] Compiling AGUICore DocumentInputContent.swift
[21/114] Compiling AGUICore ImageInputContent.swift
[22/114] Compiling AGUICore InputContent.swift
[23/114] Compiling AGUICore TextInputContent.swift
[24/114] Compiling AGUICore VideoInputContent.swift
[25/114] Compiling AGUICore ActivityMessage.swift
[26/114] Compiling AGUICore AssistantMessage.swift
[27/114] Compiling AGUICore DeveloperMessage.swift
[28/114] Compiling AGUICore Message.swift
[29/114] Compiling AGUICore StateEventRegistry.swift
[30/114] Compiling AGUICore TextMessageEventRegistry.swift
[31/114] Compiling AGUICore ToolCallEventRegistry.swift
[32/114] Compiling AGUICore RegistryComposer.swift
[33/114] Compiling AGUICore MessageEncoder.swift
[34/114] Compiling AGUICore EventType.swift
[35/114] Compiling AGUICore AGUIEvent.swift
[36/114] Compiling AGUICore ActivityDeltaEvent.swift
[37/114] Compiling AGUICore ActivitySnapshotEvent.swift
[38/114] Compiling AGUICore RunErrorEvent.swift
[39/114] Compiling AGUICore RunFinishedEvent.swift
[40/114] Compiling AGUICore ReasoningMessageChunkEventDTO.swift
[41/114] Compiling AGUICore ReasoningMessageContentEventDTO.swift
[42/114] Compiling AGUICore ReasoningMessageEndEventDTO.swift
[43/114] Compiling AGUICore ReasoningMessageStartEventDTO.swift
[44/114] Compiling AGUICore ReasoningStartEventDTO.swift
[45/114] Compiling AGUICore CustomEventDTO.swift
[46/114] Compiling AGUICore RawEventDTO.swift
[47/114] Compiling AGUICore MessagesSnapshotEventDTO.swift
[48/114] Compiling AGUICore StateDeltaEventDTO.swift
[49/114] Compiling AGUICore StateSnapshotEventDTO.swift
[50/114] Compiling AGUICore TextMessageChunkEventDTO.swift
[51/114] Compiling AGUICore TextMessageEndEventDTO.swift
[52/114] Compiling AGUICore ToolCallChunkEventDTO.swift
[53/114] Compiling AGUICore ToolCallEndEventDTO.swift
[54/114] Compiling AGUICore ToolCallResultEventDTO.swift
[55/114] Compiling AGUICore TypeDiscriminator.swift
[56/114] Compiling AGUICore EventDecodingError.swift
[57/114] Compiling AGUICore AudioInputContentDTO.swift
[58/114] Compiling AGUICore BinaryInputContentDTO.swift
[59/114] Compiling AGUICore DocumentInputContentDTO.swift
[60/114] Compiling AGUICore ImageInputContentDTO.swift
[61/114] Compiling AGUICore TextInputContentDTO.swift
[62/114] Compiling AGUICore ToolCallChunkEvent.swift
[63/114] Compiling AGUICore ToolCallEndEvent.swift
[64/114] Compiling AGUICore ToolCallResultEvent.swift
[65/114] Compiling AGUICore ToolCallStartEvent.swift
[66/114] Compiling AGUICore UnknownEvent.swift
[67/114] Compiling AGUICore Context.swift
[68/114] Compiling AGUICore RunAgentInput.swift
[69/114] Compiling AGUICore RunAgentInputBuilder.swift
[70/114] Compiling AGUICore State.swift
[71/114] Compiling AGUICore AudioInputContent.swift
[72/114] Compiling AGUICore CustomEvent.swift
[73/114] Compiling AGUICore RawEvent.swift
[74/114] Compiling AGUICore MessagesSnapshotEvent.swift
[75/114] Compiling AGUICore StateDeltaEvent.swift
[76/114] Compiling AGUICore StateSnapshotEvent.swift
[77/114] Compiling AGUICore TextMessageChunkEvent.swift
[78/114] Compiling AGUICore TextMessageContentEvent.swift
[79/114] Compiling AGUICore TextMessageEndEvent.swift
[80/114] Compiling AGUICore TextMessageStartEvent.swift
[81/114] Compiling AGUICore ToolCallArgsEvent.swift
[82/114] Compiling AGUICore RunFinishedOutcome.swift
[83/114] Compiling AGUICore RunStartedEvent.swift
[84/114] Compiling AGUICore StepFinishedEvent.swift
[85/114] Compiling AGUICore StepStartedEvent.swift
[86/114] Compiling AGUICore ReasoningEncryptedValueEvent.swift
[87/114] Compiling AGUICore ReasoningEndEvent.swift
[88/114] Compiling AGUICore ReasoningMessageChunkEvent.swift
[89/114] Compiling AGUICore ReasoningMessageContentEvent.swift
[90/114] Compiling AGUICore ReasoningMessageEndEvent.swift
[91/114] Compiling AGUICore ReasoningMessageStartEvent.swift
[92/114] Compiling AGUICore ReasoningStartEvent.swift
[93/114] Compiling AGUICore VideoInputContentDTO.swift
[94/114] Compiling AGUICore ActivityMessageDTO.swift
[95/114] Compiling AGUICore MessageDecodingHelpers.swift
[96/114] Compiling AGUICore ReasoningMessageDTO.swift
[97/114] Compiling AGUICore ToolMessageDTO.swift
[98/114] Compiling AGUICore UserMessageDTO.swift
[99/114] Compiling AGUICore MessageDecoder.swift
[100/114] Compiling AGUICore ActivityEventRegistry.swift
[101/114] Compiling AGUICore LifecycleEventRegistry.swift
[102/114] Compiling AGUICore ReasoningEventRegistry.swift
[103/114] Compiling AGUICore SpecialEventRegistry.swift
[104/114] Compiling AGUICore AGUIEventDecoder.swift
[105/114] Compiling AGUICore ActivityDeltaEventDTO.swift
[106/114] Compiling AGUICore ActivitySnapshotEventDTO.swift
[107/114] Compiling AGUICore EventDecodingHelpers.swift
[108/114] Compiling AGUICore RunErrorEventDTO.swift
[109/114] Compiling AGUICore RunFinishedEventDTO.swift
[110/114] Compiling AGUICore RunStartedEventDTO.swift
[111/114] Compiling AGUICore StepFinishedEventDTO.swift
[112/114] Compiling AGUICore StepStartedEventDTO.swift
[113/114] Compiling AGUICore ReasoningEncryptedValueEventDTO.swift
[114/114] Compiling AGUICore ReasoningEndEventDTO.swift
[115/147] Compiling AGUITools ToolResponseHandler.swift
[116/147] Compiling AGUITools ToolExecutionStats.swift
[117/148] Compiling AGUIClient AgentTransport.swift
[118/148] Compiling AGUIClient HTTPClient.swift
[119/150] Compiling AGUITools ToolExecutionResult.swift
[120/150] Compiling AGUITools ToolExecutor.swift
[121/150] Compiling AGUIClient AgentSubscriber.swift
[122/150] Compiling AGUIClient SubscriberManager.swift
[123/150] Compiling AGUIClient SseEvent.swift
[124/150] Compiling AGUIClient SseParser.swift
[125/150] Compiling AGUIClient HttpAgentConfiguration.swift
[126/150] Compiling AGUIClient HttpAgentTransport.swift
[127/150] Compiling AGUITools ToolExecutionContext.swift
[128/150] Compiling AGUITools AGUITools.swift
[129/150] Compiling AGUITools ToolExecutionEvent.swift
[130/150] Compiling AGUITools ToolErrorHandler.swift
[131/150] Emitting module AGUITools
[132/150] Compiling AGUITools ToolExecutionManager.swift
[133/150] Compiling AGUIClient HttpAgent.swift
[134/150] Compiling AGUIClient RunAgentParameters.swift
[135/150] Compiling AGUIClient AgentState.swift
[136/150] Compiling AGUIClient EventStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/AGUIClient/Streaming/EventVerifier.swift:202:29: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
200 | public func verifyEvents(debug: Bool = false) -> AsyncThrowingStream<any AGUIEvent, Error> {
201 | AsyncThrowingStream { continuation in
202 | let task = Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
203 | let verifier = EventVerifier(debug: debug)
204 | do {
205 | for try await event in self {
| `- note: closure captures 'self' which is accessible to code in the current task
206 | try verifier.verify(event)
207 | continuation.yield(event)
[137/150] Compiling AGUIClient EventVerifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/AGUIClient/Streaming/EventVerifier.swift:202:29: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
200 | public func verifyEvents(debug: Bool = false) -> AsyncThrowingStream<any AGUIEvent, Error> {
201 | AsyncThrowingStream { continuation in
202 | let task = Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
203 | let verifier = EventVerifier(debug: debug)
204 | do {
205 | for try await event in self {
| `- note: closure captures 'self' which is accessible to code in the current task
206 | try verifier.verify(event)
207 | continuation.yield(event)
[138/150] Compiling AGUIClient HttpTransport.swift
[139/150] Compiling AGUIClient URLSessionHTTPClient.swift
[140/150] Compiling AGUITools ToolRegistry.swift
/Users/admin/builder/spi-builder-workspace/Sources/AGUITools/Registry/ToolRegistry.swift:324:15: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
317 | /// - Returns: The result of the operation
318 | /// - Throws: ``ToolExecutionError/timeout(toolName:duration:)`` if timeout exceeded
319 | private func withTimeout<T>(
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
320 | _ duration: Duration,
321 | toolName: String,
322 | operation: @escaping @Sendable () async throws -> T
323 | ) async throws -> T {
324 | try await withThrowingTaskGroup(of: T.self) { group in
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
325 | group.addTask {
326 | try await operation()
/Users/admin/builder/spi-builder-workspace/Sources/AGUITools/Registry/ToolRegistry.swift:325:15: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
317 | /// - Returns: The result of the operation
318 | /// - Throws: ``ToolExecutionError/timeout(toolName:duration:)`` if timeout exceeded
319 | private func withTimeout<T>(
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
320 | _ duration: Duration,
321 | toolName: String,
:
323 | ) async throws -> T {
324 | try await withThrowingTaskGroup(of: T.self) { group in
325 | group.addTask {
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
326 | try await operation()
327 | }
/Users/admin/builder/spi-builder-workspace/Sources/AGUITools/Registry/ToolRegistry.swift:329:15: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
317 | /// - Returns: The result of the operation
318 | /// - Throws: ``ToolExecutionError/timeout(toolName:duration:)`` if timeout exceeded
319 | private func withTimeout<T>(
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
320 | _ duration: Duration,
321 | toolName: String,
:
327 | }
328 |
329 | group.addTask {
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
330 | try await Task.sleep(for: duration)
331 | throw ToolExecutionError.timeout(toolName: toolName, duration: duration)
/Users/admin/builder/spi-builder-workspace/Sources/AGUITools/Registry/ToolRegistry.swift:334:38: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
317 | /// - Returns: The result of the operation
318 | /// - Throws: ``ToolExecutionError/timeout(toolName:duration:)`` if timeout exceeded
319 | private func withTimeout<T>(
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
320 | _ duration: Duration,
321 | toolName: String,
:
332 | }
333 |
334 | let result = try await group.next()!
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
335 | group.cancelAll()
336 | return result
/Users/admin/builder/spi-builder-workspace/Sources/AGUITools/Registry/ToolRegistry.swift:335:15: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
317 | /// - Returns: The result of the operation
318 | /// - Throws: ``ToolExecutionError/timeout(toolName:duration:)`` if timeout exceeded
319 | private func withTimeout<T>(
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
320 | _ duration: Duration,
321 | toolName: String,
:
333 |
334 | let result = try await group.next()!
335 | group.cancelAll()
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
336 | return result
337 | }
[141/150] Compiling AGUIClient AsyncSequence+Buffering.swift
/Users/admin/builder/spi-builder-workspace/Sources/AGUIClient/Streaming/ChunkTransformer.swift:39:29: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
37 | ) -> AsyncThrowingStream<any AGUIEvent, Error> where S.Element == any AGUIEvent {
38 | AsyncThrowingStream { continuation in
39 | let task = Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
40 | let transformer = EventTransformer(continuation: continuation)
41 | await transformer.processEvents(events)
| `- note: closure captures 'events' which is accessible to code in the current task
42 | }
43 | continuation.onTermination = { _ in task.cancel() }
/Users/admin/builder/spi-builder-workspace/Sources/AGUIClient/Streaming/ChunkTransformer.swift:41:35: warning: sending 'events' risks causing data races; this is an error in the Swift 6 language mode
39 | let task = Task {
40 | let transformer = EventTransformer(continuation: continuation)
41 | await transformer.processEvents(events)
| |- warning: sending 'events' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'events' to actor-isolated instance method 'processEvents' risks causing data races between actor-isolated and task-isolated uses
42 | }
43 | continuation.onTermination = { _ in task.cancel() }
[142/150] Compiling AGUIClient BufferingStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/AGUIClient/Streaming/ChunkTransformer.swift:39:29: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
37 | ) -> AsyncThrowingStream<any AGUIEvent, Error> where S.Element == any AGUIEvent {
38 | AsyncThrowingStream { continuation in
39 | let task = Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
40 | let transformer = EventTransformer(continuation: continuation)
41 | await transformer.processEvents(events)
| `- note: closure captures 'events' which is accessible to code in the current task
42 | }
43 | continuation.onTermination = { _ in task.cancel() }
/Users/admin/builder/spi-builder-workspace/Sources/AGUIClient/Streaming/ChunkTransformer.swift:41:35: warning: sending 'events' risks causing data races; this is an error in the Swift 6 language mode
39 | let task = Task {
40 | let transformer = EventTransformer(continuation: continuation)
41 | await transformer.processEvents(events)
| |- warning: sending 'events' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'events' to actor-isolated instance method 'processEvents' risks causing data races between actor-isolated and task-isolated uses
42 | }
43 | continuation.onTermination = { _ in task.cancel() }
[143/150] Compiling AGUIClient ChunkTransformer.swift
/Users/admin/builder/spi-builder-workspace/Sources/AGUIClient/Streaming/ChunkTransformer.swift:39:29: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
37 | ) -> AsyncThrowingStream<any AGUIEvent, Error> where S.Element == any AGUIEvent {
38 | AsyncThrowingStream { continuation in
39 | let task = Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
40 | let transformer = EventTransformer(continuation: continuation)
41 | await transformer.processEvents(events)
| `- note: closure captures 'events' which is accessible to code in the current task
42 | }
43 | continuation.onTermination = { _ in task.cancel() }
/Users/admin/builder/spi-builder-workspace/Sources/AGUIClient/Streaming/ChunkTransformer.swift:41:35: warning: sending 'events' risks causing data races; this is an error in the Swift 6 language mode
39 | let task = Task {
40 | let transformer = EventTransformer(continuation: continuation)
41 | await transformer.processEvents(events)
| |- warning: sending 'events' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'events' to actor-isolated instance method 'processEvents' risks causing data races between actor-isolated and task-isolated uses
42 | }
43 | continuation.onTermination = { _ in task.cancel() }
[144/150] Compiling AGUIClient AGUIClient.swift
[145/150] Compiling AGUIClient AbstractAgent.swift
[146/150] Compiling AGUIClient ClientError.swift
[147/150] Emitting module AGUIClient
[148/150] Compiling AGUIClient DefaultApplyEvents.swift
/Users/admin/builder/spi-builder-workspace/Sources/AGUIClient/State/PatchApplicator.swift:254:13: warning: variable 'intermediate' was never mutated; consider changing to 'let' constant
252 |
253 | // Remove from 'from' path
254 | var intermediate = try applyRemove(path: from, from: state)
| `- warning: variable 'intermediate' was never mutated; consider changing to 'let' constant
255 |
256 | // Add to 'to' path
/Users/admin/builder/spi-builder-workspace/Sources/AGUIClient/State/DefaultApplyEvents.swift:20:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
18 | ) -> AsyncThrowingStream<AgentState, Error> {
19 | AsyncThrowingStream { continuation in
20 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
21 | // Mutable state — all access is serialized within this single Task
22 | var messages: [any Message] = input.messages
:
27 |
28 | do {
29 | for try await event in self {
| `- note: closure captures 'self' which is accessible to code in the current task
30 | // Emit initial messages on first event if present
31 | if !initialMessagesEmitted {
[149/150] Compiling AGUIClient PatchApplicator.swift
/Users/admin/builder/spi-builder-workspace/Sources/AGUIClient/State/PatchApplicator.swift:254:13: warning: variable 'intermediate' was never mutated; consider changing to 'let' constant
252 |
253 | // Remove from 'from' path
254 | var intermediate = try applyRemove(path: from, from: state)
| `- warning: variable 'intermediate' was never mutated; consider changing to 'let' constant
255 |
256 | // Add to 'to' path
/Users/admin/builder/spi-builder-workspace/Sources/AGUIClient/State/DefaultApplyEvents.swift:20:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
18 | ) -> AsyncThrowingStream<AgentState, Error> {
19 | AsyncThrowingStream { continuation in
20 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
21 | // Mutable state — all access is serialized within this single Task
22 | var messages: [any Message] = input.messages
:
27 |
28 | do {
29 | for try await event in self {
| `- note: closure captures 'self' which is accessible to code in the current task
30 | // Emit initial messages on first event if present
31 | if !initialMessagesEmitted {
[150/150] Compiling AGUIClient StateManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/AGUIClient/State/PatchApplicator.swift:254:13: warning: variable 'intermediate' was never mutated; consider changing to 'let' constant
252 |
253 | // Remove from 'from' path
254 | var intermediate = try applyRemove(path: from, from: state)
| `- warning: variable 'intermediate' was never mutated; consider changing to 'let' constant
255 |
256 | // Add to 'to' path
/Users/admin/builder/spi-builder-workspace/Sources/AGUIClient/State/DefaultApplyEvents.swift:20:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
18 | ) -> AsyncThrowingStream<AgentState, Error> {
19 | AsyncThrowingStream { continuation in
20 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
21 | // Mutable state — all access is serialized within this single Task
22 | var messages: [any Message] = input.messages
:
27 |
28 | do {
29 | for try await event in self {
| `- note: closure captures 'self' which is accessible to code in the current task
30 | // Emit initial messages on first event if present
31 | if !initialMessagesEmitted {
[151/162] Compiling AGUIAgentSDK StatefulAgUiAgentConfig.swift
[152/163] Compiling AGUIAgentSDK ConversationHistoryManager.swift
[153/163] Compiling AGUIAgentSDK ClientToolResponseHandler.swift
[154/163] Compiling AGUIAgentSDK ChatAgent.swift
[155/163] Compiling AGUIAgentSDK AgentMessage.swift
[156/163] Compiling AGUIAgentSDK AgentViewModel.swift
[157/163] Compiling AGUIAgentSDK AgUiAgentConfig.swift
[158/163] Compiling AGUIAgentSDK AgentBuilders.swift
[159/163] Emitting module AGUIAgentSDK
[160/163] Compiling AGUIAgentSDK AgentViewModelCompat.swift
[161/163] Compiling AGUIAgentSDK StatefulAgUiAgent.swift
/Users/admin/builder/spi-builder-workspace/Sources/AGUIAgentSDK/StatefulAgUiAgent.swift:253:37: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
251 | } else {
252 | eventStream = AsyncThrowingStream { continuation in
253 | let task = Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
254 | do {
255 | for try await event in rawStream { continuation.yield(event) }
| `- note: closure captures 'rawStream' which is accessible to code in the current task
256 | continuation.finish()
257 | } catch { continuation.finish(throwing: error) }
/Users/admin/builder/spi-builder-workspace/Sources/AGUIAgentSDK/StatefulAgUiAgent.swift:308:29: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
306 | ) -> AsyncThrowingStream<any AGUIEvent, Error> where S.Element == any AGUIEvent {
307 | AsyncThrowingStream { continuation in
308 | let task = Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
309 | var currentAssistantMessage: AssistantMessage?
310 | let patchApplicator = PatchApplicator()
:
312 |
313 | do {
314 | for try await event in stream {
| `- note: closure captures 'stream' which is accessible to code in the current task
315 | // Yield the event downstream
316 | continuation.yield(event)
[162/163] Compiling AGUIAgentSDK AGUIAgentSDK.swift
[163/163] Compiling AGUIAgentSDK AgUiAgent.swift
Build complete! (25.07s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.11s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (4.10s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.79s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.46s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "AGUISwift",
"name" : "AGUISwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AGUICore",
"targets" : [
"AGUICore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AGUIClient",
"targets" : [
"AGUIClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AGUIAgentSDK",
"targets" : [
"AGUIAgentSDK"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AGUITools",
"targets" : [
"AGUITools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AGUIToolsTests",
"module_type" : "SwiftTarget",
"name" : "AGUIToolsTests",
"path" : "Tests/AGUIToolsTests",
"sources" : [
"AGUIToolsTests.swift",
"Core/ToolErrorHandlerTests.swift",
"Core/ToolExecutionContextTests.swift",
"Core/ToolExecutionManagerTests.swift",
"Core/ToolExecutionResultTests.swift",
"Core/ToolExecutorTests.swift",
"Registry/CircuitBreakerIntegrationTests.swift",
"Registry/ToolExecutionStatsTests.swift",
"Registry/ToolRegistryConcurrencyTests.swift",
"Registry/ToolRegistryTests.swift"
],
"target_dependencies" : [
"AGUITools"
],
"type" : "test"
},
{
"c99name" : "AGUITools",
"module_type" : "SwiftTarget",
"name" : "AGUITools",
"path" : "Sources/AGUITools",
"product_memberships" : [
"AGUIAgentSDK",
"AGUITools"
],
"sources" : [
"AGUITools.swift",
"Core/ToolErrorHandler.swift",
"Core/ToolExecutionContext.swift",
"Core/ToolExecutionEvent.swift",
"Core/ToolExecutionManager.swift",
"Core/ToolExecutionResult.swift",
"Core/ToolExecutor.swift",
"Core/ToolResponseHandler.swift",
"Registry/ToolExecutionStats.swift",
"Registry/ToolRegistry.swift"
],
"target_dependencies" : [
"AGUICore"
],
"type" : "library"
},
{
"c99name" : "AGUICoreTests",
"module_type" : "SwiftTarget",
"name" : "AGUICoreTests",
"path" : "Tests/AGUICoreTests",
"sources" : [
"ActivityEvents/ActivityDeltaEventTests.swift",
"ActivityEvents/ActivitySnapshotEventTests.swift",
"Encoding/MessageEncoderTests.swift",
"Helpers/AGUIEventDecoderTestHelpers.swift",
"Helpers/EventDecodingErrorTests.swift",
"Helpers/EventTestData.swift",
"LifeCycleEvents/RunErrorEventTests.swift",
"LifeCycleEvents/RunFinishedEventTests.swift",
"LifeCycleEvents/RunStartedEventTests.swift",
"LifeCycleEvents/StepFinishedEventTests.swift",
"LifeCycleEvents/StepStartedEventTests.swift",
"ReasoningEvents/ReasoningEncryptedValueEventTests.swift",
"ReasoningEvents/ReasoningEndEventTests.swift",
"ReasoningEvents/ReasoningMessageChunkEventTests.swift",
"ReasoningEvents/ReasoningMessageContentEventTests.swift",
"ReasoningEvents/ReasoningMessageEndEventTests.swift",
"ReasoningEvents/ReasoningMessageStartEventTests.swift",
"ReasoningEvents/ReasoningStartEventTests.swift",
"SpecialEvents/CustomEventTests.swift",
"SpecialEvents/RawEventTests.swift",
"SpecialEvents/UnknownEventTests.swift",
"StateEvents/MessagesSnapshotEventTests.swift",
"StateEvents/StateDeltaEventTests.swift",
"StateEvents/StateSnapshotEventTests.swift",
"TextMessageEvents/TextMessageChunkEventTests.swift",
"TextMessageEvents/TextMessageContentEventTests.swift",
"TextMessageEvents/TextMessageEndEventTests.swift",
"TextMessageEvents/TextMessageStartEventTests.swift",
"ToolCallEvents/ToolCallArgsEventTests.swift",
"ToolCallEvents/ToolCallChunkEventTests.swift",
"ToolCallEvents/ToolCallEndEventTests.swift",
"ToolCallEvents/ToolCallResultEventTests.swift",
"ToolCallEvents/ToolCallStartEventTests.swift",
"Types/AgentExecution/ContextTests.swift",
"Types/AgentExecution/RunAgentInputBuilderTests.swift",
"Types/AgentExecution/RunAgentInputTests.swift",
"Types/AgentExecution/StateTests.swift",
"Types/InputContent/AudioInputContentTests.swift",
"Types/InputContent/BinaryInputContentTests.swift",
"Types/InputContent/DocumentInputContentTests.swift",
"Types/InputContent/ImageInputContentTests.swift",
"Types/InputContent/InputContentTests.swift",
"Types/InputContent/VideoInputContentTests.swift",
"Types/Messages/ActivityMessageTests.swift",
"Types/Messages/AssistantMessageTests.swift",
"Types/Messages/DeveloperMessageTests.swift",
"Types/Messages/MessageTests.swift",
"Types/Messages/ReasoningMessageTests.swift",
"Types/Messages/RoleTests.swift",
"Types/Messages/SystemMessageTests.swift",
"Types/Messages/ToolMessageTests.swift",
"Types/Messages/UserMessageTests.swift",
"Types/Tools/FunctionCallTests.swift",
"Types/Tools/ToolCallTests.swift",
"Types/Tools/ToolTests.swift"
],
"target_dependencies" : [
"AGUICore"
],
"type" : "test"
},
{
"c99name" : "AGUICore",
"module_type" : "SwiftTarget",
"name" : "AGUICore",
"path" : "Sources/AGUICore",
"product_memberships" : [
"AGUICore",
"AGUIClient",
"AGUIAgentSDK",
"AGUITools"
],
"sources" : [
"Decoding/AGUIEventDecoder.swift",
"Decoding/EventDTO/ActivityEventsDTO/ActivityDeltaEventDTO.swift",
"Decoding/EventDTO/ActivityEventsDTO/ActivitySnapshotEventDTO.swift",
"Decoding/EventDTO/EventDecodingHelpers.swift",
"Decoding/EventDTO/LifeCycleEventsDTO/RunErrorEventDTO.swift",
"Decoding/EventDTO/LifeCycleEventsDTO/RunFinishedEventDTO.swift",
"Decoding/EventDTO/LifeCycleEventsDTO/RunStartedEventDTO.swift",
"Decoding/EventDTO/LifeCycleEventsDTO/StepFinishedEventDTO.swift",
"Decoding/EventDTO/LifeCycleEventsDTO/StepStartedEventDTO.swift",
"Decoding/EventDTO/ReasoningEventsDTO/ReasoningEncryptedValueEventDTO.swift",
"Decoding/EventDTO/ReasoningEventsDTO/ReasoningEndEventDTO.swift",
"Decoding/EventDTO/ReasoningEventsDTO/ReasoningMessageChunkEventDTO.swift",
"Decoding/EventDTO/ReasoningEventsDTO/ReasoningMessageContentEventDTO.swift",
"Decoding/EventDTO/ReasoningEventsDTO/ReasoningMessageEndEventDTO.swift",
"Decoding/EventDTO/ReasoningEventsDTO/ReasoningMessageStartEventDTO.swift",
"Decoding/EventDTO/ReasoningEventsDTO/ReasoningStartEventDTO.swift",
"Decoding/EventDTO/SpecialEventsDTO/CustomEventDTO.swift",
"Decoding/EventDTO/SpecialEventsDTO/RawEventDTO.swift",
"Decoding/EventDTO/StateEventsDTO/MessagesSnapshotEventDTO.swift",
"Decoding/EventDTO/StateEventsDTO/StateDeltaEventDTO.swift",
"Decoding/EventDTO/StateEventsDTO/StateSnapshotEventDTO.swift",
"Decoding/EventDTO/TextMessageEventsDTO/TextMessageChunkEventDTO.swift",
"Decoding/EventDTO/TextMessageEventsDTO/TextMessageEndEventDTO.swift",
"Decoding/EventDTO/ToolCallEventsDTO/ToolCallChunkEventDTO.swift",
"Decoding/EventDTO/ToolCallEventsDTO/ToolCallEndEventDTO.swift",
"Decoding/EventDTO/ToolCallEventsDTO/ToolCallResultEventDTO.swift",
"Decoding/EventDTO/TypeDiscriminator.swift",
"Decoding/EventDecodingError.swift",
"Decoding/InputContentDTO/AudioInputContentDTO.swift",
"Decoding/InputContentDTO/BinaryInputContentDTO.swift",
"Decoding/InputContentDTO/DocumentInputContentDTO.swift",
"Decoding/InputContentDTO/ImageInputContentDTO.swift",
"Decoding/InputContentDTO/TextInputContentDTO.swift",
"Decoding/InputContentDTO/VideoInputContentDTO.swift",
"Decoding/MessageDTO/ActivityMessageDTO.swift",
"Decoding/MessageDTO/MessageDecodingHelpers.swift",
"Decoding/MessageDTO/ReasoningMessageDTO.swift",
"Decoding/MessageDTO/ToolMessageDTO.swift",
"Decoding/MessageDTO/UserMessageDTO.swift",
"Decoding/MessageDecoder.swift",
"Decoding/Registry/ActivityEventRegistry.swift",
"Decoding/Registry/LifecycleEventRegistry.swift",
"Decoding/Registry/ReasoningEventRegistry.swift",
"Decoding/Registry/SpecialEventRegistry.swift",
"Decoding/Registry/StateEventRegistry.swift",
"Decoding/Registry/TextMessageEventRegistry.swift",
"Decoding/Registry/ToolCallEventRegistry.swift",
"Decoding/RegistryComposer.swift",
"Encoding/MessageEncoder.swift",
"EventType.swift",
"Events/AGUIEvent.swift",
"Events/ActivityEvents/ActivityDeltaEvent.swift",
"Events/ActivityEvents/ActivitySnapshotEvent.swift",
"Events/LifeCycleEvents/RunErrorEvent.swift",
"Events/LifeCycleEvents/RunFinishedEvent.swift",
"Events/LifeCycleEvents/RunFinishedOutcome.swift",
"Events/LifeCycleEvents/RunStartedEvent.swift",
"Events/LifeCycleEvents/StepFinishedEvent.swift",
"Events/LifeCycleEvents/StepStartedEvent.swift",
"Events/ReasoningEvents/ReasoningEncryptedValueEvent.swift",
"Events/ReasoningEvents/ReasoningEndEvent.swift",
"Events/ReasoningEvents/ReasoningMessageChunkEvent.swift",
"Events/ReasoningEvents/ReasoningMessageContentEvent.swift",
"Events/ReasoningEvents/ReasoningMessageEndEvent.swift",
"Events/ReasoningEvents/ReasoningMessageStartEvent.swift",
"Events/ReasoningEvents/ReasoningStartEvent.swift",
"Events/SpecialEvents/CustomEvent.swift",
"Events/SpecialEvents/RawEvent.swift",
"Events/StateEvents/MessagesSnapshotEvent.swift",
"Events/StateEvents/StateDeltaEvent.swift",
"Events/StateEvents/StateSnapshotEvent.swift",
"Events/TextMessageEvents/TextMessageChunkEvent.swift",
"Events/TextMessageEvents/TextMessageContentEvent.swift",
"Events/TextMessageEvents/TextMessageEndEvent.swift",
"Events/TextMessageEvents/TextMessageStartEvent.swift",
"Events/ToolCallEvents/ToolCallArgsEvent.swift",
"Events/ToolCallEvents/ToolCallChunkEvent.swift",
"Events/ToolCallEvents/ToolCallEndEvent.swift",
"Events/ToolCallEvents/ToolCallResultEvent.swift",
"Events/ToolCallEvents/ToolCallStartEvent.swift",
"Events/UnknownEvent.swift",
"Types/AgentExecution/Context.swift",
"Types/AgentExecution/RunAgentInput.swift",
"Types/AgentExecution/RunAgentInputBuilder.swift",
"Types/AgentExecution/State.swift",
"Types/InputContent/AudioInputContent.swift",
"Types/InputContent/BinaryInputContent.swift",
"Types/InputContent/DocumentInputContent.swift",
"Types/InputContent/ImageInputContent.swift",
"Types/InputContent/InputContent.swift",
"Types/InputContent/TextInputContent.swift",
"Types/InputContent/VideoInputContent.swift",
"Types/Messages/ActivityMessage.swift",
"Types/Messages/AssistantMessage.swift",
"Types/Messages/DeveloperMessage.swift",
"Types/Messages/Message.swift",
"Types/Messages/ReasoningMessage.swift",
"Types/Messages/Role.swift",
"Types/Messages/SystemMessage.swift",
"Types/Messages/ToolMessage.swift",
"Types/Messages/UserMessage.swift",
"Types/Tools/FunctionCall.swift",
"Types/Tools/Tool.swift",
"Types/Tools/ToolCall.swift",
"Utilities/JSONCodingHelpers.swift",
"Utilities/JSONPrimitiveWrapper.swift"
],
"type" : "library"
},
{
"c99name" : "AGUIClientTests",
"module_type" : "SwiftTarget",
"name" : "AGUIClientTests",
"path" : "Tests/AGUIClientTests",
"sources" : [
"AGUIClientTests.swift",
"HttpAgentTests.swift",
"SseReconnectionTests.swift",
"State/DefaultApplyEventsTests.swift",
"State/PatchApplicatorTests.swift",
"State/StateManagerTests.swift",
"Streaming/BufferingTests.swift",
"Streaming/ChunkTransformTests.swift",
"Streaming/EventStreamTests.swift",
"Streaming/EventVerifierTests.swift",
"Streaming/SseParserTests.swift",
"Subscriber/AgentSubscriberTests.swift",
"Transport/ClientErrorTests.swift",
"Transport/HttpAgentConfigurationTests.swift",
"Transport/HttpTransportTests.swift",
"Transport/MockHTTPClient.swift",
"Transport/URLSessionHTTPClientTests.swift"
],
"target_dependencies" : [
"AGUIClient"
],
"type" : "test"
},
{
"c99name" : "AGUIClient",
"module_type" : "SwiftTarget",
"name" : "AGUIClient",
"path" : "Sources/AGUIClient",
"product_memberships" : [
"AGUIClient",
"AGUIAgentSDK"
],
"sources" : [
"AGUIClient.swift",
"AbstractAgent.swift",
"Errors/ClientError.swift",
"HttpAgent.swift",
"RunAgentParameters.swift",
"State/AgentState.swift",
"State/DefaultApplyEvents.swift",
"State/PatchApplicator.swift",
"State/StateManager.swift",
"Streaming/AsyncSequence+Buffering.swift",
"Streaming/BufferingStrategy.swift",
"Streaming/ChunkTransformer.swift",
"Streaming/EventStream.swift",
"Streaming/EventVerifier.swift",
"Streaming/SseEvent.swift",
"Streaming/SseParser.swift",
"Subscriber/AgentSubscriber.swift",
"Subscriber/SubscriberManager.swift",
"Transport/AgentTransport.swift",
"Transport/HTTPClient.swift",
"Transport/HttpAgentConfiguration.swift",
"Transport/HttpAgentTransport.swift",
"Transport/HttpTransport.swift",
"Transport/URLSessionHTTPClient.swift"
],
"target_dependencies" : [
"AGUICore"
],
"type" : "library"
},
{
"c99name" : "AGUIAgentSDKTests",
"module_type" : "SwiftTarget",
"name" : "AGUIAgentSDKTests",
"path" : "Tests/AGUIAgentSDKTests",
"sources" : [
"AGUIAgentSDKTests.swift",
"AgUiAgentTests.swift",
"AgentBuildersTests.swift",
"AgentMessageTests.swift",
"AgentViewModelCompatTests.swift",
"AgentViewModelTests.swift",
"ConversationHistoryTests.swift",
"EndToEndPipelineTests.swift",
"HistoryTrimmingTests.swift",
"MockChatAgent.swift",
"Mocks/MockToolRegistry.swift",
"StatefulAgUiAgentTests.swift"
],
"target_dependencies" : [
"AGUIAgentSDK",
"AGUIClient",
"AGUITools"
],
"type" : "test"
},
{
"c99name" : "AGUIAgentSDK",
"module_type" : "SwiftTarget",
"name" : "AGUIAgentSDK",
"path" : "Sources/AGUIAgentSDK",
"product_memberships" : [
"AGUIAgentSDK"
],
"sources" : [
"AGUIAgentSDK.swift",
"AgUiAgent.swift",
"AgUiAgentConfig.swift",
"AgentBuilders.swift",
"AgentMessage.swift",
"AgentViewModel.swift",
"AgentViewModelCompat.swift",
"ChatAgent.swift",
"ConversationHistoryManager.swift",
"StatefulAgUiAgent.swift",
"StatefulAgUiAgentConfig.swift",
"Tools/ClientToolResponseHandler.swift"
],
"target_dependencies" : [
"AGUICore",
"AGUIClient",
"AGUITools"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.