Build Information
Successful build of ResponsesAPI, reference main (b2cd5e
), with Swift 6.1 for Linux on 26 Aug 2025 20:01:32 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/m1guelpf/swift-openai-responses.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/m1guelpf/swift-openai-responses
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b2cd5e1 new web search updates
Cloned https://github.com/m1guelpf/swift-openai-responses.git
Revision (git rev-parse @):
b2cd5e1f60232f71962476de7134c3d29997f90e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/m1guelpf/swift-openai-responses.git at main
========================================
Build
========================================
Selected platform: 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-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/m1guelpf/EventSource.git
[1/605] Fetching eventsource
Fetched https://github.com/m1guelpf/EventSource.git from cache (0.22s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/SwiftyLab/MetaCodable.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/2094] Fetching swift-docc-plugin
[232/3002] Fetching swift-docc-plugin, swift-macro-testing
[3003/108884] Fetching swift-docc-plugin, swift-macro-testing, metacodable
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.37s)
[1967/106790] Fetching swift-macro-testing, metacodable
[1968/178621] Fetching swift-macro-testing, metacodable, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (7.39s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.44s)
Fetched https://github.com/SwiftyLab/MetaCodable.git from cache (7.51s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (9.48s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (0.42s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15341] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.58s)
Computing version for https://github.com/SwiftyLab/MetaCodable.git
Computed https://github.com/SwiftyLab/MetaCodable.git at 1.5.0 (4.53s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-collections.git
[1/17354] Fetching swift-collections
[4166/33043] Fetching swift-collections, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.25s)
Fetched https://github.com/apple/swift-collections.git from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (1.75s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3478] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.84s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.45s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (0.49s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4577] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.28s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.80s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5505] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.40s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (27.39s)
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.3
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/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.6
Creating working copy for https://github.com/m1guelpf/EventSource.git
Working copy of https://github.com/m1guelpf/EventSource.git resolved at compiler-fix (1942aa5)
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin MetaProtocolCodable
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/59] Write sources
[33/59] Compiling _SwiftSyntaxCShims dummy.c
[33/59] Write swift-version-24593BA9C3E375BF.txt
[36/99] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[37/100] Emitting module SwiftSyntax601
[38/100] Compiling SwiftSyntax601 Empty.swift
[39/101] Emitting module InternalCollectionsUtilities
[40/101] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[41/101] Compiling InternalCollectionsUtilities Integer rank.swift
[42/101] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[43/101] Compiling InternalCollectionsUtilities _SortedCollection.swift
[45/101] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[46/101] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[47/101] Emitting module SwiftSyntax510
[48/101] Emitting module SwiftSyntax509
[49/101] Compiling SwiftSyntax509 Empty.swift
[50/101] Compiling SwiftSyntax510 Empty.swift
[51/101] Compiling InternalCollectionsUtilities Descriptions.swift
[52/101] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/103] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[54/103] Compiling InternalCollectionsUtilities Debugging.swift
[55/103] Emitting module SwiftSyntax600
[56/103] Compiling SwiftSyntax600 Empty.swift
[57/104] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[58/104] Compiling InternalCollectionsUtilities UInt+reversed.swift
[60/104] Wrapping AST for SwiftSyntax601 for debugging
[62/104] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/105] Wrapping AST for SwiftSyntax510 for debugging
[64/105] Wrapping AST for SwiftSyntax600 for debugging
[65/105] Wrapping AST for SwiftSyntax509 for debugging
[67/105] Wrapping AST for InternalCollectionsUtilities for debugging
[69/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[70/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[71/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[72/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[73/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[74/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[75/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[76/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[77/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[78/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[79/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[80/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[81/231] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[82/231] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[83/231] Compiling OrderedCollections OrderedDictionary.swift
[84/231] Compiling OrderedCollections OrderedSet+Codable.swift
[85/231] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[86/231] Compiling OrderedCollections OrderedSet+Descriptions.swift
[87/231] Compiling OrderedCollections OrderedSet+Diffing.swift
[88/231] Compiling OrderedCollections OrderedSet+Equatable.swift
[89/231] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[90/231] Compiling OrderedCollections OrderedSet+Hashable.swift
[91/231] Compiling OrderedCollections OrderedSet+Initializers.swift
[92/231] Compiling OrderedCollections OrderedSet+Insertions.swift
[93/231] Compiling OrderedCollections OrderedSet+Invariants.swift
[94/231] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[95/231] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[96/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[97/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[98/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[99/231] Compiling OrderedCollections OrderedDictionary+Codable.swift
[100/231] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[101/231] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[102/231] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[103/231] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[104/231] Compiling OrderedCollections OrderedDictionary+Elements.swift
[105/231] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[106/231] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[107/231] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[108/231] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[109/231] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[110/231] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[111/231] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[112/231] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[113/231] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[114/231] Compiling OrderedCollections OrderedDictionary+Values.swift
[115/231] Compiling EventSource ServerEvent.swift
[116/232] Compiling EventSource Extensions.swift
[117/232] Compiling EventSource Mutex.swift
[118/232] Compiling EventSource Headers.swift
[119/232] Compiling EventSource EventSourceError.swift
[121/232] Compiling EventSource Extensions.swift
[124/233] Emitting module EventSource
[125/233] Compiling EventSource EventSource.swift
[126/233] Compiling EventSource Headers.swift
[127/233] Compiling EventSource ServerEvent.swift
[128/233] Compiling EventSource Mutex.swift
[129/233] Compiling EventSource SessionDelegate.swift
[132/234] Emitting module EventSource
[133/234] Compiling EventSource EventSource.swift
[135/234] Compiling EventSource SessionDelegate.swift
[137/235] Compiling OrderedCollections _HashTable+Bucket.swift
[138/235] Compiling OrderedCollections _HashTable+BucketIterator.swift
[139/235] Compiling OrderedCollections _HashTable+Constants.swift
[140/235] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[141/235] Compiling OrderedCollections _HashTable+Testing.swift
[142/235] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[143/235] Compiling OrderedCollections _HashTable.swift
[144/235] Compiling OrderedCollections _Hashtable+Header.swift
[145/235] Compiling OrderedCollections OrderedSet+Sendable.swift
[146/235] Compiling OrderedCollections OrderedSet+SubSequence.swift
[147/235] Compiling OrderedCollections OrderedSet+Testing.swift
[148/235] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[149/235] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[150/235] Compiling OrderedCollections OrderedSet.swift
[151/235] Compiling OrderedCollections _UnsafeBitset.swift
[152/235] Emitting module OrderedCollections
[153/236] Wrapping AST for OrderedCollections for debugging
[155/236] Emitting module SwiftSyntax
[172/245] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[173/245] Compiling SwiftSyntax RawSyntaxValidation.swift
[219/245] Compiling SwiftSyntax SyntaxNodesAB.swift
[220/245] Compiling SwiftSyntax SyntaxNodesC.swift
[221/245] Compiling SwiftSyntax SyntaxNodesD.swift
[222/245] Compiling SwiftSyntax SyntaxNodesEF.swift
[223/245] Compiling SwiftSyntax SyntaxNodesGHI.swift
[224/245] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[225/245] Compiling SwiftSyntax SyntaxNodesOP.swift
[226/245] Compiling SwiftSyntax SyntaxNodesQRS.swift
[227/245] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[228/246] Wrapping AST for SwiftSyntax for debugging
[230/304] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[231/305] Compiling SwiftDiagnostics Message.swift
[232/305] Compiling SwiftDiagnostics Note.swift
[233/305] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[234/305] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[235/305] Compiling SwiftBasicFormat Syntax+Extensions.swift
[236/305] Compiling SwiftParser Attributes.swift
[237/305] Compiling SwiftParser Availability.swift
[238/305] Emitting module SwiftBasicFormat
[239/305] Compiling SwiftParser CharacterInfo.swift
[240/305] Compiling SwiftParser CollectionNodes+Parsable.swift
[241/305] Emitting module SwiftDiagnostics
[242/305] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[243/305] Compiling SwiftBasicFormat Indenter.swift
[244/305] Compiling SwiftBasicFormat InferIndentation.swift
[245/305] Compiling SwiftDiagnostics FixIt.swift
[246/305] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[247/306] Wrapping AST for SwiftDiagnostics for debugging
[249/306] Compiling SwiftBasicFormat BasicFormat.swift
[251/307] Emitting module SwiftParser
[251/312] Wrapping AST for SwiftBasicFormat for debugging
[253/312] Compiling SwiftParser LexemeSequence.swift
[254/312] Compiling SwiftParser Lexer.swift
[255/312] Compiling SwiftParser RegexLiteralLexer.swift
[256/312] Compiling SwiftParser UnicodeScalarExtensions.swift
[257/312] Compiling SwiftParser Lookahead.swift
[258/312] Compiling SwiftParser LoopProgressCondition.swift
[259/312] Compiling SwiftParser Patterns.swift
[260/312] Compiling SwiftParser Recovery.swift
[261/312] Compiling SwiftParser Specifiers.swift
[262/312] Compiling SwiftParser Statements.swift
[263/312] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[264/312] Compiling SwiftParser StringLiterals.swift
[265/312] Compiling SwiftParser TokenSpec.swift
[266/312] Compiling SwiftParser TokenSpecSet.swift
[267/312] Compiling SwiftParser TopLevel.swift
[268/312] Compiling SwiftParser TriviaParser.swift
[269/312] Compiling SwiftParser Types.swift
[270/312] Compiling SwiftParser SwiftParserCompatibility.swift
[271/312] Compiling SwiftParser SwiftVersion.swift
[272/312] Compiling SwiftParser SyntaxUtils.swift
[273/312] Compiling SwiftParser TokenConsumer.swift
[274/312] Compiling SwiftParser TokenPrecedence.swift
[275/312] Compiling SwiftParser Modifiers.swift
[276/312] Compiling SwiftParser Names.swift
[277/312] Compiling SwiftParser Nominals.swift
[278/312] Compiling SwiftParser Parameters.swift
[279/312] Compiling SwiftParser ParseSourceFile.swift
[280/312] Compiling SwiftParser Parser.swift
[285/312] Compiling SwiftParser Declarations.swift
[286/312] Compiling SwiftParser Directives.swift
[287/312] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[288/312] Compiling SwiftParser Expressions.swift
[289/312] Compiling SwiftParser IncrementalParseTransition.swift
[290/312] Compiling SwiftParser IsValidIdentifier.swift
[291/312] Compiling SwiftParser Cursor.swift
[292/312] Compiling SwiftParser Lexeme.swift
[293/312] Compiling SwiftParser ExperimentalFeatures.swift
[294/312] Compiling SwiftParser IsLexerClassified.swift
[295/312] Compiling SwiftParser LayoutNodes+Parsable.swift
[296/312] Compiling SwiftParser Parser+TokenSpecSet.swift
[297/312] Compiling SwiftParser TokenSpecStaticMembers.swift
[298/313] Wrapping AST for SwiftParser for debugging
[300/336] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[301/337] Compiling SwiftOperators PrecedenceGroup.swift
[302/338] Compiling SwiftOperators OperatorTable.swift
[303/338] Compiling SwiftOperators PrecedenceGraph.swift
[304/338] Compiling SwiftOperators OperatorError.swift
[305/338] Compiling SwiftOperators OperatorTable+Defaults.swift
[306/338] Compiling SwiftOperators Operator.swift
[307/338] Compiling SwiftOperators OperatorError+Diagnostics.swift
[308/338] Compiling SwiftOperators OperatorTable+Semantics.swift
[309/338] Emitting module SwiftOperators
[310/338] Compiling SwiftOperators OperatorTable+Folding.swift
[311/338] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[312/338] Compiling SwiftOperators SyntaxSynthesis.swift
[315/339] Wrapping AST for SwiftOperators for debugging
[317/339] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[320/339] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[321/339] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[322/339] Compiling SwiftParserDiagnostics MissingNodesError.swift
[323/339] Compiling SwiftParserDiagnostics MissingTokenError.swift
[324/339] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[325/339] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[326/339] Emitting module SwiftParserDiagnostics
[327/340] Wrapping AST for SwiftParserDiagnostics for debugging
[329/355] Compiling SwiftSyntaxBuilder Indenter.swift
[330/355] Compiling SwiftSyntaxBuilder ListBuilder.swift
[331/356] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[332/356] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[333/356] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[334/356] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[335/356] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[336/356] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[337/356] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[338/356] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[339/356] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[340/356] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[341/356] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[342/356] Emitting module SwiftSyntaxBuilder
[343/356] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[344/356] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[345/357] Wrapping AST for SwiftSyntaxBuilder for debugging
[347/374] Compiling SwiftSyntaxMacros Macro.swift
[348/374] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[349/376] Compiling SwiftSyntaxMacros AccessorMacro.swift
[350/376] Compiling SwiftSyntaxMacros AttachedMacro.swift
[351/376] Compiling SwiftSyntaxMacros BodyMacro.swift
[352/376] Emitting module SwiftSyntaxMacros
[353/376] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[354/376] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[355/376] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[356/376] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[357/376] Compiling SwiftSyntaxMacros MemberMacro.swift
[358/376] Compiling SwiftSyntaxMacros PeerMacro.swift
[359/376] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[360/376] Compiling SwiftSyntaxMacros Macro+Format.swift
[361/376] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[362/376] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[363/376] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[364/376] Compiling SwiftSyntaxMacros PreambleMacro.swift
[365/376] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[366/377] Wrapping AST for SwiftSyntaxMacros for debugging
[368/477] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[369/478] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[370/478] Compiling PluginCore AttributableDeclSyntax.swift
[371/478] Compiling PluginCore Attribute.swift
[372/478] Emitting module SwiftSyntaxMacroExpansion
[373/478] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[374/478] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[375/478] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[376/478] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[377/478] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[378/479] Emitting module PluginCore
[379/491] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[381/491] Compiling PluginCore DecodedAt.swift
[382/491] Compiling PluginCore EncodedAt.swift
[383/491] Compiling PluginCore KeyPathProvider.swift
[384/491] Compiling PluginCore MemberInit+Expansion.swift
[385/491] Compiling PluginCore MemberInit.swift
[386/491] Compiling PluginCore PeerAttribute.swift
[387/491] Compiling PluginCore AggregatedDiagnosticProducer.swift
[388/491] Compiling PluginCore CombinedUsage.swift
[389/491] Compiling PluginCore ArgumentCountCondition.swift
[390/491] Compiling PluginCore DeclarationCondition.swift
[391/491] Compiling PluginCore DiagnosticCondition.swift
[392/491] Compiling PluginCore ConditionalDiagnosticProducer.swift
[393/491] Compiling PluginCore DiagnosticProducer.swift
[394/491] Compiling PluginCore DuplicateUsage.swift
[395/491] Compiling PluginCore GroupedVariableDeclaration.swift
[396/491] Compiling PluginCore InvalidCombination.swift
[397/491] Compiling PluginCore InvalidDeclaration.swift
[398/491] Compiling PluginCore MetaCodableMessage.swift
[399/491] Compiling PluginCore StaticVariableDeclaration.swift
[400/491] Compiling PluginCore UninitializedVariableDecl.swift
[401/491] Compiling PluginCore AttributeExpander.swift
[402/491] Compiling PluginCore DeclModifiersGenerator.swift
[403/491] Compiling PluginCore Options.swift
[404/491] Compiling PluginCore ComposedVariable.swift
[405/491] Compiling PluginCore ConditionalCodingVariable.swift
[406/491] Compiling PluginCore AssociatedVariable.swift
[407/503] Compiling PluginCore InitializationVariable.swift
[408/503] Compiling PluginCore KeyedVariable.swift
[409/503] Compiling PluginCore PropertyVariable.swift
[410/503] Compiling PluginCore StrategyVariable.swift
[411/503] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[412/503] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[413/503] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[414/503] Compiling PluginCore PropertyVariableTreeNode.swift
[415/503] Compiling PluginCore AssociatedDeclSyntax.swift
[416/503] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[417/503] Compiling PluginCore MemberGroupSyntax.swift
[418/503] Compiling PluginCore PropertyDeclSyntax.swift
[419/503] Compiling PluginCore IgnoredInitialization.swift
[420/503] Compiling PluginCore MemberwiseInitGenerator.swift
[421/503] Compiling PluginCore OptionalInitialization.swift
[422/503] Compiling PluginCore RequiredInitialization.swift
[423/503] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[424/503] Compiling PluginCore RequiredVariableInitialization.swift
[425/503] Compiling PluginCore VariableInitialization.swift
[426/503] Compiling PluginCore AliasedPropertyVariable.swift
[427/503] Compiling PluginCore AnyPropertyVariable.swift
[428/503] Compiling PluginCore BasicPropertyVariable.swift
[429/503] Compiling PluginCore DecodingFallback.swift
[430/503] Compiling PluginCore DefaultValueVariable.swift
[431/503] Compiling PluginCore HelperCodedVariable.swift
[432/503] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[433/503] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[434/503] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[435/504] Compiling PluginCore BasicAssociatedVariable.swift
[436/504] Compiling PluginCore BasicEnumCaseVariable.swift
[437/504] Compiling PluginCore EnumCaseVariable.swift
[438/504] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[439/504] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[440/504] Compiling PluginCore AnyEnumSwitcher.swift
[441/504] Compiling PluginCore EnumSwitcherVariable.swift
[442/504] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[443/504] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[444/504] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[445/504] Compiling PluginCore UnTaggedEnumSwitcher.swift
[446/504] Compiling PluginCore AnyInitialization.swift
[447/504] Compiling PluginCore AnyRequiredVariableInitialization.swift
[448/504] Emitting module SwiftCompilerPluginMessageHandling
[449/504] Compiling PluginCore IgnoreCodingInitialized.swift
[450/504] Compiling PluginCore Inherits.swift
[451/504] Compiling PluginCore StrategyFinder.swift
[452/504] Compiling PluginCore UnTagged.swift
[453/504] Compiling PluginCore CodedAs.swift
[454/504] Compiling PluginCore CodedBy.swift
[455/504] Compiling PluginCore Default.swift
[456/504] Compiling PluginCore IgnoreCoding.swift
[457/504] Compiling PluginCore IgnoreDecoding.swift
[458/504] Compiling PluginCore IgnoreEncoding.swift
[459/504] Compiling PluginCore CodedAt.swift
[460/504] Compiling PluginCore CodedIn.swift
[461/504] Compiling PluginCore ContentAt.swift
[462/504] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[463/504] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[464/504] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[465/504] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[466/504] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[467/504] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[470/504] Compiling PluginCore Decodable+Expansion.swift
[471/504] Compiling PluginCore Decodable.swift
[472/504] Compiling PluginCore AttributeExpander+Encodable.swift
[473/504] Compiling PluginCore Encodable+Expansion.swift
[474/504] Compiling PluginCore Encodable.swift
[475/504] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[476/504] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[477/504] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[478/504] Compiling PluginCore VariableSyntax.swift
[479/504] Compiling PluginCore ActorVariable.swift
[480/504] Compiling PluginCore ClassVariable.swift
[481/504] Compiling PluginCore Case.swift
[482/504] Compiling PluginCore CodingKeysMap.swift
[483/504] Compiling PluginCore Key.swift
[484/504] Compiling PluginCore ConstraintGenerator.swift
[485/504] Compiling PluginCore Registration.swift
[486/504] Compiling PluginCore EnumVariable.swift
[487/504] Compiling PluginCore MemberGroup.swift
[488/504] Compiling PluginCore TypeVariable.swift
[489/504] Compiling PluginCore Variable.swift
[497/506] Wrapping AST for PluginCore for debugging
[498/506] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[500/508] Emitting module SwiftCompilerPlugin
[501/508] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[502/509] Wrapping AST for SwiftCompilerPlugin for debugging
[504/531] Compiling MacroPlugin Plugin.swift
[505/531] Emitting module MacroPlugin
[506/531] Compiling MacroPlugin Definitions.swift
[507/531] Compiling Macros Plugin.swift
[508/531] Compiling Macros DiagnosticError.swift
[509/534] Emitting module Macros
[511/534] Compiling Macros AttributeListSyntax+arguments.swift
[512/534] Compiling Macros DeclGroupSyntax+accessLevel.swift
[513/534] Compiling Macros ExtensionDeclSyntax+init.swift
[514/534] Compiling Macros DocString.swift
[515/534] Compiling Macros helpers.swift
[515/534] Wrapping AST for MacroPlugin for debugging
[516/534] Write Objects.LinkFileList
[518/534] Compiling Macros NumberSchemaMacro.swift
[519/534] Compiling Macros SchemaMacro.swift
[520/534] Compiling Macros SchemaGenerator.swift
[521/534] Compiling Macros StructSchemaGenerator.swift
[522/534] Compiling Macros ArraySchemaMacro.swift
[523/534] Compiling Macros StringSchemaMacro.swift
[524/534] Compiling Macros ToolMacro.swift
[525/534] Compiling Macros MemberBlockItemListSyntax+declaresVariable.swift
[526/534] Compiling Macros PatternBindingSyntax+isStored.swift
[527/534] Compiling Macros String+isPlaceholder.swift
[528/534] Compiling Macros SyntaxProtocol+docString.swift
[529/534] Compiling Macros TypeSyntax+typeInfo.swift
[530/534] Compiling Macros EnumSchemaGenerator.swift
[531/535] Wrapping AST for Macros for debugging
[532/535] Write Objects.LinkFileList
[533/535] Linking MacroPlugin-tool
[534/579] Linking Macros-tool
[536/579] Compiling MetaCodable DecodedAt.swift
[537/579] Compiling MetaCodable Default.swift
[538/579] Compiling MetaCodable DynamicCodable.swift
[539/581] Compiling MetaCodable DecodedAt.swift
[540/581] Compiling MetaCodable Default.swift
[541/581] Compiling MetaCodable DynamicCodable.swift
[542/583] Compiling MetaCodable CodedBy.swift
[543/583] Compiling MetaCodable CodedIn.swift
[544/583] Compiling MetaCodable ContentAt.swift
[545/583] Compiling MetaCodable UnTagged.swift
[546/583] Compiling MetaCodable CodedAs.swift
[547/583] Compiling MetaCodable CodedAt.swift
[548/583] Compiling MetaCodable IgnoreCoding.swift
[549/583] Compiling MetaCodable MemberInit.swift
[550/583] Compiling MetaCodable CodedBy.swift
[551/583] Compiling MetaCodable CodedIn.swift
[552/583] Compiling MetaCodable ContentAt.swift
[559/583] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[560/583] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[561/583] Compiling MetaCodable DynamicCodableIdentifier.swift
[567/583] Emitting module MetaCodable
[568/583] Compiling MetaCodable EncodedAt.swift
[569/583] Compiling MetaCodable HelperCoder.swift
[570/583] Compiling MetaCodable LossySequence.swift
[583/584] Emitting module MetaCodable
[586/613] Compiling HelperCoders String.swift
[588/615] Emitting module HelperCoders
[589/615] Compiling HelperCoders SequenceCoderConfiguration.swift
[590/615] Compiling HelperCoders HelperCoderStrategy.swift
[591/615] Compiling HelperCoders Bool.swift
[592/615] Compiling HelperCoders Number.swift
[593/615] Compiling HelperCoders ValueCoder.swift
[594/615] Compiling HelperCoders DefaultSequenceElementCoding.swift
[595/615] Compiling HelperCoders SequenceCoder.swift
[596/615] Compiling HelperCoders ValueCoder.swift
[597/615] Emitting module HelperCoders
[598/615] Compiling HelperCoders Base64Coder.swift
[599/615] Compiling HelperCoders ConditionalCoder.swift
[600/615] Compiling HelperCoders NonConformingCoder.swift
[601/615] Compiling HelperCoders PropertyWrapperCoder.swift
[602/615] Compiling HelperCoders DateCoder.swift
[603/615] Compiling HelperCoders Since1970DateCoder.swift
[618/673] Compiling ResponsesAPI Result+async.swift
[619/673] Compiling ResponsesAPI URL+appendOptionalQueryItems.swift
[620/673] Compiling ResponsesAPI ArraySchemaMacro.swift
[621/673] Compiling ResponsesAPI NumberSchemaMacro.swift
[622/676] Compiling ResponsesAPI SchemaMacro.swift
[623/676] Compiling ResponsesAPI StringSchemaMacro.swift
[624/676] Compiling ResponsesAPI ToolMacro.swift
[625/676] Compiling ResponsesAPI APIConversation.swift
[634/679] Compiling ResponsesAPI APIClient.swift
[635/679] Compiling ResponsesAPI MultiPartData.swift
[636/679] Compiling ResponsesAPI helpers.swift
[640/679] Compiling ResponsesAPI Schemable.swift
[641/679] Compiling ResponsesAPI Toolable.swift
[642/679] Compiling ResponsesAPI ResponsesAPI.swift
[646/679] Compiling ResponsesAPI Request.swift
[647/679] Compiling ResponsesAPI Response.swift
[648/679] Compiling ResponsesAPI Tool.swift
[649/679] Compiling ResponsesAPI WebhookEvent.swift
[650/679] Compiling ResponsesAPI Item.swift
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /host/spi-builder-workspace/src/Models/Item.swift:112:3: note: expanded code originates here
110 | }
111 | }
112 | }
+--- macro expansion @Codable -------------------------------------
| 5 | type = try container.decode(String.self, forKey: CodingKeys.type)
| 6 | switch type {
| 7 | case "message":
| | `- note: first occurrence of identical literal pattern is here
| 8 | let _0: Message.Input
| 9 | _0 = try Message.Input(from: decoder)
| 10 | self = .inputMessage(_0)
| 11 | case "message":
| | `- warning: literal value is already handled by previous pattern; consider removing it
| 12 | let _0: Message.Output
| 13 | _0 = try Message.Output(from: decoder)
+------------------------------------------------------------------
113 |
114 | /// Content items generated by the model.
[651/679] Compiling ResponsesAPI JSONSchema.swift
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /host/spi-builder-workspace/src/Models/Item.swift:112:3: note: expanded code originates here
110 | }
111 | }
112 | }
+--- macro expansion @Codable -------------------------------------
| 5 | type = try container.decode(String.self, forKey: CodingKeys.type)
| 6 | switch type {
| 7 | case "message":
| | `- note: first occurrence of identical literal pattern is here
| 8 | let _0: Message.Input
| 9 | _0 = try Message.Input(from: decoder)
| 10 | self = .inputMessage(_0)
| 11 | case "message":
| | `- warning: literal value is already handled by previous pattern; consider removing it
| 12 | let _0: Message.Output
| 13 | _0 = try Message.Output(from: decoder)
+------------------------------------------------------------------
113 |
114 | /// Content items generated by the model.
[652/679] Compiling ResponsesAPI Message.swift
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /host/spi-builder-workspace/src/Models/Item.swift:112:3: note: expanded code originates here
110 | }
111 | }
112 | }
+--- macro expansion @Codable -------------------------------------
| 5 | type = try container.decode(String.self, forKey: CodingKeys.type)
| 6 | switch type {
| 7 | case "message":
| | `- note: first occurrence of identical literal pattern is here
| 8 | let _0: Message.Input
| 9 | _0 = try Message.Input(from: decoder)
| 10 | self = .inputMessage(_0)
| 11 | case "message":
| | `- warning: literal value is already handled by previous pattern; consider removing it
| 12 | let _0: Message.Output
| 13 | _0 = try Message.Output(from: decoder)
+------------------------------------------------------------------
113 |
114 | /// Content items generated by the model.
[653/679] Compiling ResponsesAPI Model.swift
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /host/spi-builder-workspace/src/Models/Item.swift:112:3: note: expanded code originates here
110 | }
111 | }
112 | }
+--- macro expansion @Codable -------------------------------------
| 5 | type = try container.decode(String.self, forKey: CodingKeys.type)
| 6 | switch type {
| 7 | case "message":
| | `- note: first occurrence of identical literal pattern is here
| 8 | let _0: Message.Input
| 9 | _0 = try Message.Input(from: decoder)
| 10 | self = .inputMessage(_0)
| 11 | case "message":
| | `- warning: literal value is already handled by previous pattern; consider removing it
| 12 | let _0: Message.Output
| 13 | _0 = try Message.Output(from: decoder)
+------------------------------------------------------------------
113 |
114 | /// Content items generated by the model.
[658/679] Compiling ResponsesAPI Conversation.swift
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | ///
213 | /// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | @concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
| `- warning: '@concurrent' has been renamed to '@Sendable'
215 | let request = await Request(
216 | model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | /// - Parameter file: The file to upload.
258 | /// - Parameter purpose: The intended purpose of the file.
259 | @concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
| `- warning: '@concurrent' has been renamed to '@Sendable'
260 | try await client.upload(file: file, purpose: .userData)
261 | }
/host/spi-builder-workspace/src/Conversation.swift:433:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
431 | item = .reasoning(reasoning)
432 | }
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:433:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
431 | item = .reasoning(reasoning)
432 | }
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:435:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
436 |
437 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:439:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
437 | // figure out where to put the reasoning
438 | }
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:439:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
437 | // figure out where to put the reasoning
438 | }
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:441:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
442 |
443 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:517:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
515 | case .mcpCallFailed:
516 | break // mcpToolCall does not have a status field we can track
517 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:517:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
515 | case .mcpCallFailed:
516 | break // mcpToolCall does not have a status field we can track
517 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:519:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
517 | case let .mcpCallInProgress(itemId, outputIndex):
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
520 | break // mcpListTools does not have a status field we can track
521 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:519:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
517 | case let .mcpCallInProgress(itemId, outputIndex):
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
520 | break // mcpListTools does not have a status field we can track
521 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:523:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
521 | case .mcpListToolsFailed:
522 | break // mcpListTools does not have a status field we can track
523 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
524 | break // mcpListTools does not have a status field we can track
525 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:523:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
521 | case .mcpListToolsFailed:
522 | break // mcpListTools does not have a status field we can track
523 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
524 | break // mcpListTools does not have a status field we can track
525 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
[659/679] Compiling ResponsesAPI ConversationsAPI.swift
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | ///
213 | /// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | @concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
| `- warning: '@concurrent' has been renamed to '@Sendable'
215 | let request = await Request(
216 | model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | /// - Parameter file: The file to upload.
258 | /// - Parameter purpose: The intended purpose of the file.
259 | @concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
| `- warning: '@concurrent' has been renamed to '@Sendable'
260 | try await client.upload(file: file, purpose: .userData)
261 | }
/host/spi-builder-workspace/src/Conversation.swift:433:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
431 | item = .reasoning(reasoning)
432 | }
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:433:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
431 | item = .reasoning(reasoning)
432 | }
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:435:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
436 |
437 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:439:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
437 | // figure out where to put the reasoning
438 | }
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:439:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
437 | // figure out where to put the reasoning
438 | }
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:441:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
442 |
443 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:517:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
515 | case .mcpCallFailed:
516 | break // mcpToolCall does not have a status field we can track
517 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:517:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
515 | case .mcpCallFailed:
516 | break // mcpToolCall does not have a status field we can track
517 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:519:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
517 | case let .mcpCallInProgress(itemId, outputIndex):
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
520 | break // mcpListTools does not have a status field we can track
521 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:519:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
517 | case let .mcpCallInProgress(itemId, outputIndex):
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
520 | break // mcpListTools does not have a status field we can track
521 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:523:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
521 | case .mcpListToolsFailed:
522 | break // mcpListTools does not have a status field we can track
523 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
524 | break // mcpListTools does not have a status field we can track
525 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:523:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
521 | case .mcpListToolsFailed:
522 | break // mcpListTools does not have a status field we can track
523 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
524 | break // mcpListTools does not have a status field we can track
525 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
[660/679] Compiling ResponsesAPI Collection+safeAccess.swift
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | ///
213 | /// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | @concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
| `- warning: '@concurrent' has been renamed to '@Sendable'
215 | let request = await Request(
216 | model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | /// - Parameter file: The file to upload.
258 | /// - Parameter purpose: The intended purpose of the file.
259 | @concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
| `- warning: '@concurrent' has been renamed to '@Sendable'
260 | try await client.upload(file: file, purpose: .userData)
261 | }
/host/spi-builder-workspace/src/Conversation.swift:433:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
431 | item = .reasoning(reasoning)
432 | }
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:433:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
431 | item = .reasoning(reasoning)
432 | }
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:435:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
436 |
437 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:439:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
437 | // figure out where to put the reasoning
438 | }
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:439:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
437 | // figure out where to put the reasoning
438 | }
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:441:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
442 |
443 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:517:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
515 | case .mcpCallFailed:
516 | break // mcpToolCall does not have a status field we can track
517 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:517:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
515 | case .mcpCallFailed:
516 | break // mcpToolCall does not have a status field we can track
517 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:519:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
517 | case let .mcpCallInProgress(itemId, outputIndex):
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
520 | break // mcpListTools does not have a status field we can track
521 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:519:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
517 | case let .mcpCallInProgress(itemId, outputIndex):
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
520 | break // mcpListTools does not have a status field we can track
521 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:523:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
521 | case .mcpListToolsFailed:
522 | break // mcpListTools does not have a status field we can track
523 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
524 | break // mcpListTools does not have a status field we can track
525 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:523:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
521 | case .mcpListToolsFailed:
522 | break // mcpListTools does not have a status field we can track
523 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
524 | break // mcpListTools does not have a status field we can track
525 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
[661/679] Compiling ResponsesAPI JSONEncoder+string.swift
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | ///
213 | /// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | @concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
| `- warning: '@concurrent' has been renamed to '@Sendable'
215 | let request = await Request(
216 | model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | /// - Parameter file: The file to upload.
258 | /// - Parameter purpose: The intended purpose of the file.
259 | @concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
| `- warning: '@concurrent' has been renamed to '@Sendable'
260 | try await client.upload(file: file, purpose: .userData)
261 | }
/host/spi-builder-workspace/src/Conversation.swift:433:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
431 | item = .reasoning(reasoning)
432 | }
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:433:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
431 | item = .reasoning(reasoning)
432 | }
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:435:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
436 |
437 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:439:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
437 | // figure out where to put the reasoning
438 | }
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:439:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
437 | // figure out where to put the reasoning
438 | }
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:441:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
442 |
443 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:517:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
515 | case .mcpCallFailed:
516 | break // mcpToolCall does not have a status field we can track
517 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:517:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
515 | case .mcpCallFailed:
516 | break // mcpToolCall does not have a status field we can track
517 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:519:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
517 | case let .mcpCallInProgress(itemId, outputIndex):
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
520 | break // mcpListTools does not have a status field we can track
521 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:519:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
517 | case let .mcpCallInProgress(itemId, outputIndex):
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
520 | break // mcpListTools does not have a status field we can track
521 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:523:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
521 | case .mcpListToolsFailed:
522 | break // mcpListTools does not have a status field we can track
523 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
524 | break // mcpListTools does not have a status field we can track
525 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:523:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
521 | case .mcpListToolsFailed:
522 | break // mcpListTools does not have a status field we can track
523 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
524 | break // mcpListTools does not have a status field we can track
525 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /host/spi-builder-workspace/src/Models/Item.swift:112:3: note: expanded code originates here
110 | }
111 | }
112 | }
+--- macro expansion @Codable -------------------------------------
| 5 | type = try container.decode(String.self, forKey: CodingKeys.type)
| 6 | switch type {
| 7 | case "message":
| | `- note: first occurrence of identical literal pattern is here
| 8 | let _0: Message.Input
| 9 | _0 = try Message.Input(from: decoder)
| 10 | self = .inputMessage(_0)
| 11 | case "message":
| | `- warning: literal value is already handled by previous pattern; consider removing it
| 12 | let _0: Message.Output
| 13 | _0 = try Message.Output(from: decoder)
+------------------------------------------------------------------
113 |
114 | /// Content items generated by the model.
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /host/spi-builder-workspace/src/Models/Item.swift:112:3: note: expanded code originates here
110 | }
111 | }
112 | }
+--- macro expansion @Codable -------------------------------------
| 5 | type = try container.decode(String.self, forKey: CodingKeys.type)
| 6 | switch type {
| 7 | case "message":
| | `- note: first occurrence of identical literal pattern is here
| 8 | let _0: Message.Input
| 9 | _0 = try Message.Input(from: decoder)
| 10 | self = .inputMessage(_0)
| 11 | case "message":
| | `- warning: literal value is already handled by previous pattern; consider removing it
| 12 | let _0: Message.Output
| 13 | _0 = try Message.Output(from: decoder)
+------------------------------------------------------------------
113 |
114 | /// Content items generated by the model.
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /host/spi-builder-workspace/src/Models/Item.swift:112:3: note: expanded code originates here
110 | }
111 | }
112 | }
+--- macro expansion @Codable -------------------------------------
| 5 | type = try container.decode(String.self, forKey: CodingKeys.type)
| 6 | switch type {
| 7 | case "message":
| | `- note: first occurrence of identical literal pattern is here
| 8 | let _0: Message.Input
| 9 | _0 = try Message.Input(from: decoder)
| 10 | self = .inputMessage(_0)
| 11 | case "message":
| | `- warning: literal value is already handled by previous pattern; consider removing it
| 12 | let _0: Message.Output
| 13 | _0 = try Message.Output(from: decoder)
+------------------------------------------------------------------
113 |
114 | /// Content items generated by the model.
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /host/spi-builder-workspace/src/Models/Item.swift:112:3: note: expanded code originates here
110 | }
111 | }
112 | }
+--- macro expansion @Codable -------------------------------------
| 5 | type = try container.decode(String.self, forKey: CodingKeys.type)
| 6 | switch type {
| 7 | case "message":
| | `- note: first occurrence of identical literal pattern is here
| 8 | let _0: Message.Input
| 9 | _0 = try Message.Input(from: decoder)
| 10 | self = .inputMessage(_0)
| 11 | case "message":
| | `- warning: literal value is already handled by previous pattern; consider removing it
| 12 | let _0: Message.Output
| 13 | _0 = try Message.Output(from: decoder)
+------------------------------------------------------------------
113 |
114 | /// Content items generated by the model.
[670/679] Compiling ResponsesAPI Config.swift
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | ///
213 | /// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | @concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
| `- warning: '@concurrent' has been renamed to '@Sendable'
215 | let request = await Request(
216 | model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | /// - Parameter file: The file to upload.
258 | /// - Parameter purpose: The intended purpose of the file.
259 | @concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
| `- warning: '@concurrent' has been renamed to '@Sendable'
260 | try await client.upload(file: file, purpose: .userData)
261 | }
/host/spi-builder-workspace/src/Conversation.swift:433:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
431 | item = .reasoning(reasoning)
432 | }
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:433:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
431 | item = .reasoning(reasoning)
432 | }
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:435:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
436 |
437 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:439:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
437 | // figure out where to put the reasoning
438 | }
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:439:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
437 | // figure out where to put the reasoning
438 | }
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:441:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
442 |
443 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:517:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
515 | case .mcpCallFailed:
516 | break // mcpToolCall does not have a status field we can track
517 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:517:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
515 | case .mcpCallFailed:
516 | break // mcpToolCall does not have a status field we can track
517 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:519:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
517 | case let .mcpCallInProgress(itemId, outputIndex):
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
520 | break // mcpListTools does not have a status field we can track
521 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:519:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
517 | case let .mcpCallInProgress(itemId, outputIndex):
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
520 | break // mcpListTools does not have a status field we can track
521 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:523:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
521 | case .mcpListToolsFailed:
522 | break // mcpListTools does not have a status field we can track
523 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
524 | break // mcpListTools does not have a status field we can track
525 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:523:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
521 | case .mcpListToolsFailed:
522 | break // mcpListTools does not have a status field we can track
523 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
524 | break // mcpListTools does not have a status field we can track
525 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
[671/679] Compiling ResponsesAPI Event.swift
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | ///
213 | /// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | @concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
| `- warning: '@concurrent' has been renamed to '@Sendable'
215 | let request = await Request(
216 | model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | /// - Parameter file: The file to upload.
258 | /// - Parameter purpose: The intended purpose of the file.
259 | @concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
| `- warning: '@concurrent' has been renamed to '@Sendable'
260 | try await client.upload(file: file, purpose: .userData)
261 | }
/host/spi-builder-workspace/src/Conversation.swift:433:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
431 | item = .reasoning(reasoning)
432 | }
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:433:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
431 | item = .reasoning(reasoning)
432 | }
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:435:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
436 |
437 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:439:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
437 | // figure out where to put the reasoning
438 | }
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:439:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
437 | // figure out where to put the reasoning
438 | }
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:441:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
442 |
443 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:517:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
515 | case .mcpCallFailed:
516 | break // mcpToolCall does not have a status field we can track
517 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:517:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
515 | case .mcpCallFailed:
516 | break // mcpToolCall does not have a status field we can track
517 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:519:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
517 | case let .mcpCallInProgress(itemId, outputIndex):
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
520 | break // mcpListTools does not have a status field we can track
521 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:519:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
517 | case let .mcpCallInProgress(itemId, outputIndex):
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
520 | break // mcpListTools does not have a status field we can track
521 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:523:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
521 | case .mcpListToolsFailed:
522 | break // mcpListTools does not have a status field we can track
523 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
524 | break // mcpListTools does not have a status field we can track
525 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:523:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
521 | case .mcpListToolsFailed:
522 | break // mcpListTools does not have a status field we can track
523 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
524 | break // mcpListTools does not have a status field we can track
525 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
[672/679] Compiling ResponsesAPI File.swift
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | ///
213 | /// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | @concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
| `- warning: '@concurrent' has been renamed to '@Sendable'
215 | let request = await Request(
216 | model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | /// - Parameter file: The file to upload.
258 | /// - Parameter purpose: The intended purpose of the file.
259 | @concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
| `- warning: '@concurrent' has been renamed to '@Sendable'
260 | try await client.upload(file: file, purpose: .userData)
261 | }
/host/spi-builder-workspace/src/Conversation.swift:433:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
431 | item = .reasoning(reasoning)
432 | }
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:433:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
431 | item = .reasoning(reasoning)
432 | }
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:435:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
436 |
437 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:439:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
437 | // figure out where to put the reasoning
438 | }
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:439:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
437 | // figure out where to put the reasoning
438 | }
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:441:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
442 |
443 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:517:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
515 | case .mcpCallFailed:
516 | break // mcpToolCall does not have a status field we can track
517 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:517:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
515 | case .mcpCallFailed:
516 | break // mcpToolCall does not have a status field we can track
517 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:519:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
517 | case let .mcpCallInProgress(itemId, outputIndex):
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
520 | break // mcpListTools does not have a status field we can track
521 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:519:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
517 | case let .mcpCallInProgress(itemId, outputIndex):
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
520 | break // mcpListTools does not have a status field we can track
521 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:523:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
521 | case .mcpListToolsFailed:
522 | break // mcpListTools does not have a status field we can track
523 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
524 | break // mcpListTools does not have a status field we can track
525 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:523:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
521 | case .mcpListToolsFailed:
522 | break // mcpListTools does not have a status field we can track
523 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
524 | break // mcpListTools does not have a status field we can track
525 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
[673/679] Compiling ResponsesAPI Input.swift
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | ///
213 | /// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | @concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
| `- warning: '@concurrent' has been renamed to '@Sendable'
215 | let request = await Request(
216 | model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | /// - Parameter file: The file to upload.
258 | /// - Parameter purpose: The intended purpose of the file.
259 | @concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
| `- warning: '@concurrent' has been renamed to '@Sendable'
260 | try await client.upload(file: file, purpose: .userData)
261 | }
/host/spi-builder-workspace/src/Conversation.swift:433:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
431 | item = .reasoning(reasoning)
432 | }
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:433:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
431 | item = .reasoning(reasoning)
432 | }
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:435:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
433 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
434 | updateItem(index: outputIndex, id: itemId) { item in
435 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
436 |
437 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:439:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
437 | // figure out where to put the reasoning
438 | }
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:439:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
437 | // figure out where to put the reasoning
438 | }
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:441:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
439 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
440 | updateItem(index: outputIndex, id: itemId) { item in
441 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
442 |
443 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:517:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
515 | case .mcpCallFailed:
516 | break // mcpToolCall does not have a status field we can track
517 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:517:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
515 | case .mcpCallFailed:
516 | break // mcpToolCall does not have a status field we can track
517 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:519:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
517 | case let .mcpCallInProgress(itemId, outputIndex):
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
520 | break // mcpListTools does not have a status field we can track
521 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:519:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
517 | case let .mcpCallInProgress(itemId, outputIndex):
518 | break // mcpToolCall does not have a status field we can track
519 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
520 | break // mcpListTools does not have a status field we can track
521 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:523:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
521 | case .mcpListToolsFailed:
522 | break // mcpListTools does not have a status field we can track
523 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
524 | break // mcpListTools does not have a status field we can track
525 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:523:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
521 | case .mcpListToolsFailed:
522 | break // mcpListTools does not have a status field we can track
523 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
524 | break // mcpListTools does not have a status field we can track
525 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
[678/679] Emitting module ResponsesAPI
/host/spi-builder-workspace/src/Conversation.swift:214:3: warning: '@concurrent' has been renamed to '@Sendable'
212 | ///
213 | /// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
214 | @concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
| `- warning: '@concurrent' has been renamed to '@Sendable'
215 | let request = await Request(
216 | model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:259:3: warning: '@concurrent' has been renamed to '@Sendable'
257 | /// - Parameter file: The file to upload.
258 | /// - Parameter purpose: The intended purpose of the file.
259 | @concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
| `- warning: '@concurrent' has been renamed to '@Sendable'
260 | try await client.upload(file: file, purpose: .userData)
261 | }
/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! (270.14s)
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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.