Build Information
Successful build of ResponsesAPI, reference main (4b576c), with Swift 6.1 for Linux on 11 Dec 2025 23:57:06 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
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 4b576c2 wip
Cloned https://github.com/m1guelpf/swift-openai-responses.git
Revision (git rev-parse @):
4b576c276b825f2323b2b2041263a43a17b8d466
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/m1guelpf/swift-openai-responses.git at main
========================================
Build
========================================
Selected platform: linux
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-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/m1guelpf/EventSource.git
[7/605] Fetching eventsource
Fetched https://github.com/m1guelpf/EventSource.git from cache (0.24s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/SwiftyLab/MetaCodable.git
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/932] Fetching swift-macro-testing
[933/3090] Fetching swift-macro-testing, swift-docc-plugin
[1085/109157] Fetching swift-macro-testing, swift-docc-plugin, metacodable
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.38s)
[260/108225] Fetching swift-docc-plugin, metacodable
[3591/181335] Fetching swift-docc-plugin, metacodable, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (16.61s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (17.35s)
Fetched https://github.com/SwiftyLab/MetaCodable.git from cache (17.49s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (20.16s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (1.02s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15633] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.35s)
Computing version for https://github.com/SwiftyLab/MetaCodable.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.97s)
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (0.00s)
Computed https://github.com/SwiftyLab/MetaCodable.git at 1.5.0 (0.00s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/16911] Fetching swift-argument-parser
[7442/35289] Fetching swift-argument-parser, swift-collections
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.45s)
Fetched https://github.com/apple/swift-collections.git from cache (1.47s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.15s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3594] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.12s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.65s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.64s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4651] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.49s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.22s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.76s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (0.80s)
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.4
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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
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.7
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/m1guelpf/EventSource.git
Working copy of https://github.com/m1guelpf/EventSource.git resolved at compiler-fix (1942aa5)
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.2
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/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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.0
[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
[34/59] Write swift-version-24593BA9C3E375BF.txt
[36/101] Emitting module InternalCollectionsUtilities
[37/103] Emitting module EventSource
[38/104] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[39/104] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[40/104] Emitting module SwiftSyntax510
[41/104] Compiling SwiftSyntax510 Empty.swift
[42/105] Compiling SwiftSyntax600 Empty.swift
[43/105] Emitting module SwiftSyntax600
[44/106] Emitting module SwiftSyntax509
[45/106] Compiling SwiftSyntax509 Empty.swift
[46/106] Compiling EventSource Extensions.swift
[47/107] Compiling InternalCollectionsUtilities _SortedCollection.swift
[48/107] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[49/107] Compiling EventSource Extensions.swift
[50/108] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[51/108] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[52/108] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[53/108] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[54/108] Compiling SwiftSyntax601 Empty.swift
[55/108] Emitting module SwiftSyntax601
[56/109] Compiling InternalCollectionsUtilities Debugging.swift
[57/109] Compiling InternalCollectionsUtilities Descriptions.swift
[58/109] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[59/109] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[60/109] Compiling InternalCollectionsUtilities UInt+reversed.swift
[61/109] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/109] Compiling EventSource Data+Trim.swift
[63/109] Compiling EventSource EventParser.swift
[64/109] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[69/110] Wrapping AST for SwiftSyntax600 for debugging
[70/110] Wrapping AST for SwiftSyntax510 for debugging
[71/110] Wrapping AST for SwiftSyntax509 for debugging
[72/110] Wrapping AST for SwiftSyntax601 for debugging
[73/110] Wrapping AST for InternalCollectionsUtilities for debugging
[75/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[76/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[77/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[78/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[79/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[80/229] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[81/229] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[82/236] Compiling OrderedCollections OrderedDictionary.swift
[83/236] Compiling OrderedCollections OrderedSet+Codable.swift
[84/236] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[85/236] Compiling OrderedCollections OrderedSet+Descriptions.swift
[86/236] Compiling OrderedCollections OrderedSet+Diffing.swift
[87/236] Compiling OrderedCollections OrderedSet+Equatable.swift
[88/236] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[89/236] Compiling OrderedCollections OrderedSet+Hashable.swift
[90/236] Compiling OrderedCollections OrderedDictionary+Codable.swift
[91/236] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[92/236] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[93/236] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[94/236] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[95/236] Compiling OrderedCollections OrderedDictionary+Elements.swift
[96/236] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[97/236] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[98/236] Compiling OrderedCollections OrderedSet+Initializers.swift
[99/236] Compiling OrderedCollections OrderedSet+Insertions.swift
[100/236] Compiling OrderedCollections OrderedSet+Invariants.swift
[101/236] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[102/236] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[103/236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[104/236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[105/236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[106/236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[107/236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[108/236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[109/236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[110/236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[111/236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[112/236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[113/236] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[114/236] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[115/236] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[116/236] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[117/236] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[118/236] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[119/236] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[120/236] Compiling OrderedCollections OrderedDictionary+Values.swift
[121/236] Compiling EventSource EventSourceError.swift
[122/236] Compiling OrderedCollections _HashTable+Bucket.swift
[123/236] Compiling OrderedCollections _HashTable+BucketIterator.swift
[124/236] Compiling OrderedCollections _HashTable+Constants.swift
[125/236] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[126/236] Compiling OrderedCollections _HashTable+Testing.swift
[127/236] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[128/236] Compiling OrderedCollections _HashTable.swift
[129/236] Compiling OrderedCollections _Hashtable+Header.swift
[130/236] Compiling EventSource Mutex.swift
[131/236] Compiling EventSource EventSourceError.swift
[132/236] Compiling EventSource Headers.swift
[135/236] Emitting module EventSource
[136/236] Compiling EventSource Headers.swift
[137/236] Compiling EventSource ServerEvent.swift
[138/236] Compiling EventSource Mutex.swift
[139/236] Compiling EventSource ServerEvent.swift
[140/236] Compiling OrderedCollections OrderedSet+Sendable.swift
[141/236] Compiling OrderedCollections OrderedSet+SubSequence.swift
[142/236] Compiling OrderedCollections OrderedSet+Testing.swift
[143/236] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[144/236] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[145/236] Compiling OrderedCollections OrderedSet.swift
[146/236] Compiling OrderedCollections _UnsafeBitset.swift
[147/236] Compiling EventSource EventSource.swift
[148/236] Compiling EventSource SessionDelegate.swift
[151/236] Compiling EventSource EventSource.swift
[152/236] Compiling EventSource SessionDelegate.swift
[155/238] Emitting module OrderedCollections
[156/239] Wrapping AST for OrderedCollections for debugging
[185/248] Emitting module SwiftSyntax
[202/248] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[203/248] Compiling SwiftSyntax RawSyntaxValidation.swift
[222/248] Compiling SwiftSyntax SyntaxNodesAB.swift
[223/248] Compiling SwiftSyntax SyntaxNodesC.swift
[224/248] Compiling SwiftSyntax SyntaxNodesD.swift
[225/248] Compiling SwiftSyntax SyntaxNodesEF.swift
[226/248] Compiling SwiftSyntax SyntaxNodesGHI.swift
[227/248] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[228/248] Compiling SwiftSyntax SyntaxNodesOP.swift
[229/248] Compiling SwiftSyntax SyntaxNodesQRS.swift
[230/248] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[231/250] Wrapping AST for SwiftSyntax for debugging
[233/307] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[234/307] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[235/307] Compiling SwiftDiagnostics Message.swift
[236/308] Compiling SwiftBasicFormat Syntax+Extensions.swift
[237/308] Emitting module SwiftBasicFormat
[238/308] Compiling SwiftDiagnostics Convenience.swift
[239/308] Compiling SwiftDiagnostics Diagnostic.swift
[240/308] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[241/308] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[242/308] Emitting module SwiftDiagnostics
[243/308] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[244/308] Compiling SwiftDiagnostics FixIt.swift
[245/308] Compiling SwiftDiagnostics Note.swift
[246/308] Compiling SwiftBasicFormat Indenter.swift
[247/308] Compiling SwiftBasicFormat InferIndentation.swift
[248/308] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[249/308] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[250/309] Wrapping AST for SwiftDiagnostics for debugging
[252/309] Compiling SwiftBasicFormat BasicFormat.swift
[253/310] Wrapping AST for SwiftBasicFormat for debugging
[255/310] Emitting module SwiftParser
[256/315] Compiling SwiftParser LexemeSequence.swift
[257/315] Compiling SwiftParser Lexer.swift
[258/315] Compiling SwiftParser RegexLiteralLexer.swift
[259/315] Compiling SwiftParser UnicodeScalarExtensions.swift
[260/315] Compiling SwiftParser Lookahead.swift
[261/315] Compiling SwiftParser LoopProgressCondition.swift
[262/315] Compiling SwiftParser Patterns.swift
[263/315] Compiling SwiftParser Recovery.swift
[264/315] Compiling SwiftParser Specifiers.swift
[265/315] Compiling SwiftParser Statements.swift
[266/315] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[267/315] Compiling SwiftParser StringLiterals.swift
[272/315] Compiling SwiftParser Declarations.swift
[273/315] Compiling SwiftParser Directives.swift
[274/315] Compiling SwiftParser TokenSpec.swift
[275/315] Compiling SwiftParser TokenSpecSet.swift
[276/315] Compiling SwiftParser TopLevel.swift
[277/315] Compiling SwiftParser TriviaParser.swift
[278/315] Compiling SwiftParser Types.swift
[279/315] Compiling SwiftParser SwiftParserCompatibility.swift
[280/315] Compiling SwiftParser SwiftVersion.swift
[281/315] Compiling SwiftParser SyntaxUtils.swift
[282/315] Compiling SwiftParser TokenConsumer.swift
[283/315] Compiling SwiftParser TokenPrecedence.swift
[284/315] Compiling SwiftParser Modifiers.swift
[285/315] Compiling SwiftParser Names.swift
[286/315] Compiling SwiftParser Nominals.swift
[287/315] Compiling SwiftParser Parameters.swift
[288/315] Compiling SwiftParser ParseSourceFile.swift
[289/315] Compiling SwiftParser Parser.swift
[290/315] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[291/315] Compiling SwiftParser Expressions.swift
[292/315] Compiling SwiftParser IncrementalParseTransition.swift
[293/315] Compiling SwiftParser IsValidIdentifier.swift
[294/315] Compiling SwiftParser Cursor.swift
[295/315] Compiling SwiftParser Lexeme.swift
[296/315] Compiling SwiftParser ExperimentalFeatures.swift
[297/315] Compiling SwiftParser IsLexerClassified.swift
[298/315] Compiling SwiftParser LayoutNodes+Parsable.swift
[299/315] Compiling SwiftParser Parser+TokenSpecSet.swift
[300/315] Compiling SwiftParser TokenSpecStaticMembers.swift
[301/318] Wrapping AST for SwiftParser for debugging
[303/339] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[304/340] Compiling SwiftOperators PrecedenceGroup.swift
[305/341] Compiling SwiftOperators Operator.swift
[306/341] Compiling SwiftOperators OperatorError+Diagnostics.swift
[307/341] Emitting module SwiftOperators
[308/341] Compiling SwiftOperators PrecedenceGraph.swift
[309/341] Compiling SwiftOperators OperatorTable+Semantics.swift
[310/341] Compiling SwiftOperators OperatorTable.swift
[311/341] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[312/341] Compiling SwiftOperators SyntaxSynthesis.swift
[313/341] Compiling SwiftOperators OperatorTable+Folding.swift
[314/341] Compiling SwiftOperators OperatorError.swift
[315/341] Compiling SwiftOperators OperatorTable+Defaults.swift
[319/342] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[320/342] Compiling SwiftParserDiagnostics Utils.swift
[321/342] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[321/342] Wrapping AST for SwiftOperators for debugging
[323/342] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[324/342] Compiling SwiftParserDiagnostics PresenceUtils.swift
[325/342] Emitting module SwiftParserDiagnostics
[328/342] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[329/342] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[330/343] Wrapping AST for SwiftParserDiagnostics for debugging
[332/358] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[333/358] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[334/359] Compiling SwiftSyntaxBuilder Indenter.swift
[335/359] Compiling SwiftSyntaxBuilder ListBuilder.swift
[336/359] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[337/359] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[338/359] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[339/359] Emitting module SwiftSyntaxBuilder
[340/359] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[341/359] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[342/359] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[343/359] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[344/359] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[345/359] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[346/359] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[347/359] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[348/360] Wrapping AST for SwiftSyntaxBuilder for debugging
[350/377] Compiling SwiftSyntaxMacros Macro.swift
[351/377] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[352/377] Compiling SwiftSyntaxMacros MemberMacro.swift
[353/377] Compiling SwiftSyntaxMacros PeerMacro.swift
[354/377] Compiling SwiftSyntaxMacros AccessorMacro.swift
[355/377] Compiling SwiftSyntaxMacros AttachedMacro.swift
[356/377] Compiling SwiftSyntaxMacros BodyMacro.swift
[357/379] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[358/379] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[359/379] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[360/379] Compiling SwiftSyntaxMacros Macro+Format.swift
[361/379] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[362/379] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[363/379] Emitting module SwiftSyntaxMacros
[364/379] Compiling SwiftSyntaxMacros PreambleMacro.swift
[365/379] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[366/379] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[367/379] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[368/379] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[369/380] Wrapping AST for SwiftSyntaxMacros for debugging
[371/480] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[372/481] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[373/481] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[374/481] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[375/481] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[376/481] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[377/481] Emitting module SwiftSyntaxMacroExpansion
[378/481] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[379/481] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[380/481] Emitting module PluginCore
[381/493] Compiling PluginCore AttributableDeclSyntax.swift
[382/493] Compiling PluginCore Attribute.swift
[383/493] Compiling PluginCore Codable+Expansion.swift
[384/493] Compiling PluginCore Codable.swift
[385/493] Compiling PluginCore CodingKeyTransformer.swift
[386/493] Compiling PluginCore CodingKeys.swift
[387/493] Compiling PluginCore Strategy.swift
[388/493] Compiling PluginCore AttributeExpander+Decodable.swift
[389/493] Compiling PluginCore Decodable+Expansion.swift
[390/493] Compiling PluginCore Decodable.swift
[391/493] Compiling PluginCore AttributeExpander+Encodable.swift
[392/493] Compiling PluginCore Encodable+Expansion.swift
[393/493] Compiling PluginCore Encodable.swift
[394/493] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[396/494] Compiling PluginCore InitializationVariable.swift
[397/494] Compiling PluginCore KeyedVariable.swift
[398/494] Compiling PluginCore PropertyVariable.swift
[399/494] Compiling PluginCore StrategyVariable.swift
[400/494] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[401/494] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[402/494] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[403/494] Compiling PluginCore PropertyVariableTreeNode.swift
[404/494] Compiling PluginCore AssociatedDeclSyntax.swift
[405/494] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[406/494] Compiling PluginCore MemberGroupSyntax.swift
[407/494] Compiling PluginCore PropertyDeclSyntax.swift
[408/494] Compiling PluginCore DuplicateUsage.swift
[409/494] Compiling PluginCore GroupedVariableDeclaration.swift
[410/494] Compiling PluginCore InvalidCombination.swift
[411/494] Compiling PluginCore InvalidDeclaration.swift
[412/494] Compiling PluginCore MetaCodableMessage.swift
[413/494] Compiling PluginCore StaticVariableDeclaration.swift
[414/494] Compiling PluginCore UninitializedVariableDecl.swift
[415/494] Compiling PluginCore AttributeExpander.swift
[416/494] Compiling PluginCore DeclModifiersGenerator.swift
[417/494] Compiling PluginCore Options.swift
[418/494] Compiling PluginCore ComposedVariable.swift
[419/494] Compiling PluginCore ConditionalCodingVariable.swift
[420/494] Compiling PluginCore AssociatedVariable.swift
[421/494] Compiling PluginCore IgnoredInitialization.swift
[422/494] Compiling PluginCore MemberwiseInitGenerator.swift
[423/494] Compiling PluginCore OptionalInitialization.swift
[424/494] Compiling PluginCore RequiredInitialization.swift
[425/494] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[426/494] Compiling PluginCore RequiredVariableInitialization.swift
[427/494] Compiling PluginCore VariableInitialization.swift
[428/494] Compiling PluginCore AliasedPropertyVariable.swift
[429/494] Compiling PluginCore AnyPropertyVariable.swift
[430/494] Compiling PluginCore BasicPropertyVariable.swift
[431/494] Compiling PluginCore DecodingFallback.swift
[432/494] Compiling PluginCore DefaultValueVariable.swift
[433/494] Compiling PluginCore HelperCodedVariable.swift
[434/494] Compiling PluginCore DecodedAt.swift
[435/494] Compiling PluginCore EncodedAt.swift
[436/494] Compiling PluginCore KeyPathProvider.swift
[437/494] Compiling PluginCore MemberInit+Expansion.swift
[438/494] Compiling PluginCore MemberInit.swift
[439/494] Compiling PluginCore PeerAttribute.swift
[440/494] Compiling PluginCore AggregatedDiagnosticProducer.swift
[441/494] Compiling PluginCore CombinedUsage.swift
[442/494] Compiling PluginCore ArgumentCountCondition.swift
[443/494] Compiling PluginCore DeclarationCondition.swift
[444/494] Compiling PluginCore DiagnosticCondition.swift
[445/494] Compiling PluginCore ConditionalDiagnosticProducer.swift
[446/494] Compiling PluginCore DiagnosticProducer.swift
[447/494] Compiling PluginCore BasicAssociatedVariable.swift
[448/494] Compiling PluginCore BasicEnumCaseVariable.swift
[449/494] Compiling PluginCore EnumCaseVariable.swift
[450/494] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[451/494] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[452/494] Compiling PluginCore AnyEnumSwitcher.swift
[453/494] Compiling PluginCore EnumSwitcherVariable.swift
[454/494] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[455/494] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[456/494] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[457/494] Compiling PluginCore UnTaggedEnumSwitcher.swift
[458/494] Compiling PluginCore AnyInitialization.swift
[459/494] Compiling PluginCore AnyRequiredVariableInitialization.swift
[462/494] Compiling PluginCore StrategyFinder.swift
[463/494] Compiling PluginCore UnTagged.swift
[464/494] Compiling PluginCore CodedAs.swift
[465/494] Compiling PluginCore CodedBy.swift
[466/494] Compiling PluginCore Default.swift
[467/494] Compiling PluginCore IgnoreCoding.swift
[468/494] Compiling PluginCore IgnoreDecoding.swift
[469/494] Compiling PluginCore IgnoreEncoding.swift
[470/494] Compiling PluginCore CodedAt.swift
[471/494] Compiling PluginCore CodedIn.swift
[472/494] Compiling PluginCore ContentAt.swift
[472/494] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[474/506] Compiling PluginCore VariableSyntax.swift
[475/506] Compiling PluginCore ActorVariable.swift
[476/506] Compiling PluginCore ClassVariable.swift
[477/506] Compiling PluginCore Case.swift
[478/506] Compiling PluginCore CodingKeysMap.swift
[479/506] Compiling PluginCore Key.swift
[480/506] Compiling PluginCore ConstraintGenerator.swift
[481/506] Compiling PluginCore Registration.swift
[482/506] Compiling PluginCore EnumVariable.swift
[483/506] Compiling PluginCore MemberGroup.swift
[484/506] Compiling PluginCore TypeVariable.swift
[485/506] Compiling PluginCore Variable.swift
[487/507] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[488/508] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[489/508] Emitting module SwiftCompilerPluginMessageHandling
[490/508] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[490/508] Wrapping AST for PluginCore for debugging
[492/508] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[493/508] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[494/508] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[495/508] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[496/508] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[497/508] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[498/508] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[499/508] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[500/508] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[501/509] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[503/511] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[504/511] Emitting module SwiftCompilerPlugin
[505/512] Wrapping AST for SwiftCompilerPlugin for debugging
[507/534] Emitting module Macros
[508/536] Compiling MacroPlugin Plugin.swift
[509/536] Compiling Macros Plugin.swift
[510/536] Compiling Macros DiagnosticError.swift
[511/536] Compiling MacroPlugin Definitions.swift
[512/536] Emitting module MacroPlugin
[514/537] Compiling Macros NumberSchemaMacro.swift
[515/537] Compiling Macros SchemaMacro.swift
[516/537] Compiling Macros DocString.swift
[517/537] Compiling Macros helpers.swift
[517/537] Wrapping AST for MacroPlugin for debugging
[518/537] Write Objects.LinkFileList
[520/537] Compiling Macros MemberBlockItemListSyntax+declaresVariable.swift
[521/537] Compiling Macros PatternBindingSyntax+isStored.swift
[522/537] Compiling Macros String+isPlaceholder.swift
[523/537] Compiling Macros StringSchemaMacro.swift
[524/537] Compiling Macros ToolMacro.swift
[525/537] Compiling Macros AttributeListSyntax+arguments.swift
[526/537] Compiling Macros DeclGroupSyntax+accessLevel.swift
[527/537] Compiling Macros ExtensionDeclSyntax+init.swift
[528/537] Compiling Macros SyntaxProtocol+docString.swift
[529/537] Compiling Macros TypeSyntax+typeInfo.swift
[530/537] Compiling Macros EnumSchemaGenerator.swift
[531/537] Compiling Macros SchemaGenerator.swift
[532/537] Compiling Macros StructSchemaGenerator.swift
[533/537] Compiling Macros ArraySchemaMacro.swift
[534/538] Wrapping AST for Macros for debugging
[535/538] Write Objects.LinkFileList
[536/538] Linking MacroPlugin-tool
[537/579] Linking Macros-tool
[539/582] Compiling MetaCodable DecodedAt.swift
[540/582] Compiling MetaCodable Default.swift
[541/582] Compiling MetaCodable DynamicCodable.swift
[542/584] Compiling MetaCodable Decodable.swift
[543/584] Compiling MetaCodable Encodable.swift
[544/584] Compiling MetaCodable IgnoreCodingInitialized.swift
[545/584] Compiling MetaCodable Codable.swift
[546/584] Compiling MetaCodable CodableCommonStrategy.swift
[547/584] Compiling MetaCodable CodingKeys.swift
[554/586] Emitting module MetaCodable
[556/586] Compiling MetaCodable IgnoreCoding.swift
[557/586] Compiling MetaCodable MemberInit.swift
[563/586] Compiling MetaCodable UnTagged.swift
[564/586] Compiling MetaCodable CodedAs.swift
[565/586] Compiling MetaCodable CodedAt.swift
[566/586] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[567/586] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[568/586] Compiling MetaCodable DynamicCodableIdentifier.swift
[569/586] Compiling MetaCodable EncodedAt.swift
[570/586] Compiling MetaCodable HelperCoder.swift
[571/586] Compiling MetaCodable LossySequence.swift
[575/586] Compiling MetaCodable CodedBy.swift
[576/586] Compiling MetaCodable CodedIn.swift
[577/586] Compiling MetaCodable ContentAt.swift
[589/616] Compiling HelperCoders String.swift
[591/618] Compiling HelperCoders Base64Coder.swift
[592/618] Compiling HelperCoders ConditionalCoder.swift
[593/618] Emitting module HelperCoders
[594/618] Compiling HelperCoders NonConformingCoder.swift
[595/618] Compiling HelperCoders PropertyWrapperCoder.swift
[596/618] Compiling HelperCoders DateCoder.swift
[597/618] Compiling HelperCoders Since1970DateCoder.swift
[598/618] Emitting module HelperCoders
[599/618] Compiling HelperCoders SequenceCoderConfiguration.swift
[600/618] Compiling HelperCoders HelperCoderStrategy.swift
[601/618] Compiling HelperCoders DefaultSequenceElementCoding.swift
[602/618] Compiling HelperCoders SequenceCoder.swift
[603/618] Compiling HelperCoders Bool.swift
[604/618] Compiling HelperCoders Number.swift
[607/618] Compiling HelperCoders ValueCoder.swift
[621/676] Compiling ResponsesAPI Result+async.swift
[622/676] Compiling ResponsesAPI URL+appendOptionalQueryItems.swift
[623/676] Compiling ResponsesAPI ArraySchemaMacro.swift
[624/676] Compiling ResponsesAPI NumberSchemaMacro.swift
[625/679] Compiling ResponsesAPI APIClient.swift
[626/679] Compiling ResponsesAPI MultiPartData.swift
[627/679] Compiling ResponsesAPI helpers.swift
[628/679] Compiling ResponsesAPI Event.swift
[629/679] Compiling ResponsesAPI File.swift
[630/679] Compiling ResponsesAPI Input.swift
[631/679] Compiling ResponsesAPI Schemable.swift
[632/679] Compiling ResponsesAPI Toolable.swift
[633/679] Compiling ResponsesAPI ResponsesAPI.swift
[634/682] Compiling ResponsesAPI APIClient.swift
[635/682] Compiling ResponsesAPI MultiPartData.swift
[636/682] Compiling ResponsesAPI helpers.swift
[640/682] Compiling ResponsesAPI Config.swift
[641/682] Compiling ResponsesAPI Request.swift
[642/682] Compiling ResponsesAPI Response.swift
[643/682] Compiling ResponsesAPI Tool.swift
[644/682] Compiling ResponsesAPI WebhookEvent.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:128:3: note: expanded code originates here
126 | }
127 | }
128 | }
+--- 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)
+------------------------------------------------------------------
129 |
130 | /// 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:128:3: note: expanded code originates here
126 | }
127 | }
128 | }
+--- 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)
+------------------------------------------------------------------
129 |
130 | /// 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:128:3: note: expanded code originates here
126 | }
127 | }
128 | }
+--- 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)
+------------------------------------------------------------------
129 |
130 | /// 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:128:3: note: expanded code originates here
126 | }
127 | }
128 | }
+--- 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)
+------------------------------------------------------------------
129 |
130 | /// Content items generated by the model.
[649/682] Compiling ResponsesAPI SchemaMacro.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:537:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:537:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:541:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:541:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
[650/682] Compiling ResponsesAPI StringSchemaMacro.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:537:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:537:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:541:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:541:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
[651/682] Compiling ResponsesAPI ToolMacro.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:537:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:537:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:541:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:541:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
[652/682] 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:537:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:537:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:541:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:541:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
[653/682] Compiling ResponsesAPI Item.swift
[654/682] Compiling ResponsesAPI JSONSchema.swift
[655/682] Compiling ResponsesAPI Message.swift
[656/682] Compiling ResponsesAPI Model.swift
[657/682] Compiling ResponsesAPI Conversation.swift
[658/682] Compiling ResponsesAPI ConversationsAPI.swift
[659/682] Compiling ResponsesAPI Collection+safeAccess.swift
[660/682] Compiling ResponsesAPI JSONEncoder+string.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:128:3: note: expanded code originates here
126 | }
127 | }
128 | }
+--- 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)
+------------------------------------------------------------------
129 |
130 | /// 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:128:3: note: expanded code originates here
126 | }
127 | }
128 | }
+--- 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)
+------------------------------------------------------------------
129 |
130 | /// 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:128:3: note: expanded code originates here
126 | }
127 | }
128 | }
+--- 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)
+------------------------------------------------------------------
129 |
130 | /// 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:128:3: note: expanded code originates here
126 | }
127 | }
128 | }
+--- 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)
+------------------------------------------------------------------
129 |
130 | /// 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 | }
/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:537:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:537:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:541:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:541:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | 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:537:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:537:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:541:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:541:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | 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:537:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:537:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:541:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:541:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | 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:537:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:537:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:541:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:541:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
[681/682] 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 | }
/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! (369.37s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.