Build Information
Failed to build OpenAI, reference 1.1.1 (de472c
), with Swift 6.1 for Android on 17 Jul 2025 00:14:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/m1guelpf/swift-openai-responses.git
Reference: 1.1.1
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
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at de472c3 add `input_fidelity` to image generation tool
Cloned https://github.com/m1guelpf/swift-openai-responses.git
Revision (git rev-parse @):
de472c3e8d9fce9ab04498b9e4a7c477ead2aae1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/m1guelpf/swift-openai-responses.git at 1.1.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/m1guelpf/swift-openai-responses.git
https://github.com/m1guelpf/swift-openai-responses.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "metacodable",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyLab/MetaCodable.git"
}
],
"manifest_display_name" : "OpenAI",
"name" : "OpenAI",
"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" : "OpenAI",
"targets" : [
"OpenAI"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAI",
"module_type" : "SwiftTarget",
"name" : "OpenAI",
"path" : "src",
"product_dependencies" : [
"MetaCodable",
"HelperCoders"
],
"product_memberships" : [
"OpenAI"
],
"sources" : [
"Conversation.swift",
"Extensions/AsyncBytes+collect.swift",
"Extensions/Collection+safeAccess.swift",
"Models/Config.swift",
"Models/Event.swift",
"Models/File.swift",
"Models/Input.swift",
"Models/Item.swift",
"Models/Message.swift",
"Models/Model.swift",
"Models/Request.swift",
"Models/Response.swift",
"Models/Tool.swift",
"Models/WebhookEvent.swift",
"OpenAI.swift",
"Support/MultiPartData.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/SwiftyLab/MetaCodable.git
[1/105866] Fetching metacodable
Fetched https://github.com/SwiftyLab/MetaCodable.git from cache (6.78s)
Computing version for https://github.com/SwiftyLab/MetaCodable.git
Computed https://github.com/SwiftyLab/MetaCodable.git at 1.5.0 (11.67s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/16746] Fetching swift-collections
[671/32270] Fetching swift-collections, swift-argument-parser
[16452/103711] Fetching swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.76s)
[19425/88187] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (10.28s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (10.40s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (11.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.28s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (4.24s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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
[1/1] Compiling plugin MetaProtocolCodable
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/53] Write sources
[25/53] Compiling _SwiftSyntaxCShims dummy.c
[26/53] Write swift-version-24593BA9C3E375BF.txt
[28/75] Emitting module SwiftSyntax601
[29/75] Compiling SwiftSyntax509 Empty.swift
[30/75] Emitting module SwiftSyntax509
[31/75] Emitting module SwiftSyntax600
[32/76] Emitting module SwiftSyntax510
[33/76] Compiling SwiftSyntax600 Empty.swift
[34/76] Compiling SwiftSyntax510 Empty.swift
[35/78] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/79] Emitting module InternalCollectionsUtilities
[37/79] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[38/79] Compiling InternalCollectionsUtilities UInt+reversed.swift
[39/79] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[40/79] Compiling InternalCollectionsUtilities Integer rank.swift
[41/79] Compiling SwiftSyntax601 Empty.swift
[43/80] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[44/80] Compiling InternalCollectionsUtilities Debugging.swift
[45/80] Compiling InternalCollectionsUtilities Descriptions.swift
[46/80] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[47/80] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[48/80] Compiling InternalCollectionsUtilities _SortedCollection.swift
[49/80] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[51/80] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[54/80] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[55/81] Wrapping AST for SwiftSyntax510 for debugging
[56/81] Wrapping AST for SwiftSyntax601 for debugging
[57/81] Wrapping AST for SwiftSyntax600 for debugging
[58/81] Wrapping AST for SwiftSyntax509 for debugging
[59/90] Wrapping AST for InternalCollectionsUtilities for debugging
[61/200] Compiling SwiftSyntax SyntaxText.swift
[62/200] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[63/200] Compiling SwiftSyntax TokenDiagnostic.swift
[64/200] Compiling SwiftSyntax TokenSequence.swift
[65/200] Compiling SwiftSyntax TokenSyntax.swift
[66/200] Compiling SwiftSyntax RawSyntaxNodesC.swift
[67/200] Compiling SwiftSyntax RawSyntaxNodesD.swift
[68/200] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[69/200] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[70/200] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[71/200] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[72/200] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[73/200] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[74/200] Compiling SwiftSyntax RawSyntaxValidation.swift
[75/207] Compiling SwiftSyntax CustomTraits.swift
[76/207] Compiling SwiftSyntax EditorPlaceholder.swift
[77/207] Compiling SwiftSyntax Identifier.swift
[78/207] Compiling SwiftSyntax MemoryLayout.swift
[79/207] Compiling SwiftSyntax MissingNodeInitializers.swift
[80/207] Compiling SwiftSyntax RawSyntax.swift
[81/207] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[82/207] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[83/207] Compiling SwiftSyntax SyntaxHashable.swift
[84/207] Compiling SwiftSyntax AbsolutePosition.swift
[85/207] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[86/207] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[87/207] Compiling SwiftSyntax Assert.swift
[88/207] Compiling SwiftSyntax BumpPtrAllocator.swift
[89/207] Compiling SwiftSyntax CommonAncestor.swift
[90/207] Compiling SwiftSyntax Convenience.swift
[91/207] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[92/207] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[93/207] Compiling SwiftSyntax SyntaxBaseNodes.swift
[94/207] Compiling SwiftSyntax SyntaxCollections.swift
[95/207] Compiling SwiftSyntax SyntaxIdentifier.swift
[96/207] Compiling SwiftSyntax SyntaxNodeFactory.swift
[97/207] Compiling SwiftSyntax SyntaxNodeStructure.swift
[98/207] Compiling SwiftSyntax SyntaxProtocol.swift
[99/207] Compiling SwiftSyntax RawSyntaxTokenView.swift
[100/207] Compiling SwiftSyntax SourceEdit.swift
[101/207] Compiling SwiftSyntax SourceLength.swift
[102/207] Compiling SwiftSyntax Trivia.swift
[103/207] Compiling SwiftSyntax Utils.swift
[104/207] Compiling SwiftSyntax ChildNameForKeyPath.swift
[105/207] Compiling SwiftSyntax Keyword.swift
[106/207] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[107/207] Compiling SwiftSyntax SourceLocation.swift
[108/207] Compiling SwiftSyntax SourcePresence.swift
[109/207] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[110/207] Compiling SwiftSyntax Syntax.swift
[111/207] Compiling SwiftSyntax SyntaxArena.swift
[112/207] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[113/207] Compiling SwiftSyntax SyntaxChildren.swift
[114/207] Compiling SwiftSyntax SyntaxCollection.swift
[115/207] Compiling OrderedCollections OrderedSet+Sendable.swift
[116/207] Compiling OrderedCollections OrderedSet+SubSequence.swift
[117/207] Compiling OrderedCollections OrderedSet+Testing.swift
[118/207] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[119/207] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[120/207] Compiling OrderedCollections OrderedSet.swift
[121/207] Compiling OrderedCollections _UnsafeBitset.swift
[122/207] Emitting module OrderedCollections
[123/208] Wrapping AST for OrderedCollections for debugging
[143/217] Emitting module SwiftSyntax
[169/217] Compiling SwiftSyntax TriviaPieces.swift
[170/217] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[189/217] Compiling SwiftSyntax SyntaxNodesAB.swift
[190/217] Compiling SwiftSyntax SyntaxNodesC.swift
[191/217] Compiling SwiftSyntax SyntaxNodesD.swift
[192/217] Compiling SwiftSyntax SyntaxNodesEF.swift
[193/217] Compiling SwiftSyntax SyntaxNodesGHI.swift
[194/217] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[195/217] Compiling SwiftSyntax SyntaxNodesOP.swift
[196/217] Compiling SwiftSyntax SyntaxNodesQRS.swift
[197/217] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[198/218] Wrapping AST for SwiftSyntax for debugging
[200/276] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[201/276] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[202/276] Compiling SwiftDiagnostics Message.swift
[203/277] Emitting module SwiftDiagnostics
[204/277] Compiling SwiftParser Attributes.swift
[205/277] Compiling SwiftParser Availability.swift
[206/277] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[207/277] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[208/277] Compiling SwiftBasicFormat Syntax+Extensions.swift
[209/277] Compiling SwiftDiagnostics Note.swift
[210/277] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[211/277] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[212/277] Compiling SwiftDiagnostics FixIt.swift
[213/277] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[214/278] Compiling SwiftBasicFormat InferIndentation.swift
[215/278] Compiling SwiftBasicFormat Indenter.swift
[216/278] Wrapping AST for SwiftDiagnostics for debugging
[218/278] Compiling SwiftParser SwiftParserCompatibility.swift
[219/278] Compiling SwiftParser SwiftVersion.swift
[220/278] Compiling SwiftParser SyntaxUtils.swift
[221/278] Compiling SwiftParser TokenConsumer.swift
[222/278] Compiling SwiftParser TokenPrecedence.swift
[223/283] Compiling SwiftBasicFormat BasicFormat.swift
[224/283] Emitting module SwiftBasicFormat
[225/284] Wrapping AST for SwiftBasicFormat for debugging
[227/284] Emitting module SwiftParser
[228/284] Compiling SwiftParser LexemeSequence.swift
[229/284] Compiling SwiftParser Lexer.swift
[230/284] Compiling SwiftParser RegexLiteralLexer.swift
[231/284] Compiling SwiftParser UnicodeScalarExtensions.swift
[232/284] Compiling SwiftParser Lookahead.swift
[233/284] Compiling SwiftParser LoopProgressCondition.swift
[234/284] Compiling SwiftParser Modifiers.swift
[235/284] Compiling SwiftParser Names.swift
[236/284] Compiling SwiftParser Nominals.swift
[237/284] Compiling SwiftParser Parameters.swift
[238/284] Compiling SwiftParser ParseSourceFile.swift
[239/284] Compiling SwiftParser Parser.swift
[240/284] Compiling SwiftParser Patterns.swift
[241/284] Compiling SwiftParser Recovery.swift
[242/284] Compiling SwiftParser Specifiers.swift
[243/284] Compiling SwiftParser Statements.swift
[244/284] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[245/284] Compiling SwiftParser StringLiterals.swift
[250/284] Compiling SwiftParser Declarations.swift
[251/284] Compiling SwiftParser Directives.swift
[252/284] Compiling SwiftParser TokenSpec.swift
[253/284] Compiling SwiftParser TokenSpecSet.swift
[254/284] Compiling SwiftParser TopLevel.swift
[255/284] Compiling SwiftParser TriviaParser.swift
[256/284] Compiling SwiftParser Types.swift
[257/284] Compiling SwiftParser ExperimentalFeatures.swift
[258/284] Compiling SwiftParser IsLexerClassified.swift
[259/284] Compiling SwiftParser LayoutNodes+Parsable.swift
[260/284] Compiling SwiftParser Parser+TokenSpecSet.swift
[261/284] Compiling SwiftParser TokenSpecStaticMembers.swift
[262/284] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[263/284] Compiling SwiftParser Expressions.swift
[264/284] Compiling SwiftParser IncrementalParseTransition.swift
[265/284] Compiling SwiftParser IsValidIdentifier.swift
[266/284] Compiling SwiftParser Cursor.swift
[267/284] Compiling SwiftParser Lexeme.swift
[268/285] Wrapping AST for SwiftParser for debugging
[270/308] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[271/309] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[272/309] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[273/310] Compiling SwiftParserDiagnostics MissingNodesError.swift
[274/310] Compiling SwiftParserDiagnostics MissingTokenError.swift
[275/310] Compiling SwiftOperators PrecedenceGroup.swift
[276/310] Compiling SwiftOperators PrecedenceGraph.swift
[277/310] Compiling SwiftOperators OperatorTable.swift
[278/310] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[279/310] Emitting module SwiftOperators
[280/310] Compiling SwiftOperators OperatorTable+Semantics.swift
[281/310] Compiling SwiftOperators SyntaxSynthesis.swift
[282/310] Compiling SwiftOperators OperatorTable+Folding.swift
[284/311] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[285/311] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[286/311] Compiling SwiftParserDiagnostics Utils.swift
[289/311] Emitting module SwiftParserDiagnostics
[289/311] Wrapping AST for SwiftOperators for debugging
[291/311] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[292/311] Compiling SwiftParserDiagnostics PresenceUtils.swift
[293/311] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[294/311] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[297/312] Wrapping AST for SwiftParserDiagnostics for debugging
[299/327] Emitting module SwiftSyntaxBuilder
[300/328] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[301/328] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[302/328] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[303/328] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[304/328] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[305/328] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[306/328] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[307/328] Compiling SwiftSyntaxBuilder Indenter.swift
[308/328] Compiling SwiftSyntaxBuilder ListBuilder.swift
[309/328] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[310/328] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[311/328] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[312/328] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[313/328] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[314/328] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[315/329] Wrapping AST for SwiftSyntaxBuilder for debugging
[317/346] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[318/346] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[319/346] Emitting module SwiftSyntaxMacros
[320/348] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[321/348] Compiling SwiftSyntaxMacros Macro+Format.swift
[322/348] Compiling SwiftSyntaxMacros Macro.swift
[323/348] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[324/348] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[325/348] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[326/348] Compiling SwiftSyntaxMacros MemberMacro.swift
[327/348] Compiling SwiftSyntaxMacros PeerMacro.swift
[328/348] Compiling SwiftSyntaxMacros AccessorMacro.swift
[329/348] Compiling SwiftSyntaxMacros AttachedMacro.swift
[330/348] Compiling SwiftSyntaxMacros BodyMacro.swift
[331/348] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[332/348] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[333/348] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[334/348] Compiling SwiftSyntaxMacros PreambleMacro.swift
[335/348] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[336/349] Wrapping AST for SwiftSyntaxMacros for debugging
[338/449] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[339/450] Compiling PluginCore AttributableDeclSyntax.swift
[340/450] Compiling PluginCore Attribute.swift
[341/450] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[342/450] Emitting module SwiftSyntaxMacroExpansion
[343/450] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[344/450] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[345/450] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[346/450] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[347/450] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[348/456] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[350/463] Emitting module SwiftCompilerPluginMessageHandling
[351/464] Compiling PluginCore DuplicateUsage.swift
[352/464] Compiling PluginCore GroupedVariableDeclaration.swift
[353/464] Compiling PluginCore InvalidCombination.swift
[354/464] Compiling PluginCore InvalidDeclaration.swift
[355/464] Compiling PluginCore MetaCodableMessage.swift
[356/464] Compiling PluginCore StaticVariableDeclaration.swift
[357/464] Compiling PluginCore UninitializedVariableDecl.swift
[358/464] Compiling PluginCore AttributeExpander.swift
[359/464] Compiling PluginCore DeclModifiersGenerator.swift
[360/464] Compiling PluginCore Options.swift
[361/464] Compiling PluginCore ComposedVariable.swift
[362/464] Compiling PluginCore ConditionalCodingVariable.swift
[363/464] Compiling PluginCore AssociatedVariable.swift
[364/476] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[365/476] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[366/476] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[367/476] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[368/476] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[369/476] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[370/476] Compiling PluginCore InitializationVariable.swift
[371/476] Compiling PluginCore KeyedVariable.swift
[372/476] Compiling PluginCore PropertyVariable.swift
[373/476] Compiling PluginCore StrategyVariable.swift
[374/476] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[375/476] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[376/476] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[377/476] Compiling PluginCore PropertyVariableTreeNode.swift
[378/476] Compiling PluginCore AssociatedDeclSyntax.swift
[379/476] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[380/476] Compiling PluginCore MemberGroupSyntax.swift
[381/476] Compiling PluginCore PropertyDeclSyntax.swift
[382/476] Compiling PluginCore DecodedAt.swift
[383/476] Compiling PluginCore EncodedAt.swift
[384/476] Compiling PluginCore KeyPathProvider.swift
[385/476] Compiling PluginCore MemberInit+Expansion.swift
[386/476] Compiling PluginCore MemberInit.swift
[387/476] Compiling PluginCore PeerAttribute.swift
[388/476] Compiling PluginCore AggregatedDiagnosticProducer.swift
[389/476] Compiling PluginCore CombinedUsage.swift
[390/476] Compiling PluginCore ArgumentCountCondition.swift
[391/476] Compiling PluginCore DeclarationCondition.swift
[392/476] Compiling PluginCore DiagnosticCondition.swift
[393/476] Compiling PluginCore ConditionalDiagnosticProducer.swift
[394/476] Compiling PluginCore DiagnosticProducer.swift
[395/476] Compiling PluginCore IgnoredInitialization.swift
[396/476] Compiling PluginCore MemberwiseInitGenerator.swift
[397/476] Compiling PluginCore OptionalInitialization.swift
[398/476] Compiling PluginCore RequiredInitialization.swift
[399/476] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[400/476] Compiling PluginCore RequiredVariableInitialization.swift
[401/476] Compiling PluginCore VariableInitialization.swift
[402/476] Compiling PluginCore AliasedPropertyVariable.swift
[403/476] Compiling PluginCore AnyPropertyVariable.swift
[404/476] Compiling PluginCore BasicPropertyVariable.swift
[405/476] Compiling PluginCore DecodingFallback.swift
[406/476] Compiling PluginCore DefaultValueVariable.swift
[407/476] Compiling PluginCore HelperCodedVariable.swift
[408/476] Compiling PluginCore BasicAssociatedVariable.swift
[409/476] Compiling PluginCore BasicEnumCaseVariable.swift
[410/476] Compiling PluginCore EnumCaseVariable.swift
[411/476] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[412/476] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[413/476] Compiling PluginCore AnyEnumSwitcher.swift
[414/476] Compiling PluginCore EnumSwitcherVariable.swift
[415/476] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[416/476] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[417/476] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[418/476] Compiling PluginCore UnTaggedEnumSwitcher.swift
[419/476] Compiling PluginCore AnyInitialization.swift
[420/476] Compiling PluginCore AnyRequiredVariableInitialization.swift
[421/476] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[422/476] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[423/476] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[424/476] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[425/476] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[426/476] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[427/477] Compiling PluginCore IgnoreCodingInitialized.swift
[428/477] Compiling PluginCore Inherits.swift
[429/477] Compiling PluginCore StrategyFinder.swift
[430/477] Compiling PluginCore UnTagged.swift
[431/477] Compiling PluginCore CodedAs.swift
[432/477] Compiling PluginCore CodedBy.swift
[433/477] Compiling PluginCore Default.swift
[434/477] Compiling PluginCore IgnoreCoding.swift
[435/477] Compiling PluginCore IgnoreDecoding.swift
[436/477] Compiling PluginCore IgnoreEncoding.swift
[437/477] Compiling PluginCore CodedAt.swift
[438/477] Compiling PluginCore CodedIn.swift
[439/477] Compiling PluginCore ContentAt.swift
[448/477] Compiling PluginCore Decodable+Expansion.swift
[449/477] Compiling PluginCore Decodable.swift
[450/477] Compiling PluginCore AttributeExpander+Encodable.swift
[451/477] Compiling PluginCore Encodable+Expansion.swift
[452/477] Compiling PluginCore Encodable.swift
[453/477] Emitting module PluginCore
[454/477] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[456/479] Emitting module SwiftCompilerPlugin
[457/479] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[459/480] Compiling PluginCore VariableSyntax.swift
[460/480] Compiling PluginCore ActorVariable.swift
[461/480] Compiling PluginCore ClassVariable.swift
[462/480] Compiling PluginCore Case.swift
[463/480] Compiling PluginCore CodingKeysMap.swift
[464/480] Compiling PluginCore Key.swift
[465/480] Compiling PluginCore ConstraintGenerator.swift
[466/480] Compiling PluginCore Registration.swift
[467/480] Compiling PluginCore EnumVariable.swift
[468/480] Compiling PluginCore MemberGroup.swift
[469/480] Compiling PluginCore TypeVariable.swift
[470/480] Compiling PluginCore Variable.swift
[470/481] Wrapping AST for SwiftCompilerPlugin for debugging
[472/481] Wrapping AST for PluginCore for debugging
[474/484] Emitting module MacroPlugin
[475/484] Compiling MacroPlugin Plugin.swift
[476/484] Compiling MacroPlugin Definitions.swift
[477/485] Wrapping AST for MacroPlugin for debugging
[478/485] Write Objects.LinkFileList
[479/485] Linking MacroPlugin-tool
[481/507] Compiling MetaCodable DecodedAt.swift
[482/507] Compiling MetaCodable Default.swift
[483/507] Compiling MetaCodable DynamicCodable.swift
[484/507] Compiling MetaCodable CodedBy.swift
[485/507] Compiling MetaCodable CodedIn.swift
[486/507] Compiling MetaCodable ContentAt.swift
[487/509] Compiling MetaCodable IgnoreCoding.swift
[488/509] Compiling MetaCodable MemberInit.swift
[489/509] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[490/509] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[491/509] Compiling MetaCodable DynamicCodableIdentifier.swift
[492/509] Compiling MetaCodable EncodedAt.swift
[493/509] Compiling MetaCodable HelperCoder.swift
[494/509] Compiling MetaCodable LossySequence.swift
[495/509] Compiling MetaCodable Decodable.swift
[496/509] Compiling MetaCodable Encodable.swift
[497/509] Compiling MetaCodable IgnoreCodingInitialized.swift
[498/509] Compiling MetaCodable UnTagged.swift
[499/509] Compiling MetaCodable CodedAs.swift
[500/509] Compiling MetaCodable CodedAt.swift
[501/509] Emitting module MetaCodable
[502/509] Compiling MetaCodable Codable.swift
[503/509] Compiling MetaCodable CodableCommonStrategy.swift
[504/509] Compiling MetaCodable CodingKeys.swift
[505/510] Wrapping AST for MetaCodable for debugging
[507/524] Compiling HelperCoders SequenceCoderConfiguration.swift
[508/524] Compiling HelperCoders HelperCoderStrategy.swift
[509/524] Compiling HelperCoders String.swift
[510/524] Compiling HelperCoders DefaultSequenceElementCoding.swift
[511/524] Compiling HelperCoders SequenceCoder.swift
[512/524] Compiling HelperCoders Bool.swift
[513/524] Compiling HelperCoders Number.swift
[514/524] Compiling HelperCoders NonConformingCoder.swift
[515/524] Compiling HelperCoders PropertyWrapperCoder.swift
[516/525] Compiling HelperCoders Base64Coder.swift
[517/525] Compiling HelperCoders ConditionalCoder.swift
[518/525] Emitting module HelperCoders
[519/525] Compiling HelperCoders DateCoder.swift
[520/525] Compiling HelperCoders Since1970DateCoder.swift
[521/525] Compiling HelperCoders ValueCoder.swift
[522/526] Wrapping AST for HelperCoders for debugging
[524/541] Compiling OpenAI Tool.swift
[525/541] Compiling OpenAI WebhookEvent.swift
[526/543] Compiling OpenAI Message.swift
[527/543] Compiling OpenAI Model.swift
[528/543] Compiling OpenAI Request.swift
[529/543] Compiling OpenAI Response.swift
[530/543] Compiling OpenAI OpenAI.swift
/host/spi-builder-workspace/src/OpenAI.swift:203:62: error: 'AsyncBytes' is not a member type of class 'FoundationNetworking.URLSession'
201 | ///
202 | /// - Throws: If the request fails to send or has a non-200 status code.
203 | func stream(request: URLRequest) async throws -> URLSession.AsyncBytes {
| `- error: 'AsyncBytes' is not a member type of class 'FoundationNetworking.URLSession'
204 | let (data, res) = try await URLSession.shared.bytes(for: request)
205 |
FoundationNetworking.URLSession:1:12: note: 'URLSession' declared here
1 | open class URLSession : NSObject, @unchecked Sendable {
| `- note: 'URLSession' declared here
2 | open class var shared: URLSession { get }
3 | public init(configuration: URLSessionConfiguration)
/host/spi-builder-workspace/src/OpenAI.swift:92:31: error: extraneous argument label 'request:' in call
90 | req.addValue("application/json", forHTTPHeaderField: "Content-Type")
91 |
92 | let bytes = try await stream(request: req)
| `- error: extraneous argument label 'request:' in call
93 |
94 | let (stream, continuation) = AsyncThrowingStream.makeStream(of: Event.self)
/host/spi-builder-workspace/src/OpenAI.swift:92:41: error: cannot convert value of type 'URLRequest' to expected argument type 'Request'
90 | req.addValue("application/json", forHTTPHeaderField: "Content-Type")
91 |
92 | let bytes = try await stream(request: req)
| `- error: cannot convert value of type 'URLRequest' to expected argument type 'Request'
93 |
94 | let (stream, continuation) = AsyncThrowingStream.makeStream(of: Event.self)
/host/spi-builder-workspace/src/OpenAI.swift:162:7: error: value of type 'URLRequest' has no member 'attach'
160 | var req = request
161 | req.httpMethod = "POST"
162 | req.attach(formData: form)
| `- error: value of type 'URLRequest' has no member 'attach'
163 | req.url!.append(path: "v1/files")
164 |
/host/spi-builder-workspace/src/OpenAI.swift:204:49: error: value of type 'URLSession' has no member 'bytes'
202 | /// - Throws: If the request fails to send or has a non-200 status code.
203 | func stream(request: URLRequest) async throws -> URLSession.AsyncBytes {
204 | let (data, res) = try await URLSession.shared.bytes(for: request)
| `- error: value of type 'URLSession' has no member 'bytes'
205 |
206 | guard let res = res as? HTTPURLResponse else { throw Error.invalidResponse(res) }
/host/spi-builder-workspace/src/Support/MultiPartData.swift:55:11: error: cannot find type 'URLRequest' in scope
53 | }
54 |
55 | extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
56 | mutating func attach(formData form: FormData) {
57 | httpBody = form.data
[531/543] Compiling OpenAI MultiPartData.swift
/host/spi-builder-workspace/src/OpenAI.swift:203:62: error: 'AsyncBytes' is not a member type of class 'FoundationNetworking.URLSession'
201 | ///
202 | /// - Throws: If the request fails to send or has a non-200 status code.
203 | func stream(request: URLRequest) async throws -> URLSession.AsyncBytes {
| `- error: 'AsyncBytes' is not a member type of class 'FoundationNetworking.URLSession'
204 | let (data, res) = try await URLSession.shared.bytes(for: request)
205 |
FoundationNetworking.URLSession:1:12: note: 'URLSession' declared here
1 | open class URLSession : NSObject, @unchecked Sendable {
| `- note: 'URLSession' declared here
2 | open class var shared: URLSession { get }
3 | public init(configuration: URLSessionConfiguration)
/host/spi-builder-workspace/src/OpenAI.swift:92:31: error: extraneous argument label 'request:' in call
90 | req.addValue("application/json", forHTTPHeaderField: "Content-Type")
91 |
92 | let bytes = try await stream(request: req)
| `- error: extraneous argument label 'request:' in call
93 |
94 | let (stream, continuation) = AsyncThrowingStream.makeStream(of: Event.self)
/host/spi-builder-workspace/src/OpenAI.swift:92:41: error: cannot convert value of type 'URLRequest' to expected argument type 'Request'
90 | req.addValue("application/json", forHTTPHeaderField: "Content-Type")
91 |
92 | let bytes = try await stream(request: req)
| `- error: cannot convert value of type 'URLRequest' to expected argument type 'Request'
93 |
94 | let (stream, continuation) = AsyncThrowingStream.makeStream(of: Event.self)
/host/spi-builder-workspace/src/OpenAI.swift:162:7: error: value of type 'URLRequest' has no member 'attach'
160 | var req = request
161 | req.httpMethod = "POST"
162 | req.attach(formData: form)
| `- error: value of type 'URLRequest' has no member 'attach'
163 | req.url!.append(path: "v1/files")
164 |
/host/spi-builder-workspace/src/OpenAI.swift:204:49: error: value of type 'URLSession' has no member 'bytes'
202 | /// - Throws: If the request fails to send or has a non-200 status code.
203 | func stream(request: URLRequest) async throws -> URLSession.AsyncBytes {
204 | let (data, res) = try await URLSession.shared.bytes(for: request)
| `- error: value of type 'URLSession' has no member 'bytes'
205 |
206 | guard let res = res as? HTTPURLResponse else { throw Error.invalidResponse(res) }
/host/spi-builder-workspace/src/Support/MultiPartData.swift:55:11: error: cannot find type 'URLRequest' in scope
53 | }
54 |
55 | extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
56 | mutating func attach(formData form: FormData) {
57 | httpBody = form.data
[532/543] Compiling OpenAI Event.swift
[533/543] Compiling OpenAI File.swift
[534/543] Compiling OpenAI Input.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:104:3: note: expanded code originates here
102 | }
103 | }
104 | }
+--- 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)
+------------------------------------------------------------------
105 |
106 | /// Content items generated by the model.
[535/543] Compiling OpenAI 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:104:3: note: expanded code originates here
102 | }
103 | }
104 | }
+--- 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)
+------------------------------------------------------------------
105 |
106 | /// Content items generated by the model.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[536/543] Compiling OpenAI Collection+safeAccess.swift
[537/543] Compiling OpenAI Config.swift
[538/543] Emitting module OpenAI
/host/spi-builder-workspace/src/Conversation.swift:184:3: warning: '@concurrent' has been renamed to '@Sendable'
182 | ///
183 | /// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
184 | @concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
| `- warning: '@concurrent' has been renamed to '@Sendable'
185 | let request = await Request(
186 | model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:219:3: warning: '@concurrent' has been renamed to '@Sendable'
217 | /// - Parameter file: The file to upload.
218 | /// - Parameter purpose: The intended purpose of the file.
219 | @concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
| `- warning: '@concurrent' has been renamed to '@Sendable'
220 | try await client.upload(file: file, purpose: .userData)
221 | }
/host/spi-builder-workspace/src/Conversation.swift:4:13: error: unknown attribute 'Observable'
2 |
3 | /// A wrapper around the Responses API for managing a conversation.
4 | @MainActor @Observable public final class Conversation {
| `- error: unknown attribute 'Observable'
5 | /// An entry in the conversation.
6 | public enum Entry: Equatable, Sendable {
/host/spi-builder-workspace/src/Extensions/AsyncBytes+collect.swift:3:22: error: 'AsyncBytes' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
1 | import Foundation
2 |
3 | extension URLSession.AsyncBytes {
| `- error: 'AsyncBytes' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
4 | func collect() async throws -> Data {
5 | var data = Data()
/host/spi-builder-workspace/src/OpenAI.swift:203:62: error: 'AsyncBytes' is not a member type of class 'FoundationNetworking.URLSession'
201 | ///
202 | /// - Throws: If the request fails to send or has a non-200 status code.
203 | func stream(request: URLRequest) async throws -> URLSession.AsyncBytes {
| `- error: 'AsyncBytes' is not a member type of class 'FoundationNetworking.URLSession'
204 | let (data, res) = try await URLSession.shared.bytes(for: request)
205 |
FoundationNetworking.URLSession:1:12: note: 'URLSession' declared here
1 | open class URLSession : NSObject, @unchecked Sendable {
| `- note: 'URLSession' declared here
2 | open class var shared: URLSession { get }
3 | public init(configuration: URLSessionConfiguration)
/host/spi-builder-workspace/src/Support/MultiPartData.swift:55:11: error: cannot find type 'URLRequest' in scope
53 | }
54 |
55 | extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
56 | mutating func attach(formData form: FormData) {
57 | httpBody = form.data
[539/543] Compiling OpenAI Conversation.swift
/host/spi-builder-workspace/src/Conversation.swift:184:3: warning: '@concurrent' has been renamed to '@Sendable'
182 | ///
183 | /// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
184 | @concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
| `- warning: '@concurrent' has been renamed to '@Sendable'
185 | let request = await Request(
186 | model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:219:3: warning: '@concurrent' has been renamed to '@Sendable'
217 | /// - Parameter file: The file to upload.
218 | /// - Parameter purpose: The intended purpose of the file.
219 | @concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
| `- warning: '@concurrent' has been renamed to '@Sendable'
220 | try await client.upload(file: file, purpose: .userData)
221 | }
/host/spi-builder-workspace/src/Conversation.swift:4:13: error: unknown attribute 'Observable'
2 |
3 | /// A wrapper around the Responses API for managing a conversation.
4 | @MainActor @Observable public final class Conversation {
| `- error: unknown attribute 'Observable'
5 | /// An entry in the conversation.
6 | public enum Entry: Equatable, Sendable {
/host/spi-builder-workspace/src/Conversation.swift:345:29: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
343 | item = .fileSearch(fileSearch)
344 | }
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
/host/spi-builder-workspace/src/Conversation.swift:345:37: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
343 | item = .fileSearch(fileSearch)
344 | }
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
/host/spi-builder-workspace/src/Conversation.swift:345:50: warning: immutable value 'contentIndex' was never used; consider replacing with '_' or removing it
343 | item = .fileSearch(fileSearch)
344 | }
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
| `- warning: immutable value 'contentIndex' was never used; consider replacing with '_' or removing it
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
/host/spi-builder-workspace/src/Conversation.swift:345:64: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
343 | item = .fileSearch(fileSearch)
344 | }
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
| `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
/host/spi-builder-workspace/src/Conversation.swift:347:28: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
/host/spi-builder-workspace/src/Conversation.swift:347:36: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
/host/spi-builder-workspace/src/Conversation.swift:347:49: warning: immutable value 'contentIndex' was never used; consider replacing with '_' or removing it
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
| `- warning: immutable value 'contentIndex' was never used; consider replacing with '_' or removing it
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
/host/spi-builder-workspace/src/Conversation.swift:347:63: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
| `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
/host/spi-builder-workspace/src/Conversation.swift:349:80: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
350 | updateItem(index: outputIndex, id: itemId) { item in
351 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:365:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
363 | item = .reasoning(reasoning)
364 | }
365 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
366 | updateItem(index: outputIndex, id: itemId) { item in
367 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:365:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
363 | item = .reasoning(reasoning)
364 | }
365 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
366 | updateItem(index: outputIndex, id: itemId) { item in
367 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:367:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
365 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
366 | updateItem(index: outputIndex, id: itemId) { item in
367 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
368 |
369 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:371:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
369 | // figure out where to put the reasoning
370 | }
371 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
372 | updateItem(index: outputIndex, id: itemId) { item in
373 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:371:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
369 | // figure out where to put the reasoning
370 | }
371 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
372 | updateItem(index: outputIndex, id: itemId) { item in
373 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:373:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
371 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
372 | updateItem(index: outputIndex, id: itemId) { item in
373 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
374 |
375 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:449:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
447 | case .mcpCallFailed:
448 | break // mcpToolCall does not have a status field we can track
449 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
450 | break // mcpToolCall does not have a status field we can track
451 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:449:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
447 | case .mcpCallFailed:
448 | break // mcpToolCall does not have a status field we can track
449 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
450 | break // mcpToolCall does not have a status field we can track
451 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:451:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
449 | case let .mcpCallInProgress(itemId, outputIndex):
450 | break // mcpToolCall does not have a status field we can track
451 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
452 | break // mcpListTools does not have a status field we can track
453 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:451:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
449 | case let .mcpCallInProgress(itemId, outputIndex):
450 | break // mcpToolCall does not have a status field we can track
451 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
452 | break // mcpListTools does not have a status field we can track
453 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:455:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
453 | case .mcpListToolsFailed:
454 | break // mcpListTools does not have a status field we can track
455 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
456 | break // mcpListTools does not have a status field we can track
457 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:455:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
453 | case .mcpListToolsFailed:
454 | break // mcpListTools does not have a status field we can track
455 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
456 | break // mcpListTools does not have a status field we can track
457 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Extensions/AsyncBytes+collect.swift:3:22: error: 'AsyncBytes' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
1 | import Foundation
2 |
3 | extension URLSession.AsyncBytes {
| `- error: 'AsyncBytes' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
4 | func collect() async throws -> Data {
5 | var data = Data()
[540/543] Compiling OpenAI AsyncBytes+collect.swift
/host/spi-builder-workspace/src/Conversation.swift:184:3: warning: '@concurrent' has been renamed to '@Sendable'
182 | ///
183 | /// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
184 | @concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
| `- warning: '@concurrent' has been renamed to '@Sendable'
185 | let request = await Request(
186 | model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:219:3: warning: '@concurrent' has been renamed to '@Sendable'
217 | /// - Parameter file: The file to upload.
218 | /// - Parameter purpose: The intended purpose of the file.
219 | @concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
| `- warning: '@concurrent' has been renamed to '@Sendable'
220 | try await client.upload(file: file, purpose: .userData)
221 | }
/host/spi-builder-workspace/src/Conversation.swift:4:13: error: unknown attribute 'Observable'
2 |
3 | /// A wrapper around the Responses API for managing a conversation.
4 | @MainActor @Observable public final class Conversation {
| `- error: unknown attribute 'Observable'
5 | /// An entry in the conversation.
6 | public enum Entry: Equatable, Sendable {
/host/spi-builder-workspace/src/Conversation.swift:345:29: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
343 | item = .fileSearch(fileSearch)
344 | }
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
/host/spi-builder-workspace/src/Conversation.swift:345:37: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
343 | item = .fileSearch(fileSearch)
344 | }
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
/host/spi-builder-workspace/src/Conversation.swift:345:50: warning: immutable value 'contentIndex' was never used; consider replacing with '_' or removing it
343 | item = .fileSearch(fileSearch)
344 | }
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
| `- warning: immutable value 'contentIndex' was never used; consider replacing with '_' or removing it
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
/host/spi-builder-workspace/src/Conversation.swift:345:64: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
343 | item = .fileSearch(fileSearch)
344 | }
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
| `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
/host/spi-builder-workspace/src/Conversation.swift:347:28: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
/host/spi-builder-workspace/src/Conversation.swift:347:36: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
/host/spi-builder-workspace/src/Conversation.swift:347:49: warning: immutable value 'contentIndex' was never used; consider replacing with '_' or removing it
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
| `- warning: immutable value 'contentIndex' was never used; consider replacing with '_' or removing it
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
/host/spi-builder-workspace/src/Conversation.swift:347:63: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
| `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
/host/spi-builder-workspace/src/Conversation.swift:349:80: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
350 | updateItem(index: outputIndex, id: itemId) { item in
351 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:365:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
363 | item = .reasoning(reasoning)
364 | }
365 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
366 | updateItem(index: outputIndex, id: itemId) { item in
367 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:365:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
363 | item = .reasoning(reasoning)
364 | }
365 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
366 | updateItem(index: outputIndex, id: itemId) { item in
367 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:367:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
365 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
366 | updateItem(index: outputIndex, id: itemId) { item in
367 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
368 |
369 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:371:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
369 | // figure out where to put the reasoning
370 | }
371 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
372 | updateItem(index: outputIndex, id: itemId) { item in
373 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:371:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
369 | // figure out where to put the reasoning
370 | }
371 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
372 | updateItem(index: outputIndex, id: itemId) { item in
373 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:373:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
371 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
372 | updateItem(index: outputIndex, id: itemId) { item in
373 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
374 |
375 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:449:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
447 | case .mcpCallFailed:
448 | break // mcpToolCall does not have a status field we can track
449 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
450 | break // mcpToolCall does not have a status field we can track
451 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:449:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
447 | case .mcpCallFailed:
448 | break // mcpToolCall does not have a status field we can track
449 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
450 | break // mcpToolCall does not have a status field we can track
451 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:451:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
449 | case let .mcpCallInProgress(itemId, outputIndex):
450 | break // mcpToolCall does not have a status field we can track
451 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
452 | break // mcpListTools does not have a status field we can track
453 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:451:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
449 | case let .mcpCallInProgress(itemId, outputIndex):
450 | break // mcpToolCall does not have a status field we can track
451 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
452 | break // mcpListTools does not have a status field we can track
453 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:455:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
453 | case .mcpListToolsFailed:
454 | break // mcpListTools does not have a status field we can track
455 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
456 | break // mcpListTools does not have a status field we can track
457 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:455:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
453 | case .mcpListToolsFailed:
454 | break // mcpListTools does not have a status field we can track
455 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
456 | break // mcpListTools does not have a status field we can track
457 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Extensions/AsyncBytes+collect.swift:3:22: error: 'AsyncBytes' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
1 | import Foundation
2 |
3 | extension URLSession.AsyncBytes {
| `- error: 'AsyncBytes' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
4 | func collect() async throws -> Data {
5 | var data = Data()
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin MetaProtocolCodable
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/30] Write swift-version-24593BA9C3E375BF.txt
[5/43] Emitting module SwiftSyntax510
[6/43] Compiling SwiftSyntax600 Empty.swift
[7/43] Compiling SwiftSyntax510 Empty.swift
[8/43] Emitting module SwiftSyntax600
[9/49] Emitting module SwiftSyntax509
[10/49] Compiling SwiftSyntax509 Empty.swift
[11/55] Emitting module SwiftSyntax601
[12/55] Compiling SwiftSyntax601 Empty.swift
[16/55] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/55] Compiling InternalCollectionsUtilities Debugging.swift
[18/54] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[20/54] Compiling InternalCollectionsUtilities Descriptions.swift
[21/54] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/53] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/53] Compiling InternalCollectionsUtilities Integer rank.swift
[24/53] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/53] Emitting module InternalCollectionsUtilities
[26/53] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[27/53] Compiling InternalCollectionsUtilities UInt+reversed.swift
[28/53] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[29/53] Compiling InternalCollectionsUtilities _SortedCollection.swift
[30/53] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[31/53] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[33/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[34/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[35/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[36/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[37/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[38/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[39/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[40/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[41/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[42/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[43/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[44/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[45/179] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[46/179] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[47/179] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[48/179] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[49/179] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[50/179] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[51/179] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[52/179] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[53/179] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[54/179] Compiling OrderedCollections OrderedDictionary+Values.swift
[55/179] Compiling OrderedCollections OrderedDictionary+Codable.swift
[56/179] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[57/179] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[58/179] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[59/179] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[60/179] Compiling OrderedCollections OrderedDictionary+Elements.swift
[61/179] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[62/179] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[63/179] Compiling OrderedCollections OrderedDictionary.swift
[64/179] Compiling OrderedCollections OrderedSet+Codable.swift
[65/179] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[66/179] Compiling OrderedCollections OrderedSet+Descriptions.swift
[67/179] Compiling OrderedCollections OrderedSet+Diffing.swift
[68/179] Compiling OrderedCollections OrderedSet+Equatable.swift
[69/179] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[70/179] Compiling OrderedCollections OrderedSet+Hashable.swift
[71/179] Compiling OrderedCollections OrderedSet+Initializers.swift
[72/179] Compiling OrderedCollections OrderedSet+Insertions.swift
[73/179] Compiling OrderedCollections OrderedSet+Invariants.swift
[74/179] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[75/179] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[76/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[77/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[78/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[79/179] Compiling OrderedCollections _HashTable+Bucket.swift
[80/179] Compiling OrderedCollections _HashTable+BucketIterator.swift
[81/179] Compiling OrderedCollections _HashTable+Constants.swift
[82/179] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[83/179] Compiling OrderedCollections _HashTable+Testing.swift
[84/179] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[85/179] Compiling OrderedCollections _HashTable.swift
[86/179] Compiling OrderedCollections _Hashtable+Header.swift
[87/179] Compiling OrderedCollections OrderedSet+Sendable.swift
[88/179] Compiling OrderedCollections OrderedSet+SubSequence.swift
[89/179] Compiling OrderedCollections OrderedSet+Testing.swift
[90/179] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[91/179] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[92/179] Compiling OrderedCollections OrderedSet.swift
[93/179] Compiling OrderedCollections _UnsafeBitset.swift
[103/188] Emitting module OrderedCollections
[114/188] Emitting module SwiftSyntax
[131/188] Compiling SwiftSyntax TriviaPieces.swift
[132/188] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[142/188] Compiling SwiftSyntax SyntaxNodesAB.swift
[143/188] Compiling SwiftSyntax SyntaxNodesC.swift
[144/188] Compiling SwiftSyntax SyntaxNodesD.swift
[145/188] Compiling SwiftSyntax SyntaxNodesEF.swift
[146/188] Compiling SwiftSyntax SyntaxNodesGHI.swift
[147/188] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[148/188] Compiling SwiftSyntax SyntaxNodesOP.swift
[149/188] Compiling SwiftSyntax SyntaxNodesQRS.swift
[150/188] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[170/246] Compiling SwiftParser CharacterInfo.swift
[171/246] Compiling SwiftParser CollectionNodes+Parsable.swift
[172/246] Emitting module SwiftDiagnostics
[173/246] Compiling SwiftParser Attributes.swift
[174/246] Compiling SwiftParser Availability.swift
[175/247] Compiling SwiftDiagnostics Message.swift
[176/247] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[177/247] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[178/247] Compiling SwiftBasicFormat Syntax+Extensions.swift
[179/247] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[180/247] Compiling SwiftBasicFormat InferIndentation.swift
[181/247] Compiling SwiftDiagnostics Note.swift
[182/247] Compiling SwiftBasicFormat Indenter.swift
[183/247] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[184/247] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[185/247] Compiling SwiftDiagnostics FixIt.swift
[187/247] Emitting module SwiftBasicFormat
[188/247] Compiling SwiftBasicFormat BasicFormat.swift
[189/248] Compiling SwiftParser SwiftParserCompatibility.swift
[190/248] Compiling SwiftParser SwiftVersion.swift
[191/248] Compiling SwiftParser SyntaxUtils.swift
[192/248] Compiling SwiftParser TokenConsumer.swift
[193/248] Compiling SwiftParser TokenPrecedence.swift
[195/252] Compiling SwiftParser LexemeSequence.swift
[196/252] Compiling SwiftParser Lexer.swift
[197/252] Compiling SwiftParser RegexLiteralLexer.swift
[198/252] Compiling SwiftParser UnicodeScalarExtensions.swift
[199/252] Compiling SwiftParser Lookahead.swift
[200/252] Compiling SwiftParser LoopProgressCondition.swift
[201/252] Compiling SwiftParser TokenSpec.swift
[202/252] Compiling SwiftParser TokenSpecSet.swift
[203/252] Compiling SwiftParser TopLevel.swift
[204/252] Compiling SwiftParser TriviaParser.swift
[205/252] Compiling SwiftParser Types.swift
[206/252] Compiling SwiftParser Modifiers.swift
[207/252] Compiling SwiftParser Names.swift
[208/252] Compiling SwiftParser Nominals.swift
[209/252] Compiling SwiftParser Parameters.swift
[210/252] Compiling SwiftParser ParseSourceFile.swift
[211/252] Compiling SwiftParser Parser.swift
[212/252] Compiling SwiftParser Patterns.swift
[213/252] Compiling SwiftParser Recovery.swift
[214/252] Compiling SwiftParser Specifiers.swift
[215/252] Compiling SwiftParser Statements.swift
[216/252] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[217/252] Compiling SwiftParser StringLiterals.swift
[222/252] Compiling SwiftParser Declarations.swift
[223/252] Compiling SwiftParser Directives.swift
[224/252] Emitting module SwiftParser
[225/252] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[226/252] Compiling SwiftParser Expressions.swift
[227/252] Compiling SwiftParser IncrementalParseTransition.swift
[228/252] Compiling SwiftParser IsValidIdentifier.swift
[229/252] Compiling SwiftParser Cursor.swift
[230/252] Compiling SwiftParser Lexeme.swift
[231/252] Compiling SwiftParser ExperimentalFeatures.swift
[232/252] Compiling SwiftParser IsLexerClassified.swift
[233/252] Compiling SwiftParser LayoutNodes+Parsable.swift
[234/252] Compiling SwiftParser Parser+TokenSpecSet.swift
[235/252] Compiling SwiftParser TokenSpecStaticMembers.swift
[237/275] Compiling SwiftOperators PrecedenceGroup.swift
[238/275] Compiling SwiftOperators PrecedenceGraph.swift
[239/275] Compiling SwiftOperators OperatorTable.swift
[240/275] Compiling SwiftParserDiagnostics MissingNodesError.swift
[241/275] Compiling SwiftParserDiagnostics MissingTokenError.swift
[242/275] Emitting module SwiftOperators
[243/275] Compiling SwiftOperators OperatorTable+Folding.swift
[244/275] Compiling SwiftOperators OperatorTable+Semantics.swift
[245/275] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[246/275] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[247/276] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[248/277] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[249/277] Compiling SwiftParserDiagnostics Utils.swift
[250/277] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[251/277] Compiling SwiftOperators SyntaxSynthesis.swift
[253/278] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[254/277] Emitting module SwiftParserDiagnostics
[255/277] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[256/277] Compiling SwiftParserDiagnostics PresenceUtils.swift
[261/277] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[262/277] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[264/292] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[265/292] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[266/293] Compiling SwiftSyntaxBuilder Indenter.swift
[267/293] Compiling SwiftSyntaxBuilder ListBuilder.swift
[268/293] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[269/293] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[270/293] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[271/293] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[272/293] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[273/293] Emitting module SwiftSyntaxBuilder
[274/293] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[275/293] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[276/293] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[277/293] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[278/293] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[279/293] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[281/310] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[282/310] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[283/310] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[284/310] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[285/310] Compiling SwiftSyntaxMacros Macro.swift
[286/310] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[287/310] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[288/310] Compiling SwiftSyntaxMacros Macro+Format.swift
[289/310] Compiling SwiftSyntaxMacros AccessorMacro.swift
[290/310] Compiling SwiftSyntaxMacros AttachedMacro.swift
[291/310] Compiling SwiftSyntaxMacros BodyMacro.swift
[292/310] Compiling SwiftSyntaxMacros MemberMacro.swift
[293/310] Compiling SwiftSyntaxMacros PeerMacro.swift
[294/312] Emitting module SwiftSyntaxMacros
[295/312] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[296/312] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[297/312] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[298/312] Compiling SwiftSyntaxMacros PreambleMacro.swift
[299/312] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[301/412] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[302/413] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[303/413] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[304/413] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[305/413] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[306/413] Compiling PluginCore DecodedAt.swift
[307/413] Compiling PluginCore EncodedAt.swift
[308/413] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[309/413] Emitting module SwiftSyntaxMacroExpansion
[312/413] Compiling PluginCore KeyPathProvider.swift
[313/413] Compiling PluginCore MemberInit+Expansion.swift
[314/413] Compiling PluginCore MemberInit.swift
[315/413] Compiling PluginCore PeerAttribute.swift
[316/413] Compiling PluginCore AggregatedDiagnosticProducer.swift
[317/413] Compiling PluginCore CombinedUsage.swift
[318/413] Compiling PluginCore ArgumentCountCondition.swift
[319/413] Compiling PluginCore DeclarationCondition.swift
[320/413] Compiling PluginCore DiagnosticCondition.swift
[321/413] Compiling PluginCore ConditionalDiagnosticProducer.swift
[322/413] Compiling PluginCore DiagnosticProducer.swift
[323/425] Emitting module PluginCore
[324/425] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[326/426] Compiling PluginCore InitializationVariable.swift
[327/426] Compiling PluginCore KeyedVariable.swift
[328/426] Compiling PluginCore PropertyVariable.swift
[329/426] Compiling PluginCore StrategyVariable.swift
[330/426] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[331/426] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[332/426] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[333/426] Compiling PluginCore PropertyVariableTreeNode.swift
[334/426] Compiling PluginCore AssociatedDeclSyntax.swift
[335/426] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[336/426] Compiling PluginCore MemberGroupSyntax.swift
[337/426] Compiling PluginCore PropertyDeclSyntax.swift
[338/426] Compiling PluginCore BasicAssociatedVariable.swift
[339/426] Compiling PluginCore BasicEnumCaseVariable.swift
[340/426] Compiling PluginCore EnumCaseVariable.swift
[341/426] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[342/426] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[343/426] Compiling PluginCore AnyEnumSwitcher.swift
[344/426] Compiling PluginCore EnumSwitcherVariable.swift
[345/426] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[346/426] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[347/426] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[348/426] Compiling PluginCore UnTaggedEnumSwitcher.swift
[349/426] Compiling PluginCore AnyInitialization.swift
[350/426] Compiling PluginCore AnyRequiredVariableInitialization.swift
[351/426] Compiling PluginCore IgnoredInitialization.swift
[352/426] Compiling PluginCore MemberwiseInitGenerator.swift
[353/426] Compiling PluginCore OptionalInitialization.swift
[354/426] Compiling PluginCore RequiredInitialization.swift
[355/426] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[356/426] Compiling PluginCore RequiredVariableInitialization.swift
[357/426] Compiling PluginCore VariableInitialization.swift
[358/426] Compiling PluginCore AliasedPropertyVariable.swift
[359/426] Compiling PluginCore AnyPropertyVariable.swift
[360/426] Compiling PluginCore BasicPropertyVariable.swift
[361/426] Compiling PluginCore DecodingFallback.swift
[362/426] Compiling PluginCore DefaultValueVariable.swift
[363/426] Compiling PluginCore HelperCodedVariable.swift
[364/426] Compiling PluginCore DuplicateUsage.swift
[365/426] Compiling PluginCore GroupedVariableDeclaration.swift
[366/426] Compiling PluginCore InvalidCombination.swift
[367/426] Compiling PluginCore InvalidDeclaration.swift
[368/426] Compiling PluginCore MetaCodableMessage.swift
[369/426] Compiling PluginCore StaticVariableDeclaration.swift
[370/426] Compiling PluginCore UninitializedVariableDecl.swift
[371/426] Compiling PluginCore AttributeExpander.swift
[372/426] Compiling PluginCore DeclModifiersGenerator.swift
[373/426] Compiling PluginCore Options.swift
[374/426] Compiling PluginCore ComposedVariable.swift
[375/426] Compiling PluginCore ConditionalCodingVariable.swift
[376/426] Compiling PluginCore AssociatedVariable.swift
[377/425] Compiling PluginCore IgnoreCodingInitialized.swift
[378/425] Compiling PluginCore Inherits.swift
[379/425] Compiling PluginCore StrategyFinder.swift
[380/425] Compiling PluginCore UnTagged.swift
[381/425] Compiling PluginCore CodedAs.swift
[382/425] Compiling PluginCore CodedBy.swift
[383/425] Compiling PluginCore Default.swift
[384/425] Compiling PluginCore IgnoreCoding.swift
[385/425] Compiling PluginCore IgnoreDecoding.swift
[386/425] Compiling PluginCore IgnoreEncoding.swift
[387/425] Compiling PluginCore CodedAt.swift
[388/425] Compiling PluginCore CodedIn.swift
[389/425] Compiling PluginCore ContentAt.swift
[390/425] Compiling PluginCore AttributableDeclSyntax.swift
[391/425] Compiling PluginCore Attribute.swift
[392/425] Compiling PluginCore Codable+Expansion.swift
[393/425] Compiling PluginCore Codable.swift
[394/425] Compiling PluginCore CodingKeyTransformer.swift
[395/425] Compiling PluginCore CodingKeys.swift
[396/425] Compiling PluginCore Strategy.swift
[397/425] Compiling PluginCore AttributeExpander+Decodable.swift
[398/425] Compiling PluginCore Decodable+Expansion.swift
[399/425] Compiling PluginCore Decodable.swift
[400/425] Compiling PluginCore AttributeExpander+Encodable.swift
[401/425] Compiling PluginCore Encodable+Expansion.swift
[402/425] Compiling PluginCore Encodable.swift
[403/437] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[404/438] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[405/438] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[406/438] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[407/438] Compiling PluginCore VariableSyntax.swift
[408/438] Compiling PluginCore ActorVariable.swift
[409/438] Compiling PluginCore ClassVariable.swift
[410/438] Compiling PluginCore Case.swift
[411/438] Compiling PluginCore CodingKeysMap.swift
[412/438] Compiling PluginCore Key.swift
[413/438] Compiling PluginCore ConstraintGenerator.swift
[414/438] Compiling PluginCore Registration.swift
[415/438] Compiling PluginCore EnumVariable.swift
[416/438] Compiling PluginCore MemberGroup.swift
[417/438] Compiling PluginCore TypeVariable.swift
[418/438] Compiling PluginCore Variable.swift
[420/439] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[421/439] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[422/438] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[423/438] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[424/438] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[425/438] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[426/438] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[427/438] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[428/438] Emitting module SwiftCompilerPluginMessageHandling
[430/440] Emitting module SwiftCompilerPlugin
[431/440] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[433/443] Compiling MacroPlugin Plugin.swift
[434/443] Emitting module MacroPlugin
[435/443] Compiling MacroPlugin Definitions.swift
[436/443] Write Objects.LinkFileList
[437/443] Linking MacroPlugin-tool
[439/465] Compiling MetaCodable UnTagged.swift
[440/465] Compiling MetaCodable CodedAs.swift
[441/465] Compiling MetaCodable CodedAt.swift
[442/465] Compiling MetaCodable Decodable.swift
[443/465] Compiling MetaCodable Encodable.swift
[444/465] Compiling MetaCodable IgnoreCodingInitialized.swift
[445/467] Compiling MetaCodable DecodedAt.swift
[446/467] Compiling MetaCodable Default.swift
[447/467] Compiling MetaCodable DynamicCodable.swift
[448/467] Compiling MetaCodable Codable.swift
[449/467] Compiling MetaCodable CodableCommonStrategy.swift
[450/467] Compiling MetaCodable CodingKeys.swift
[451/467] Emitting module MetaCodable
[452/467] Compiling MetaCodable EncodedAt.swift
[453/467] Compiling MetaCodable HelperCoder.swift
[454/467] Compiling MetaCodable LossySequence.swift
[455/467] Compiling MetaCodable IgnoreCoding.swift
[456/467] Compiling MetaCodable MemberInit.swift
[457/467] Compiling MetaCodable CodedBy.swift
[458/467] Compiling MetaCodable CodedIn.swift
[459/467] Compiling MetaCodable ContentAt.swift
[460/467] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[461/467] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[462/467] Compiling MetaCodable DynamicCodableIdentifier.swift
[464/481] Compiling HelperCoders SequenceCoderConfiguration.swift
[465/481] Compiling HelperCoders HelperCoderStrategy.swift
[466/482] Compiling HelperCoders DefaultSequenceElementCoding.swift
[467/482] Compiling HelperCoders SequenceCoder.swift
[468/482] Compiling HelperCoders NonConformingCoder.swift
[469/482] Compiling HelperCoders PropertyWrapperCoder.swift
[470/482] Compiling HelperCoders Base64Coder.swift
[471/482] Compiling HelperCoders ConditionalCoder.swift
[472/482] Emitting module HelperCoders
[473/482] Compiling HelperCoders DateCoder.swift
[474/482] Compiling HelperCoders Since1970DateCoder.swift
[475/482] Compiling HelperCoders Bool.swift
[476/482] Compiling HelperCoders Number.swift
[477/482] Compiling HelperCoders String.swift
[478/482] Compiling HelperCoders ValueCoder.swift
[480/497] Compiling OpenAI Tool.swift
[481/497] Compiling OpenAI WebhookEvent.swift
[482/499] Compiling OpenAI Request.swift
[483/499] Compiling OpenAI Response.swift
[484/499] Compiling OpenAI OpenAI.swift
/host/spi-builder-workspace/src/OpenAI.swift:203:62: error: 'AsyncBytes' is not a member type of class 'FoundationNetworking.URLSession'
201 | ///
202 | /// - Throws: If the request fails to send or has a non-200 status code.
203 | func stream(request: URLRequest) async throws -> URLSession.AsyncBytes {
| `- error: 'AsyncBytes' is not a member type of class 'FoundationNetworking.URLSession'
204 | let (data, res) = try await URLSession.shared.bytes(for: request)
205 |
FoundationNetworking.URLSession:1:12: note: 'URLSession' declared here
1 | open class URLSession : NSObject, @unchecked Sendable {
| `- note: 'URLSession' declared here
2 | open class var shared: URLSession { get }
3 | public init(configuration: URLSessionConfiguration)
/host/spi-builder-workspace/src/OpenAI.swift:92:31: error: extraneous argument label 'request:' in call
90 | req.addValue("application/json", forHTTPHeaderField: "Content-Type")
91 |
92 | let bytes = try await stream(request: req)
| `- error: extraneous argument label 'request:' in call
93 |
94 | let (stream, continuation) = AsyncThrowingStream.makeStream(of: Event.self)
/host/spi-builder-workspace/src/OpenAI.swift:92:41: error: cannot convert value of type 'URLRequest' to expected argument type 'Request'
90 | req.addValue("application/json", forHTTPHeaderField: "Content-Type")
91 |
92 | let bytes = try await stream(request: req)
| `- error: cannot convert value of type 'URLRequest' to expected argument type 'Request'
93 |
94 | let (stream, continuation) = AsyncThrowingStream.makeStream(of: Event.self)
/host/spi-builder-workspace/src/OpenAI.swift:162:7: error: value of type 'URLRequest' has no member 'attach'
160 | var req = request
161 | req.httpMethod = "POST"
162 | req.attach(formData: form)
| `- error: value of type 'URLRequest' has no member 'attach'
163 | req.url!.append(path: "v1/files")
164 |
/host/spi-builder-workspace/src/OpenAI.swift:204:49: error: value of type 'URLSession' has no member 'bytes'
202 | /// - Throws: If the request fails to send or has a non-200 status code.
203 | func stream(request: URLRequest) async throws -> URLSession.AsyncBytes {
204 | let (data, res) = try await URLSession.shared.bytes(for: request)
| `- error: value of type 'URLSession' has no member 'bytes'
205 |
206 | guard let res = res as? HTTPURLResponse else { throw Error.invalidResponse(res) }
/host/spi-builder-workspace/src/Support/MultiPartData.swift:55:11: error: cannot find type 'URLRequest' in scope
53 | }
54 |
55 | extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
56 | mutating func attach(formData form: FormData) {
57 | httpBody = form.data
[485/499] Compiling OpenAI MultiPartData.swift
/host/spi-builder-workspace/src/OpenAI.swift:203:62: error: 'AsyncBytes' is not a member type of class 'FoundationNetworking.URLSession'
201 | ///
202 | /// - Throws: If the request fails to send or has a non-200 status code.
203 | func stream(request: URLRequest) async throws -> URLSession.AsyncBytes {
| `- error: 'AsyncBytes' is not a member type of class 'FoundationNetworking.URLSession'
204 | let (data, res) = try await URLSession.shared.bytes(for: request)
205 |
FoundationNetworking.URLSession:1:12: note: 'URLSession' declared here
1 | open class URLSession : NSObject, @unchecked Sendable {
| `- note: 'URLSession' declared here
2 | open class var shared: URLSession { get }
3 | public init(configuration: URLSessionConfiguration)
/host/spi-builder-workspace/src/OpenAI.swift:92:31: error: extraneous argument label 'request:' in call
90 | req.addValue("application/json", forHTTPHeaderField: "Content-Type")
91 |
92 | let bytes = try await stream(request: req)
| `- error: extraneous argument label 'request:' in call
93 |
94 | let (stream, continuation) = AsyncThrowingStream.makeStream(of: Event.self)
/host/spi-builder-workspace/src/OpenAI.swift:92:41: error: cannot convert value of type 'URLRequest' to expected argument type 'Request'
90 | req.addValue("application/json", forHTTPHeaderField: "Content-Type")
91 |
92 | let bytes = try await stream(request: req)
| `- error: cannot convert value of type 'URLRequest' to expected argument type 'Request'
93 |
94 | let (stream, continuation) = AsyncThrowingStream.makeStream(of: Event.self)
/host/spi-builder-workspace/src/OpenAI.swift:162:7: error: value of type 'URLRequest' has no member 'attach'
160 | var req = request
161 | req.httpMethod = "POST"
162 | req.attach(formData: form)
| `- error: value of type 'URLRequest' has no member 'attach'
163 | req.url!.append(path: "v1/files")
164 |
/host/spi-builder-workspace/src/OpenAI.swift:204:49: error: value of type 'URLSession' has no member 'bytes'
202 | /// - Throws: If the request fails to send or has a non-200 status code.
203 | func stream(request: URLRequest) async throws -> URLSession.AsyncBytes {
204 | let (data, res) = try await URLSession.shared.bytes(for: request)
| `- error: value of type 'URLSession' has no member 'bytes'
205 |
206 | guard let res = res as? HTTPURLResponse else { throw Error.invalidResponse(res) }
/host/spi-builder-workspace/src/Support/MultiPartData.swift:55:11: error: cannot find type 'URLRequest' in scope
53 | }
54 |
55 | extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
56 | mutating func attach(formData form: FormData) {
57 | httpBody = form.data
[486/499] Compiling OpenAI Message.swift
[487/499] Compiling OpenAI Model.swift
[488/499] Compiling OpenAI Collection+safeAccess.swift
[489/499] Compiling OpenAI Config.swift
[490/499] Compiling OpenAI Event.swift
[491/499] Compiling OpenAI File.swift
[492/499] Compiling OpenAI Input.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:104:3: note: expanded code originates here
102 | }
103 | }
104 | }
+--- 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)
+------------------------------------------------------------------
105 |
106 | /// Content items generated by the model.
[493/499] Compiling OpenAI 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:104:3: note: expanded code originates here
102 | }
103 | }
104 | }
+--- 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)
+------------------------------------------------------------------
105 |
106 | /// Content items generated by the model.
[494/499] Compiling OpenAI Conversation.swift
/host/spi-builder-workspace/src/Conversation.swift:184:3: warning: '@concurrent' has been renamed to '@Sendable'
182 | ///
183 | /// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
184 | @concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
| `- warning: '@concurrent' has been renamed to '@Sendable'
185 | let request = await Request(
186 | model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:219:3: warning: '@concurrent' has been renamed to '@Sendable'
217 | /// - Parameter file: The file to upload.
218 | /// - Parameter purpose: The intended purpose of the file.
219 | @concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
| `- warning: '@concurrent' has been renamed to '@Sendable'
220 | try await client.upload(file: file, purpose: .userData)
221 | }
/host/spi-builder-workspace/src/Conversation.swift:4:13: error: unknown attribute 'Observable'
2 |
3 | /// A wrapper around the Responses API for managing a conversation.
4 | @MainActor @Observable public final class Conversation {
| `- error: unknown attribute 'Observable'
5 | /// An entry in the conversation.
6 | public enum Entry: Equatable, Sendable {
/host/spi-builder-workspace/src/Conversation.swift:345:29: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
343 | item = .fileSearch(fileSearch)
344 | }
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
/host/spi-builder-workspace/src/Conversation.swift:345:37: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
343 | item = .fileSearch(fileSearch)
344 | }
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
/host/spi-builder-workspace/src/Conversation.swift:345:50: warning: immutable value 'contentIndex' was never used; consider replacing with '_' or removing it
343 | item = .fileSearch(fileSearch)
344 | }
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
| `- warning: immutable value 'contentIndex' was never used; consider replacing with '_' or removing it
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
/host/spi-builder-workspace/src/Conversation.swift:345:64: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
343 | item = .fileSearch(fileSearch)
344 | }
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
| `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
/host/spi-builder-workspace/src/Conversation.swift:347:28: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
/host/spi-builder-workspace/src/Conversation.swift:347:36: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
/host/spi-builder-workspace/src/Conversation.swift:347:49: warning: immutable value 'contentIndex' was never used; consider replacing with '_' or removing it
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
| `- warning: immutable value 'contentIndex' was never used; consider replacing with '_' or removing it
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
/host/spi-builder-workspace/src/Conversation.swift:347:63: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
| `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
/host/spi-builder-workspace/src/Conversation.swift:349:80: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
350 | updateItem(index: outputIndex, id: itemId) { item in
351 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:365:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
363 | item = .reasoning(reasoning)
364 | }
365 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
366 | updateItem(index: outputIndex, id: itemId) { item in
367 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:365:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
363 | item = .reasoning(reasoning)
364 | }
365 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
366 | updateItem(index: outputIndex, id: itemId) { item in
367 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:367:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
365 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
366 | updateItem(index: outputIndex, id: itemId) { item in
367 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
368 |
369 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:371:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
369 | // figure out where to put the reasoning
370 | }
371 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
372 | updateItem(index: outputIndex, id: itemId) { item in
373 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:371:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
369 | // figure out where to put the reasoning
370 | }
371 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
372 | updateItem(index: outputIndex, id: itemId) { item in
373 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:373:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
371 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
372 | updateItem(index: outputIndex, id: itemId) { item in
373 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
374 |
375 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:449:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
447 | case .mcpCallFailed:
448 | break // mcpToolCall does not have a status field we can track
449 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
450 | break // mcpToolCall does not have a status field we can track
451 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:449:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
447 | case .mcpCallFailed:
448 | break // mcpToolCall does not have a status field we can track
449 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
450 | break // mcpToolCall does not have a status field we can track
451 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:451:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
449 | case let .mcpCallInProgress(itemId, outputIndex):
450 | break // mcpToolCall does not have a status field we can track
451 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
452 | break // mcpListTools does not have a status field we can track
453 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:451:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
449 | case let .mcpCallInProgress(itemId, outputIndex):
450 | break // mcpToolCall does not have a status field we can track
451 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
452 | break // mcpListTools does not have a status field we can track
453 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:455:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
453 | case .mcpListToolsFailed:
454 | break // mcpListTools does not have a status field we can track
455 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
456 | break // mcpListTools does not have a status field we can track
457 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:455:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
453 | case .mcpListToolsFailed:
454 | break // mcpListTools does not have a status field we can track
455 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
456 | break // mcpListTools does not have a status field we can track
457 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Extensions/AsyncBytes+collect.swift:3:22: error: 'AsyncBytes' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
1 | import Foundation
2 |
3 | extension URLSession.AsyncBytes {
| `- error: 'AsyncBytes' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
4 | func collect() async throws -> Data {
5 | var data = Data()
[495/499] Compiling OpenAI AsyncBytes+collect.swift
/host/spi-builder-workspace/src/Conversation.swift:184:3: warning: '@concurrent' has been renamed to '@Sendable'
182 | ///
183 | /// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
184 | @concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
| `- warning: '@concurrent' has been renamed to '@Sendable'
185 | let request = await Request(
186 | model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:219:3: warning: '@concurrent' has been renamed to '@Sendable'
217 | /// - Parameter file: The file to upload.
218 | /// - Parameter purpose: The intended purpose of the file.
219 | @concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
| `- warning: '@concurrent' has been renamed to '@Sendable'
220 | try await client.upload(file: file, purpose: .userData)
221 | }
/host/spi-builder-workspace/src/Conversation.swift:4:13: error: unknown attribute 'Observable'
2 |
3 | /// A wrapper around the Responses API for managing a conversation.
4 | @MainActor @Observable public final class Conversation {
| `- error: unknown attribute 'Observable'
5 | /// An entry in the conversation.
6 | public enum Entry: Equatable, Sendable {
/host/spi-builder-workspace/src/Conversation.swift:345:29: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
343 | item = .fileSearch(fileSearch)
344 | }
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
/host/spi-builder-workspace/src/Conversation.swift:345:37: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
343 | item = .fileSearch(fileSearch)
344 | }
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
/host/spi-builder-workspace/src/Conversation.swift:345:50: warning: immutable value 'contentIndex' was never used; consider replacing with '_' or removing it
343 | item = .fileSearch(fileSearch)
344 | }
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
| `- warning: immutable value 'contentIndex' was never used; consider replacing with '_' or removing it
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
/host/spi-builder-workspace/src/Conversation.swift:345:64: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
343 | item = .fileSearch(fileSearch)
344 | }
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
| `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
/host/spi-builder-workspace/src/Conversation.swift:347:28: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
/host/spi-builder-workspace/src/Conversation.swift:347:36: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
/host/spi-builder-workspace/src/Conversation.swift:347:49: warning: immutable value 'contentIndex' was never used; consider replacing with '_' or removing it
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
| `- warning: immutable value 'contentIndex' was never used; consider replacing with '_' or removing it
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
/host/spi-builder-workspace/src/Conversation.swift:347:63: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
345 | case let .reasoningDelta(itemId, outputIndex, contentIndex, delta):
346 | break // this doesn't seem to ever get sent
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
| `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
/host/spi-builder-workspace/src/Conversation.swift:349:80: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
347 | case let .reasoningDone(itemId, outputIndex, contentIndex, text):
348 | break // this doesn't seem to ever get sent
349 | case let .reasoningSummaryPartAdded(itemId, outputIndex: outputIndex, part, summaryIndex):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
350 | updateItem(index: outputIndex, id: itemId) { item in
351 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:365:57: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
363 | item = .reasoning(reasoning)
364 | }
365 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
366 | updateItem(index: outputIndex, id: itemId) { item in
367 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:365:71: warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
363 | item = .reasoning(reasoning)
364 | }
365 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
| `- warning: immutable value 'delta' was never used; consider replacing with '_' or removing it
366 | updateItem(index: outputIndex, id: itemId) { item in
367 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:367:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
365 | case let .reasoningSummaryDelta(itemId, outputIndex, summaryIndex, delta):
366 | updateItem(index: outputIndex, id: itemId) { item in
367 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
368 |
369 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:371:56: warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
369 | // figure out where to put the reasoning
370 | }
371 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'summaryIndex' was never used; consider replacing with '_' or removing it
372 | updateItem(index: outputIndex, id: itemId) { item in
373 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:371:70: warning: immutable value 'text' was never used; consider replacing with '_' or removing it
369 | // figure out where to put the reasoning
370 | }
371 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
| `- warning: immutable value 'text' was never used; consider replacing with '_' or removing it
372 | updateItem(index: outputIndex, id: itemId) { item in
373 | guard case var .reasoning(reasoning) = item else { return }
/host/spi-builder-workspace/src/Conversation.swift:373:32: warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
371 | case let .reasoningSummaryDone(itemId, outputIndex, summaryIndex, text):
372 | updateItem(index: outputIndex, id: itemId) { item in
373 | guard case var .reasoning(reasoning) = item else { return }
| `- warning: variable 'reasoning' was never used; consider replacing with '_' or removing it
374 |
375 | // figure out where to put the reasoning
/host/spi-builder-workspace/src/Conversation.swift:449:32: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
447 | case .mcpCallFailed:
448 | break // mcpToolCall does not have a status field we can track
449 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
450 | break // mcpToolCall does not have a status field we can track
451 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:449:40: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
447 | case .mcpCallFailed:
448 | break // mcpToolCall does not have a status field we can track
449 | case let .mcpCallInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
450 | break // mcpToolCall does not have a status field we can track
451 | case let .mcpListToolsCompleted(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:451:36: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
449 | case let .mcpCallInProgress(itemId, outputIndex):
450 | break // mcpToolCall does not have a status field we can track
451 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
452 | break // mcpListTools does not have a status field we can track
453 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:451:44: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
449 | case let .mcpCallInProgress(itemId, outputIndex):
450 | break // mcpToolCall does not have a status field we can track
451 | case let .mcpListToolsCompleted(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
452 | break // mcpListTools does not have a status field we can track
453 | case .mcpListToolsFailed:
/host/spi-builder-workspace/src/Conversation.swift:455:37: warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
453 | case .mcpListToolsFailed:
454 | break // mcpListTools does not have a status field we can track
455 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'itemId' was never used; consider replacing with '_' or removing it
456 | break // mcpListTools does not have a status field we can track
457 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Conversation.swift:455:45: warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
453 | case .mcpListToolsFailed:
454 | break // mcpListTools does not have a status field we can track
455 | case let .mcpListToolsInProgress(itemId, outputIndex):
| `- warning: immutable value 'outputIndex' was never used; consider replacing with '_' or removing it
456 | break // mcpListTools does not have a status field we can track
457 | case let .codeInterpreterCallInProgress(itemId, outputIndex):
/host/spi-builder-workspace/src/Extensions/AsyncBytes+collect.swift:3:22: error: 'AsyncBytes' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
1 | import Foundation
2 |
3 | extension URLSession.AsyncBytes {
| `- error: 'AsyncBytes' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
4 | func collect() async throws -> Data {
5 | var data = Data()
error: emit-module command failed with exit code 1 (use -v to see invocation)
[496/499] Emitting module OpenAI
/host/spi-builder-workspace/src/Conversation.swift:184:3: warning: '@concurrent' has been renamed to '@Sendable'
182 | ///
183 | /// - Parameter input: Text, image, or file inputs to the model, used to generate a response.
184 | @concurrent public nonisolated func sendAndWaitForResponses(_ input: Input) async throws {
| `- warning: '@concurrent' has been renamed to '@Sendable'
185 | let request = await Request(
186 | model: config.model,
/host/spi-builder-workspace/src/Conversation.swift:219:3: warning: '@concurrent' has been renamed to '@Sendable'
217 | /// - Parameter file: The file to upload.
218 | /// - Parameter purpose: The intended purpose of the file.
219 | @concurrent public nonisolated func upload(file: File.Upload) async throws -> File {
| `- warning: '@concurrent' has been renamed to '@Sendable'
220 | try await client.upload(file: file, purpose: .userData)
221 | }
/host/spi-builder-workspace/src/Conversation.swift:4:13: error: unknown attribute 'Observable'
2 |
3 | /// A wrapper around the Responses API for managing a conversation.
4 | @MainActor @Observable public final class Conversation {
| `- error: unknown attribute 'Observable'
5 | /// An entry in the conversation.
6 | public enum Entry: Equatable, Sendable {
/host/spi-builder-workspace/src/Extensions/AsyncBytes+collect.swift:3:22: error: 'AsyncBytes' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
1 | import Foundation
2 |
3 | extension URLSession.AsyncBytes {
| `- error: 'AsyncBytes' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
4 | func collect() async throws -> Data {
5 | var data = Data()
/host/spi-builder-workspace/src/OpenAI.swift:203:62: error: 'AsyncBytes' is not a member type of class 'FoundationNetworking.URLSession'
201 | ///
202 | /// - Throws: If the request fails to send or has a non-200 status code.
203 | func stream(request: URLRequest) async throws -> URLSession.AsyncBytes {
| `- error: 'AsyncBytes' is not a member type of class 'FoundationNetworking.URLSession'
204 | let (data, res) = try await URLSession.shared.bytes(for: request)
205 |
FoundationNetworking.URLSession:1:12: note: 'URLSession' declared here
1 | open class URLSession : NSObject, @unchecked Sendable {
| `- note: 'URLSession' declared here
2 | open class var shared: URLSession { get }
3 | public init(configuration: URLSessionConfiguration)
/host/spi-builder-workspace/src/Support/MultiPartData.swift:55:11: error: cannot find type 'URLRequest' in scope
53 | }
54 |
55 | extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
56 | mutating func attach(formData form: FormData) {
57 | httpBody = form.data
BUILD FAILURE 6.1 android