Build Information
Successful build of ResponsesAPI, reference main (4b576c), with Swift 6.1 for macOS (SPM) on 11 Dec 2025 23:54:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/m1guelpf/swift-openai-responses.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/m1guelpf/swift-openai-responses
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4b576c2 wip
Cloned https://github.com/m1guelpf/swift-openai-responses.git
Revision (git rev-parse @):
4b576c276b825f2323b2b2041263a43a17b8d466
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/m1guelpf/swift-openai-responses.git at main
========================================
Build
========================================
Selected platform: macosSpm
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
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[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/39] Write sources
[33/39] Compiling _SwiftSyntaxCShims dummy.c
[34/39] Write swift-version-2F0A5646E1D333AE.txt
[36/84] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[37/84] Compiling InternalCollectionsUtilities Debugging.swift
[38/84] Emitting module SwiftSyntax601
[39/84] Compiling SwiftSyntax601 Empty.swift
[40/84] Emitting module SwiftSyntax509
[41/84] Compiling SwiftSyntax509 Empty.swift
[42/85] Emitting module SwiftSyntax510
[43/85] Compiling SwiftSyntax510 Empty.swift
[44/85] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[45/85] Compiling SwiftSyntax600 Empty.swift
[46/85] Emitting module SwiftSyntax600
[47/85] Compiling InternalCollectionsUtilities Descriptions.swift
[48/85] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[49/85] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[50/85] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[51/85] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[52/85] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[53/85] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[54/85] Compiling InternalCollectionsUtilities Integer rank.swift
[55/85] Emitting module InternalCollectionsUtilities
[56/85] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[57/85] Compiling InternalCollectionsUtilities UInt+reversed.swift
[58/85] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[59/85] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[60/85] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[61/85] Compiling InternalCollectionsUtilities _SortedCollection.swift
[62/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[63/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[64/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[65/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[66/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[67/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[68/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[69/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[70/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[71/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[72/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[73/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[74/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[75/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[76/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[77/213] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[78/213] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[79/213] Compiling OrderedCollections OrderedSet+Sendable.swift
[80/213] Compiling OrderedCollections _Hashtable+Header.swift
[81/213] Compiling OrderedCollections OrderedDictionary+Codable.swift
[82/213] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[83/213] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[84/213] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[85/213] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[86/213] Compiling OrderedCollections OrderedSet+Codable.swift
[87/213] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[88/213] Compiling OrderedCollections OrderedSet+Descriptions.swift
[89/213] Compiling OrderedCollections OrderedSet+Diffing.swift
[90/213] Compiling OrderedCollections OrderedSet+Equatable.swift
[91/213] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[92/213] Compiling OrderedCollections OrderedSet+Hashable.swift
[93/213] Compiling OrderedCollections OrderedSet+Initializers.swift
[94/213] Compiling OrderedCollections OrderedSet+Insertions.swift
[95/213] Compiling OrderedCollections OrderedSet+Invariants.swift
[96/213] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[97/213] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[98/213] Compiling OrderedCollections OrderedDictionary+Elements.swift
[99/213] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[100/213] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[101/213] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[102/213] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[103/213] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[104/213] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[105/213] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[106/213] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[107/213] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[108/213] Compiling OrderedCollections OrderedDictionary+Values.swift
[109/213] Compiling OrderedCollections OrderedDictionary.swift
[110/213] Compiling OrderedCollections _HashTable+Bucket.swift
[111/213] Compiling OrderedCollections _HashTable+BucketIterator.swift
[112/213] Compiling OrderedCollections _HashTable+Constants.swift
[113/213] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[114/213] Compiling OrderedCollections _HashTable+Testing.swift
[115/213] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[116/213] Compiling OrderedCollections _HashTable.swift
[125/220] Compiling OrderedCollections OrderedSet+SubSequence.swift
[126/220] Compiling OrderedCollections OrderedSet+Testing.swift
[127/220] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[128/220] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[129/220] Compiling OrderedCollections OrderedSet.swift
[130/220] Compiling OrderedCollections _UnsafeBitset.swift
[131/220] Emitting module OrderedCollections
[135/220] Compiling SwiftSyntax SourcePresence.swift
[136/220] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[137/220] Compiling SwiftSyntax Syntax.swift
[138/220] Compiling SwiftSyntax SyntaxArena.swift
[139/220] Compiling EventSource Extensions.swift
[147/220] Compiling EventSource Headers.swift
[148/220] Compiling EventSource Mutex.swift
[149/220] Compiling EventSource Extensions.swift
[150/220] Emitting module EventSource
[151/220] Compiling EventSource ServerEvent.swift
[152/220] Compiling EventSource SessionDelegate.swift
[153/220] Compiling EventSource ServerEvent.swift
[154/220] Compiling EventSource EventSourceError.swift
[155/220] Compiling EventSource Data+Trim.swift
[156/220] Compiling EventSource EventSource.swift
[157/220] Compiling EventSource EventParser.swift
[158/220] Compiling EventSource SessionDelegate.swift
[159/220] Compiling EventSource EventSourceError.swift
[160/220] Compiling EventSource Headers.swift
[161/220] Compiling EventSource Mutex.swift
[162/220] Compiling EventSource EventParser.swift
[163/220] Emitting module EventSource
[164/220] Compiling EventSource Data+Trim.swift
[165/220] Compiling EventSource EventSource.swift
[166/220] Emitting module SwiftSyntax
[210/220] Compiling SwiftSyntax SyntaxNodesD.swift
[211/220] Compiling SwiftSyntax SyntaxNodesEF.swift
[212/220] Compiling SwiftSyntax SyntaxNodesGHI.swift
[213/220] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[214/220] Compiling SwiftSyntax SyntaxNodesOP.swift
[215/220] Compiling SwiftSyntax SyntaxNodesQRS.swift
[216/220] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[217/279] Compiling SwiftDiagnostics Message.swift
[218/280] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[219/280] Compiling SwiftDiagnostics FixIt.swift
[220/280] Compiling SwiftBasicFormat Syntax+Extensions.swift
[221/280] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[222/280] Compiling SwiftBasicFormat InferIndentation.swift
[223/280] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[224/280] Compiling SwiftBasicFormat Indenter.swift
[225/280] Compiling SwiftDiagnostics Note.swift
[226/280] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[227/280] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[228/280] Emitting module SwiftDiagnostics
[229/280] Compiling SwiftDiagnostics Convenience.swift
[230/280] Compiling SwiftDiagnostics Diagnostic.swift
[231/280] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[232/280] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[233/280] Emitting module SwiftBasicFormat
[234/280] Compiling SwiftBasicFormat BasicFormat.swift
[235/280] Compiling SwiftParser TokenConsumer.swift
[236/280] Compiling SwiftParser TokenPrecedence.swift
[237/280] Compiling SwiftParser TokenSpec.swift
[238/280] Compiling SwiftParser TokenSpecSet.swift
[239/284] Compiling SwiftParser Recovery.swift
[240/284] Compiling SwiftParser Specifiers.swift
[241/284] Compiling SwiftParser Statements.swift
[242/284] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[243/284] Compiling SwiftParser TopLevel.swift
[244/284] Compiling SwiftParser TriviaParser.swift
[245/284] Compiling SwiftParser Types.swift
[246/284] Compiling SwiftParser ExperimentalFeatures.swift
[247/284] Compiling SwiftParser UnicodeScalarExtensions.swift
[248/284] Compiling SwiftParser Lookahead.swift
[249/284] Compiling SwiftParser LoopProgressCondition.swift
[250/284] Compiling SwiftParser Modifiers.swift
[251/284] Compiling SwiftParser Names.swift
[252/284] Emitting module SwiftParser
[253/284] Compiling SwiftParser StringLiterals.swift
[254/284] Compiling SwiftParser SwiftParserCompatibility.swift
[255/284] Compiling SwiftParser SwiftVersion.swift
[256/284] Compiling SwiftParser SyntaxUtils.swift
[257/284] Compiling SwiftParser Cursor.swift
[258/284] Compiling SwiftParser Lexeme.swift
[259/284] Compiling SwiftParser LexemeSequence.swift
[260/284] Compiling SwiftParser Lexer.swift
[261/284] Compiling SwiftParser RegexLiteralLexer.swift
[262/284] Compiling SwiftParser Nominals.swift
[263/284] Compiling SwiftParser Parameters.swift
[264/284] Compiling SwiftParser ParseSourceFile.swift
[265/284] Compiling SwiftParser Parser.swift
[266/284] Compiling SwiftParser Patterns.swift
[267/284] Compiling SwiftParser Directives.swift
[268/284] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[269/284] Compiling SwiftParser Expressions.swift
[270/284] Compiling SwiftParser IncrementalParseTransition.swift
[271/284] Compiling SwiftParser IsValidIdentifier.swift
[272/284] Compiling SwiftParser Attributes.swift
[273/284] Compiling SwiftParser Availability.swift
[274/284] Compiling SwiftParser CharacterInfo.swift
[275/284] Compiling SwiftParser CollectionNodes+Parsable.swift
[276/284] Compiling SwiftParser Declarations.swift
[277/284] Compiling SwiftParser IsLexerClassified.swift
[278/284] Compiling SwiftParser LayoutNodes+Parsable.swift
[279/284] Compiling SwiftParser Parser+TokenSpecSet.swift
[280/284] Compiling SwiftParser TokenSpecStaticMembers.swift
[281/307] Compiling SwiftOperators OperatorError.swift
[282/308] Compiling SwiftOperators PrecedenceGroup.swift
[283/308] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[284/309] Compiling SwiftOperators OperatorTable+Defaults.swift
[285/309] Compiling SwiftOperators PrecedenceGraph.swift
[286/309] Emitting module SwiftOperators
[287/309] Compiling SwiftOperators Operator.swift
[288/309] Compiling SwiftOperators SyntaxSynthesis.swift
[289/309] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[290/309] Compiling SwiftOperators OperatorTable+Semantics.swift
[291/309] Compiling SwiftOperators OperatorTable.swift
[292/309] Compiling SwiftOperators OperatorError+Diagnostics.swift
[293/309] Compiling SwiftOperators OperatorTable+Folding.swift
[294/309] Compiling SwiftParserDiagnostics Utils.swift
[295/309] Compiling SwiftParserDiagnostics PresenceUtils.swift
[296/309] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[297/309] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[298/309] Compiling SwiftParserDiagnostics MissingNodesError.swift
[299/309] Compiling SwiftParserDiagnostics MissingTokenError.swift
[300/309] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[301/309] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[302/309] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[303/309] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[304/309] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[305/309] Emitting module SwiftParserDiagnostics
[306/324] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[307/324] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[308/324] Compiling SwiftSyntaxBuilder Indenter.swift
[309/324] Compiling SwiftSyntaxBuilder ListBuilder.swift
[310/324] Emitting module SwiftSyntaxBuilder
[311/325] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[312/325] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[313/325] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[314/325] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[315/325] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[316/325] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[317/325] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[318/325] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[319/325] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[320/325] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[321/325] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[322/343] Compiling SwiftSyntaxMacros PreambleMacro.swift
[323/344] Compiling SwiftSyntaxMacros MemberMacro.swift
[324/344] Compiling SwiftSyntaxMacros PeerMacro.swift
[325/344] Compiling SwiftSyntaxMacros AttachedMacro.swift
[326/344] Compiling SwiftSyntaxMacros BodyMacro.swift
[327/344] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[328/344] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[329/344] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[330/344] Compiling SwiftSyntaxMacros Macro+Format.swift
[331/344] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[332/344] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[333/344] Compiling SwiftSyntaxMacros Macro.swift
[334/344] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[335/344] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[336/344] Compiling SwiftSyntaxMacros AccessorMacro.swift
[337/344] Emitting module SwiftSyntaxMacros
[338/344] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[339/344] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[340/344] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[341/447] Compiling PluginCore AggregatedDiagnosticProducer.swift
[342/447] Compiling PluginCore CombinedUsage.swift
[343/447] Compiling PluginCore ArgumentCountCondition.swift
[344/447] Compiling PluginCore DeclarationCondition.swift
[345/447] Compiling PluginCore DiagnosticCondition.swift
[346/447] Compiling PluginCore ConditionalDiagnosticProducer.swift
[347/447] Compiling PluginCore DiagnosticProducer.swift
[348/447] Compiling PluginCore DuplicateUsage.swift
[349/447] Compiling PluginCore GroupedVariableDeclaration.swift
[350/447] Compiling PluginCore InvalidCombination.swift
[351/457] Compiling PluginCore AttributableDeclSyntax.swift
[352/457] Compiling PluginCore Attribute.swift
[353/457] Compiling PluginCore Codable+Expansion.swift
[354/457] Compiling PluginCore Codable.swift
[355/457] Compiling PluginCore CodingKeyTransformer.swift
[356/457] Compiling PluginCore CodingKeys.swift
[357/457] Compiling PluginCore Strategy.swift
[358/457] Compiling PluginCore AttributeExpander+Decodable.swift
[359/457] Compiling PluginCore Decodable+Expansion.swift
[360/457] Compiling PluginCore Decodable.swift
[361/457] Compiling PluginCore AttributeExpander+Encodable.swift
[362/457] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[363/457] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[364/457] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[365/457] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[366/457] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[367/457] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[368/457] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[369/457] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[370/457] Emitting module SwiftSyntaxMacroExpansion
[371/457] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[372/457] Emitting module PluginCore
[373/457] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[374/457] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[375/457] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[376/457] Compiling PluginCore PropertyVariableTreeNode.swift
[377/457] Compiling PluginCore AssociatedDeclSyntax.swift
[378/457] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[379/457] Compiling PluginCore MemberGroupSyntax.swift
[380/457] Compiling PluginCore PropertyDeclSyntax.swift
[381/457] Compiling PluginCore VariableSyntax.swift
[382/457] Compiling PluginCore ActorVariable.swift
[383/457] Compiling PluginCore BasicAssociatedVariable.swift
[384/457] Compiling PluginCore BasicEnumCaseVariable.swift
[385/457] Compiling PluginCore EnumCaseVariable.swift
[386/457] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[387/457] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[388/457] Compiling PluginCore AnyEnumSwitcher.swift
[389/457] Compiling PluginCore EnumSwitcherVariable.swift
[390/457] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[391/457] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[392/457] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[393/469] Compiling PluginCore InvalidDeclaration.swift
[394/469] Compiling PluginCore MetaCodableMessage.swift
[395/469] Compiling PluginCore StaticVariableDeclaration.swift
[396/469] Compiling PluginCore UninitializedVariableDecl.swift
[397/469] Compiling PluginCore AttributeExpander.swift
[398/469] Compiling PluginCore DeclModifiersGenerator.swift
[399/469] Compiling PluginCore Options.swift
[400/469] Compiling PluginCore ComposedVariable.swift
[401/469] Compiling PluginCore ConditionalCodingVariable.swift
[402/469] Compiling PluginCore AssociatedVariable.swift
[403/469] Compiling PluginCore UnTaggedEnumSwitcher.swift
[404/469] Compiling PluginCore AnyInitialization.swift
[405/469] Compiling PluginCore AnyRequiredVariableInitialization.swift
[406/469] Compiling PluginCore IgnoredInitialization.swift
[407/469] Compiling PluginCore MemberwiseInitGenerator.swift
[408/469] Compiling PluginCore OptionalInitialization.swift
[409/469] Compiling PluginCore RequiredInitialization.swift
[410/469] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[411/469] Compiling PluginCore RequiredVariableInitialization.swift
[412/469] Compiling PluginCore VariableInitialization.swift
[413/469] Compiling PluginCore AliasedPropertyVariable.swift
[414/469] Compiling PluginCore AnyPropertyVariable.swift
[415/469] Compiling PluginCore BasicPropertyVariable.swift
[416/469] Compiling PluginCore DecodingFallback.swift
[417/469] Compiling PluginCore DefaultValueVariable.swift
[418/469] Compiling PluginCore HelperCodedVariable.swift
[419/469] Compiling PluginCore InitializationVariable.swift
[420/469] Compiling PluginCore KeyedVariable.swift
[421/469] Compiling PluginCore PropertyVariable.swift
[422/469] Compiling PluginCore StrategyVariable.swift
[423/469] Compiling PluginCore IgnoreEncoding.swift
[424/469] Compiling PluginCore CodedAt.swift
[425/469] Compiling PluginCore CodedIn.swift
[426/469] Compiling PluginCore ContentAt.swift
[427/469] Compiling PluginCore DecodedAt.swift
[428/469] Compiling PluginCore EncodedAt.swift
[429/469] Compiling PluginCore KeyPathProvider.swift
[430/469] Compiling PluginCore MemberInit+Expansion.swift
[431/469] Compiling PluginCore MemberInit.swift
[432/469] Compiling PluginCore PeerAttribute.swift
[433/469] Compiling PluginCore Encodable+Expansion.swift
[434/469] Compiling PluginCore Encodable.swift
[435/469] Compiling PluginCore IgnoreCodingInitialized.swift
[436/469] Compiling PluginCore Inherits.swift
[437/469] Compiling PluginCore StrategyFinder.swift
[438/469] Compiling PluginCore UnTagged.swift
[439/469] Compiling PluginCore CodedAs.swift
[440/469] Compiling PluginCore CodedBy.swift
[441/469] Compiling PluginCore Default.swift
[442/469] Compiling PluginCore IgnoreCoding.swift
[443/469] Compiling PluginCore IgnoreDecoding.swift
[444/469] Compiling PluginCore ClassVariable.swift
[445/469] Compiling PluginCore Case.swift
[446/469] Compiling PluginCore CodingKeysMap.swift
[447/469] Compiling PluginCore Key.swift
[448/469] Compiling PluginCore ConstraintGenerator.swift
[449/469] Compiling PluginCore Registration.swift
[450/469] Compiling PluginCore EnumVariable.swift
[451/469] Compiling PluginCore MemberGroup.swift
[452/469] Compiling PluginCore TypeVariable.swift
[453/469] Compiling PluginCore Variable.swift
[454/469] Emitting module SwiftCompilerPluginMessageHandling
[455/469] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[456/469] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[457/469] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[458/470] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[459/470] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[460/470] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[461/470] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[462/470] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[463/470] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[464/470] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[465/470] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[466/470] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[467/472] Emitting module SwiftCompilerPlugin
[468/472] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[469/494] Compiling MacroPlugin Plugin.swift
[470/494] Compiling MacroPlugin Definitions.swift
[471/494] Emitting module MacroPlugin
[471/494] Write Objects.LinkFileList
[472/494] Linking MacroPlugin-tool
[474/538] Compiling MetaCodable CodingKeys.swift
[475/538] Compiling MetaCodable ContentAt.swift
[476/538] Compiling MetaCodable DecodedAt.swift
[479/542] Compiling MetaCodable Default.swift
[480/542] Compiling MetaCodable DynamicCodable.swift
[481/542] Compiling MetaCodable UnTagged.swift
[482/542] Compiling MetaCodable CodedAs.swift
[483/542] Compiling MetaCodable CodedAt.swift
[486/542] Compiling MetaCodable CodedBy.swift
[487/542] Compiling MetaCodable CodedIn.swift
[488/542] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[489/542] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[490/542] Compiling MetaCodable DynamicCodableIdentifier.swift
[491/542] Compiling MetaCodable EncodedAt.swift
[492/542] Compiling MetaCodable Decodable.swift
[493/542] Compiling MetaCodable Encodable.swift
[494/542] Compiling MetaCodable IgnoreCodingInitialized.swift
[495/542] Compiling MetaCodable HelperCoder.swift
[496/542] Compiling MetaCodable LossySequence.swift
[497/542] Compiling MetaCodable Codable.swift
[498/542] Compiling MetaCodable CodableCommonStrategy.swift
[499/542] Emitting module MetaCodable
[518/542] Compiling MetaCodable IgnoreCoding.swift
[519/542] Compiling MetaCodable MemberInit.swift
[522/570] Emitting module Macros
[523/572] Compiling HelperCoders DefaultSequenceElementCoding.swift
[524/572] Compiling HelperCoders SequenceCoder.swift
[525/572] Compiling HelperCoders Base64Coder.swift
[526/572] Compiling HelperCoders ConditionalCoder.swift
[527/572] Compiling HelperCoders NonConformingCoder.swift
[528/572] Compiling HelperCoders PropertyWrapperCoder.swift
[529/572] Compiling HelperCoders DateCoder.swift
[530/572] Compiling HelperCoders Since1970DateCoder.swift
[531/572] Compiling HelperCoders String.swift
[532/573] Compiling HelperCoders Number.swift
[533/573] Compiling HelperCoders String.swift
[534/573] Compiling HelperCoders Bool.swift
[547/574] Compiling HelperCoders HelperCoderStrategy.swift
[550/574] Compiling HelperCoders SequenceCoderConfiguration.swift
[551/574] Compiling HelperCoders Bool.swift
[552/574] Compiling HelperCoders Number.swift
[553/574] Compiling HelperCoders HelperCoderStrategy.swift
[554/574] Compiling HelperCoders SequenceCoderConfiguration.swift
[557/574] Emitting module HelperCoders
[569/574] Compiling Macros DocString.swift
[570/574] Compiling Macros helpers.swift
[571/574] Compiling HelperCoders ValueCoder.swift
[571/574] Write Objects.LinkFileList
[573/574] Compiling HelperCoders ValueCoder.swift
[573/574] Linking Macros-tool
[575/630] Compiling ResponsesAPI Conversation.swift
[576/630] Compiling ResponsesAPI ConversationsAPI.swift
[577/630] Compiling ResponsesAPI Collection+safeAccess.swift
[578/630] Compiling ResponsesAPI ArraySchemaMacro.swift
[579/630] Compiling ResponsesAPI NumberSchemaMacro.swift
[580/630] Compiling ResponsesAPI SchemaMacro.swift
[581/636] Compiling ResponsesAPI APIClient.swift
[582/636] Compiling ResponsesAPI MultiPartData.swift
[583/636] Compiling ResponsesAPI helpers.swift
[587/636] Compiling ResponsesAPI Response.swift
[588/636] Compiling ResponsesAPI Tool.swift
[589/636] Compiling ResponsesAPI WebhookEvent.swift
[590/636] Compiling ResponsesAPI Config.swift
[591/636] Compiling ResponsesAPI Event.swift
[592/636] Compiling ResponsesAPI File.swift
[596/636] Compiling ResponsesAPI JSONEncoder+string.swift
[597/636] Compiling ResponsesAPI Result+async.swift
[598/636] Compiling ResponsesAPI URL+appendOptionalQueryItems.swift
[602/636] Compiling ResponsesAPI Message.swift
[603/636] Compiling ResponsesAPI Model.swift
[604/636] Compiling ResponsesAPI Request.swift
[605/636] Compiling ResponsesAPI JSONEncoder+string.swift
[606/636] Compiling ResponsesAPI Result+async.swift
[607/636] Compiling ResponsesAPI APIConversation.swift
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:537:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:537:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:541:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:541:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:537:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:537:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:541:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:541:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:537:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:537:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:541:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:541:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
[617/636] Compiling ResponsesAPI Message.swift
[618/636] Compiling ResponsesAPI Model.swift
[619/636] Compiling ResponsesAPI Request.swift
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /Users/admin/builder/spi-builder-workspace/src/Models/Item.swift:128:3: note: expanded code originates here
126 | }
127 | }
128 | }
+--- macro expansion @Codable -------------------------------------
| 5 | type = try container.decode(String.self, forKey: CodingKeys.type)
| 6 | switch type {
| 7 | case "message":
| | `- note: first occurrence of identical literal pattern is here
| 8 | let _0: Message.Input
| 9 | _0 = try Message.Input(from: decoder)
| 10 | self = .inputMessage(_0)
| 11 | case "message":
| | `- warning: literal value is already handled by previous pattern; consider removing it
| 12 | let _0: Message.Output
| 13 | _0 = try Message.Output(from: decoder)
+------------------------------------------------------------------
129 |
130 | /// Content items generated by the model.
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /Users/admin/builder/spi-builder-workspace/src/Models/Item.swift:128:3: note: expanded code originates here
126 | }
127 | }
128 | }
+--- macro expansion @Codable -------------------------------------
| 5 | type = try container.decode(String.self, forKey: CodingKeys.type)
| 6 | switch type {
| 7 | case "message":
| | `- note: first occurrence of identical literal pattern is here
| 8 | let _0: Message.Input
| 9 | _0 = try Message.Input(from: decoder)
| 10 | self = .inputMessage(_0)
| 11 | case "message":
| | `- warning: literal value is already handled by previous pattern; consider removing it
| 12 | let _0: Message.Output
| 13 | _0 = try Message.Output(from: decoder)
+------------------------------------------------------------------
129 |
130 | /// Content items generated by the model.
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /Users/admin/builder/spi-builder-workspace/src/Models/Item.swift:128:3: note: expanded code originates here
126 | }
127 | }
128 | }
+--- macro expansion @Codable -------------------------------------
| 5 | type = try container.decode(String.self, forKey: CodingKeys.type)
| 6 | switch type {
| 7 | case "message":
| | `- note: first occurrence of identical literal pattern is here
| 8 | let _0: Message.Input
| 9 | _0 = try Message.Input(from: decoder)
| 10 | self = .inputMessage(_0)
| 11 | case "message":
| | `- warning: literal value is already handled by previous pattern; consider removing it
| 12 | let _0: Message.Output
| 13 | _0 = try Message.Output(from: decoder)
+------------------------------------------------------------------
129 |
130 | /// Content items generated by the model.
[623/636] Compiling ResponsesAPI Config.swift
[624/636] Compiling ResponsesAPI Event.swift
[625/636] Compiling ResponsesAPI File.swift
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:537:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:537:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:541:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:541:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:537:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:537:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:541:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:541:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:537:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:537:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
535 | item = .mcpToolCall(mcPToolCall)
536 | }
537 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
538 | break // mcpListTools does not have a status field we can track
539 | case .mcpListToolsFailed:
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:541:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/Users/admin/builder/spi-builder-workspace/src/Conversation.swift:541:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
539 | case .mcpListToolsFailed:
540 | break // mcpListTools does not have a status field we can track
541 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
542 | break // mcpListTools does not have a status field we can track
543 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /Users/admin/builder/spi-builder-workspace/src/Models/Item.swift:128:3: note: expanded code originates here
126 | }
127 | }
128 | }
+--- macro expansion @Codable -------------------------------------
| 5 | type = try container.decode(String.self, forKey: CodingKeys.type)
| 6 | switch type {
| 7 | case "message":
| | `- note: first occurrence of identical literal pattern is here
| 8 | let _0: Message.Input
| 9 | _0 = try Message.Input(from: decoder)
| 10 | self = .inputMessage(_0)
| 11 | case "message":
| | `- warning: literal value is already handled by previous pattern; consider removing it
| 12 | let _0: Message.Output
| 13 | _0 = try Message.Output(from: decoder)
+------------------------------------------------------------------
129 |
130 | /// Content items generated by the model.
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /Users/admin/builder/spi-builder-workspace/src/Models/Item.swift:128:3: note: expanded code originates here
126 | }
127 | }
128 | }
+--- macro expansion @Codable -------------------------------------
| 5 | type = try container.decode(String.self, forKey: CodingKeys.type)
| 6 | switch type {
| 7 | case "message":
| | `- note: first occurrence of identical literal pattern is here
| 8 | let _0: Message.Input
| 9 | _0 = try Message.Input(from: decoder)
| 10 | self = .inputMessage(_0)
| 11 | case "message":
| | `- warning: literal value is already handled by previous pattern; consider removing it
| 12 | let _0: Message.Output
| 13 | _0 = try Message.Output(from: decoder)
+------------------------------------------------------------------
129 |
130 | /// Content items generated by the model.
macro expansion @Codable:11:14: warning: literal value is already handled by previous pattern; consider removing it
`- /Users/admin/builder/spi-builder-workspace/src/Models/Item.swift:128:3: note: expanded code originates here
126 | }
127 | }
128 | }
+--- macro expansion @Codable -------------------------------------
| 5 | type = try container.decode(String.self, forKey: CodingKeys.type)
| 6 | switch type {
| 7 | case "message":
| | `- note: first occurrence of identical literal pattern is here
| 8 | let _0: Message.Input
| 9 | _0 = try Message.Input(from: decoder)
| 10 | self = .inputMessage(_0)
| 11 | case "message":
| | `- warning: literal value is already handled by previous pattern; consider removing it
| 12 | let _0: Message.Output
| 13 | _0 = try Message.Output(from: decoder)
+------------------------------------------------------------------
129 |
130 | /// Content items generated by the model.
[635/636] Emitting module ResponsesAPI
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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,
/Users/admin/builder/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! (82.37s)
Fetching https://github.com/m1guelpf/EventSource.git
[1/605] Fetching eventsource
Fetched https://github.com/m1guelpf/EventSource.git from cache (0.80s)
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetching https://github.com/SwiftyLab/MetaCodable.git
Fetching https://github.com/swiftlang/swift-syntax.git from cache
[1/932] Fetching swift-macro-testing
[113/106999] Fetching swift-macro-testing, metacodable
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.76s)
Fetched https://github.com/SwiftyLab/MetaCodable.git from cache (4.78s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (4.78s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (4.79s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (8.05s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (0.55s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.86s)
Computing version for https://github.com/SwiftyLab/MetaCodable.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.68s)
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (0.00s)
Computed https://github.com/SwiftyLab/MetaCodable.git at 1.5.0 (0.00s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.35s)
Fetched https://github.com/apple/swift-collections.git from cache (1.36s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.01s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.89s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.61s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.60s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.47s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.99s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.58s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.74s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.37s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (0.48s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/swiftlang/swift-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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/m1guelpf/EventSource.git
Working copy of https://github.com/m1guelpf/EventSource.git resolved at compiler-fix (1942aa5)
Creating working copy for https://github.com/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-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.4
Creating working copy for https://github.com/SwiftyLab/MetaCodable.git
Working copy of https://github.com/SwiftyLab/MetaCodable.git resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
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" : "/Users/admin/builder/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"
}
Done.