Build Information
Successful build of ACP, reference v0.1.16 (f38606), with Swift 6.1 for macOS (SPM) on 3 Mar 2026 15:33:23 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
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aptove/swift-sdk.git
Reference: v0.1.16
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aptove/swift-sdk
* tag v0.1.16 -> FETCH_HEAD
HEAD is now at f38606f fix: fail pending requests on transport close, call close() on POSIX 57
Cloned https://github.com/aptove/swift-sdk.git
Revision (git rev-parse @):
f38606f7bb43a12122b8338b2bb694084ededf94
SUCCESS checkout https://github.com/aptove/swift-sdk.git at v0.1.16
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/aptove/swift-sdk.git
https://github.com/aptove/swift-sdk.git
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "ACP",
"name" : "ACP",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ACPModel",
"targets" : [
"ACPModel"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ACP",
"targets" : [
"ACP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ACPHTTP",
"targets" : [
"ACPHTTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "EchoAgent",
"targets" : [
"EchoAgent"
],
"type" : {
"executable" : null
}
},
{
"name" : "SimpleClient",
"targets" : [
"SimpleClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "InteractiveClient",
"targets" : [
"InteractiveClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "SimpleAgentApp",
"targets" : [
"SimpleAgentApp"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SimpleClient",
"module_type" : "SwiftTarget",
"name" : "SimpleClient",
"path" : "Samples/SimpleClient",
"product_memberships" : [
"SimpleClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ACP",
"ACPModel"
],
"type" : "executable"
},
{
"c99name" : "SimpleAgentApp",
"module_type" : "SwiftTarget",
"name" : "SimpleAgentApp",
"path" : "Samples/SimpleAgentApp",
"product_memberships" : [
"SimpleAgentApp"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ACP",
"ACPModel"
],
"type" : "executable"
},
{
"c99name" : "InteractiveClient",
"module_type" : "SwiftTarget",
"name" : "InteractiveClient",
"path" : "Samples/InteractiveClient",
"product_memberships" : [
"InteractiveClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ACP",
"ACPModel"
],
"type" : "executable"
},
{
"c99name" : "EchoAgent",
"module_type" : "SwiftTarget",
"name" : "EchoAgent",
"path" : "Samples/EchoAgent",
"product_memberships" : [
"EchoAgent"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ACP",
"ACPModel"
],
"type" : "executable"
},
{
"c99name" : "ACPTests",
"module_type" : "SwiftTarget",
"name" : "ACPTests",
"path" : "Tests/ACPTests",
"sources" : [
"ACPTests.swift",
"AgentClientTests.swift",
"ClientSessionModelTests.swift",
"ClientSessionTests.swift",
"E2EIntegrationTests.swift",
"IntegrationTests.swift",
"OperationsTests.swift",
"PaginatedResponseTests.swift",
"ProtocolTests.swift",
"StdioTransportTests.swift",
"TestTransport.swift"
],
"target_dependencies" : [
"ACP"
],
"type" : "test"
},
{
"c99name" : "ACPModelTests",
"module_type" : "SwiftTarget",
"name" : "ACPModelTests",
"path" : "Tests/ACPModelTests",
"sources" : [
"ACPModelTests.swift",
"AuthMessagesTests.swift",
"FileMessagesTests.swift",
"JsonRpcTests.swift",
"JsonValueTests.swift",
"ModelMessagesTests.swift",
"NotificationsTests.swift",
"PaginationTests.swift",
"PermissionMessagesTests.swift",
"ProtocolVersionTests.swift",
"RequestIdTests.swift",
"SessionConfigOptionTests.swift",
"SessionIdTests.swift",
"SessionModeMessagesTests.swift",
"SessionOperationsTests.swift",
"TerminalTests.swift"
],
"target_dependencies" : [
"ACPModel"
],
"type" : "test"
},
{
"c99name" : "ACPModel",
"module_type" : "SwiftTarget",
"name" : "ACPModel",
"path" : "Sources/ACPModel",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"ACPModel",
"ACP",
"ACPHTTP",
"EchoAgent",
"SimpleClient",
"InteractiveClient",
"SimpleAgentApp"
],
"sources" : [
"ACPModel.swift",
"AcpProtocols.swift",
"Annotations.swift",
"AuthMessages.swift",
"AvailableCommand.swift",
"Capabilities.swift",
"ContentBlock.swift",
"Cursor.swift",
"FileMessages.swift",
"Implementation.swift",
"InitializeMessages.swift",
"JsonRpc.swift",
"JsonValue.swift",
"McpServer.swift",
"ModelId.swift",
"ModelMessages.swift",
"Notifications.swift",
"Pagination.swift",
"PermissionMessages.swift",
"PermissionOptionId.swift",
"PlanEntry.swift",
"Priority.swift",
"ProtocolVersion.swift",
"RequestId.swift",
"Role.swift",
"SessionConfigGroupId.swift",
"SessionConfigId.swift",
"SessionConfigOption.swift",
"SessionConfigValueId.swift",
"SessionId.swift",
"SessionInfo.swift",
"SessionMessages.swift",
"SessionModeId.swift",
"SessionModeMessages.swift",
"SessionOperations.swift",
"SessionUpdate.swift",
"SessionUpdateTypes.swift",
"Terminal.swift",
"ToolCall.swift",
"ToolCallId.swift"
],
"type" : "library"
},
{
"c99name" : "ACPHTTPTests",
"module_type" : "SwiftTarget",
"name" : "ACPHTTPTests",
"path" : "Tests/ACPHTTPTests",
"sources" : [
"ACPHTTPTests.swift",
"WebSocketTransportTests.swift"
],
"target_dependencies" : [
"ACPHTTP"
],
"type" : "test"
},
{
"c99name" : "ACPHTTP",
"module_type" : "SwiftTarget",
"name" : "ACPHTTP",
"path" : "Sources/ACPHTTP",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"ACPHTTP"
],
"sources" : [
"ACPHTTP.swift",
"WebSocketTransport.swift"
],
"target_dependencies" : [
"ACP",
"ACPModel"
],
"type" : "library"
},
{
"c99name" : "ACP",
"module_type" : "SwiftTarget",
"name" : "ACP",
"path" : "Sources/ACP",
"product_dependencies" : [
"Logging",
"Collections"
],
"product_memberships" : [
"ACP",
"ACPHTTP",
"EchoAgent",
"SimpleClient",
"InteractiveClient",
"SimpleAgentApp"
],
"sources" : [
"ACP.swift",
"Agent.swift",
"AgentConnection.swift",
"AgentContext.swift",
"Client.swift",
"ClientConnection.swift",
"ClientSession.swift",
"ClientSessionOperations.swift",
"Event.swift",
"FileSystemOperations.swift",
"PaginatedResponse.swift",
"Protocol.swift",
"ProtocolExtensions.swift",
"RemoteClientOperations.swift",
"StdioTransport.swift",
"TerminalOperations.swift",
"Transport.swift"
],
"target_dependencies" : [
"ACPModel"
],
"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
Building for debugging...
[0/33] Write sources
[5/33] Write SimpleAgentApp-entitlement.plist
[5/33] Write InteractiveClient-entitlement.plist
[7/33] Write sources
[7/33] Write SimpleClient-entitlement.plist
[8/33] Write sources
[13/33] Write EchoAgent-entitlement.plist
[14/33] Write sources
[20/33] Write swift-version-2F0A5646E1D333AE.txt
[22/55] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[23/55] Compiling InternalCollectionsUtilities Descriptions.swift
[24/55] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[25/55] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/55] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[27/55] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/56] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[29/56] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[30/56] Compiling InternalCollectionsUtilities Debugging.swift
[31/56] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[32/56] Compiling InternalCollectionsUtilities UInt+reversed.swift
[33/56] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/56] Compiling InternalCollectionsUtilities _SortedCollection.swift
[35/56] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[36/56] Compiling InternalCollectionsUtilities Integer rank.swift
[37/56] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[38/56] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[39/56] Emitting module InternalCollectionsUtilities
[40/338] Compiling _RopeModule BigString+Debugging.swift
[41/338] Compiling _RopeModule BigString+Index.swift
[42/339] Compiling DequeModule _DequeBufferHeader.swift
[43/339] Compiling HeapModule _HeapNode.swift
[44/339] Compiling DequeModule _DequeSlot.swift
[45/339] Compiling HeapModule Heap.swift
[46/339] Compiling DequeModule _DequeBuffer.swift
[47/339] Compiling HeapModule Heap+Invariants.swift
[48/339] Compiling HeapModule Heap+UnsafeHandle.swift
[49/339] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[50/339] Compiling _RopeModule BigString+Ingester.swift
[51/339] Compiling _RopeModule BigString+Invariants.swift
[52/339] Compiling HeapModule Heap+Descriptions.swift
[53/339] Emitting module HeapModule
[54/339] Compiling _RopeModule Range+BigString.swift
[55/339] Compiling _RopeModule BigString+UTF16View.swift
[56/339] Compiling _RopeModule BigString+UTF8View.swift
[57/339] Compiling _RopeModule BigString+UnicodeScalarView.swift
[58/339] Compiling _RopeModule BigSubstring+UTF16View.swift
[59/339] Compiling _RopeModule BigSubstring+UTF8View.swift
[60/345] Compiling _RopeModule BigString+Iterators.swift
[61/345] Compiling HashTreeCollections _HashNode+Initializers.swift
[62/345] Compiling DequeModule _UnsafeWrappedBuffer.swift
[63/345] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[64/345] Compiling _RopeModule BigString+Chunk+Description.swift
[65/345] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[66/345] Compiling HashTreeCollections _HashNode+Structural filter.swift
[67/345] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[68/345] Compiling _RopeModule BigString+Chunk+Splitting.swift
[70/350] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[71/350] Compiling _RopeModule BigSubstring.swift
[72/350] Compiling _RopeModule Rope+Builder.swift
[73/350] Compiling _RopeModule Rope+Debugging.swift
[74/350] Compiling _RopeModule Rope+Invariants.swift
[75/350] Compiling _RopeModule Rope+_Node.swift
[76/350] Compiling _RopeModule Rope+_Storage.swift
[77/350] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[78/350] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[79/350] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[80/350] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[92/350] Compiling BitCollections BitSet.swift
[93/350] Compiling _RopeModule Rope+Sequence.swift
[94/350] Compiling _RopeModule Rope+Append.swift
[95/350] Compiling _RopeModule Rope+Extract.swift
[96/350] Compiling _RopeModule Rope+Find.swift
[97/350] Compiling _RopeModule Rope+ForEachWhile.swift
[98/350] Compiling _RopeModule Rope+Insert.swift
[99/350] Compiling _RopeModule Rope+Join.swift
[100/350] Compiling _RopeModule Rope+MutatingForEach.swift
[101/358] Emitting module BitCollections
[103/358] Compiling HashTreeCollections _HashNode+Invariants.swift
[104/358] Compiling HashTreeCollections _HashNode+Lookups.swift
[105/358] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[106/358] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[112/358] Compiling _RopeModule BigString+Initializers.swift
[113/358] Compiling _RopeModule BigString+Insert.swift
[114/358] Compiling _RopeModule BigString+Managing Breaks.swift
[115/358] Compiling _RopeModule BigString+RemoveSubrange.swift
[116/358] Compiling _RopeModule BigString+ReplaceSubrange.swift
[117/358] Compiling _RopeModule BigString+Split.swift
[118/358] Compiling _RopeModule BigString+Hashing.swift
[119/358] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[120/358] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[121/358] Compiling _RopeModule BigString+Sequence.swift
[122/358] Compiling _RopeModule BigString+TextOutputStream.swift
[123/358] Compiling _RopeModule BigString+Append.swift
[124/358] Compiling _RopeModule BigString+Builder.swift
[125/358] Compiling _RopeModule BigString+Contents.swift
[128/358] Compiling BitCollections Range+Utilities.swift
[129/358] Compiling BitCollections Slice+Utilities.swift
[130/358] Compiling BitCollections UInt+Tricks.swift
[131/358] Compiling BitCollections _Word.swift
[132/358] Compiling OrderedCollections OrderedSet.swift
[133/358] Compiling OrderedCollections _UnsafeBitset.swift
[134/358] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[135/358] Compiling HashTreeCollections TreeDictionary+Values.swift
[136/358] Compiling HashTreeCollections TreeDictionary.swift
[137/358] Compiling HashTreeCollections TreeSet+Codable.swift
[138/358] Compiling HashTreeCollections TreeSet+Collection.swift
[139/358] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[140/358] Compiling HashTreeCollections TreeSet+Debugging.swift
[141/358] Compiling HashTreeCollections TreeSet+Descriptions.swift
[156/358] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[157/358] Compiling _RopeModule BigString+BidirectionalCollection.swift
[158/358] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[159/358] Compiling HashTreeCollections _HashNode+Structural merge.swift
[160/358] Compiling _RopeModule BigString+CustomStringConvertible.swift
[161/358] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[173/358] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[203/358] Emitting module DequeModule
[204/358] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[205/358] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[206/358] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[207/358] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[208/358] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[209/358] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[210/358] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[211/358] Compiling HashTreeCollections TreeSet.swift
[305/365] Emitting module OrderedCollections
[306/365] Compiling Logging Locks.swift
[307/365] Compiling Logging Logging.swift
[308/365] Emitting module Logging
[309/365] Compiling Logging LogHandler.swift
[310/365] Compiling Logging MetadataProvider.swift
[329/365] Emitting module _RopeModule
[330/365] Compiling _RopeModule Rope+Remove.swift
[331/365] Compiling _RopeModule Rope+RemoveSubrange.swift
[332/365] Compiling _RopeModule Rope+Split.swift
[333/365] Compiling _RopeModule Optional Utilities.swift
[334/365] Compiling _RopeModule String Utilities.swift
[335/365] Compiling _RopeModule String.Index+ABI.swift
[336/365] Compiling _RopeModule _CharacterRecognizer.swift
[353/365] Emitting module HashTreeCollections
[354/367] Emitting module Collections
[355/367] Compiling Collections Collections.swift
[356/404] Emitting module ACPModel
[357/404] Compiling ACPModel ACPModel.swift
[358/404] Compiling ACPModel AcpProtocols.swift
[359/404] Compiling ACPModel Annotations.swift
[360/404] Compiling ACPModel AuthMessages.swift
[361/408] Compiling ACPModel AvailableCommand.swift
[362/408] Compiling ACPModel Capabilities.swift
[363/408] Compiling ACPModel ContentBlock.swift
[364/408] Compiling ACPModel Cursor.swift
[365/408] Compiling ACPModel JsonValue.swift
[366/408] Compiling ACPModel McpServer.swift
[367/408] Compiling ACPModel ModelId.swift
[368/408] Compiling ACPModel ModelMessages.swift
[369/408] Compiling ACPModel SessionModeId.swift
[370/408] Compiling ACPModel SessionModeMessages.swift
[371/408] Compiling ACPModel SessionOperations.swift
[372/408] Compiling ACPModel SessionUpdate.swift
[373/408] Compiling ACPModel PlanEntry.swift
[374/408] Compiling ACPModel Priority.swift
[375/408] Compiling ACPModel ProtocolVersion.swift
[376/408] Compiling ACPModel RequestId.swift
[377/408] Compiling ACPModel FileMessages.swift
[378/408] Compiling ACPModel Implementation.swift
[379/408] Compiling ACPModel InitializeMessages.swift
[380/408] Compiling ACPModel JsonRpc.swift
[381/408] Compiling ACPModel Role.swift
[382/408] Compiling ACPModel SessionConfigGroupId.swift
[383/408] Compiling ACPModel SessionConfigId.swift
[384/408] Compiling ACPModel SessionConfigOption.swift
[385/408] Compiling ACPModel SessionConfigValueId.swift
[386/408] Compiling ACPModel SessionId.swift
[387/408] Compiling ACPModel SessionInfo.swift
[388/408] Compiling ACPModel SessionMessages.swift
[389/408] Compiling ACPModel Notifications.swift
[390/408] Compiling ACPModel Pagination.swift
[391/408] Compiling ACPModel PermissionMessages.swift
[392/408] Compiling ACPModel PermissionOptionId.swift
[393/408] Compiling ACPModel SessionUpdateTypes.swift
[394/408] Compiling ACPModel Terminal.swift
[395/408] Compiling ACPModel ToolCall.swift
[396/408] Compiling ACPModel ToolCallId.swift
[397/425] Compiling ACP StdioTransport.swift
[398/426] Compiling ACP TerminalOperations.swift
[399/426] Compiling ACP Event.swift
[400/426] Compiling ACP FileSystemOperations.swift
[401/426] Compiling ACP AgentConnection.swift
[402/426] Compiling ACP AgentContext.swift
[403/426] Compiling ACP ProtocolExtensions.swift
[404/426] Compiling ACP RemoteClientOperations.swift
[405/426] Compiling ACP Client.swift
[406/426] Compiling ACP ClientConnection.swift
[407/426] Compiling ACP ACP.swift
[408/426] Compiling ACP Agent.swift
[409/426] Compiling ACP ClientSession.swift
[410/426] Compiling ACP ClientSessionOperations.swift
[411/426] Emitting module ACP
[412/426] Compiling ACP PaginatedResponse.swift
[413/426] Compiling ACP Protocol.swift
[414/426] Compiling ACP Transport.swift
[415/437] Compiling EchoAgent main.swift
[416/437] Emitting module EchoAgent
[416/437] Write Objects.LinkFileList
[418/437] Emitting module SimpleClient
[419/437] Compiling SimpleClient main.swift
[419/437] Write Objects.LinkFileList
[421/437] Emitting module ACPHTTP
[422/437] Compiling ACPHTTP ACPHTTP.swift
[423/437] Compiling ACPHTTP WebSocketTransport.swift
[424/437] Compiling InteractiveClient main.swift
/Users/admin/builder/spi-builder-workspace/Samples/InteractiveClient/main.swift:326:49: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
324 | case .toolCall(let call):
325 | print()
326 | print("🔧 Tool call: \(call.title ?? "Unknown") (\(call.kind?.rawValue ?? ""))")
| `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
327 |
328 | case .toolCallUpdate(let update):
[425/437] Emitting module InteractiveClient
[425/437] Write Objects.LinkFileList
[427/437] Compiling SimpleAgentApp main.swift
[428/437] Emitting module SimpleAgentApp
[428/437] Write Objects.LinkFileList
[429/437] Linking SimpleClient
[429/437] Linking EchoAgent
[431/437] Applying EchoAgent
[432/437] Applying SimpleClient
[433/437] Linking InteractiveClient
[434/437] Applying InteractiveClient
[435/437] Linking SimpleAgentApp
[436/437] Applying SimpleAgentApp
Build complete! (16.66s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (1.48s)
Fetched https://github.com/apple/swift-collections.git from cache (1.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.13s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.48s)
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Samples/EchoAgent/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Samples/SimpleClient/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Samples/InteractiveClient/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Samples/SimpleAgentApp/README.md
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "ACP",
"name" : "ACP",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ACPModel",
"targets" : [
"ACPModel"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ACP",
"targets" : [
"ACP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ACPHTTP",
"targets" : [
"ACPHTTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "EchoAgent",
"targets" : [
"EchoAgent"
],
"type" : {
"executable" : null
}
},
{
"name" : "SimpleClient",
"targets" : [
"SimpleClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "InteractiveClient",
"targets" : [
"InteractiveClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "SimpleAgentApp",
"targets" : [
"SimpleAgentApp"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SimpleClient",
"module_type" : "SwiftTarget",
"name" : "SimpleClient",
"path" : "Samples/SimpleClient",
"product_memberships" : [
"SimpleClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ACP",
"ACPModel"
],
"type" : "executable"
},
{
"c99name" : "SimpleAgentApp",
"module_type" : "SwiftTarget",
"name" : "SimpleAgentApp",
"path" : "Samples/SimpleAgentApp",
"product_memberships" : [
"SimpleAgentApp"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ACP",
"ACPModel"
],
"type" : "executable"
},
{
"c99name" : "InteractiveClient",
"module_type" : "SwiftTarget",
"name" : "InteractiveClient",
"path" : "Samples/InteractiveClient",
"product_memberships" : [
"InteractiveClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ACP",
"ACPModel"
],
"type" : "executable"
},
{
"c99name" : "EchoAgent",
"module_type" : "SwiftTarget",
"name" : "EchoAgent",
"path" : "Samples/EchoAgent",
"product_memberships" : [
"EchoAgent"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ACP",
"ACPModel"
],
"type" : "executable"
},
{
"c99name" : "ACPTests",
"module_type" : "SwiftTarget",
"name" : "ACPTests",
"path" : "Tests/ACPTests",
"sources" : [
"ACPTests.swift",
"AgentClientTests.swift",
"ClientSessionModelTests.swift",
"ClientSessionTests.swift",
"E2EIntegrationTests.swift",
"IntegrationTests.swift",
"OperationsTests.swift",
"PaginatedResponseTests.swift",
"ProtocolTests.swift",
"StdioTransportTests.swift",
"TestTransport.swift"
],
"target_dependencies" : [
"ACP"
],
"type" : "test"
},
{
"c99name" : "ACPModelTests",
"module_type" : "SwiftTarget",
"name" : "ACPModelTests",
"path" : "Tests/ACPModelTests",
"sources" : [
"ACPModelTests.swift",
"AuthMessagesTests.swift",
"FileMessagesTests.swift",
"JsonRpcTests.swift",
"JsonValueTests.swift",
"ModelMessagesTests.swift",
"NotificationsTests.swift",
"PaginationTests.swift",
"PermissionMessagesTests.swift",
"ProtocolVersionTests.swift",
"RequestIdTests.swift",
"SessionConfigOptionTests.swift",
"SessionIdTests.swift",
"SessionModeMessagesTests.swift",
"SessionOperationsTests.swift",
"TerminalTests.swift"
],
"target_dependencies" : [
"ACPModel"
],
"type" : "test"
},
{
"c99name" : "ACPModel",
"module_type" : "SwiftTarget",
"name" : "ACPModel",
"path" : "Sources/ACPModel",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"ACPModel",
"ACP",
"ACPHTTP",
"EchoAgent",
"SimpleClient",
"InteractiveClient",
"SimpleAgentApp"
],
"sources" : [
"ACPModel.swift",
"AcpProtocols.swift",
"Annotations.swift",
"AuthMessages.swift",
"AvailableCommand.swift",
"Capabilities.swift",
"ContentBlock.swift",
"Cursor.swift",
"FileMessages.swift",
"Implementation.swift",
"InitializeMessages.swift",
"JsonRpc.swift",
"JsonValue.swift",
"McpServer.swift",
"ModelId.swift",
"ModelMessages.swift",
"Notifications.swift",
"Pagination.swift",
"PermissionMessages.swift",
"PermissionOptionId.swift",
"PlanEntry.swift",
"Priority.swift",
"ProtocolVersion.swift",
"RequestId.swift",
"Role.swift",
"SessionConfigGroupId.swift",
"SessionConfigId.swift",
"SessionConfigOption.swift",
"SessionConfigValueId.swift",
"SessionId.swift",
"SessionInfo.swift",
"SessionMessages.swift",
"SessionModeId.swift",
"SessionModeMessages.swift",
"SessionOperations.swift",
"SessionUpdate.swift",
"SessionUpdateTypes.swift",
"Terminal.swift",
"ToolCall.swift",
"ToolCallId.swift"
],
"type" : "library"
},
{
"c99name" : "ACPHTTPTests",
"module_type" : "SwiftTarget",
"name" : "ACPHTTPTests",
"path" : "Tests/ACPHTTPTests",
"sources" : [
"ACPHTTPTests.swift",
"WebSocketTransportTests.swift"
],
"target_dependencies" : [
"ACPHTTP"
],
"type" : "test"
},
{
"c99name" : "ACPHTTP",
"module_type" : "SwiftTarget",
"name" : "ACPHTTP",
"path" : "Sources/ACPHTTP",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"ACPHTTP"
],
"sources" : [
"ACPHTTP.swift",
"WebSocketTransport.swift"
],
"target_dependencies" : [
"ACP",
"ACPModel"
],
"type" : "library"
},
{
"c99name" : "ACP",
"module_type" : "SwiftTarget",
"name" : "ACP",
"path" : "Sources/ACP",
"product_dependencies" : [
"Logging",
"Collections"
],
"product_memberships" : [
"ACP",
"ACPHTTP",
"EchoAgent",
"SimpleClient",
"InteractiveClient",
"SimpleAgentApp"
],
"sources" : [
"ACP.swift",
"Agent.swift",
"AgentConnection.swift",
"AgentContext.swift",
"Client.swift",
"ClientConnection.swift",
"ClientSession.swift",
"ClientSessionOperations.swift",
"Event.swift",
"FileSystemOperations.swift",
"PaginatedResponse.swift",
"Protocol.swift",
"ProtocolExtensions.swift",
"RemoteClientOperations.swift",
"StdioTransport.swift",
"TerminalOperations.swift",
"Transport.swift"
],
"target_dependencies" : [
"ACPModel"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.