Build Information
Successful build of SwiftClaude, reference main (7c2e69), with Swift 6.1 for Linux on 21 Aug 2025 23:41:43 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GeorgeLyon/SwiftClaude.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/GeorgeLyon/SwiftClaude
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7c2e692 [iOS] Reliability and Compatibility Improvements (#12)
Cloned https://github.com/GeorgeLyon/SwiftClaude.git
Revision (git rev-parse @):
7c2e692f2176d1af7d335d8c2481dd1700627faa
SUCCESS checkout https://github.com/GeorgeLyon/SwiftClaude.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/GeorgeLyon/SwiftClaude.git
https://github.com/GeorgeLyon/SwiftClaude.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.1",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms"
}
],
"manifest_display_name" : "SwiftClaude",
"name" : "SwiftClaude",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "SwiftClaude",
"targets" : [
"ClaudeAPI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ToolMacros",
"targets" : [
"ToolMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "ToolTests",
"module_type" : "SwiftTarget",
"name" : "ToolTests",
"path" : "Tests/Tool Tests",
"sources" : [
"Input Schemas/Compound Schemas/Array Schema Tests.swift",
"Input Schemas/Compound Schemas/Enum Schema Tests.swift",
"Input Schemas/Compound Schemas/Object Properties Schema Tests.swift",
"Input Schemas/Compound Schemas/Optional Schema Tests.swift",
"Input Schemas/Compound Schemas/Struct Schema Tests.swift",
"Input Schemas/Compound Schemas/Tuple Schema Tests.swift",
"Input Schemas/Leaf Schemas/Bool Schema Tests.swift",
"Input Schemas/Leaf Schemas/Integer Schema Tests.swift",
"Input Schemas/Leaf Schemas/Number Schema Tests.swift",
"Input Schemas/Leaf Schemas/String Schema Tests.swift",
"Input Schemas/Tool Input Macro/Enum Tool Input.swift",
"Input Schemas/Tool Input Macro/Struct Tool Input.swift",
"Support/Schemas.swift",
"Tool Tests.swift"
],
"target_dependencies" : [
"Tool"
],
"type" : "test"
},
{
"c99name" : "ToolMacrosTests",
"module_type" : "SwiftTarget",
"name" : "ToolMacrosTests",
"path" : "Tests/Tool Macros Tests",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"Enum Macro Tests.swift",
"Struct Macro Tests.swift",
"Tool Macro Tests.swift"
],
"target_dependencies" : [
"ToolMacros"
],
"type" : "test"
},
{
"c99name" : "ToolMacros",
"module_type" : "SwiftTarget",
"name" : "ToolMacros",
"path" : "Sources/Tool Macros",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftDiagnostics"
],
"product_memberships" : [
"SwiftClaude",
"ToolMacros"
],
"sources" : [
"Macros/Tool Input Macro.swift",
"Macros/Tool Macro.swift",
"Plugin.swift",
"Support/Comments.swift",
"Support/Diagnostics.swift",
"Support/Syntax.swift"
],
"type" : "macro"
},
{
"c99name" : "Tool",
"module_type" : "SwiftTarget",
"name" : "Tool",
"path" : "Sources/Tool",
"product_memberships" : [
"SwiftClaude"
],
"sources" : [
"Input/Codable Adaptors.swift",
"Input/Compound Schemas/Array Schema.swift",
"Input/Compound Schemas/Enum Schema.swift",
"Input/Compound Schemas/Object Properties Schema.swift",
"Input/Compound Schemas/Optional Schema.swift",
"Input/Compound Schemas/Struct Schema.swift",
"Input/Compound Schemas/Tuple Schema.swift",
"Input/JSON Coding.swift",
"Input/Leaf Schemas/Bool Schema.swift",
"Input/Leaf Schemas/Integer Schema.swift",
"Input/Leaf Schemas/Number Schema.swift",
"Input/Leaf Schemas/String Schema.swift",
"Input/Schema.swift",
"Input/Support/Combine Descriptions.swift",
"Tool Macros.swift",
"Tool.swift"
],
"target_dependencies" : [
"ToolMacros"
],
"type" : "library"
},
{
"c99name" : "ClaudeTests",
"module_type" : "SwiftTarget",
"name" : "ClaudeTests",
"path" : "Tests/Claude Tests",
"sources" : [
"Claude Tests.swift"
],
"target_dependencies" : [
"ClaudeAPI"
],
"type" : "test"
},
{
"c99name" : "ClaudeMessagesEndpoint",
"module_type" : "SwiftTarget",
"name" : "ClaudeMessagesEndpoint",
"path" : "Sources/Messages Endpoint",
"product_memberships" : [
"SwiftClaude"
],
"sources" : [
"Cache Breakpoint.swift",
"Message Content.swift",
"Message Streaming.swift",
"Messages Endpoint (Convenience).swift",
"Messages Endpoint.swift",
"Metadata.swift",
"Support/Any Encodable.swift",
"Support/Cacheable Component Array.swift",
"Support/Content Blocks.swift",
"Support/Peek Sequence.swift"
],
"target_dependencies" : [
"ClaudeClient"
],
"type" : "library"
},
{
"c99name" : "ClaudeClientTests",
"module_type" : "SwiftTarget",
"name" : "ClaudeClientTests",
"path" : "Tests/Client Tests",
"sources" : [
"Anthropic Enum Tests.swift"
],
"target_dependencies" : [
"ClaudeClient"
],
"type" : "test"
},
{
"c99name" : "ClaudeClient",
"module_type" : "SwiftTarget",
"name" : "ClaudeClient",
"path" : "Sources/Client",
"product_dependencies" : [
"HTTPTypes",
"HTTPTypesFoundation"
],
"product_memberships" : [
"SwiftClaude"
],
"sources" : [
"Authenticator.swift",
"Backend.swift",
"Client.swift",
"Keychain Authenticator.swift",
"Model.swift",
"Server-Sent Events.swift",
"Support/Anthropic Enum.swift",
"Support/Coding.swift",
"Support/Typed ID.swift",
"Support/User Agent.swift",
"Transport.swift",
"URL Session Transport.swift",
"Vision.swift"
],
"target_dependencies" : [
"Tool"
],
"type" : "library"
},
{
"c99name" : "ClaudeAPI",
"module_type" : "SwiftTarget",
"name" : "ClaudeAPI",
"path" : "Sources/Claude API",
"product_dependencies" : [
"AsyncAlgorithms"
],
"product_memberships" : [
"SwiftClaude"
],
"sources" : [
"Beta.swift",
"Cache Breakpoint.swift",
"Claude.swift",
"Conversation/Assistant Message.swift",
"Conversation/Conversation.swift",
"Conversation/Tool Use Block.swift",
"Conversation/User Message.swift",
"Image.swift",
"Message Content.swift",
"Support/Observable (Async).swift",
"Support/Opaque Async Sequence.swift",
"System Prompt.swift",
"Tool Use.swift",
"Tools.swift"
],
"target_dependencies" : [
"ClaudeMessagesEndpoint",
"Tool"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/apple/swift-http-types.git
[1/917] Fetching swift-http-types
[918/6050] Fetching swift-http-types, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (1.01s)
[1027/5133] Fetching swift-async-algorithms
Fetching https://github.com/swiftlang/swift-syntax.git
Fetched https://github.com/apple/swift-async-algorithms from cache (1.36s)
[1/71758] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.45s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (8.13s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.63s)
Fetching https://github.com/apple/swift-collections.git
[1/17354] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.66s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (2.20s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
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.4.0
Building for debugging...
[0/54] Write sources
[35/54] Compiling _SwiftSyntaxCShims dummy.c
[36/54] Write swift-version-24593BA9C3E375BF.txt
[38/104] Emitting module SwiftSyntax510
[39/104] Compiling HTTPTypes ISOLatin1String.swift
[40/104] Compiling HTTPTypes HTTPField.swift
[41/104] Emitting module HTTPTypes
[42/105] Compiling HTTPTypes HTTPParsedFields.swift
[43/106] Emitting module InternalCollectionsUtilities
[44/107] Emitting module SwiftSyntax509
[45/107] Compiling SwiftSyntax509 Empty.swift
[46/108] Emitting module SwiftSyntax600
[47/108] Compiling SwiftSyntax600 Empty.swift
[48/108] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[49/108] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[50/110] Compiling HTTPTypes HTTPParsedFields.swift
[51/110] Compiling HTTPTypes HTTPRequest.swift
[52/110] Compiling HTTPTypes HTTPResponse.swift
[53/110] Compiling HTTPTypes ISOLatin1String.swift
[55/110] Emitting module HTTPTypes
[56/110] Compiling InternalCollectionsUtilities Descriptions.swift
[57/110] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[58/110] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/110] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[60/110] Compiling InternalCollectionsUtilities UInt+reversed.swift
[61/110] Compiling HTTPTypes HTTPRequest.swift
[62/110] Compiling HTTPTypes HTTPResponse.swift
[63/110] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[64/110] Compiling SwiftSyntax510 Empty.swift
[65/110] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[66/110] Compiling InternalCollectionsUtilities _SortedCollection.swift
[71/110] Emitting module InternalCollectionsUtilities
[75/110] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[77/110] Compiling InternalCollectionsUtilities Integer rank.swift
[78/110] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[79/110] Compiling InternalCollectionsUtilities Debugging.swift
[86/111] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[87/113] Wrapping AST for SwiftSyntax509 for debugging
[89/113] Wrapping AST for SwiftSyntax600 for debugging
[91/113] Wrapping AST for SwiftSyntax510 for debugging
[93/302] Compiling HTTPTypes NIOLock.swift
[95/317] Compiling DequeModule Deque+Codable.swift
[96/317] Compiling DequeModule Deque+Collection.swift
[97/319] Compiling DequeModule _DequeBuffer.swift
[98/319] Compiling DequeModule _DequeBufferHeader.swift
[99/319] Compiling DequeModule Deque+CustomReflectable.swift
[100/319] Compiling DequeModule Deque+Descriptions.swift
[101/321] Compiling DequeModule Deque+Equatable.swift
[102/321] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[105/321] Compiling DequeModule _DequeSlot.swift
[106/321] Compiling DequeModule _UnsafeWrappedBuffer.swift
[107/321] Compiling OrderedCollections OrderedSet+Hashable.swift
[108/321] Compiling OrderedCollections OrderedSet+Initializers.swift
[109/321] Compiling OrderedCollections OrderedSet+Insertions.swift
[110/321] Compiling OrderedCollections OrderedSet+Invariants.swift
[111/321] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[112/321] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[113/321] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[116/328] Compiling OrderedCollections OrderedDictionary.swift
[117/328] Compiling OrderedCollections OrderedSet+Codable.swift
[118/328] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[119/328] Compiling OrderedCollections OrderedSet+Descriptions.swift
[120/328] Compiling OrderedCollections OrderedSet+Diffing.swift
[121/328] Compiling OrderedCollections OrderedSet+Equatable.swift
[122/328] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[124/335] Compiling DequeModule Deque+Extras.swift
[125/335] Compiling DequeModule Deque+Hashable.swift
[126/335] Compiling DequeModule Deque+Testing.swift
[127/335] Compiling DequeModule Deque._Storage.swift
[128/335] Compiling DequeModule Deque._UnsafeHandle.swift
[129/335] Compiling DequeModule Deque.swift
[136/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[137/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[138/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[139/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[140/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[141/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[142/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[143/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[144/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[145/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[146/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[147/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[148/335] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[149/335] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[157/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[158/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[165/335] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[166/335] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[167/335] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[168/335] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[169/335] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[170/335] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[171/335] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[172/335] Compiling OrderedCollections OrderedDictionary+Values.swift
[175/335] Emitting module DequeModule
[239/337] Compiling OrderedCollections OrderedSet+Sendable.swift
[240/337] Compiling OrderedCollections OrderedSet+SubSequence.swift
[241/337] Compiling OrderedCollections OrderedSet+Testing.swift
[242/337] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[243/337] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[244/337] Compiling OrderedCollections OrderedSet.swift
[245/337] Compiling OrderedCollections _UnsafeBitset.swift
[246/337] Emitting module OrderedCollections
[255/338] Compiling HTTPTypes HTTPField.swift
[256/338] Compiling HTTPTypes HTTPFields.swift
[257/338] Compiling HTTPTypes HTTPFieldName.swift
[259/338] Compiling HTTPTypes HTTPFields.swift
[260/339] Emitting module OrderedCollections
[264/443] Emitting module AsyncAlgorithms
[265/449] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[266/449] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[267/449] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[268/449] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[269/449] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[270/449] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[271/455] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[272/455] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[273/455] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[274/455] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[275/455] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[276/455] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[277/455] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[278/455] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[279/455] Compiling AsyncAlgorithms MergeStateMachine.swift
[280/455] Compiling AsyncAlgorithms MergeStorage.swift
[281/455] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[282/455] Compiling AsyncAlgorithms Rethrow.swift
[283/455] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[284/455] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[285/455] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[286/455] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[287/455] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[288/455] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[289/455] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[296/455] Emitting module AsyncAlgorithms
[303/455] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[318/455] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[319/455] Compiling AsyncAlgorithms DebounceStateMachine.swift
[320/455] Compiling AsyncAlgorithms DebounceStorage.swift
[321/455] Compiling AsyncAlgorithms Dictionary.swift
[322/455] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[323/455] Compiling AsyncAlgorithms Locking.swift
[330/455] Compiling AsyncAlgorithms ChannelStateMachine.swift
[331/455] Compiling AsyncAlgorithms ChannelStorage.swift
[332/455] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[333/455] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[334/455] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[335/455] Compiling AsyncAlgorithms CombineLatestStorage.swift
[336/455] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[337/455] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[338/455] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[339/455] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[340/455] Compiling AsyncAlgorithms AsyncChannel.swift
[341/455] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[354/455] Compiling AsyncAlgorithms SetAlgebra.swift
[355/455] Compiling AsyncAlgorithms UnsafeTransfer.swift
[356/455] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[357/455] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[358/455] Compiling AsyncAlgorithms ZipStateMachine.swift
[359/455] Compiling AsyncAlgorithms ZipStorage.swift
[368/457] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[369/457] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[370/457] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[371/457] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[372/457] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[374/457] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[375/457] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[376/457] Emitting module HTTPTypesFoundation
[377/457] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[378/458] Emitting module HTTPTypesFoundation
[379/458] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[382/459] Emitting module SwiftSyntax
[399/467] Compiling SwiftSyntax RawSyntaxValidation.swift
[400/467] Compiling SwiftSyntax SyntaxNodesAB.swift
[446/467] Compiling SwiftSyntax SyntaxNodesC.swift
[447/467] Compiling SwiftSyntax SyntaxNodesD.swift
[448/467] Compiling SwiftSyntax SyntaxNodesEF.swift
[449/467] Compiling SwiftSyntax SyntaxNodesGHI.swift
[450/467] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[451/467] Compiling SwiftSyntax SyntaxNodesOP.swift
[452/467] Compiling SwiftSyntax SyntaxNodesQRS.swift
[453/467] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[454/468] Wrapping AST for SwiftSyntax for debugging
[456/525] Emitting module SwiftDiagnostics
[457/526] Compiling SwiftDiagnostics FixIt.swift
[458/526] Compiling SwiftBasicFormat Syntax+Extensions.swift
[459/526] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[460/526] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[461/526] Compiling SwiftDiagnostics Note.swift
[462/526] Compiling SwiftDiagnostics Message.swift
[463/526] Compiling SwiftParser IncrementalParseTransition.swift
[464/526] Compiling SwiftParser IsValidIdentifier.swift
[465/526] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[466/526] Compiling SwiftParser Expressions.swift
[467/526] Compiling SwiftBasicFormat InferIndentation.swift
[468/526] Emitting module SwiftBasicFormat
[469/526] Compiling SwiftBasicFormat BasicFormat.swift
[471/527] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[472/527] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[473/527] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[473/528] Wrapping AST for SwiftBasicFormat for debugging
[475/528] Wrapping AST for SwiftDiagnostics for debugging
[477/528] Compiling SwiftParser LexemeSequence.swift
[478/528] Compiling SwiftParser Lexer.swift
[479/528] Compiling SwiftParser RegexLiteralLexer.swift
[480/528] Compiling SwiftParser UnicodeScalarExtensions.swift
[481/528] Compiling SwiftParser Lookahead.swift
[482/528] Compiling SwiftParser LoopProgressCondition.swift
[483/533] Compiling SwiftParser TokenSpec.swift
[484/533] Compiling SwiftParser TokenSpecSet.swift
[485/533] Compiling SwiftParser TopLevel.swift
[486/533] Compiling SwiftParser TriviaParser.swift
[487/533] Compiling SwiftParser Types.swift
[488/533] Compiling SwiftParser SwiftParserCompatibility.swift
[489/533] Compiling SwiftParser SwiftVersion.swift
[490/533] Compiling SwiftParser SyntaxUtils.swift
[491/533] Compiling SwiftParser TokenConsumer.swift
[492/533] Compiling SwiftParser TokenPrecedence.swift
[493/533] Compiling SwiftParser Modifiers.swift
[494/533] Compiling SwiftParser Names.swift
[495/533] Compiling SwiftParser Nominals.swift
[496/533] Compiling SwiftParser Parameters.swift
[497/533] Compiling SwiftParser ParseSourceFile.swift
[498/533] Compiling SwiftParser Parser.swift
[499/533] Compiling SwiftParser Patterns.swift
[500/533] Compiling SwiftParser Recovery.swift
[501/533] Compiling SwiftParser Specifiers.swift
[502/533] Compiling SwiftParser Statements.swift
[503/533] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[504/533] Compiling SwiftParser StringLiterals.swift
[505/533] Emitting module SwiftParser
[506/533] Compiling SwiftParser Attributes.swift
[507/533] Compiling SwiftParser Availability.swift
[508/533] Compiling SwiftParser CharacterInfo.swift
[509/533] Compiling SwiftParser CollectionNodes+Parsable.swift
[510/533] Compiling SwiftParser Declarations.swift
[511/533] Compiling SwiftParser Directives.swift
[516/533] Compiling SwiftParser Cursor.swift
[517/533] Compiling SwiftParser Lexeme.swift
[518/533] Compiling SwiftParser ExperimentalFeatures.swift
[519/533] Compiling SwiftParser IsLexerClassified.swift
[520/533] Compiling SwiftParser LayoutNodes+Parsable.swift
[521/533] Compiling SwiftParser Parser+TokenSpecSet.swift
[522/533] Compiling SwiftParser TokenSpecStaticMembers.swift
[523/534] Wrapping AST for SwiftParser for debugging
[525/557] Compiling SwiftOperators PrecedenceGroup.swift
[526/558] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[527/559] Compiling SwiftOperators PrecedenceGraph.swift
[528/559] Compiling SwiftOperators OperatorTable.swift
[529/559] Compiling SwiftOperators OperatorTable+Semantics.swift
[530/559] Emitting module SwiftParserDiagnostics
[531/559] Compiling SwiftOperators SyntaxSynthesis.swift
[532/559] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[533/559] Compiling SwiftOperators OperatorError.swift
[534/559] Compiling SwiftOperators OperatorTable+Defaults.swift
[535/559] Compiling SwiftOperators Operator.swift
[536/559] Compiling SwiftOperators OperatorError+Diagnostics.swift
[537/559] Emitting module SwiftOperators
[538/559] Compiling SwiftOperators OperatorTable+Folding.swift
[540/560] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[541/560] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[542/560] Compiling SwiftParserDiagnostics Utils.swift
[543/560] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[544/560] Compiling SwiftParserDiagnostics PresenceUtils.swift
[544/560] Wrapping AST for SwiftOperators for debugging
[550/560] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[551/560] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[552/561] Wrapping AST for SwiftParserDiagnostics for debugging
[554/576] Compiling SwiftSyntaxBuilder Indenter.swift
[555/576] Compiling SwiftSyntaxBuilder ListBuilder.swift
[556/577] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[557/577] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[558/577] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[559/577] Emitting module SwiftSyntaxBuilder
[560/577] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[561/577] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[562/577] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[563/577] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[564/577] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[565/577] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[566/577] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[567/577] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[568/577] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[569/577] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[570/578] Wrapping AST for SwiftSyntaxBuilder for debugging
[572/595] Compiling SwiftSyntaxMacros Macro.swift
[573/595] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[574/595] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[575/595] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[576/595] Compiling SwiftSyntaxMacros MemberMacro.swift
[577/595] Compiling SwiftSyntaxMacros PeerMacro.swift
[578/595] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[579/595] Compiling SwiftSyntaxMacros Macro+Format.swift
[580/597] Compiling SwiftSyntaxMacros AccessorMacro.swift
[581/597] Compiling SwiftSyntaxMacros AttachedMacro.swift
[582/597] Compiling SwiftSyntaxMacros BodyMacro.swift
[583/597] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[584/597] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[585/597] Emitting module SwiftSyntaxMacros
[586/597] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[587/597] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[588/597] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[589/597] Compiling SwiftSyntaxMacros PreambleMacro.swift
[590/597] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[591/598] Wrapping AST for SwiftSyntaxMacros for debugging
[593/607] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[594/608] Emitting module SwiftSyntaxMacroExpansion
[595/608] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[596/608] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[597/608] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[598/608] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[599/608] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[600/608] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[601/608] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[602/608] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[603/609] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[605/621] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[606/622] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[607/622] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[608/622] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[609/622] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[610/622] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[611/622] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[612/622] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[613/622] Emitting module SwiftCompilerPluginMessageHandling
[614/622] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[615/622] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[616/622] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[617/622] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[618/623] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[620/625] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[621/625] Emitting module SwiftCompilerPlugin
[622/626] Wrapping AST for SwiftCompilerPlugin for debugging
[624/633] Compiling ToolMacros Syntax.swift
[625/633] Compiling ToolMacros Comments.swift
[626/633] Compiling ToolMacros Plugin.swift
[627/633] Compiling ToolMacros Diagnostics.swift
[628/633] Compiling ToolMacros Tool Macro.swift
[629/633] Emitting module ToolMacros
[630/633] Compiling ToolMacros Tool Input Macro.swift
[631/634] Wrapping AST for ToolMacros for debugging
[632/634] Write Objects.LinkFileList
[633/634] Linking ToolMacros-tool
[635/664] Compiling Tool Bool Schema.swift
[636/664] Compiling Tool Integer Schema.swift
[637/666] Compiling Tool Schema.swift
[638/666] Compiling Tool Combine Descriptions.swift
[641/668] Compiling Tool Number Schema.swift
[642/668] Compiling Tool String Schema.swift
[647/668] Compiling Tool Tuple Schema.swift
[648/668] Compiling Tool JSON Coding.swift
[649/668] Compiling Tool Codable Adaptors.swift
[650/668] Compiling Tool Array Schema.swift
[651/668] Emitting module Tool
[652/668] Compiling Tool Tool Macros.swift
[653/668] Compiling Tool Tool.swift
[654/668] Compiling Tool Optional Schema.swift
[655/668] Compiling Tool Struct Schema.swift
[660/668] Emitting module Tool
[663/668] Compiling Tool Enum Schema.swift
[664/668] Compiling Tool Object Properties Schema.swift
[671/696] Compiling ClaudeClient Anthropic Enum.swift
[672/696] Compiling ClaudeClient Coding.swift
[673/697] Compiling ClaudeClient Transport.swift
[674/697] Compiling ClaudeClient URL Session Transport.swift
[675/697] Compiling ClaudeClient Transport.swift
[676/697] Compiling ClaudeClient Typed ID.swift
[677/697] Compiling ClaudeClient User Agent.swift
[678/697] Compiling ClaudeClient URL Session Transport.swift
[679/698] Compiling ClaudeClient Vision.swift
[681/698] Emitting module ClaudeClient
[682/698] Compiling ClaudeClient Client.swift
[683/698] Compiling ClaudeClient Keychain Authenticator.swift
[684/698] Compiling ClaudeClient Model.swift
[685/698] Compiling ClaudeClient Server-Sent Events.swift
[688/698] Compiling ClaudeClient Authenticator.swift
[689/698] Compiling ClaudeClient Backend.swift
[694/699] Emitting module ClaudeClient
[701/720] Compiling ClaudeMessagesEndpoint Cacheable Component Array.swift
[702/721] Compiling ClaudeMessagesEndpoint Any Encodable.swift
[703/722] Compiling ClaudeMessagesEndpoint Metadata.swift
[704/722] Compiling ClaudeMessagesEndpoint Any Encodable.swift
[705/722] Compiling ClaudeMessagesEndpoint Content Blocks.swift
[706/722] Compiling ClaudeMessagesEndpoint Cacheable Component Array.swift
[707/722] Compiling ClaudeMessagesEndpoint Content Blocks.swift
[708/722] Compiling ClaudeMessagesEndpoint Metadata.swift
[709/722] Compiling ClaudeMessagesEndpoint Peek Sequence.swift
[711/722] Emitting module ClaudeMessagesEndpoint
[712/722] Compiling ClaudeMessagesEndpoint Cache Breakpoint.swift
[713/722] Compiling ClaudeMessagesEndpoint Message Content.swift
[714/722] Compiling ClaudeMessagesEndpoint Message Streaming.swift
[715/722] Compiling ClaudeMessagesEndpoint Messages Endpoint (Convenience).swift
[716/722] Emitting module ClaudeMessagesEndpoint
[717/722] Compiling ClaudeMessagesEndpoint Messages Endpoint.swift
[721/737] Compiling ClaudeAPI Claude.swift
[722/737] Compiling ClaudeAPI Assistant Message.swift
[723/737] Compiling ClaudeMessagesEndpoint Messages Endpoint.swift
[725/752] Compiling ClaudeAPI Message Content.swift
[726/752] Compiling ClaudeAPI Observable (Async).swift
[727/753] Compiling ClaudeAPI Opaque Async Sequence.swift
[728/753] Compiling ClaudeAPI System Prompt.swift
[729/753] Compiling ClaudeAPI Conversation.swift
[730/753] Compiling ClaudeAPI Tool Use Block.swift
[733/754] Emitting module ClaudeAPI
[738/754] Compiling ClaudeAPI User Message.swift
[739/754] Compiling ClaudeAPI Image.swift
[740/754] Compiling ClaudeAPI Tool Use.swift
[741/754] Compiling ClaudeAPI Tools.swift
[744/754] Compiling ClaudeAPI Tool Use.swift
[745/754] Compiling ClaudeAPI Claude.swift
[746/754] Compiling ClaudeAPI Assistant Message.swift
[747/754] Emitting module ClaudeAPI
[748/754] Compiling ClaudeAPI Beta.swift
[749/754] Compiling ClaudeAPI Cache Breakpoint.swift
[750/755] Compiling ClaudeAPI Tools.swift
Build complete! (144.79s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.1",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms"
}
],
"manifest_display_name" : "SwiftClaude",
"name" : "SwiftClaude",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "SwiftClaude",
"targets" : [
"ClaudeAPI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ToolMacros",
"targets" : [
"ToolMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "ToolTests",
"module_type" : "SwiftTarget",
"name" : "ToolTests",
"path" : "Tests/Tool Tests",
"sources" : [
"Input Schemas/Compound Schemas/Array Schema Tests.swift",
"Input Schemas/Compound Schemas/Enum Schema Tests.swift",
"Input Schemas/Compound Schemas/Object Properties Schema Tests.swift",
"Input Schemas/Compound Schemas/Optional Schema Tests.swift",
"Input Schemas/Compound Schemas/Struct Schema Tests.swift",
"Input Schemas/Compound Schemas/Tuple Schema Tests.swift",
"Input Schemas/Leaf Schemas/Bool Schema Tests.swift",
"Input Schemas/Leaf Schemas/Integer Schema Tests.swift",
"Input Schemas/Leaf Schemas/Number Schema Tests.swift",
"Input Schemas/Leaf Schemas/String Schema Tests.swift",
"Input Schemas/Tool Input Macro/Enum Tool Input.swift",
"Input Schemas/Tool Input Macro/Struct Tool Input.swift",
"Support/Schemas.swift",
"Tool Tests.swift"
],
"target_dependencies" : [
"Tool"
],
"type" : "test"
},
{
"c99name" : "ToolMacrosTests",
"module_type" : "SwiftTarget",
"name" : "ToolMacrosTests",
"path" : "Tests/Tool Macros Tests",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"Enum Macro Tests.swift",
"Struct Macro Tests.swift",
"Tool Macro Tests.swift"
],
"target_dependencies" : [
"ToolMacros"
],
"type" : "test"
},
{
"c99name" : "ToolMacros",
"module_type" : "SwiftTarget",
"name" : "ToolMacros",
"path" : "Sources/Tool Macros",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftDiagnostics"
],
"product_memberships" : [
"SwiftClaude",
"ToolMacros"
],
"sources" : [
"Macros/Tool Input Macro.swift",
"Macros/Tool Macro.swift",
"Plugin.swift",
"Support/Comments.swift",
"Support/Diagnostics.swift",
"Support/Syntax.swift"
],
"type" : "macro"
},
{
"c99name" : "Tool",
"module_type" : "SwiftTarget",
"name" : "Tool",
"path" : "Sources/Tool",
"product_memberships" : [
"SwiftClaude"
],
"sources" : [
"Input/Codable Adaptors.swift",
"Input/Compound Schemas/Array Schema.swift",
"Input/Compound Schemas/Enum Schema.swift",
"Input/Compound Schemas/Object Properties Schema.swift",
"Input/Compound Schemas/Optional Schema.swift",
"Input/Compound Schemas/Struct Schema.swift",
"Input/Compound Schemas/Tuple Schema.swift",
"Input/JSON Coding.swift",
"Input/Leaf Schemas/Bool Schema.swift",
"Input/Leaf Schemas/Integer Schema.swift",
"Input/Leaf Schemas/Number Schema.swift",
"Input/Leaf Schemas/String Schema.swift",
"Input/Schema.swift",
"Input/Support/Combine Descriptions.swift",
"Tool Macros.swift",
"Tool.swift"
],
"target_dependencies" : [
"ToolMacros"
],
"type" : "library"
},
{
"c99name" : "ClaudeTests",
"module_type" : "SwiftTarget",
"name" : "ClaudeTests",
"path" : "Tests/Claude Tests",
"sources" : [
"Claude Tests.swift"
],
"target_dependencies" : [
"ClaudeAPI"
],
"type" : "test"
},
{
"c99name" : "ClaudeMessagesEndpoint",
"module_type" : "SwiftTarget",
"name" : "ClaudeMessagesEndpoint",
"path" : "Sources/Messages Endpoint",
"product_memberships" : [
"SwiftClaude"
],
"sources" : [
"Cache Breakpoint.swift",
"Message Content.swift",
"Message Streaming.swift",
"Messages Endpoint (Convenience).swift",
"Messages Endpoint.swift",
"Metadata.swift",
"Support/Any Encodable.swift",
"Support/Cacheable Component Array.swift",
"Support/Content Blocks.swift",
"Support/Peek Sequence.swift"
],
"target_dependencies" : [
"ClaudeClient"
],
"type" : "library"
},
{
"c99name" : "ClaudeClientTests",
"module_type" : "SwiftTarget",
"name" : "ClaudeClientTests",
"path" : "Tests/Client Tests",
"sources" : [
"Anthropic Enum Tests.swift"
],
"target_dependencies" : [
"ClaudeClient"
],
"type" : "test"
},
{
"c99name" : "ClaudeClient",
"module_type" : "SwiftTarget",
"name" : "ClaudeClient",
"path" : "Sources/Client",
"product_dependencies" : [
"HTTPTypes",
"HTTPTypesFoundation"
],
"product_memberships" : [
"SwiftClaude"
],
"sources" : [
"Authenticator.swift",
"Backend.swift",
"Client.swift",
"Keychain Authenticator.swift",
"Model.swift",
"Server-Sent Events.swift",
"Support/Anthropic Enum.swift",
"Support/Coding.swift",
"Support/Typed ID.swift",
"Support/User Agent.swift",
"Transport.swift",
"URL Session Transport.swift",
"Vision.swift"
],
"target_dependencies" : [
"Tool"
],
"type" : "library"
},
{
"c99name" : "ClaudeAPI",
"module_type" : "SwiftTarget",
"name" : "ClaudeAPI",
"path" : "Sources/Claude API",
"product_dependencies" : [
"AsyncAlgorithms"
],
"product_memberships" : [
"SwiftClaude"
],
"sources" : [
"Beta.swift",
"Cache Breakpoint.swift",
"Claude.swift",
"Conversation/Assistant Message.swift",
"Conversation/Conversation.swift",
"Conversation/Tool Use Block.swift",
"Conversation/User Message.swift",
"Image.swift",
"Message Content.swift",
"Support/Observable (Async).swift",
"Support/Opaque Async Sequence.swift",
"System Prompt.swift",
"Tool Use.swift",
"Tools.swift"
],
"target_dependencies" : [
"ClaudeMessagesEndpoint",
"Tool"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.