The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ResponsesAPI, reference main (b2cd5e), with Swift 6.1 for Android on 26 Aug 2025 20:07:38 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/m1guelpf/swift-openai-responses.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/m1guelpf/swift-openai-responses
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b2cd5e1 new web search updates
Cloned https://github.com/m1guelpf/swift-openai-responses.git
Revision (git rev-parse @):
b2cd5e1f60232f71962476de7134c3d29997f90e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/m1guelpf/swift-openai-responses.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/m1guelpf/swift-openai-responses.git
https://github.com/m1guelpf/swift-openai-responses.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "metacodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyLab/MetaCodable.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    },
    {
      "identity" : "eventsource",
      "requirement" : {
        "branch" : [
          "compiler-fix"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/m1guelpf/EventSource.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "ResponsesAPI",
  "name" : "ResponsesAPI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "ResponsesAPI",
      "targets" : [
        "ResponsesAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Macros",
      "targets" : [
        "Macros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "tests",
      "product_dependencies" : [
        "MacroTesting",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SchemaMacroTests.swift",
        "ToolMacroTests.swift"
      ],
      "target_dependencies" : [
        "ResponsesAPI",
        "Macros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ResponsesAPI",
      "module_type" : "SwiftTarget",
      "name" : "ResponsesAPI",
      "path" : "src",
      "product_dependencies" : [
        "EventSource",
        "MetaCodable",
        "HelperCoders"
      ],
      "product_memberships" : [
        "ResponsesAPI"
      ],
      "sources" : [
        "Conversation.swift",
        "ConversationsAPI.swift",
        "Extensions/Collection+safeAccess.swift",
        "Extensions/JSONEncoder+string.swift",
        "Extensions/Result+async.swift",
        "Extensions/URL+appendOptionalQueryItems.swift",
        "Macros/ArraySchemaMacro.swift",
        "Macros/NumberSchemaMacro.swift",
        "Macros/SchemaMacro.swift",
        "Macros/StringSchemaMacro.swift",
        "Macros/ToolMacro.swift",
        "Models/APIConversation.swift",
        "Models/Config.swift",
        "Models/Event.swift",
        "Models/File.swift",
        "Models/Input.swift",
        "Models/Item.swift",
        "Models/JSONSchema.swift",
        "Models/Message.swift",
        "Models/Model.swift",
        "Models/Request.swift",
        "Models/Response.swift",
        "Models/Tool.swift",
        "Models/WebhookEvent.swift",
        "Protocol/Schemable.swift",
        "Protocol/Toolable.swift",
        "ResponsesAPI.swift",
        "Support/APIClient.swift",
        "Support/MultiPartData.swift",
        "Support/helpers.swift"
      ],
      "target_dependencies" : [
        "Macros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Macros",
      "module_type" : "SwiftTarget",
      "name" : "Macros",
      "path" : "macros",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftDiagnostics",
        "SwiftSyntaxMacros",
        "SwiftSyntaxBuilder",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "ResponsesAPI",
        "Macros"
      ],
      "sources" : [
        "Extensions/AttributeListSyntax+arguments.swift",
        "Extensions/DeclGroupSyntax+accessLevel.swift",
        "Extensions/ExtensionDeclSyntax+init.swift",
        "Extensions/MemberBlockItemListSyntax+declaresVariable.swift",
        "Extensions/PatternBindingSyntax+isStored.swift",
        "Extensions/String+isPlaceholder.swift",
        "Extensions/SyntaxProtocol+docString.swift",
        "Extensions/TypeSyntax+typeInfo.swift",
        "Generators/EnumSchemaGenerator.swift",
        "Generators/SchemaGenerator.swift",
        "Generators/StructSchemaGenerator.swift",
        "Macros/ArraySchemaMacro.swift",
        "Macros/NumberSchemaMacro.swift",
        "Macros/SchemaMacro.swift",
        "Macros/StringSchemaMacro.swift",
        "Macros/ToolMacro.swift",
        "Plugin.swift",
        "Support/DiagnosticError.swift",
        "Support/DocString.swift",
        "Support/helpers.swift"
      ],
      "type" : "macro"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/m1guelpf/EventSource.git
[1/605] Fetching eventsource
Fetched https://github.com/m1guelpf/EventSource.git from cache (0.26s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/SwiftyLab/MetaCodable.git
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
[2012/107976] Fetching swift-docc-plugin, metacodable
[2013/108884] Fetching swift-docc-plugin, metacodable, swift-macro-testing
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.44s)
[1949/106790] Fetching metacodable, swift-macro-testing
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.48s)
[3178/177713] Fetching metacodable, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.74s)
Fetched https://github.com/SwiftyLab/MetaCodable.git from cache (5.80s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (7.98s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (0.47s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15341] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (6.74s)
Computing version for https://github.com/SwiftyLab/MetaCodable.git
Computed https://github.com/SwiftyLab/MetaCodable.git at 1.5.0 (9.50s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-collections.git
[1/17354] Fetching swift-collections
[1043/33043] Fetching swift-collections, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.58s)
Fetched https://github.com/apple/swift-collections.git from cache (1.61s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.10s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3478] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.86s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.44s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (0.43s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4577] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.29s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.75s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5505] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.39s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (2.05s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.45s)
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.6
Creating working copy for https://github.com/SwiftyLab/MetaCodable.git
Working copy of https://github.com/SwiftyLab/MetaCodable.git resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
Creating working copy for https://github.com/m1guelpf/EventSource.git
Working copy of https://github.com/m1guelpf/EventSource.git resolved at compiler-fix (1942aa5)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin MetaProtocolCodable
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/59] Write sources
[33/59] Compiling _SwiftSyntaxCShims dummy.c
[33/59] Write swift-version-24593BA9C3E375BF.txt
[36/99] Emitting module SwiftSyntax510
[37/99] Compiling SwiftSyntax510 Empty.swift
[39/100] Compiling InternalCollectionsUtilities Descriptions.swift
[40/100] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/100] Compiling EventSource Data+Trim.swift
[42/100] Compiling EventSource EventParser.swift
[43/100] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/101] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[45/101] Compiling InternalCollectionsUtilities _SortedCollection.swift
[46/101] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[47/101] Compiling InternalCollectionsUtilities Debugging.swift
[48/101] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[49/101] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[50/101] Emitting module SwiftSyntax600
[51/101] Compiling SwiftSyntax600 Empty.swift
[52/101] Compiling SwiftSyntax509 Empty.swift
[53/101] Emitting module SwiftSyntax509
[54/103] Compiling EventSource Extensions.swift
[55/104] Compiling SwiftSyntax601 Empty.swift
[56/104] Emitting module SwiftSyntax601
[57/105] Emitting module InternalCollectionsUtilities
[58/105] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[59/105] Compiling InternalCollectionsUtilities Integer rank.swift
[61/105] Wrapping AST for SwiftSyntax510 for debugging
[64/105] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/106] Wrapping AST for SwiftSyntax509 for debugging
[65/106] Wrapping AST for SwiftSyntax601 for debugging
[67/106] Wrapping AST for SwiftSyntax600 for debugging
[68/143] Wrapping AST for InternalCollectionsUtilities for debugging
[70/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[71/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[72/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[73/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[74/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[75/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[76/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[77/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[78/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[79/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[80/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[81/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[82/232] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[83/232] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[84/232] Compiling OrderedCollections OrderedSet+Initializers.swift
[85/232] Compiling OrderedCollections OrderedSet+Insertions.swift
[86/232] Compiling OrderedCollections OrderedSet+Invariants.swift
[87/232] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[88/232] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[89/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[90/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[91/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[92/232] Emitting module OrderedCollections
[93/232] Compiling OrderedCollections OrderedDictionary.swift
[94/232] Compiling OrderedCollections OrderedSet+Codable.swift
[95/232] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[96/232] Compiling OrderedCollections OrderedSet+Descriptions.swift
[97/232] Compiling OrderedCollections OrderedSet+Diffing.swift
[98/232] Compiling OrderedCollections OrderedSet+Equatable.swift
[99/232] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[100/232] Compiling OrderedCollections OrderedSet+Hashable.swift
[101/232] Compiling EventSource ServerEvent.swift
[102/232] Compiling EventSource Headers.swift
[103/232] Compiling EventSource EventSourceError.swift
[104/232] Compiling EventSource Mutex.swift
[105/232] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[106/232] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[107/232] Emitting module EventSource
[108/232] Compiling EventSource EventSource.swift
[109/232] Compiling EventSource SessionDelegate.swift
[113/233] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[114/233] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[115/233] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[116/233] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[117/233] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[118/233] Compiling OrderedCollections OrderedDictionary+Values.swift
[119/233] Compiling OrderedCollections OrderedDictionary+Codable.swift
[120/233] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[121/233] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[122/233] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[123/233] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[124/233] Compiling OrderedCollections OrderedDictionary+Elements.swift
[125/233] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[126/233] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[127/233] Compiling OrderedCollections _HashTable+Bucket.swift
[128/233] Compiling OrderedCollections _HashTable+BucketIterator.swift
[129/233] Compiling OrderedCollections _HashTable+Constants.swift
[130/233] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[131/233] Compiling OrderedCollections _HashTable+Testing.swift
[132/233] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[133/233] Compiling OrderedCollections _HashTable.swift
[134/233] Compiling OrderedCollections _Hashtable+Header.swift
[135/233] Compiling OrderedCollections OrderedSet+Sendable.swift
[136/233] Compiling OrderedCollections OrderedSet+SubSequence.swift
[137/233] Compiling OrderedCollections OrderedSet+Testing.swift
[138/233] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[139/233] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[140/233] Compiling OrderedCollections OrderedSet.swift
[141/233] Compiling OrderedCollections _UnsafeBitset.swift
[142/234] Wrapping AST for OrderedCollections for debugging
[153/243] Compiling EventSource EventSourceError.swift
[154/243] Compiling EventSource Extensions.swift
[155/244] Compiling EventSource ServerEvent.swift
[156/244] Compiling EventSource Headers.swift
[157/244] Compiling EventSource Mutex.swift
[160/244] Compiling EventSource EventSource.swift
[161/244] Emitting module EventSource
[162/244] Compiling EventSource SessionDelegate.swift
[164/245] Emitting module SwiftSyntax
[181/245] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[182/245] Compiling SwiftSyntax RawSyntaxValidation.swift
[219/245] Compiling SwiftSyntax SyntaxNodesAB.swift
[220/245] Compiling SwiftSyntax SyntaxNodesC.swift
[221/245] Compiling SwiftSyntax SyntaxNodesD.swift
[222/245] Compiling SwiftSyntax SyntaxNodesEF.swift
[223/245] Compiling SwiftSyntax SyntaxNodesGHI.swift
[224/245] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[225/245] Compiling SwiftSyntax SyntaxNodesOP.swift
[226/245] Compiling SwiftSyntax SyntaxNodesQRS.swift
[227/245] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[228/246] Wrapping AST for SwiftSyntax for debugging
[230/304] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[231/304] Compiling SwiftDiagnostics Message.swift
[232/305] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[233/305] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[234/305] Compiling SwiftBasicFormat Syntax+Extensions.swift
[235/305] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[236/305] Compiling SwiftDiagnostics Convenience.swift
[237/305] Compiling SwiftDiagnostics Diagnostic.swift
[238/305] Emitting module SwiftDiagnostics
[239/305] Compiling SwiftBasicFormat Indenter.swift
[240/305] Compiling SwiftDiagnostics Note.swift
[241/305] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[242/305] Compiling SwiftBasicFormat InferIndentation.swift
[243/305] Compiling SwiftDiagnostics FixIt.swift
[244/305] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[245/305] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[247/306] Compiling SwiftBasicFormat BasicFormat.swift
[248/306] Emitting module SwiftBasicFormat
[248/307] Wrapping AST for SwiftDiagnostics for debugging
[250/307] Wrapping AST for SwiftBasicFormat for debugging
[252/307] Emitting module SwiftParser
[253/312] Compiling SwiftParser LexemeSequence.swift
[254/312] Compiling SwiftParser Lexer.swift
[255/312] Compiling SwiftParser RegexLiteralLexer.swift
[256/312] Compiling SwiftParser UnicodeScalarExtensions.swift
[257/312] Compiling SwiftParser Lookahead.swift
[258/312] Compiling SwiftParser LoopProgressCondition.swift
[263/312] Compiling SwiftParser ParseSourceFile.swift
[264/312] Compiling SwiftParser Parser.swift
[265/312] Compiling SwiftParser Patterns.swift
[266/312] Compiling SwiftParser Recovery.swift
[267/312] Compiling SwiftParser Specifiers.swift
[268/312] Compiling SwiftParser Statements.swift
[269/312] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[270/312] Compiling SwiftParser StringLiterals.swift
[271/312] Compiling SwiftParser TokenSpec.swift
[272/312] Compiling SwiftParser TokenSpecSet.swift
[273/312] Compiling SwiftParser TopLevel.swift
[274/312] Compiling SwiftParser TriviaParser.swift
[275/312] Compiling SwiftParser Types.swift
[276/312] Compiling SwiftParser SwiftParserCompatibility.swift
[277/312] Compiling SwiftParser SwiftVersion.swift
[278/312] Compiling SwiftParser SyntaxUtils.swift
[279/312] Compiling SwiftParser TokenConsumer.swift
[280/312] Compiling SwiftParser TokenPrecedence.swift
[281/312] Compiling SwiftParser Attributes.swift
[282/312] Compiling SwiftParser Availability.swift
[283/312] Compiling SwiftParser CharacterInfo.swift
[284/312] Compiling SwiftParser CollectionNodes+Parsable.swift
[285/312] Compiling SwiftParser Declarations.swift
[286/312] Compiling SwiftParser Directives.swift
[287/312] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[288/312] Compiling SwiftParser Expressions.swift
[289/312] Compiling SwiftParser IncrementalParseTransition.swift
[290/312] Compiling SwiftParser IsValidIdentifier.swift
[291/312] Compiling SwiftParser Cursor.swift
[292/312] Compiling SwiftParser Lexeme.swift
[293/312] Compiling SwiftParser ExperimentalFeatures.swift
[294/312] Compiling SwiftParser IsLexerClassified.swift
[295/312] Compiling SwiftParser LayoutNodes+Parsable.swift
[296/312] Compiling SwiftParser Parser+TokenSpecSet.swift
[297/312] Compiling SwiftParser TokenSpecStaticMembers.swift
[298/313] Wrapping AST for SwiftParser for debugging
[300/336] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[301/337] Compiling SwiftOperators PrecedenceGroup.swift
[302/337] Compiling SwiftOperators OperatorTable.swift
[303/337] Compiling SwiftOperators Operator.swift
[304/337] Compiling SwiftOperators OperatorError+Diagnostics.swift
[305/338] Compiling SwiftOperators PrecedenceGraph.swift
[306/338] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[307/338] Compiling SwiftOperators OperatorTable+Semantics.swift
[308/338] Emitting module SwiftOperators
[309/338] Compiling SwiftOperators SyntaxSynthesis.swift
[310/338] Emitting module SwiftParserDiagnostics
[311/338] Compiling SwiftOperators OperatorError.swift
[312/338] Compiling SwiftOperators OperatorTable+Defaults.swift
[313/338] Compiling SwiftOperators OperatorTable+Folding.swift
[314/339] Wrapping AST for SwiftOperators for debugging
[316/339] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[317/339] Compiling SwiftParserDiagnostics Utils.swift
[318/339] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[321/339] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[322/339] Compiling SwiftParserDiagnostics PresenceUtils.swift
[325/339] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[326/339] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[327/340] Wrapping AST for SwiftParserDiagnostics for debugging
[329/355] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[330/355] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[331/356] Emitting module SwiftSyntaxBuilder
[332/356] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[333/356] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[334/356] Compiling SwiftSyntaxBuilder Indenter.swift
[335/356] Compiling SwiftSyntaxBuilder ListBuilder.swift
[336/356] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[337/356] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[338/356] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[339/356] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[340/356] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[341/356] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[342/356] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[343/356] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[344/356] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[345/357] Wrapping AST for SwiftSyntaxBuilder for debugging
[347/374] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[348/374] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[349/374] Compiling SwiftSyntaxMacros AccessorMacro.swift
[350/374] Compiling SwiftSyntaxMacros AttachedMacro.swift
[351/374] Compiling SwiftSyntaxMacros BodyMacro.swift
[352/376] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[353/376] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[354/376] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[355/376] Compiling SwiftSyntaxMacros Macro+Format.swift
[356/376] Compiling SwiftSyntaxMacros MemberMacro.swift
[357/376] Compiling SwiftSyntaxMacros PeerMacro.swift
[358/376] Compiling SwiftSyntaxMacros Macro.swift
[359/376] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[360/376] Emitting module SwiftSyntaxMacros
[361/376] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[362/376] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[363/376] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[364/376] Compiling SwiftSyntaxMacros PreambleMacro.swift
[365/376] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[366/382] Wrapping AST for SwiftSyntaxMacros for debugging
[368/386] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[369/413] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[370/478] Compiling PluginCore DecodedAt.swift
[371/478] Compiling PluginCore EncodedAt.swift
[372/478] Emitting module SwiftSyntaxMacroExpansion
[373/478] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[374/478] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[375/478] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[376/478] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[379/478] Compiling PluginCore KeyPathProvider.swift
[380/478] Compiling PluginCore MemberInit+Expansion.swift
[381/478] Compiling PluginCore MemberInit.swift
[382/478] Compiling PluginCore PeerAttribute.swift
[383/478] Compiling PluginCore AggregatedDiagnosticProducer.swift
[384/478] Compiling PluginCore CombinedUsage.swift
[385/478] Compiling PluginCore ArgumentCountCondition.swift
[386/478] Compiling PluginCore DeclarationCondition.swift
[387/478] Compiling PluginCore DiagnosticCondition.swift
[388/478] Compiling PluginCore ConditionalDiagnosticProducer.swift
[389/478] Compiling PluginCore DiagnosticProducer.swift
[390/490] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[392/491] Compiling PluginCore AttributableDeclSyntax.swift
[393/491] Compiling PluginCore Attribute.swift
[394/491] Compiling PluginCore Codable+Expansion.swift
[395/491] Compiling PluginCore Codable.swift
[396/491] Compiling PluginCore CodingKeyTransformer.swift
[397/491] Compiling PluginCore CodingKeys.swift
[398/491] Compiling PluginCore Strategy.swift
[399/491] Compiling PluginCore AttributeExpander+Decodable.swift
[400/491] Compiling PluginCore Decodable+Expansion.swift
[401/491] Compiling PluginCore Decodable.swift
[402/491] Compiling PluginCore AttributeExpander+Encodable.swift
[403/491] Compiling PluginCore Encodable+Expansion.swift
[404/491] Compiling PluginCore Encodable.swift
[405/491] Emitting module PluginCore
[406/491] Compiling PluginCore IgnoreCodingInitialized.swift
[407/491] Compiling PluginCore Inherits.swift
[408/491] Compiling PluginCore StrategyFinder.swift
[409/491] Compiling PluginCore UnTagged.swift
[410/491] Compiling PluginCore CodedAs.swift
[411/491] Compiling PluginCore CodedBy.swift
[412/491] Compiling PluginCore Default.swift
[413/491] Compiling PluginCore IgnoreCoding.swift
[414/491] Compiling PluginCore IgnoreDecoding.swift
[415/491] Compiling PluginCore IgnoreEncoding.swift
[416/491] Compiling PluginCore CodedAt.swift
[417/491] Compiling PluginCore CodedIn.swift
[418/491] Compiling PluginCore ContentAt.swift
[418/491] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[420/503] Compiling PluginCore InitializationVariable.swift
[421/503] Compiling PluginCore KeyedVariable.swift
[422/503] Compiling PluginCore PropertyVariable.swift
[423/503] Compiling PluginCore StrategyVariable.swift
[424/503] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[425/503] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[426/503] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[427/503] Compiling PluginCore PropertyVariableTreeNode.swift
[428/503] Compiling PluginCore AssociatedDeclSyntax.swift
[429/503] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[430/503] Compiling PluginCore MemberGroupSyntax.swift
[431/503] Compiling PluginCore PropertyDeclSyntax.swift
[432/503] Compiling PluginCore IgnoredInitialization.swift
[433/503] Compiling PluginCore MemberwiseInitGenerator.swift
[434/503] Compiling PluginCore OptionalInitialization.swift
[435/503] Compiling PluginCore RequiredInitialization.swift
[436/503] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[437/503] Compiling PluginCore RequiredVariableInitialization.swift
[438/503] Compiling PluginCore VariableInitialization.swift
[439/503] Compiling PluginCore AliasedPropertyVariable.swift
[440/503] Compiling PluginCore AnyPropertyVariable.swift
[441/503] Compiling PluginCore BasicPropertyVariable.swift
[442/503] Compiling PluginCore DecodingFallback.swift
[443/503] Compiling PluginCore DefaultValueVariable.swift
[444/503] Compiling PluginCore HelperCodedVariable.swift
[445/503] Compiling PluginCore DuplicateUsage.swift
[446/503] Compiling PluginCore GroupedVariableDeclaration.swift
[447/503] Compiling PluginCore InvalidCombination.swift
[448/503] Compiling PluginCore InvalidDeclaration.swift
[449/503] Compiling PluginCore MetaCodableMessage.swift
[450/503] Compiling PluginCore StaticVariableDeclaration.swift
[451/503] Compiling PluginCore UninitializedVariableDecl.swift
[452/503] Compiling PluginCore AttributeExpander.swift
[453/503] Compiling PluginCore DeclModifiersGenerator.swift
[454/503] Compiling PluginCore Options.swift
[455/503] Compiling PluginCore ComposedVariable.swift
[456/503] Compiling PluginCore ConditionalCodingVariable.swift
[457/503] Compiling PluginCore AssociatedVariable.swift
[458/503] Compiling PluginCore BasicAssociatedVariable.swift
[459/503] Compiling PluginCore BasicEnumCaseVariable.swift
[460/503] Compiling PluginCore EnumCaseVariable.swift
[461/503] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[462/503] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[463/503] Compiling PluginCore AnyEnumSwitcher.swift
[464/503] Compiling PluginCore EnumSwitcherVariable.swift
[465/503] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[466/503] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[467/503] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[468/503] Compiling PluginCore UnTaggedEnumSwitcher.swift
[469/503] Compiling PluginCore AnyInitialization.swift
[470/503] Compiling PluginCore AnyRequiredVariableInitialization.swift
[471/503] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[472/503] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[473/503] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[474/504] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[475/504] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[476/504] Emitting module SwiftCompilerPluginMessageHandling
[477/504] Compiling PluginCore VariableSyntax.swift
[478/504] Compiling PluginCore ActorVariable.swift
[479/504] Compiling PluginCore ClassVariable.swift
[480/504] Compiling PluginCore Case.swift
[481/504] Compiling PluginCore CodingKeysMap.swift
[482/504] Compiling PluginCore Key.swift
[483/504] Compiling PluginCore ConstraintGenerator.swift
[484/504] Compiling PluginCore Registration.swift
[485/504] Compiling PluginCore EnumVariable.swift
[486/504] Compiling PluginCore MemberGroup.swift
[487/504] Compiling PluginCore TypeVariable.swift
[488/504] Compiling PluginCore Variable.swift
[490/505] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[491/505] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[492/505] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[492/505] Wrapping AST for PluginCore for debugging
[494/505] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[495/505] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[496/505] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[497/505] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[498/506] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[500/508] Emitting module SwiftCompilerPlugin
[501/508] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[502/509] Wrapping AST for SwiftCompilerPlugin for debugging
[504/531] Compiling Macros NumberSchemaMacro.swift
[505/531] Compiling Macros SchemaMacro.swift
[506/533] Compiling MacroPlugin Plugin.swift
[507/533] Compiling MacroPlugin Definitions.swift
[508/533] Emitting module MacroPlugin
[509/533] Compiling Macros MemberBlockItemListSyntax+declaresVariable.swift
[510/533] Compiling Macros PatternBindingSyntax+isStored.swift
[511/533] Compiling Macros String+isPlaceholder.swift
[512/534] Emitting module Macros
[514/534] Compiling Macros DocString.swift
[515/534] Compiling Macros helpers.swift
[515/534] Wrapping AST for MacroPlugin for debugging
[516/534] Write Objects.LinkFileList
[518/534] Compiling Macros Plugin.swift
[519/534] Compiling Macros DiagnosticError.swift
[520/534] Compiling Macros SchemaGenerator.swift
[521/534] Compiling Macros StructSchemaGenerator.swift
[522/534] Compiling Macros ArraySchemaMacro.swift
[523/534] Compiling Macros StringSchemaMacro.swift
[524/534] Compiling Macros ToolMacro.swift
[525/534] Compiling Macros AttributeListSyntax+arguments.swift
[526/534] Compiling Macros DeclGroupSyntax+accessLevel.swift
[527/534] Compiling Macros ExtensionDeclSyntax+init.swift
[528/534] Compiling Macros SyntaxProtocol+docString.swift
[529/534] Compiling Macros TypeSyntax+typeInfo.swift
[530/534] Compiling Macros EnumSchemaGenerator.swift
[531/535] Wrapping AST for Macros for debugging
[532/535] Write Objects.LinkFileList
[533/535] Linking MacroPlugin-tool
[534/535] Linking Macros-tool
[536/579] Emitting module MetaCodable
[538/583] Compiling MetaCodable CodedBy.swift
[539/583] Compiling MetaCodable CodedIn.swift
[540/583] Compiling MetaCodable ContentAt.swift
[541/583] Compiling MetaCodable Codable.swift
[542/583] Compiling MetaCodable CodableCommonStrategy.swift
[543/583] Compiling MetaCodable CodingKeys.swift
[547/583] Compiling MetaCodable IgnoreCoding.swift
[548/583] Compiling MetaCodable MemberInit.swift
[554/583] Compiling MetaCodable UnTagged.swift
[555/583] Compiling MetaCodable CodedAs.swift
[556/583] Compiling MetaCodable CodedAt.swift
[557/583] Compiling MetaCodable DecodedAt.swift
[558/583] Compiling MetaCodable Default.swift
[559/583] Compiling MetaCodable DynamicCodable.swift
[560/583] Compiling MetaCodable Decodable.swift
[561/583] Compiling MetaCodable Encodable.swift
[562/583] Compiling MetaCodable IgnoreCodingInitialized.swift
[566/583] Compiling MetaCodable EncodedAt.swift
[567/583] Compiling MetaCodable HelperCoder.swift
[568/583] Compiling MetaCodable LossySequence.swift
[569/583] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[570/583] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[571/583] Compiling MetaCodable DynamicCodableIdentifier.swift
[586/613] Compiling HelperCoders String.swift
[588/614] Compiling HelperCoders SequenceCoderConfiguration.swift
[589/614] Compiling HelperCoders HelperCoderStrategy.swift
[590/615] Emitting module HelperCoders
[591/615] Compiling HelperCoders DateCoder.swift
[592/615] Compiling HelperCoders Since1970DateCoder.swift
[593/615] Compiling HelperCoders Base64Coder.swift
[594/615] Compiling HelperCoders ConditionalCoder.swift
[597/615] Compiling HelperCoders ValueCoder.swift
[598/615] Compiling HelperCoders NonConformingCoder.swift
[599/615] Compiling HelperCoders PropertyWrapperCoder.swift
[602/615] Compiling HelperCoders DefaultSequenceElementCoding.swift
[603/615] Compiling HelperCoders SequenceCoder.swift
[608/615] Compiling HelperCoders Bool.swift
[609/615] Compiling HelperCoders Number.swift
[610/615] Emitting module HelperCoders
[615/616] Compiling HelperCoders ValueCoder.swift
[618/673] Compiling ResponsesAPI Conversation.swift
[619/673] Compiling ResponsesAPI ConversationsAPI.swift
[620/673] Compiling ResponsesAPI Collection+safeAccess.swift
[621/673] Compiling ResponsesAPI JSONEncoder+string.swift
[622/676] Compiling ResponsesAPI APIClient.swift
[623/676] Compiling ResponsesAPI MultiPartData.swift
[624/676] Compiling ResponsesAPI helpers.swift
[625/676] Compiling ResponsesAPI Schemable.swift
[626/676] Compiling ResponsesAPI Toolable.swift
[627/676] Compiling ResponsesAPI ResponsesAPI.swift
[628/679] Compiling ResponsesAPI APIClient.swift
[629/679] Compiling ResponsesAPI MultiPartData.swift
[630/679] Compiling ResponsesAPI helpers.swift
[631/679] Compiling ResponsesAPI Request.swift
[632/679] Compiling ResponsesAPI Response.swift
[633/679] Compiling ResponsesAPI Tool.swift
[634/679] Compiling ResponsesAPI WebhookEvent.swift
[635/679] Compiling ResponsesAPI Result+async.swift
[636/679] Compiling ResponsesAPI URL+appendOptionalQueryItems.swift
[637/679] Compiling ResponsesAPI ArraySchemaMacro.swift
[638/679] Compiling ResponsesAPI NumberSchemaMacro.swift
[639/679] Compiling ResponsesAPI Item.swift
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /host/spi-builder-workspace/src/Models/Item.swift:112:3: note: expanded code originates here
 110 | 			}
 111 | 		}
 112 | 	}
     +--- macro expansion @Codable -------------------------------------
     |  5 |         type = try container.decode(String.self, forKey: CodingKeys.type)
     |  6 |         switch type {
     |  7 |         case "message":
     |    |              `- note: first occurrence of identical literal pattern is here
     |  8 |             let _0: Message.Input
     |  9 |             _0 = try Message.Input(from: decoder)
     | 10 |             self = .inputMessage(_0)
     | 11 |         case "message":
     |    |              `- warning: literal value is already handled by previous pattern; consider removing it
     | 12 |             let _0: Message.Output
     | 13 |             _0 = try Message.Output(from: decoder)
     +------------------------------------------------------------------
 113 |
 114 | 	/// Content items generated by the model.
[640/679] Compiling ResponsesAPI JSONSchema.swift
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /host/spi-builder-workspace/src/Models/Item.swift:112:3: note: expanded code originates here
 110 | 			}
 111 | 		}
 112 | 	}
     +--- macro expansion @Codable -------------------------------------
     |  5 |         type = try container.decode(String.self, forKey: CodingKeys.type)
     |  6 |         switch type {
     |  7 |         case "message":
     |    |              `- note: first occurrence of identical literal pattern is here
     |  8 |             let _0: Message.Input
     |  9 |             _0 = try Message.Input(from: decoder)
     | 10 |             self = .inputMessage(_0)
     | 11 |         case "message":
     |    |              `- warning: literal value is already handled by previous pattern; consider removing it
     | 12 |             let _0: Message.Output
     | 13 |             _0 = try Message.Output(from: decoder)
     +------------------------------------------------------------------
 113 |
 114 | 	/// Content items generated by the model.
[641/679] Compiling ResponsesAPI Message.swift
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /host/spi-builder-workspace/src/Models/Item.swift:112:3: note: expanded code originates here
 110 | 			}
 111 | 		}
 112 | 	}
     +--- macro expansion @Codable -------------------------------------
     |  5 |         type = try container.decode(String.self, forKey: CodingKeys.type)
     |  6 |         switch type {
     |  7 |         case "message":
     |    |              `- note: first occurrence of identical literal pattern is here
     |  8 |             let _0: Message.Input
     |  9 |             _0 = try Message.Input(from: decoder)
     | 10 |             self = .inputMessage(_0)
     | 11 |         case "message":
     |    |              `- warning: literal value is already handled by previous pattern; consider removing it
     | 12 |             let _0: Message.Output
     | 13 |             _0 = try Message.Output(from: decoder)
     +------------------------------------------------------------------
 113 |
 114 | 	/// Content items generated by the model.
[642/679] Compiling ResponsesAPI Model.swift
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /host/spi-builder-workspace/src/Models/Item.swift:112:3: note: expanded code originates here
 110 | 			}
 111 | 		}
 112 | 	}
     +--- macro expansion @Codable -------------------------------------
     |  5 |         type = try container.decode(String.self, forKey: CodingKeys.type)
     |  6 |         switch type {
     |  7 |         case "message":
     |    |              `- note: first occurrence of identical literal pattern is here
     |  8 |             let _0: Message.Input
     |  9 |             _0 = try Message.Input(from: decoder)
     | 10 |             self = .inputMessage(_0)
     | 11 |         case "message":
     |    |              `- warning: literal value is already handled by previous pattern; consider removing it
     | 12 |             let _0: Message.Output
     | 13 |             _0 = try Message.Output(from: decoder)
     +------------------------------------------------------------------
 113 |
 114 | 	/// Content items generated by the model.
[643/679] Compiling ResponsesAPI Config.swift
[644/679] Compiling ResponsesAPI Event.swift
[645/679] Compiling ResponsesAPI File.swift
[646/679] Compiling ResponsesAPI Input.swift
[647/679] Compiling ResponsesAPI SchemaMacro.swift
[648/679] Compiling ResponsesAPI StringSchemaMacro.swift
[649/679] Compiling ResponsesAPI ToolMacro.swift
[650/679] Compiling ResponsesAPI APIConversation.swift
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | 	///
213 | 	/// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | 	@concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
215 | 		let request = await Request(
216 | 			model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | 	/// - Parameter file: The file to upload.
258 | 	/// - Parameter purpose: The intended purpose of the file.
259 | 	@concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
260 | 		try await client.upload(file: file, purpose: .userData)
261 | 	}
/host/spi-builder-workspace/src/Conversation.swift:433:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
431 | 					item = .reasoning(reasoning)
432 | 				}
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
    |                                                         `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:433:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
431 | 					item = .reasoning(reasoning)
432 | 				}
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
    |                                                                       `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:435:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
    |                                `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
436 |
437 | 					// figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:439:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
437 | 					// figure out where to put the reasoning
438 | 				}
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
    |                                                        `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:439:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
437 | 					// figure out where to put the reasoning
438 | 				}
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
    |                                                                      `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:441:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
    |                                `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
442 |
443 | 					// figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:517:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
515 | 			case .mcpCallFailed:
516 | 				break // mcpToolCall does not have a status field we can track
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
    |                                `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:517:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
515 | 			case .mcpCallFailed:
516 | 				break // mcpToolCall does not have a status field we can track
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
    |                                        `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:519:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
    |                                    `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
520 | 				break // mcpListTools does not have a status field we can track
521 | 			case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:519:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
    |                                            `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
520 | 				break // mcpListTools does not have a status field we can track
521 | 			case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:523:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
521 | 			case .mcpListToolsFailed:
522 | 				break // mcpListTools does not have a status field we can track
523 | 			case let .mcpListToolsInProgress(itemId, outputIndex):
    |                                     `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
524 | 				break // mcpListTools does not have a status field we can track
525 | 			case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:523:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
521 | 			case .mcpListToolsFailed:
522 | 				break // mcpListTools does not have a status field we can track
523 | 			case let .mcpListToolsInProgress(itemId, outputIndex):
    |                                             `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
524 | 				break // mcpListTools does not have a status field we can track
525 | 			case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | 	///
213 | 	/// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | 	@concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
215 | 		let request = await Request(
216 | 			model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | 	/// - Parameter file: The file to upload.
258 | 	/// - Parameter purpose: The intended purpose of the file.
259 | 	@concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
260 | 		try await client.upload(file: file, purpose: .userData)
261 | 	}
/host/spi-builder-workspace/src/Conversation.swift:433:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
431 | 					item = .reasoning(reasoning)
432 | 				}
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
    |                                                         `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:433:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
431 | 					item = .reasoning(reasoning)
432 | 				}
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
    |                                                                       `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:435:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
    |                                `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
436 |
437 | 					// figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:439:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
437 | 					// figure out where to put the reasoning
438 | 				}
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
    |                                                        `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:439:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
437 | 					// figure out where to put the reasoning
438 | 				}
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
    |                                                                      `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:441:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
    |                                `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
442 |
443 | 					// figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:517:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
515 | 			case .mcpCallFailed:
516 | 				break // mcpToolCall does not have a status field we can track
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
    |                                `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:517:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
515 | 			case .mcpCallFailed:
516 | 				break // mcpToolCall does not have a status field we can track
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
    |                                        `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:519:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
    |                                    `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
520 | 				break // mcpListTools does not have a status field we can track
521 | 			case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:519:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
    |                                            `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
520 | 				break // mcpListTools does not have a status field we can track
521 | 			case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:523:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
521 | 			case .mcpListToolsFailed:
522 | 				break // mcpListTools does not have a status field we can track
523 | 			case let .mcpListToolsInProgress(itemId, outputIndex):
    |                                     `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
524 | 				break // mcpListTools does not have a status field we can track
525 | 			case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:523:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
521 | 			case .mcpListToolsFailed:
522 | 				break // mcpListTools does not have a status field we can track
523 | 			case let .mcpListToolsInProgress(itemId, outputIndex):
    |                                             `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
524 | 				break // mcpListTools does not have a status field we can track
525 | 			case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | 	///
213 | 	/// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | 	@concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
215 | 		let request = await Request(
216 | 			model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | 	/// - Parameter file: The file to upload.
258 | 	/// - Parameter purpose: The intended purpose of the file.
259 | 	@concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
260 | 		try await client.upload(file: file, purpose: .userData)
261 | 	}
/host/spi-builder-workspace/src/Conversation.swift:433:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
431 | 					item = .reasoning(reasoning)
432 | 				}
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
    |                                                         `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:433:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
431 | 					item = .reasoning(reasoning)
432 | 				}
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
    |                                                                       `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:435:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
    |                                `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
436 |
437 | 					// figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:439:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
437 | 					// figure out where to put the reasoning
438 | 				}
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
    |                                                        `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:439:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
437 | 					// figure out where to put the reasoning
438 | 				}
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
    |                                                                      `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:441:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
    |                                `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
442 |
443 | 					// figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:517:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
515 | 			case .mcpCallFailed:
516 | 				break // mcpToolCall does not have a status field we can track
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
    |                                `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:517:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
515 | 			case .mcpCallFailed:
516 | 				break // mcpToolCall does not have a status field we can track
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
    |                                        `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:519:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
    |                                    `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
520 | 				break // mcpListTools does not have a status field we can track
521 | 			case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:519:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
    |                                            `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
520 | 				break // mcpListTools does not have a status field we can track
521 | 			case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:523:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
521 | 			case .mcpListToolsFailed:
522 | 				break // mcpListTools does not have a status field we can track
523 | 			case let .mcpListToolsInProgress(itemId, outputIndex):
    |                                     `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
524 | 				break // mcpListTools does not have a status field we can track
525 | 			case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:523:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
521 | 			case .mcpListToolsFailed:
522 | 				break // mcpListTools does not have a status field we can track
523 | 			case let .mcpListToolsInProgress(itemId, outputIndex):
    |                                             `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
524 | 				break // mcpListTools does not have a status field we can track
525 | 			case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | 	///
213 | 	/// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | 	@concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
215 | 		let request = await Request(
216 | 			model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | 	/// - Parameter file: The file to upload.
258 | 	/// - Parameter purpose: The intended purpose of the file.
259 | 	@concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
260 | 		try await client.upload(file: file, purpose: .userData)
261 | 	}
/host/spi-builder-workspace/src/Conversation.swift:433:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
431 | 					item = .reasoning(reasoning)
432 | 				}
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
    |                                                         `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:433:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
431 | 					item = .reasoning(reasoning)
432 | 				}
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
    |                                                                       `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:435:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
    |                                `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
436 |
437 | 					// figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:439:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
437 | 					// figure out where to put the reasoning
438 | 				}
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
    |                                                        `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:439:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
437 | 					// figure out where to put the reasoning
438 | 				}
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
    |                                                                      `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:441:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
    |                                `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
442 |
443 | 					// figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:517:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
515 | 			case .mcpCallFailed:
516 | 				break // mcpToolCall does not have a status field we can track
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
    |                                `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:517:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
515 | 			case .mcpCallFailed:
516 | 				break // mcpToolCall does not have a status field we can track
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
    |                                        `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:519:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
    |                                    `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
520 | 				break // mcpListTools does not have a status field we can track
521 | 			case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:519:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
    |                                            `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
520 | 				break // mcpListTools does not have a status field we can track
521 | 			case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:523:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
521 | 			case .mcpListToolsFailed:
522 | 				break // mcpListTools does not have a status field we can track
523 | 			case let .mcpListToolsInProgress(itemId, outputIndex):
    |                                     `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
524 | 				break // mcpListTools does not have a status field we can track
525 | 			case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:523:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
521 | 			case .mcpListToolsFailed:
522 | 				break // mcpListTools does not have a status field we can track
523 | 			case let .mcpListToolsInProgress(itemId, outputIndex):
    |                                             `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
524 | 				break // mcpListTools does not have a status field we can track
525 | 			case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | 	///
213 | 	/// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | 	@concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
215 | 		let request = await Request(
216 | 			model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | 	/// - Parameter file: The file to upload.
258 | 	/// - Parameter purpose: The intended purpose of the file.
259 | 	@concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
260 | 		try await client.upload(file: file, purpose: .userData)
261 | 	}
/host/spi-builder-workspace/src/Conversation.swift:433:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
431 | 					item = .reasoning(reasoning)
432 | 				}
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
    |                                                         `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:433:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
431 | 					item = .reasoning(reasoning)
432 | 				}
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
    |                                                                       `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:435:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
    |                                `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
436 |
437 | 					// figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:439:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
437 | 					// figure out where to put the reasoning
438 | 				}
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
    |                                                        `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:439:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
437 | 					// figure out where to put the reasoning
438 | 				}
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
    |                                                                      `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:441:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
    |                                `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
442 |
443 | 					// figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:517:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
515 | 			case .mcpCallFailed:
516 | 				break // mcpToolCall does not have a status field we can track
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
    |                                `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:517:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
515 | 			case .mcpCallFailed:
516 | 				break // mcpToolCall does not have a status field we can track
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
    |                                        `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:519:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
    |                                    `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
520 | 				break // mcpListTools does not have a status field we can track
521 | 			case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:519:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
    |                                            `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
520 | 				break // mcpListTools does not have a status field we can track
521 | 			case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:523:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
521 | 			case .mcpListToolsFailed:
522 | 				break // mcpListTools does not have a status field we can track
523 | 			case let .mcpListToolsInProgress(itemId, outputIndex):
    |                                     `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
524 | 				break // mcpListTools does not have a status field we can track
525 | 			case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:523:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
521 | 			case .mcpListToolsFailed:
522 | 				break // mcpListTools does not have a status field we can track
523 | 			case let .mcpListToolsInProgress(itemId, outputIndex):
    |                                             `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
524 | 				break // mcpListTools does not have a status field we can track
525 | 			case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | 	///
213 | 	/// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | 	@concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
215 | 		let request = await Request(
216 | 			model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | 	/// - Parameter file: The file to upload.
258 | 	/// - Parameter purpose: The intended purpose of the file.
259 | 	@concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
260 | 		try await client.upload(file: file, purpose: .userData)
261 | 	}
/host/spi-builder-workspace/src/Conversation.swift:433:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
431 | 					item = .reasoning(reasoning)
432 | 				}
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
    |                                                         `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:433:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
431 | 					item = .reasoning(reasoning)
432 | 				}
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
    |                                                                       `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:435:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
    |                                `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
436 |
437 | 					// figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:439:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
437 | 					// figure out where to put the reasoning
438 | 				}
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
    |                                                        `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:439:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
437 | 					// figure out where to put the reasoning
438 | 				}
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
    |                                                                      `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:441:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
    |                                `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
442 |
443 | 					// figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:517:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
515 | 			case .mcpCallFailed:
516 | 				break // mcpToolCall does not have a status field we can track
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
    |                                `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:517:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
515 | 			case .mcpCallFailed:
516 | 				break // mcpToolCall does not have a status field we can track
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
    |                                        `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:519:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
    |                                    `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
520 | 				break // mcpListTools does not have a status field we can track
521 | 			case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:519:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
    |                                            `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
520 | 				break // mcpListTools does not have a status field we can track
521 | 			case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:523:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
521 | 			case .mcpListToolsFailed:
522 | 				break // mcpListTools does not have a status field we can track
523 | 			case let .mcpListToolsInProgress(itemId, outputIndex):
    |                                     `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
524 | 				break // mcpListTools does not have a status field we can track
525 | 			case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:523:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
521 | 			case .mcpListToolsFailed:
522 | 				break // mcpListTools does not have a status field we can track
523 | 			case let .mcpListToolsInProgress(itemId, outputIndex):
    |                                             `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
524 | 				break // mcpListTools does not have a status field we can track
525 | 			case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | 	///
213 | 	/// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | 	@concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
215 | 		let request = await Request(
216 | 			model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | 	/// - Parameter file: The file to upload.
258 | 	/// - Parameter purpose: The intended purpose of the file.
259 | 	@concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
260 | 		try await client.upload(file: file, purpose: .userData)
261 | 	}
/host/spi-builder-workspace/src/Conversation.swift:433:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
431 | 					item = .reasoning(reasoning)
432 | 				}
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
    |                                                         `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:433:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
431 | 					item = .reasoning(reasoning)
432 | 				}
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
    |                                                                       `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:435:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
    |                                `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
436 |
437 | 					// figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:439:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
437 | 					// figure out where to put the reasoning
438 | 				}
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
    |                                                        `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:439:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
437 | 					// figure out where to put the reasoning
438 | 				}
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
    |                                                                      `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:441:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
    |                                `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
442 |
443 | 					// figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:517:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
515 | 			case .mcpCallFailed:
516 | 				break // mcpToolCall does not have a status field we can track
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
    |                                `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:517:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
515 | 			case .mcpCallFailed:
516 | 				break // mcpToolCall does not have a status field we can track
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
    |                                        `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:519:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
    |                                    `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
520 | 				break // mcpListTools does not have a status field we can track
521 | 			case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:519:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
    |                                            `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
520 | 				break // mcpListTools does not have a status field we can track
521 | 			case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:523:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
521 | 			case .mcpListToolsFailed:
522 | 				break // mcpListTools does not have a status field we can track
523 | 			case let .mcpListToolsInProgress(itemId, outputIndex):
    |                                     `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
524 | 				break // mcpListTools does not have a status field we can track
525 | 			case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:523:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
521 | 			case .mcpListToolsFailed:
522 | 				break // mcpListTools does not have a status field we can track
523 | 			case let .mcpListToolsInProgress(itemId, outputIndex):
    |                                             `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
524 | 				break // mcpListTools does not have a status field we can track
525 | 			case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | 	///
213 | 	/// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | 	@concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
215 | 		let request = await Request(
216 | 			model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | 	/// - Parameter file: The file to upload.
258 | 	/// - Parameter purpose: The intended purpose of the file.
259 | 	@concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
260 | 		try await client.upload(file: file, purpose: .userData)
261 | 	}
/host/spi-builder-workspace/src/Conversation.swift:433:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
431 | 					item = .reasoning(reasoning)
432 | 				}
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
    |                                                         `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:433:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
431 | 					item = .reasoning(reasoning)
432 | 				}
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
    |                                                                       `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:435:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
433 | 			case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
434 | 				updateItem(index: outputIndex, id: itemId) { item in
435 | 					guard case var .reasoning(reasoning) = item else { return }
    |                                `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
436 |
437 | 					// figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:439:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
437 | 					// figure out where to put the reasoning
438 | 				}
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
    |                                                        `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:439:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
437 | 					// figure out where to put the reasoning
438 | 				}
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
    |                                                                      `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:441:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
439 | 			case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
440 | 				updateItem(index: outputIndex, id: itemId) { item in
441 | 					guard case var .reasoning(reasoning) = item else { return }
    |                                `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
442 |
443 | 					// figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:517:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
515 | 			case .mcpCallFailed:
516 | 				break // mcpToolCall does not have a status field we can track
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
    |                                `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:517:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
515 | 			case .mcpCallFailed:
516 | 				break // mcpToolCall does not have a status field we can track
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
    |                                        `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:519:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
    |                                    `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
520 | 				break // mcpListTools does not have a status field we can track
521 | 			case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:519:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
517 | 			case let .mcpCallInProgress(itemId, outputIndex):
518 | 				break // mcpToolCall does not have a status field we can track
519 | 			case let .mcpListToolsCompleted(itemId, outputIndex):
    |                                            `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
520 | 				break // mcpListTools does not have a status field we can track
521 | 			case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:523:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
521 | 			case .mcpListToolsFailed:
522 | 				break // mcpListTools does not have a status field we can track
523 | 			case let .mcpListToolsInProgress(itemId, outputIndex):
    |                                     `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
524 | 				break // mcpListTools does not have a status field we can track
525 | 			case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:523:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
521 | 			case .mcpListToolsFailed:
522 | 				break // mcpListTools does not have a status field we can track
523 | 			case let .mcpListToolsInProgress(itemId, outputIndex):
    |                                             `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
524 | 				break // mcpListTools does not have a status field we can track
525 | 			case let .codeInterpreterCallInProgress(itemId, outputIndex):
[674/679] Emitting module ResponsesAPI
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | 	///
213 | 	/// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | 	@concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
215 | 		let request = await Request(
216 | 			model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | 	/// - Parameter file: The file to upload.
258 | 	/// - Parameter purpose: The intended purpose of the file.
259 | 	@concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
260 | 		try await client.upload(file: file, purpose: .userData)
261 | 	}
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /host/spi-builder-workspace/src/Models/Item.swift:112:3: note: expanded code originates here
 110 | 			}
 111 | 		}
 112 | 	}
     +--- macro expansion @Codable -------------------------------------
     |  5 |         type = try container.decode(String.self, forKey: CodingKeys.type)
     |  6 |         switch type {
     |  7 |         case "message":
     |    |              `- note: first occurrence of identical literal pattern is here
     |  8 |             let _0: Message.Input
     |  9 |             _0 = try Message.Input(from: decoder)
     | 10 |             self = .inputMessage(_0)
     | 11 |         case "message":
     |    |              `- warning: literal value is already handled by previous pattern; consider removing it
     | 12 |             let _0: Message.Output
     | 13 |             _0 = try Message.Output(from: decoder)
     +------------------------------------------------------------------
 113 |
 114 | 	/// Content items generated by the model.
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /host/spi-builder-workspace/src/Models/Item.swift:112:3: note: expanded code originates here
 110 | 			}
 111 | 		}
 112 | 	}
     +--- macro expansion @Codable -------------------------------------
     |  5 |         type = try container.decode(String.self, forKey: CodingKeys.type)
     |  6 |         switch type {
     |  7 |         case "message":
     |    |              `- note: first occurrence of identical literal pattern is here
     |  8 |             let _0: Message.Input
     |  9 |             _0 = try Message.Input(from: decoder)
     | 10 |             self = .inputMessage(_0)
     | 11 |         case "message":
     |    |              `- warning: literal value is already handled by previous pattern; consider removing it
     | 12 |             let _0: Message.Output
     | 13 |             _0 = try Message.Output(from: decoder)
     +------------------------------------------------------------------
 113 |
 114 | 	/// Content items generated by the model.
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /host/spi-builder-workspace/src/Models/Item.swift:112:3: note: expanded code originates here
 110 | 			}
 111 | 		}
 112 | 	}
     +--- macro expansion @Codable -------------------------------------
     |  5 |         type = try container.decode(String.self, forKey: CodingKeys.type)
     |  6 |         switch type {
     |  7 |         case "message":
     |    |              `- note: first occurrence of identical literal pattern is here
     |  8 |             let _0: Message.Input
     |  9 |             _0 = try Message.Input(from: decoder)
     | 10 |             self = .inputMessage(_0)
     | 11 |         case "message":
     |    |              `- warning: literal value is already handled by previous pattern; consider removing it
     | 12 |             let _0: Message.Output
     | 13 |             _0 = try Message.Output(from: decoder)
     +------------------------------------------------------------------
 113 |
 114 | 	/// Content items generated by the model.
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /host/spi-builder-workspace/src/Models/Item.swift:112:3: note: expanded code originates here
 110 | 			}
 111 | 		}
 112 | 	}
     +--- macro expansion @Codable -------------------------------------
     |  5 |         type = try container.decode(String.self, forKey: CodingKeys.type)
     |  6 |         switch type {
     |  7 |         case "message":
     |    |              `- note: first occurrence of identical literal pattern is here
     |  8 |             let _0: Message.Input
     |  9 |             _0 = try Message.Input(from: decoder)
     | 10 |             self = .inputMessage(_0)
     | 11 |         case "message":
     |    |              `- warning: literal value is already handled by previous pattern; consider removing it
     | 12 |             let _0: Message.Output
     | 13 |             _0 = try Message.Output(from: decoder)
     +------------------------------------------------------------------
 113 |
 114 | 	/// Content items generated by the model.
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | 	///
213 | 	/// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | 	@concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
215 | 		let request = await Request(
216 | 			model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | 	/// - Parameter file: The file to upload.
258 | 	/// - Parameter purpose: The intended purpose of the file.
259 | 	@concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
    |   `- warning: '@concurrent' has been renamed to '@Sendable'
260 | 		try await client.upload(file: file, purpose: .userData)
261 | 	}
Build complete! (247.95s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "metacodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyLab/MetaCodable.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    },
    {
      "identity" : "eventsource",
      "requirement" : {
        "branch" : [
          "compiler-fix"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/m1guelpf/EventSource.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "ResponsesAPI",
  "name" : "ResponsesAPI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "ResponsesAPI",
      "targets" : [
        "ResponsesAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Macros",
      "targets" : [
        "Macros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "tests",
      "product_dependencies" : [
        "MacroTesting",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SchemaMacroTests.swift",
        "ToolMacroTests.swift"
      ],
      "target_dependencies" : [
        "ResponsesAPI",
        "Macros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ResponsesAPI",
      "module_type" : "SwiftTarget",
      "name" : "ResponsesAPI",
      "path" : "src",
      "product_dependencies" : [
        "EventSource",
        "MetaCodable",
        "HelperCoders"
      ],
      "product_memberships" : [
        "ResponsesAPI"
      ],
      "sources" : [
        "Conversation.swift",
        "ConversationsAPI.swift",
        "Extensions/Collection+safeAccess.swift",
        "Extensions/JSONEncoder+string.swift",
        "Extensions/Result+async.swift",
        "Extensions/URL+appendOptionalQueryItems.swift",
        "Macros/ArraySchemaMacro.swift",
        "Macros/NumberSchemaMacro.swift",
        "Macros/SchemaMacro.swift",
        "Macros/StringSchemaMacro.swift",
        "Macros/ToolMacro.swift",
        "Models/APIConversation.swift",
        "Models/Config.swift",
        "Models/Event.swift",
        "Models/File.swift",
        "Models/Input.swift",
        "Models/Item.swift",
        "Models/JSONSchema.swift",
        "Models/Message.swift",
        "Models/Model.swift",
        "Models/Request.swift",
        "Models/Response.swift",
        "Models/Tool.swift",
        "Models/WebhookEvent.swift",
        "Protocol/Schemable.swift",
        "Protocol/Toolable.swift",
        "ResponsesAPI.swift",
        "Support/APIClient.swift",
        "Support/MultiPartData.swift",
        "Support/helpers.swift"
      ],
      "target_dependencies" : [
        "Macros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Macros",
      "module_type" : "SwiftTarget",
      "name" : "Macros",
      "path" : "macros",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftDiagnostics",
        "SwiftSyntaxMacros",
        "SwiftSyntaxBuilder",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "ResponsesAPI",
        "Macros"
      ],
      "sources" : [
        "Extensions/AttributeListSyntax+arguments.swift",
        "Extensions/DeclGroupSyntax+accessLevel.swift",
        "Extensions/ExtensionDeclSyntax+init.swift",
        "Extensions/MemberBlockItemListSyntax+declaresVariable.swift",
        "Extensions/PatternBindingSyntax+isStored.swift",
        "Extensions/String+isPlaceholder.swift",
        "Extensions/SyntaxProtocol+docString.swift",
        "Extensions/TypeSyntax+typeInfo.swift",
        "Generators/EnumSchemaGenerator.swift",
        "Generators/SchemaGenerator.swift",
        "Generators/StructSchemaGenerator.swift",
        "Macros/ArraySchemaMacro.swift",
        "Macros/NumberSchemaMacro.swift",
        "Macros/SchemaMacro.swift",
        "Macros/StringSchemaMacro.swift",
        "Macros/ToolMacro.swift",
        "Plugin.swift",
        "Support/DiagnosticError.swift",
        "Support/DocString.swift",
        "Support/helpers.swift"
      ],
      "type" : "macro"
    }
  ],
  "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.