The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build OpenAI, reference 1.1.1 (de472c), with Swift 6.1 for Linux on 17 Jul 2025 00:12:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/m1guelpf/swift-openai-responses.git
https://github.com/m1guelpf/swift-openai-responses.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "metacodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyLab/MetaCodable.git"
    }
  ],
  "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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/SwiftyLab/MetaCodable.git
[1/105866] Fetching metacodable
Fetched https://github.com/SwiftyLab/MetaCodable.git from cache (6.35s)
Computing version for https://github.com/SwiftyLab/MetaCodable.git
Computed https://github.com/SwiftyLab/MetaCodable.git at 1.5.0 (8.53s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-collections.git
[1/16746] Fetching swift-collections
[4188/32270] Fetching swift-collections, swift-argument-parser
[31099/103711] Fetching swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (1.11s)
[28384/86965] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (4.67s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.71s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (5.20s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.59s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (2.80s)
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/SwiftyLab/MetaCodable.git
Working copy of https://github.com/SwiftyLab/MetaCodable.git resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
[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 SwiftSyntax510
[29/75] Emitting module SwiftSyntax601
[30/75] Compiling SwiftSyntax601 Empty.swift
[31/75] Compiling SwiftSyntax510 Empty.swift
[32/77] Emitting module InternalCollectionsUtilities
[33/77] Compiling InternalCollectionsUtilities Descriptions.swift
[34/77] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[35/77] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/78] Emitting module SwiftSyntax509
[37/78] Compiling SwiftSyntax509 Empty.swift
[38/79] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[39/79] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[40/79] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[41/79] Compiling InternalCollectionsUtilities UInt+reversed.swift
[42/79] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[43/79] Compiling InternalCollectionsUtilities _SortedCollection.swift
[46/79] Emitting module SwiftSyntax600
[47/79] Compiling SwiftSyntax600 Empty.swift
[48/79] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[49/79] Compiling InternalCollectionsUtilities Integer rank.swift
[50/79] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[51/79] Compiling InternalCollectionsUtilities Debugging.swift
[53/80] Wrapping AST for SwiftSyntax510 for debugging
[54/80] Wrapping AST for SwiftSyntax601 for debugging
[55/80] Wrapping AST for SwiftSyntax509 for debugging
[57/80] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[57/81] Wrapping AST for SwiftSyntax600 for debugging
[59/123] Wrapping AST for InternalCollectionsUtilities for debugging
[61/200] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[62/200] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[63/200] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[64/200] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[65/200] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[66/200] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[67/200] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[68/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[69/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[70/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[71/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[72/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[73/207] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[74/207] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[75/207] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[76/207] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[77/207] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[78/207] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[79/207] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[80/207] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[81/207] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[82/207] Compiling OrderedCollections OrderedDictionary+Values.swift
[83/207] Compiling OrderedCollections OrderedSet+Initializers.swift
[84/207] Compiling OrderedCollections OrderedSet+Insertions.swift
[85/207] Compiling OrderedCollections OrderedSet+Invariants.swift
[86/207] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[87/207] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[88/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[89/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[90/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[91/207] Compiling OrderedCollections OrderedDictionary+Codable.swift
[92/207] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[93/207] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[94/207] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[95/207] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[96/207] Compiling OrderedCollections OrderedDictionary+Elements.swift
[97/207] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[98/207] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[99/207] Compiling OrderedCollections OrderedDictionary.swift
[100/207] Compiling OrderedCollections OrderedSet+Codable.swift
[101/207] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[102/207] Compiling OrderedCollections OrderedSet+Descriptions.swift
[103/207] Compiling OrderedCollections OrderedSet+Diffing.swift
[104/207] Compiling OrderedCollections OrderedSet+Equatable.swift
[105/207] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[106/207] Compiling OrderedCollections OrderedSet+Hashable.swift
[107/207] Compiling OrderedCollections _HashTable+Bucket.swift
[108/207] Compiling OrderedCollections _HashTable+BucketIterator.swift
[109/207] Compiling OrderedCollections _HashTable+Constants.swift
[110/207] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[111/207] Compiling OrderedCollections _HashTable+Testing.swift
[112/207] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[113/207] Compiling OrderedCollections _HashTable.swift
[114/207] Compiling OrderedCollections _Hashtable+Header.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
[132/217] Wrapping AST for OrderedCollections for debugging
[143/217] Emitting module SwiftSyntax
[160/217] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[161/217] Compiling SwiftSyntax RawSyntaxValidation.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 Message.swift
[201/277] Compiling SwiftDiagnostics Note.swift
[202/277] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[203/277] Compiling SwiftBasicFormat Syntax+Extensions.swift
[204/277] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[205/277] Compiling SwiftDiagnostics FixIt.swift
[206/277] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[207/277] Compiling SwiftBasicFormat Indenter.swift
[208/277] Compiling SwiftBasicFormat InferIndentation.swift
[209/277] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[210/277] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[211/277] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[212/277] Compiling SwiftDiagnostics Convenience.swift
[213/277] Compiling SwiftDiagnostics Diagnostic.swift
[214/277] Emitting module SwiftDiagnostics
[215/277] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[216/278] Compiling SwiftParser SwiftParserCompatibility.swift
[217/278] Compiling SwiftParser SwiftVersion.swift
[218/278] Compiling SwiftParser SyntaxUtils.swift
[219/278] Compiling SwiftParser TokenConsumer.swift
[220/278] Compiling SwiftParser TokenPrecedence.swift
[221/278] Compiling SwiftParser LexemeSequence.swift
[222/278] Compiling SwiftParser Lexer.swift
[223/278] Compiling SwiftParser RegexLiteralLexer.swift
[224/278] Compiling SwiftParser UnicodeScalarExtensions.swift
[225/278] Compiling SwiftParser Lookahead.swift
[226/278] Compiling SwiftParser LoopProgressCondition.swift
[227/283] Wrapping AST for SwiftDiagnostics for debugging
[229/283] Emitting module SwiftBasicFormat
[230/283] Compiling SwiftBasicFormat BasicFormat.swift
[231/284] Wrapping AST for SwiftBasicFormat for debugging
[233/284] Emitting module SwiftParser
[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
[246/284] Compiling SwiftParser TokenSpec.swift
[247/284] Compiling SwiftParser TokenSpecSet.swift
[248/284] Compiling SwiftParser TopLevel.swift
[249/284] Compiling SwiftParser TriviaParser.swift
[250/284] Compiling SwiftParser Types.swift
[255/284] Compiling SwiftParser Cursor.swift
[256/284] Compiling SwiftParser Lexeme.swift
[257/284] Compiling SwiftParser Attributes.swift
[258/284] Compiling SwiftParser Availability.swift
[259/284] Compiling SwiftParser CharacterInfo.swift
[260/284] Compiling SwiftParser CollectionNodes+Parsable.swift
[261/284] Compiling SwiftParser Declarations.swift
[262/284] Compiling SwiftParser Directives.swift
[263/284] Compiling SwiftParser ExperimentalFeatures.swift
[264/284] Compiling SwiftParser IsLexerClassified.swift
[265/284] Compiling SwiftParser LayoutNodes+Parsable.swift
[266/284] Compiling SwiftParser Parser+TokenSpecSet.swift
[267/284] Compiling SwiftParser TokenSpecStaticMembers.swift
[268/285] Wrapping AST for SwiftParser for debugging
[270/308] Emitting module SwiftOperators
[271/309] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[272/310] Compiling SwiftOperators OperatorError.swift
[273/310] Compiling SwiftOperators OperatorTable+Defaults.swift
[274/310] Compiling SwiftOperators PrecedenceGraph.swift
[275/310] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[276/310] Compiling SwiftParserDiagnostics Utils.swift
[277/310] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[278/310] Compiling SwiftOperators OperatorTable.swift
[279/310] Compiling SwiftOperators PrecedenceGroup.swift
[280/310] Compiling SwiftOperators Operator.swift
[281/310] Compiling SwiftOperators OperatorError+Diagnostics.swift
[282/310] Compiling SwiftOperators SyntaxSynthesis.swift
[283/310] Compiling SwiftOperators OperatorTable+Semantics.swift
[284/310] Compiling SwiftOperators OperatorTable+Folding.swift
[286/311] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[287/311] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[288/311] Compiling SwiftParserDiagnostics PresenceUtils.swift
[288/311] Wrapping AST for SwiftOperators for debugging
[292/311] Emitting module SwiftParserDiagnostics
[293/311] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[294/311] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[297/312] Wrapping AST for SwiftParserDiagnostics for debugging
[299/327] Compiling SwiftSyntaxBuilder Indenter.swift
[300/327] Compiling SwiftSyntaxBuilder ListBuilder.swift
[301/327] Emitting module SwiftSyntaxBuilder
[302/327] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[303/327] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[304/327] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[305/327] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[306/327] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[307/327] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[308/328] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[309/328] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[310/328] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[311/328] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[312/328] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[313/328] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[314/328] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[315/329] Wrapping AST for SwiftSyntaxBuilder for debugging
[317/346] Emitting module SwiftSyntaxMacros
[318/348] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[319/348] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[320/348] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[321/348] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[322/348] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[323/348] Compiling SwiftSyntaxMacros Macro+Format.swift
[324/348] Compiling SwiftSyntaxMacros Macro.swift
[325/348] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[326/348] Compiling SwiftSyntaxMacros AccessorMacro.swift
[327/348] Compiling SwiftSyntaxMacros AttachedMacro.swift
[328/348] Compiling SwiftSyntaxMacros BodyMacro.swift
[329/348] Compiling SwiftSyntaxMacros MemberMacro.swift
[330/348] Compiling SwiftSyntaxMacros PeerMacro.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] Emitting module SwiftSyntaxMacroExpansion
[340/450] Compiling PluginCore AttributableDeclSyntax.swift
[341/450] Compiling PluginCore Attribute.swift
[342/450] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[343/450] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[344/450] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[345/450] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[346/450] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[347/450] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[348/451] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[350/463] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[351/464] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[352/464] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[353/464] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[354/464] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[355/464] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[356/464] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[357/464] Emitting module SwiftCompilerPluginMessageHandling
[358/464] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[359/464] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[360/464] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[361/464] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[362/464] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[364/465] Compiling PluginCore InitializationVariable.swift
[365/465] Compiling PluginCore KeyedVariable.swift
[366/465] Compiling PluginCore PropertyVariable.swift
[367/465] Compiling PluginCore StrategyVariable.swift
[368/465] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[369/465] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[370/465] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[371/465] Compiling PluginCore PropertyVariableTreeNode.swift
[372/465] Compiling PluginCore AssociatedDeclSyntax.swift
[373/465] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[374/465] Compiling PluginCore MemberGroupSyntax.swift
[375/465] Compiling PluginCore PropertyDeclSyntax.swift
[376/477] Compiling PluginCore DecodedAt.swift
[377/477] Compiling PluginCore EncodedAt.swift
[378/477] Compiling PluginCore KeyPathProvider.swift
[379/477] Compiling PluginCore MemberInit+Expansion.swift
[380/477] Compiling PluginCore MemberInit.swift
[381/477] Compiling PluginCore PeerAttribute.swift
[382/477] Compiling PluginCore AggregatedDiagnosticProducer.swift
[383/477] Compiling PluginCore CombinedUsage.swift
[384/477] Compiling PluginCore ArgumentCountCondition.swift
[385/477] Compiling PluginCore DeclarationCondition.swift
[386/477] Compiling PluginCore DiagnosticCondition.swift
[387/477] Compiling PluginCore ConditionalDiagnosticProducer.swift
[388/477] Compiling PluginCore DiagnosticProducer.swift
[389/477] Compiling PluginCore IgnoredInitialization.swift
[390/477] Compiling PluginCore MemberwiseInitGenerator.swift
[391/477] Compiling PluginCore OptionalInitialization.swift
[392/477] Compiling PluginCore RequiredInitialization.swift
[393/477] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[394/477] Compiling PluginCore RequiredVariableInitialization.swift
[395/477] Compiling PluginCore VariableInitialization.swift
[396/477] Compiling PluginCore AliasedPropertyVariable.swift
[397/477] Compiling PluginCore AnyPropertyVariable.swift
[398/477] Compiling PluginCore BasicPropertyVariable.swift
[399/477] Compiling PluginCore DecodingFallback.swift
[400/477] Compiling PluginCore DefaultValueVariable.swift
[401/477] Compiling PluginCore HelperCodedVariable.swift
[402/477] Compiling PluginCore DuplicateUsage.swift
[403/477] Compiling PluginCore GroupedVariableDeclaration.swift
[404/477] Compiling PluginCore InvalidCombination.swift
[405/477] Compiling PluginCore InvalidDeclaration.swift
[406/477] Compiling PluginCore MetaCodableMessage.swift
[407/477] Compiling PluginCore StaticVariableDeclaration.swift
[408/477] Compiling PluginCore UninitializedVariableDecl.swift
[409/477] Compiling PluginCore AttributeExpander.swift
[410/477] Compiling PluginCore DeclModifiersGenerator.swift
[411/477] Compiling PluginCore Options.swift
[412/477] Compiling PluginCore ComposedVariable.swift
[413/477] Compiling PluginCore ConditionalCodingVariable.swift
[414/477] Compiling PluginCore AssociatedVariable.swift
[415/477] Emitting module PluginCore
[424/477] Compiling PluginCore Decodable+Expansion.swift
[425/477] Compiling PluginCore Decodable.swift
[426/477] Compiling PluginCore AttributeExpander+Encodable.swift
[427/477] Compiling PluginCore Encodable+Expansion.swift
[428/477] Compiling PluginCore Encodable.swift
[428/477] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[430/479] Compiling PluginCore BasicAssociatedVariable.swift
[431/479] Compiling PluginCore BasicEnumCaseVariable.swift
[432/479] Compiling PluginCore EnumCaseVariable.swift
[433/479] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[434/479] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[435/479] Compiling PluginCore AnyEnumSwitcher.swift
[436/479] Compiling PluginCore EnumSwitcherVariable.swift
[437/479] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[438/479] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[439/479] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[440/479] Compiling PluginCore UnTaggedEnumSwitcher.swift
[441/479] Compiling PluginCore AnyInitialization.swift
[442/479] Compiling PluginCore AnyRequiredVariableInitialization.swift
[443/479] Compiling PluginCore IgnoreCodingInitialized.swift
[444/479] Compiling PluginCore Inherits.swift
[445/479] Compiling PluginCore StrategyFinder.swift
[446/479] Compiling PluginCore UnTagged.swift
[447/479] Compiling PluginCore CodedAs.swift
[448/479] Compiling PluginCore CodedBy.swift
[449/479] Compiling PluginCore Default.swift
[450/479] Compiling PluginCore IgnoreCoding.swift
[451/479] Compiling PluginCore IgnoreDecoding.swift
[452/479] Compiling PluginCore IgnoreEncoding.swift
[453/479] Compiling PluginCore CodedAt.swift
[454/479] Compiling PluginCore CodedIn.swift
[455/479] Compiling PluginCore ContentAt.swift
[456/479] Emitting module SwiftCompilerPlugin
[457/479] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[458/480] Wrapping AST for SwiftCompilerPlugin for debugging
[460/480] Compiling PluginCore VariableSyntax.swift
[461/480] Compiling PluginCore ActorVariable.swift
[462/480] Compiling PluginCore ClassVariable.swift
[463/480] Compiling PluginCore Case.swift
[464/480] Compiling PluginCore CodingKeysMap.swift
[465/480] Compiling PluginCore Key.swift
[466/480] Compiling PluginCore ConstraintGenerator.swift
[467/480] Compiling PluginCore Registration.swift
[468/480] Compiling PluginCore EnumVariable.swift
[469/480] Compiling PluginCore MemberGroup.swift
[470/480] Compiling PluginCore TypeVariable.swift
[471/480] Compiling PluginCore Variable.swift
[472/481] Wrapping AST for PluginCore for debugging
[474/484] Compiling MacroPlugin Plugin.swift
[475/484] Emitting module MacroPlugin
[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 Decodable.swift
[482/507] Compiling MetaCodable Encodable.swift
[483/507] Compiling MetaCodable IgnoreCodingInitialized.swift
[484/509] Compiling MetaCodable UnTagged.swift
[485/509] Compiling MetaCodable CodedAs.swift
[486/509] Compiling MetaCodable CodedAt.swift
[487/509] Emitting module MetaCodable
[488/509] Compiling MetaCodable IgnoreCoding.swift
[489/509] Compiling MetaCodable MemberInit.swift
[490/509] Compiling MetaCodable EncodedAt.swift
[491/509] Compiling MetaCodable HelperCoder.swift
[492/509] Compiling MetaCodable LossySequence.swift
[493/509] Compiling MetaCodable CodedBy.swift
[494/509] Compiling MetaCodable CodedIn.swift
[495/509] Compiling MetaCodable ContentAt.swift
[496/509] Compiling MetaCodable DecodedAt.swift
[497/509] Compiling MetaCodable Default.swift
[498/509] Compiling MetaCodable DynamicCodable.swift
[499/509] Compiling MetaCodable Codable.swift
[500/509] Compiling MetaCodable CodableCommonStrategy.swift
[501/509] Compiling MetaCodable CodingKeys.swift
[502/509] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[503/509] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[504/509] Compiling MetaCodable DynamicCodableIdentifier.swift
[505/510] Wrapping AST for MetaCodable for debugging
[507/524] Compiling HelperCoders String.swift
[508/525] Compiling HelperCoders ValueCoder.swift
[509/525] Compiling HelperCoders Base64Coder.swift
[510/525] Compiling HelperCoders ConditionalCoder.swift
[511/525] Compiling HelperCoders DateCoder.swift
[512/525] Compiling HelperCoders Since1970DateCoder.swift
[513/525] Emitting module HelperCoders
[514/525] Compiling HelperCoders NonConformingCoder.swift
[515/525] Compiling HelperCoders PropertyWrapperCoder.swift
[516/525] Compiling HelperCoders DefaultSequenceElementCoding.swift
[517/525] Compiling HelperCoders SequenceCoder.swift
[518/525] Compiling HelperCoders SequenceCoderConfiguration.swift
[519/525] Compiling HelperCoders HelperCoderStrategy.swift
[520/525] Compiling HelperCoders Bool.swift
[521/525] Compiling HelperCoders Number.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 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.
[533/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.
[534/543] Compiling OpenAI Collection+safeAccess.swift
[535/543] Compiling OpenAI Config.swift
[536/543] Compiling OpenAI Event.swift
[537/543] Compiling OpenAI File.swift
[538/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()
[539/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()
error: emit-module command failed with exit code 1 (use -v to see invocation)
[540/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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/52] Emitting module SwiftSyntax600
[6/52] Compiling SwiftSyntax600 Empty.swift
[7/53] Compiling SwiftSyntax509 Empty.swift
[8/53] Emitting module SwiftSyntax509
[9/53] Emitting module SwiftSyntax510
[10/54] Compiling SwiftSyntax510 Empty.swift
[11/55] Emitting module SwiftSyntax601
[12/55] Compiling SwiftSyntax601 Empty.swift
[15/56] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/57] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/57] Compiling InternalCollectionsUtilities Debugging.swift
[20/53] Compiling InternalCollectionsUtilities Descriptions.swift
[21/53] 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] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[26/53] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/53] Emitting module InternalCollectionsUtilities
[28/53] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[29/53] Compiling InternalCollectionsUtilities UInt+reversed.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/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[41/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[42/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[43/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[44/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[45/172] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[46/172] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[47/179] Compiling OrderedCollections OrderedDictionary+Codable.swift
[48/179] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[49/179] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[50/179] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[51/179] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[52/179] Compiling OrderedCollections OrderedDictionary+Elements.swift
[53/179] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[54/179] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[55/179] Compiling OrderedCollections OrderedDictionary.swift
[56/179] Compiling OrderedCollections OrderedSet+Codable.swift
[57/179] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[58/179] Compiling OrderedCollections OrderedSet+Descriptions.swift
[59/179] Compiling OrderedCollections OrderedSet+Diffing.swift
[60/179] Compiling OrderedCollections OrderedSet+Equatable.swift
[61/179] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[62/179] Compiling OrderedCollections OrderedSet+Hashable.swift
[63/179] Compiling OrderedCollections OrderedSet+Initializers.swift
[64/179] Compiling OrderedCollections OrderedSet+Insertions.swift
[65/179] Compiling OrderedCollections OrderedSet+Invariants.swift
[66/179] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[67/179] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[68/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[69/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[70/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[71/179] Compiling OrderedCollections _HashTable+Bucket.swift
[72/179] Compiling OrderedCollections _HashTable+BucketIterator.swift
[73/179] Compiling OrderedCollections _HashTable+Constants.swift
[74/179] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[75/179] Compiling OrderedCollections _HashTable+Testing.swift
[76/179] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[77/179] Compiling OrderedCollections _HashTable.swift
[78/179] Compiling OrderedCollections _Hashtable+Header.swift
[79/179] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[80/179] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[81/179] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[82/179] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[83/179] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[84/179] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[85/179] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[86/179] Compiling OrderedCollections OrderedDictionary+Values.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
[94/179] Emitting module OrderedCollections
[132/188] Emitting module SwiftSyntax
[140/188] Compiling SwiftSyntax TriviaPieces.swift
[141/188] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[160/188] Compiling SwiftSyntax SyntaxNodesAB.swift
[161/188] Compiling SwiftSyntax SyntaxNodesC.swift
[162/188] Compiling SwiftSyntax SyntaxNodesD.swift
[163/188] Compiling SwiftSyntax SyntaxNodesEF.swift
[164/188] Compiling SwiftSyntax SyntaxNodesGHI.swift
[165/188] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[166/188] Compiling SwiftSyntax SyntaxNodesOP.swift
[167/188] Compiling SwiftSyntax SyntaxNodesQRS.swift
[168/188] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[170/246] Compiling SwiftDiagnostics Message.swift
[171/247] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[172/247] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[173/247] Compiling SwiftBasicFormat Syntax+Extensions.swift
[174/247] Compiling SwiftDiagnostics Note.swift
[175/247] Compiling SwiftDiagnostics FixIt.swift
[176/247] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[177/247] Compiling SwiftBasicFormat Indenter.swift
[178/247] Compiling SwiftBasicFormat InferIndentation.swift
[179/247] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[180/247] Compiling SwiftParser Attributes.swift
[181/247] Compiling SwiftParser Availability.swift
[182/247] Compiling SwiftParser CharacterInfo.swift
[183/247] Compiling SwiftParser CollectionNodes+Parsable.swift
[184/247] Emitting module SwiftDiagnostics
[185/247] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[187/247] Emitting module SwiftBasicFormat
[188/247] Compiling SwiftBasicFormat BasicFormat.swift
[190/247] Compiling SwiftParser SwiftParserCompatibility.swift
[191/247] Compiling SwiftParser SwiftVersion.swift
[192/247] Compiling SwiftParser SyntaxUtils.swift
[193/247] Compiling SwiftParser TokenConsumer.swift
[194/247] Compiling SwiftParser TokenPrecedence.swift
[195/247] Compiling SwiftParser TokenSpec.swift
[196/247] Compiling SwiftParser TokenSpecSet.swift
[197/247] Compiling SwiftParser TopLevel.swift
[198/247] Compiling SwiftParser TriviaParser.swift
[199/247] Compiling SwiftParser Types.swift
[200/252] Compiling SwiftParser Modifiers.swift
[201/252] Compiling SwiftParser Names.swift
[202/252] Compiling SwiftParser Nominals.swift
[203/252] Compiling SwiftParser Parameters.swift
[204/252] Compiling SwiftParser ParseSourceFile.swift
[205/252] Compiling SwiftParser Parser.swift
[206/252] Compiling SwiftParser LexemeSequence.swift
[207/252] Compiling SwiftParser Lexer.swift
[208/252] Compiling SwiftParser RegexLiteralLexer.swift
[209/252] Compiling SwiftParser UnicodeScalarExtensions.swift
[210/252] Compiling SwiftParser Lookahead.swift
[211/252] Compiling SwiftParser LoopProgressCondition.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
[218/252] Emitting module SwiftParser
[223/252] Compiling SwiftParser Declarations.swift
[224/252] Compiling SwiftParser Directives.swift
[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/276] Compiling SwiftOperators PrecedenceGraph.swift
[239/276] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[240/277] Compiling SwiftOperators OperatorTable.swift
[241/277] Emitting module SwiftOperators
[242/277] Compiling SwiftOperators OperatorTable+Semantics.swift
[243/277] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[244/277] Compiling SwiftOperators SyntaxSynthesis.swift
[245/277] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[246/277] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[247/277] Compiling SwiftParserDiagnostics MissingNodesError.swift
[248/277] Compiling SwiftParserDiagnostics MissingTokenError.swift
[249/277] Compiling SwiftOperators OperatorTable+Folding.swift
[251/277] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[252/277] Compiling SwiftParserDiagnostics Utils.swift
[253/277] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[254/277] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[255/277] Compiling SwiftParserDiagnostics PresenceUtils.swift
[260/277] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[261/277] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[262/277] Emitting module SwiftParserDiagnostics
[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 SyntaxParsable+ExpressibleByStringInterpolation.swift
[271/293] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[272/293] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[273/293] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[274/293] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[275/293] Emitting module SwiftSyntaxBuilder
[276/293] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[277/293] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[278/293] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[279/293] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[281/310] Emitting module SwiftSyntaxMacros
[282/312] Compiling SwiftSyntaxMacros AccessorMacro.swift
[283/312] Compiling SwiftSyntaxMacros AttachedMacro.swift
[284/312] Compiling SwiftSyntaxMacros BodyMacro.swift
[285/312] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[286/312] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[287/312] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[288/312] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[289/312] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[290/312] Compiling SwiftSyntaxMacros Macro.swift
[291/312] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[292/312] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[293/312] Compiling SwiftSyntaxMacros Macro+Format.swift
[294/312] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[295/312] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[296/312] Compiling SwiftSyntaxMacros MemberMacro.swift
[297/312] Compiling SwiftSyntaxMacros PeerMacro.swift
[298/312] Compiling SwiftSyntaxMacros PreambleMacro.swift
[299/312] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[301/402] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[302/413] Emitting module SwiftSyntaxMacroExpansion
[303/413] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[304/413] Compiling PluginCore DuplicateUsage.swift
[305/413] Compiling PluginCore GroupedVariableDeclaration.swift
[306/413] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[307/413] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[308/413] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[309/413] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[310/413] Compiling PluginCore IgnoredInitialization.swift
[311/413] Compiling PluginCore MemberwiseInitGenerator.swift
[312/413] Compiling PluginCore OptionalInitialization.swift
[313/413] Compiling PluginCore RequiredInitialization.swift
[314/413] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[315/413] Compiling PluginCore RequiredVariableInitialization.swift
[316/413] Compiling PluginCore VariableInitialization.swift
[317/413] Compiling PluginCore AliasedPropertyVariable.swift
[318/413] Compiling PluginCore AnyPropertyVariable.swift
[319/413] Compiling PluginCore BasicPropertyVariable.swift
[320/413] Compiling PluginCore DecodingFallback.swift
[321/413] Compiling PluginCore DefaultValueVariable.swift
[322/413] Compiling PluginCore HelperCodedVariable.swift
[323/425] Emitting module PluginCore
[324/425] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[325/426] Compiling PluginCore DecodedAt.swift
[326/426] Compiling PluginCore EncodedAt.swift
[327/426] Compiling PluginCore KeyPathProvider.swift
[328/426] Compiling PluginCore MemberInit+Expansion.swift
[329/426] Compiling PluginCore MemberInit.swift
[330/426] Compiling PluginCore PeerAttribute.swift
[331/426] Compiling PluginCore AggregatedDiagnosticProducer.swift
[332/426] Compiling PluginCore CombinedUsage.swift
[333/426] Compiling PluginCore ArgumentCountCondition.swift
[334/426] Compiling PluginCore DeclarationCondition.swift
[335/426] Compiling PluginCore DiagnosticCondition.swift
[336/426] Compiling PluginCore ConditionalDiagnosticProducer.swift
[337/426] Compiling PluginCore DiagnosticProducer.swift
[340/426] Compiling PluginCore InvalidCombination.swift
[341/426] Compiling PluginCore InvalidDeclaration.swift
[342/426] Compiling PluginCore MetaCodableMessage.swift
[343/426] Compiling PluginCore StaticVariableDeclaration.swift
[344/426] Compiling PluginCore UninitializedVariableDecl.swift
[345/426] Compiling PluginCore AttributeExpander.swift
[346/426] Compiling PluginCore DeclModifiersGenerator.swift
[347/426] Compiling PluginCore Options.swift
[348/426] Compiling PluginCore ComposedVariable.swift
[349/426] Compiling PluginCore ConditionalCodingVariable.swift
[350/426] Compiling PluginCore AssociatedVariable.swift
[352/425] Compiling PluginCore BasicAssociatedVariable.swift
[353/425] Compiling PluginCore BasicEnumCaseVariable.swift
[354/425] Compiling PluginCore EnumCaseVariable.swift
[355/425] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[356/425] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[357/425] Compiling PluginCore AnyEnumSwitcher.swift
[358/425] Compiling PluginCore EnumSwitcherVariable.swift
[359/425] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[360/425] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[361/425] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[362/425] Compiling PluginCore UnTaggedEnumSwitcher.swift
[363/425] Compiling PluginCore AnyInitialization.swift
[364/425] Compiling PluginCore AnyRequiredVariableInitialization.swift
[365/425] Compiling PluginCore InitializationVariable.swift
[366/425] Compiling PluginCore KeyedVariable.swift
[367/425] Compiling PluginCore PropertyVariable.swift
[368/425] Compiling PluginCore StrategyVariable.swift
[369/425] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[370/425] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[371/425] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[372/425] Compiling PluginCore PropertyVariableTreeNode.swift
[373/425] Compiling PluginCore AssociatedDeclSyntax.swift
[374/425] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[375/425] Compiling PluginCore MemberGroupSyntax.swift
[376/425] Compiling PluginCore PropertyDeclSyntax.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 PluginMacroExpansionContext.swift
[405/438] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[406/438] Compiling PluginCore VariableSyntax.swift
[407/438] Compiling PluginCore ActorVariable.swift
[408/438] Compiling PluginCore ClassVariable.swift
[409/438] Compiling PluginCore Case.swift
[410/438] Compiling PluginCore CodingKeysMap.swift
[411/438] Compiling PluginCore Key.swift
[412/438] Compiling PluginCore ConstraintGenerator.swift
[413/438] Compiling PluginCore Registration.swift
[414/438] Compiling PluginCore EnumVariable.swift
[415/438] Compiling PluginCore MemberGroup.swift
[416/438] Compiling PluginCore TypeVariable.swift
[417/438] Compiling PluginCore Variable.swift
[418/439] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[419/439] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[420/439] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[422/438] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[423/438] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[424/438] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[425/438] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[426/438] Emitting module SwiftCompilerPluginMessageHandling
[427/438] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[428/438] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[430/440] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[431/440] Emitting module SwiftCompilerPlugin
[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 DecodedAt.swift
[440/465] Compiling MetaCodable Default.swift
[441/465] Compiling MetaCodable DynamicCodable.swift
[442/467] Emitting module MetaCodable
[443/467] Compiling MetaCodable Codable.swift
[444/467] Compiling MetaCodable CodableCommonStrategy.swift
[445/467] Compiling MetaCodable CodingKeys.swift
[446/467] Compiling MetaCodable EncodedAt.swift
[447/467] Compiling MetaCodable HelperCoder.swift
[448/467] Compiling MetaCodable LossySequence.swift
[449/467] Compiling MetaCodable CodedBy.swift
[450/467] Compiling MetaCodable CodedIn.swift
[451/467] Compiling MetaCodable ContentAt.swift
[452/467] Compiling MetaCodable UnTagged.swift
[453/467] Compiling MetaCodable CodedAs.swift
[454/467] Compiling MetaCodable CodedAt.swift
[455/467] Compiling MetaCodable Decodable.swift
[456/467] Compiling MetaCodable Encodable.swift
[457/467] Compiling MetaCodable IgnoreCodingInitialized.swift
[458/467] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[459/467] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[460/467] Compiling MetaCodable DynamicCodableIdentifier.swift
[461/467] Compiling MetaCodable IgnoreCoding.swift
[462/467] Compiling MetaCodable MemberInit.swift
[464/481] Compiling HelperCoders Base64Coder.swift
[465/481] Compiling HelperCoders ConditionalCoder.swift
[466/482] Compiling HelperCoders SequenceCoderConfiguration.swift
[467/482] Compiling HelperCoders HelperCoderStrategy.swift
[468/482] Compiling HelperCoders String.swift
[469/482] Compiling HelperCoders DefaultSequenceElementCoding.swift
[470/482] Compiling HelperCoders SequenceCoder.swift
[471/482] Compiling HelperCoders NonConformingCoder.swift
[472/482] Compiling HelperCoders PropertyWrapperCoder.swift
[473/482] Compiling HelperCoders DateCoder.swift
[474/482] Compiling HelperCoders Since1970DateCoder.swift
[475/482] Emitting module HelperCoders
[476/482] Compiling HelperCoders ValueCoder.swift
[477/482] Compiling HelperCoders Bool.swift
[478/482] Compiling HelperCoders Number.swift
[480/497] Compiling OpenAI Message.swift
[481/497] Compiling OpenAI Model.swift
[482/499] Compiling OpenAI Tool.swift
[483/499] Compiling OpenAI WebhookEvent.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 Request.swift
[487/499] Compiling OpenAI Response.swift
[488/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()
[489/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()
[490/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.
[491/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.
[492/499] Compiling OpenAI Collection+safeAccess.swift
[493/499] Compiling OpenAI Config.swift
[494/499] Compiling OpenAI Event.swift
[495/499] Compiling OpenAI File.swift
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 linux