Build Information
Successful build of SwiftClaude, reference main (7c2e69), with Swift 6.1 for Android on 21 Aug 2025 23:40:27 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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: android
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-2":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/5133] Fetching swift-async-algorithms
[155/6050] Fetching swift-async-algorithms, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.68s)
Fetched https://github.com/apple/swift-async-algorithms from cache (0.69s)
[1/71758] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.41s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (12.36s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (1.05s)
Fetching https://github.com/apple/swift-collections.git
[1/17354] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.96s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.16s)
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
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
Building for debugging...
[0/54] Write sources
[35/54] Compiling _SwiftSyntaxCShims dummy.c
[36/54] Write swift-version-24593BA9C3E375BF.txt
[38/104] Emitting module SwiftSyntax600
[39/104] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[40/104] Compiling InternalCollectionsUtilities Debugging.swift
[41/105] Compiling HTTPTypes HTTPParsedFields.swift
[42/106] Compiling HTTPTypes ISOLatin1String.swift
[44/107] Compiling HTTPTypes HTTPField.swift
[45/107] Emitting module HTTPTypes
[46/107] Compiling HTTPTypes HTTPResponse.swift
[47/107] Compiling HTTPTypes HTTPRequest.swift
[48/107] Compiling HTTPTypes HTTPResponse.swift
[49/107] Emitting module InternalCollectionsUtilities
[50/107] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[51/107] Compiling InternalCollectionsUtilities Integer rank.swift
[52/107] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[53/107] Compiling InternalCollectionsUtilities UInt+reversed.swift
[54/107] Compiling HTTPTypes HTTPRequest.swift
[55/107] Compiling SwiftSyntax509 Empty.swift
[56/107] Emitting module SwiftSyntax509
[57/107] Compiling InternalCollectionsUtilities Descriptions.swift
[58/107] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/107] Emitting module SwiftSyntax510
[60/107] Compiling SwiftSyntax510 Empty.swift
[61/107] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[62/107] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/107] Compiling InternalCollectionsUtilities _SortedCollection.swift
[64/107] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[65/107] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[66/109] Emitting module HTTPTypes
[71/109] Compiling HTTPTypes HTTPParsedFields.swift
[72/109] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[73/110] Compiling SwiftSyntax600 Empty.swift
[78/111] Emitting module InternalCollectionsUtilities
[83/111] Compiling HTTPTypes HTTPFieldName.swift
[86/111] Wrapping AST for SwiftSyntax600 for debugging
[88/111] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[88/112] Wrapping AST for SwiftSyntax510 for debugging
[89/112] Wrapping AST for SwiftSyntax509 for debugging
[91/112] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[94/177] Compiling HTTPTypes NIOLock.swift
[95/317] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[96/317] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[97/319] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[98/319] Compiling OrderedCollections OrderedDictionary+Elements.swift
[99/321] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[100/321] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[101/321] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[102/321] Compiling OrderedCollections OrderedDictionary+Values.swift
[103/321] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[104/321] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[105/321] Compiling HTTPTypes NIOLock.swift
[110/321] Compiling OrderedCollections OrderedDictionary.swift
[111/321] Compiling OrderedCollections OrderedSet+Codable.swift
[112/321] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[113/321] Compiling OrderedCollections OrderedSet+Descriptions.swift
[114/321] Compiling OrderedCollections OrderedSet+Diffing.swift
[115/321] Compiling OrderedCollections OrderedSet+Equatable.swift
[116/321] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[117/321] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[118/321] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[119/321] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[120/321] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[121/321] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[122/321] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[123/321] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[124/328] Compiling DequeModule _DequeSlot.swift
[125/328] Compiling DequeModule _UnsafeWrappedBuffer.swift
[135/328] Compiling OrderedCollections OrderedSet+Hashable.swift
[136/328] Compiling OrderedCollections OrderedDictionary+Codable.swift
[137/328] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[146/335] Compiling OrderedCollections _Hashtable+Header.swift
[147/335] Compiling OrderedCollections OrderedSet+Initializers.swift
[148/335] Compiling OrderedCollections OrderedSet+Insertions.swift
[149/335] Compiling OrderedCollections OrderedSet+Invariants.swift
[150/335] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[151/335] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[152/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[153/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[154/335] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[155/335] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[170/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[171/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[172/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[173/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[174/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[175/335] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[176/335] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[177/335] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[220/335] Emitting module DequeModule
[224/337] Compiling OrderedCollections _HashTable+Bucket.swift
[225/337] Compiling OrderedCollections _HashTable+BucketIterator.swift
[226/337] Compiling OrderedCollections _HashTable+Constants.swift
[227/337] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[228/337] Compiling OrderedCollections _HashTable+Testing.swift
[229/337] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[230/337] Compiling OrderedCollections _HashTable.swift
[240/337] Compiling OrderedCollections OrderedSet+Sendable.swift
[241/337] Compiling OrderedCollections OrderedSet+SubSequence.swift
[242/337] Compiling OrderedCollections OrderedSet+Testing.swift
[243/337] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[244/337] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[245/337] Compiling OrderedCollections OrderedSet.swift
[246/337] Compiling OrderedCollections _UnsafeBitset.swift
[254/337] Emitting module OrderedCollections
[258/429] Compiling HTTPTypes HTTPField.swift
[259/429] Compiling HTTPTypes HTTPFields.swift
[261/436] Emitting module AsyncAlgorithms
[262/442] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[263/442] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[264/442] Compiling AsyncAlgorithms AsyncChannel.swift
[265/442] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[266/442] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[267/442] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[268/442] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[269/442] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[270/442] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[271/450] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[272/450] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[273/450] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[274/450] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[275/450] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[276/450] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[277/450] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[278/450] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[279/450] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[280/450] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[281/450] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[282/450] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[283/450] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[284/450] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[285/450] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[286/450] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[287/450] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[288/450] Compiling AsyncAlgorithms ChannelStateMachine.swift
[289/450] Emitting module AsyncAlgorithms
[290/450] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[291/450] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[292/450] Compiling AsyncAlgorithms MergeStateMachine.swift
[293/450] Compiling AsyncAlgorithms MergeStorage.swift
[294/450] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[295/450] Compiling AsyncAlgorithms Rethrow.swift
[308/456] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[309/456] Compiling AsyncAlgorithms DebounceStateMachine.swift
[310/456] Compiling AsyncAlgorithms DebounceStorage.swift
[311/456] Compiling AsyncAlgorithms Dictionary.swift
[312/456] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[313/456] Compiling AsyncAlgorithms Locking.swift
[314/456] Compiling HTTPTypes HTTPFieldName.swift
[315/456] Compiling HTTPTypes HTTPFields.swift
[324/457] Compiling AsyncAlgorithms SetAlgebra.swift
[325/457] Compiling AsyncAlgorithms UnsafeTransfer.swift
[326/457] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[327/457] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[328/457] Compiling AsyncAlgorithms ZipStateMachine.swift
[329/457] Compiling AsyncAlgorithms ZipStorage.swift
[343/457] Compiling AsyncAlgorithms ChannelStorage.swift
[344/457] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[345/457] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[346/457] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[347/457] Compiling AsyncAlgorithms CombineLatestStorage.swift
[395/465] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[396/465] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[397/465] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[398/465] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[399/465] Emitting module HTTPTypesFoundation
[400/465] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[402/466] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[403/466] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[404/466] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[405/466] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[406/466] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[407/466] Emitting module HTTPTypesFoundation
[409/467] Emitting module SwiftSyntax
[444/467] Compiling SwiftSyntax SyntaxCollections.swift
[445/467] Compiling SwiftSyntax SyntaxEnum.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] Compiling SwiftDiagnostics Message.swift
[457/526] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[458/526] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[459/526] Compiling SwiftBasicFormat Syntax+Extensions.swift
[460/526] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[461/526] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[462/526] Compiling SwiftParser Expressions.swift
[463/526] Compiling SwiftParser IncrementalParseTransition.swift
[464/526] Compiling SwiftParser IsValidIdentifier.swift
[465/526] Emitting module SwiftDiagnostics
[466/526] Compiling SwiftDiagnostics Note.swift
[467/526] Compiling SwiftBasicFormat InferIndentation.swift
[468/526] Compiling SwiftDiagnostics FixIt.swift
[469/526] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[470/526] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[472/527] Compiling SwiftBasicFormat BasicFormat.swift
[473/527] Emitting module SwiftBasicFormat
[474/527] Compiling SwiftParser SwiftParserCompatibility.swift
[475/527] Compiling SwiftParser SwiftVersion.swift
[476/527] Compiling SwiftParser SyntaxUtils.swift
[477/527] Compiling SwiftParser TokenConsumer.swift
[478/527] Compiling SwiftParser TokenPrecedence.swift
[479/533] Wrapping AST for SwiftDiagnostics for debugging
[480/533] Wrapping AST for SwiftBasicFormat for debugging
[482/533] Compiling SwiftParser LexemeSequence.swift
[483/533] Compiling SwiftParser Lexer.swift
[484/533] Compiling SwiftParser RegexLiteralLexer.swift
[485/533] Compiling SwiftParser UnicodeScalarExtensions.swift
[486/533] Compiling SwiftParser Lookahead.swift
[487/533] Compiling SwiftParser LoopProgressCondition.swift
[488/533] Compiling SwiftParser TokenSpec.swift
[489/533] Compiling SwiftParser TokenSpecSet.swift
[490/533] Compiling SwiftParser TopLevel.swift
[491/533] Compiling SwiftParser TriviaParser.swift
[492/533] Compiling SwiftParser Types.swift
[493/533] Compiling SwiftParser Patterns.swift
[494/533] Compiling SwiftParser Recovery.swift
[495/533] Compiling SwiftParser Specifiers.swift
[496/533] Compiling SwiftParser Statements.swift
[497/533] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[498/533] Compiling SwiftParser StringLiterals.swift
[499/533] Compiling SwiftParser Modifiers.swift
[500/533] Compiling SwiftParser Names.swift
[501/533] Compiling SwiftParser Nominals.swift
[502/533] Compiling SwiftParser Parameters.swift
[503/533] Compiling SwiftParser ParseSourceFile.swift
[504/533] Compiling SwiftParser Parser.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 SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[526/558] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[527/558] Compiling SwiftOperators PrecedenceGroup.swift
[528/559] Compiling SwiftOperators OperatorTable.swift
[529/559] Compiling SwiftOperators PrecedenceGraph.swift
[530/559] Compiling SwiftOperators OperatorTable+Folding.swift
[531/559] Compiling SwiftOperators Operator.swift
[532/559] Compiling SwiftOperators OperatorError+Diagnostics.swift
[533/559] Emitting module SwiftOperators
[534/559] Compiling SwiftOperators OperatorTable+Semantics.swift
[535/559] Compiling SwiftOperators OperatorError.swift
[536/559] Compiling SwiftOperators OperatorTable+Defaults.swift
[537/559] Compiling SwiftOperators SyntaxSynthesis.swift
[539/560] Emitting module SwiftParserDiagnostics
[540/560] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[540/560] Wrapping AST for SwiftOperators for debugging
[544/560] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[545/560] Compiling SwiftParserDiagnostics PresenceUtils.swift
[546/560] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[547/560] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[550/560] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[551/560] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.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] Emitting module SwiftSyntaxBuilder
[559/577] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[560/577] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[561/577] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[562/577] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[563/577] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[564/577] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[565/577] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[566/577] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[567/577] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[568/577] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[569/577] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[570/578] Wrapping AST for SwiftSyntaxBuilder for debugging
[572/595] Emitting module SwiftSyntaxMacros
[573/597] Compiling SwiftSyntaxMacros AccessorMacro.swift
[574/597] Compiling SwiftSyntaxMacros AttachedMacro.swift
[575/597] Compiling SwiftSyntaxMacros BodyMacro.swift
[576/597] Compiling SwiftSyntaxMacros Macro.swift
[577/597] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[578/597] Compiling SwiftSyntaxMacros MemberMacro.swift
[579/597] Compiling SwiftSyntaxMacros PeerMacro.swift
[580/597] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[581/597] Compiling SwiftSyntaxMacros Macro+Format.swift
[582/597] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[583/597] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[584/597] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[585/597] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[586/597] Compiling SwiftSyntaxMacros PreambleMacro.swift
[587/597] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[588/597] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[589/597] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[590/597] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[591/598] Wrapping AST for SwiftSyntaxMacros for debugging
[593/607] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[594/608] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[595/608] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[596/608] Emitting module SwiftSyntaxMacroExpansion
[597/608] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[598/608] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[599/608] Compiling SwiftSyntaxMacroExpansion IndentationUtils.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 LRUCache.swift
[606/621] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[607/622] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[608/622] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[609/622] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[610/622] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[611/622] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[612/622] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[613/622] Emitting module SwiftCompilerPluginMessageHandling
[614/622] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[615/622] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[616/622] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[617/622] Compiling SwiftCompilerPluginMessageHandling Diagnostics.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 Plugin.swift
[625/633] Compiling ToolMacros Syntax.swift
[626/633] Compiling ToolMacros Diagnostics.swift
[627/633] Compiling ToolMacros Comments.swift
[628/633] Compiling ToolMacros Tool Macro.swift
[629/633] Compiling ToolMacros Tool Input Macro.swift
[630/633] Emitting module ToolMacros
[631/634] Wrapping AST for ToolMacros for debugging
[632/634] Write Objects.LinkFileList
[633/634] Linking ToolMacros-tool
[635/664] Compiling Tool Tuple Schema.swift
[636/664] Compiling Tool JSON Coding.swift
[637/664] Compiling Tool Number Schema.swift
[638/664] Compiling Tool String Schema.swift
[639/666] Compiling Tool Schema.swift
[640/666] Compiling Tool Combine Descriptions.swift
[641/666] Compiling Tool Bool Schema.swift
[642/666] Compiling Tool Integer Schema.swift
[643/666] Compiling Tool Tool Macros.swift
[644/666] Compiling Tool Tool.swift
[645/666] Emitting module Tool
[646/666] Compiling Tool Optional Schema.swift
[647/666] Compiling Tool Struct Schema.swift
[648/666] Compiling Tool Codable Adaptors.swift
[649/666] Compiling Tool Array Schema.swift
[650/666] Compiling Tool Enum Schema.swift
[651/666] Compiling Tool Object Properties Schema.swift
[665/669] Emitting module Tool
[668/682] Compiling Tool Tool Macros.swift
[669/682] Compiling Tool Tool.swift
[671/683] Compiling ClaudeClient Typed ID.swift
[672/683] Compiling ClaudeClient User Agent.swift
[673/697] Emitting module ClaudeClient
[674/697] Compiling ClaudeClient URL Session Transport.swift
[675/697] Compiling ClaudeClient Transport.swift
[676/697] Compiling ClaudeClient Vision.swift
[677/697] Compiling ClaudeClient Typed ID.swift
[678/697] Compiling ClaudeClient User Agent.swift
[679/697] Compiling ClaudeClient Client.swift
[680/697] Compiling ClaudeClient Keychain Authenticator.swift
[681/697] Compiling ClaudeClient Model.swift
[682/697] Compiling ClaudeClient Server-Sent Events.swift
[683/697] Compiling ClaudeClient Authenticator.swift
[684/697] Compiling ClaudeClient Backend.swift
[686/698] Emitting module ClaudeClient
[687/699] Compiling ClaudeClient URL Session Transport.swift
[690/699] Compiling ClaudeClient Transport.swift
[693/709] Compiling ClaudeMessagesEndpoint Message Streaming.swift
[694/709] Compiling ClaudeMessagesEndpoint Messages Endpoint (Convenience).swift
[695/709] Compiling ClaudeMessagesEndpoint Cache Breakpoint.swift
[696/709] Compiling ClaudeMessagesEndpoint Message Content.swift
[697/709] Compiling ClaudeClient Vision.swift
[698/709] Compiling ClaudeClient Anthropic Enum.swift
[699/709] Compiling ClaudeClient Coding.swift
[701/710] Compiling ClaudeMessagesEndpoint Cacheable Component Array.swift
[702/710] Compiling ClaudeMessagesEndpoint Any Encodable.swift
[703/711] Compiling ClaudeMessagesEndpoint Metadata.swift
[704/711] Emitting module ClaudeMessagesEndpoint
[705/711] Compiling ClaudeMessagesEndpoint Content Blocks.swift
[706/721] Compiling ClaudeMessagesEndpoint Peek Sequence.swift
[707/721] Compiling ClaudeMessagesEndpoint Cache Breakpoint.swift
[708/721] Compiling ClaudeMessagesEndpoint Message Content.swift
[709/721] Compiling ClaudeMessagesEndpoint Content Blocks.swift
[710/722] Compiling ClaudeMessagesEndpoint Metadata.swift
[711/722] Compiling ClaudeMessagesEndpoint Cacheable Component Array.swift
[712/722] Compiling ClaudeMessagesEndpoint Any Encodable.swift
[713/722] Compiling ClaudeMessagesEndpoint Peek Sequence.swift
[716/722] Compiling ClaudeMessagesEndpoint Message Streaming.swift
[717/722] Compiling ClaudeMessagesEndpoint Messages Endpoint (Convenience).swift
[718/722] Compiling ClaudeMessagesEndpoint Messages Endpoint.swift
[719/722] Emitting module ClaudeMessagesEndpoint
[723/723] Compiling ClaudeMessagesEndpoint Messages Endpoint.swift
[725/752] Compiling ClaudeAPI Conversation.swift
[726/752] Compiling ClaudeAPI Tool Use Block.swift
[727/752] Compiling ClaudeAPI Message Content.swift
[728/752] Compiling ClaudeAPI Observable (Async).swift
[729/753] Compiling ClaudeAPI Opaque Async Sequence.swift
[730/753] Compiling ClaudeAPI System Prompt.swift
[731/753] Emitting module ClaudeAPI
[732/754] Compiling ClaudeAPI User Message.swift
[733/754] Compiling ClaudeAPI Image.swift
[734/754] Compiling ClaudeAPI Tool Use.swift
[744/754] Compiling ClaudeAPI Tools.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
[755/755] Compiling ClaudeAPI Tools.swift
Build complete! (203.75s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.