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 RealtimeAPI, reference main (46f393), with Swift 6.1 for Wasm on 6 Oct 2025 20:45:41 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/m1guelpf/swift-realtime-openai.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/m1guelpf/swift-realtime-openai
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 46f393d Add support for `gpt-realtime-mini`
Cloned https://github.com/m1guelpf/swift-realtime-openai.git
Revision (git rev-parse @):
46f393d9e2e60724aadc30062f75ee73bbcdb8fc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/m1guelpf/swift-realtime-openai.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/m1guelpf/swift-realtime-openai.git
https://github.com/m1guelpf/swift-realtime-openai.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "webrtc-xcframework",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/livekit/webrtc-xcframework.git"
    },
    {
      "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" : "RealtimeAPI",
  "name" : "RealtimeAPI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "RealtimeAPI",
      "targets" : [
        "RealtimeAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebSocket",
      "module_type" : "SwiftTarget",
      "name" : "WebSocket",
      "path" : "Sources/WebSocket",
      "product_memberships" : [
        "RealtimeAPI"
      ],
      "sources" : [
        "Extensions/RealtimeAPI+WebSocket.swift",
        "WebSocketConnector.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebRTC",
      "module_type" : "SwiftTarget",
      "name" : "WebRTC",
      "path" : "Sources/WebRTC",
      "product_dependencies" : [
        "LiveKitWebRTC"
      ],
      "product_memberships" : [
        "RealtimeAPI"
      ],
      "sources" : [
        "Extensions/RealtimeAPI+WebRTC.swift",
        "Extensions/URLRequest+WebRTC.swift",
        "WebRTCConnector.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UI",
      "module_type" : "SwiftTarget",
      "name" : "UI",
      "path" : "Sources/UI",
      "product_memberships" : [
        "RealtimeAPI"
      ],
      "sources" : [
        "Conversation.swift",
        "Extensions/AVAudioPCMBuffer+fromData.swift",
        "Extensions/Collection+safe.swift",
        "Extensions/Continuation+error.swift",
        "Extensions/String+random.swift",
        "Support/UnsafeInteriorMutable.swift",
        "Support/UnsafeMutableArray.swift"
      ],
      "target_dependencies" : [
        "Core",
        "WebRTC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RealtimeAPI",
      "module_type" : "SwiftTarget",
      "name" : "RealtimeAPI",
      "path" : "Sources/RealtimeAPI",
      "product_memberships" : [
        "RealtimeAPI"
      ],
      "sources" : [
        "RealtimeAPI.swift"
      ],
      "target_dependencies" : [
        "Core",
        "WebSocket",
        "WebRTC",
        "UI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Core",
      "module_type" : "SwiftTarget",
      "name" : "Core",
      "path" : "Sources/Core",
      "product_dependencies" : [
        "MetaCodable",
        "HelperCoders"
      ],
      "product_memberships" : [
        "RealtimeAPI"
      ],
      "sources" : [
        "Extensions/Result+async.swift",
        "Models/AudioData.swift",
        "Models/ClientEvent.swift",
        "Models/Item.swift",
        "Models/JSONSchema.swift",
        "Models/Model.swift",
        "Models/Response.swift",
        "Models/ServerError.swift",
        "Models/ServerEvent.swift",
        "Models/Session.swift",
        "Models/Tool.swift",
        "Protocols/Connector.swift",
        "RealtimeAPI.swift",
        "Support/helpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/livekit/webrtc-xcframework.git
[1/320] Fetching webrtc-xcframework
Fetched https://github.com/livekit/webrtc-xcframework.git from cache (0.37s)
Fetching https://github.com/SwiftyLab/MetaCodable.git
[1/106006] Fetching metacodable
Fetched https://github.com/SwiftyLab/MetaCodable.git from cache (7.86s)
Computing version for https://github.com/SwiftyLab/MetaCodable.git
Computed https://github.com/SwiftyLab/MetaCodable.git at 1.5.0 (11.59s)
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/16643] Fetching swift-argument-parser
[3497/34790] Fetching swift-argument-parser, swift-collections
[6779/107202] Fetching swift-argument-parser, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.15s)
[67388/90559] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (3.22s)
[49965/72412] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.12s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (10.10s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (3.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.14s)
Creating working copy for https://github.com/livekit/webrtc-xcframework.git
Working copy of https://github.com/livekit/webrtc-xcframework.git resolved at main (26be145)
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.3.0
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
Downloading binary artifact https://github.com/livekit/webrtc-xcframework/releases/download/137.7151.09/LiveKitWebRTC.xcframework.zip
[1371/64673869] Downloading https://github.com/livekit/webrtc-xcframework/releases/download/137.7151.09/LiveKitWebRTC.xcframework.zip
Downloaded https://github.com/livekit/webrtc-xcframework/releases/download/137.7151.09/LiveKitWebRTC.xcframework.zip (6.77s)
[1/1] Compiling plugin MetaProtocolCodable
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/52] Write sources
[29/52] Compiling _SwiftSyntaxCShims dummy.c
[30/52] Write swift-version-24593BA9C3E375BF.txt
[32/76] Emitting module SwiftSyntax600
[33/76] Emitting module SwiftSyntax509
[34/76] Emitting module InternalCollectionsUtilities
[35/78] Emitting module SwiftSyntax510
[36/78] Compiling SwiftSyntax510 Empty.swift
[37/79] Compiling SwiftSyntax509 Empty.swift
[38/80] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[39/80] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[40/80] Compiling InternalCollectionsUtilities UInt+reversed.swift
[41/80] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[42/80] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[43/80] Compiling SwiftSyntax601 Empty.swift
[44/80] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[45/80] Compiling SwiftSyntax600 Empty.swift
[46/80] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[47/80] Compiling InternalCollectionsUtilities Integer rank.swift
[48/80] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[49/80] Emitting module SwiftSyntax601
[50/81] Compiling InternalCollectionsUtilities _SortedCollection.swift
[51/81] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[52/81] Compiling InternalCollectionsUtilities Debugging.swift
[53/81] Compiling InternalCollectionsUtilities Descriptions.swift
[54/82] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[55/82] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[56/82] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/82] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/83] Wrapping AST for SwiftSyntax600 for debugging
[63/83] Wrapping AST for SwiftSyntax510 for debugging
[64/83] Wrapping AST for SwiftSyntax601 for debugging
[65/83] Wrapping AST for SwiftSyntax509 for debugging
[66/147] Wrapping AST for InternalCollectionsUtilities for debugging
[68/202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[69/202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[70/202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[71/202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[72/202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[73/202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[74/202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[75/209] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[76/209] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[77/209] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[78/209] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[79/209] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[80/209] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[81/209] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[82/209] Compiling OrderedCollections OrderedDictionary.swift
[83/209] Compiling OrderedCollections OrderedSet+Codable.swift
[84/209] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[85/209] Compiling OrderedCollections OrderedSet+Descriptions.swift
[86/209] Compiling OrderedCollections OrderedSet+Diffing.swift
[87/209] Compiling OrderedCollections OrderedSet+Equatable.swift
[88/209] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[89/209] Compiling OrderedCollections OrderedSet+Hashable.swift
[90/209] Compiling OrderedCollections OrderedSet+Initializers.swift
[91/209] Compiling OrderedCollections OrderedSet+Insertions.swift
[92/209] Compiling OrderedCollections OrderedSet+Invariants.swift
[93/209] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[94/209] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[95/209] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[96/209] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[97/209] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[98/209] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[99/209] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[100/209] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[101/209] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[102/209] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[103/209] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[104/209] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[105/209] Compiling OrderedCollections OrderedDictionary+Values.swift
[106/209] Compiling OrderedCollections OrderedDictionary+Codable.swift
[107/209] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[108/209] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[109/209] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[110/209] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[111/209] Compiling OrderedCollections OrderedDictionary+Elements.swift
[112/209] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[113/209] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[114/209] Compiling OrderedCollections _HashTable+Bucket.swift
[115/209] Compiling OrderedCollections _HashTable+BucketIterator.swift
[116/209] Compiling OrderedCollections _HashTable+Constants.swift
[117/209] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[118/209] Compiling OrderedCollections _HashTable+Testing.swift
[119/209] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[120/209] Compiling OrderedCollections _HashTable.swift
[121/209] Compiling OrderedCollections _Hashtable+Header.swift
[122/209] Compiling OrderedCollections OrderedSet+Sendable.swift
[123/209] Compiling OrderedCollections OrderedSet+SubSequence.swift
[124/209] Compiling OrderedCollections OrderedSet+Testing.swift
[125/209] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[126/209] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[127/209] Compiling OrderedCollections OrderedSet.swift
[128/209] Compiling OrderedCollections _UnsafeBitset.swift
[129/209] Emitting module OrderedCollections
[130/210] Wrapping AST for OrderedCollections for debugging
[150/219] Emitting module SwiftSyntax
[158/219] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[159/219] Compiling SwiftSyntax RawSyntaxValidation.swift
[196/219] Compiling SwiftSyntax SyntaxNodesAB.swift
[197/219] Compiling SwiftSyntax SyntaxNodesC.swift
[198/219] Compiling SwiftSyntax SyntaxNodesD.swift
[199/219] Compiling SwiftSyntax SyntaxNodesEF.swift
[200/219] Compiling SwiftSyntax SyntaxNodesGHI.swift
[201/219] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[202/219] Compiling SwiftSyntax SyntaxNodesOP.swift
[203/219] Compiling SwiftSyntax SyntaxNodesQRS.swift
[204/219] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[205/220] Wrapping AST for SwiftSyntax for debugging
[207/278] Compiling SwiftDiagnostics Message.swift
[208/279] Compiling SwiftDiagnostics Note.swift
[209/279] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[210/279] Compiling SwiftBasicFormat Syntax+Extensions.swift
[211/279] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[212/279] Compiling SwiftBasicFormat Indenter.swift
[213/279] Compiling SwiftBasicFormat InferIndentation.swift
[214/279] Compiling SwiftDiagnostics FixIt.swift
[215/279] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[216/279] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[217/279] Emitting module SwiftDiagnostics
[218/279] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[219/279] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[220/279] Compiling SwiftDiagnostics Convenience.swift
[221/279] Compiling SwiftDiagnostics Diagnostic.swift
[222/279] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[223/280] Compiling SwiftParser SwiftParserCompatibility.swift
[224/280] Compiling SwiftParser SwiftVersion.swift
[225/280] Compiling SwiftParser SyntaxUtils.swift
[226/280] Compiling SwiftParser TokenConsumer.swift
[227/280] Compiling SwiftParser TokenPrecedence.swift
[228/285] Wrapping AST for SwiftDiagnostics for debugging
[230/285] Emitting module SwiftBasicFormat
[231/285] Compiling SwiftBasicFormat BasicFormat.swift
[232/286] Wrapping AST for SwiftBasicFormat for debugging
[234/286] Emitting module SwiftParser
[235/286] Compiling SwiftParser Patterns.swift
[236/286] Compiling SwiftParser Recovery.swift
[237/286] Compiling SwiftParser Specifiers.swift
[238/286] Compiling SwiftParser Statements.swift
[239/286] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[240/286] Compiling SwiftParser StringLiterals.swift
[241/286] Compiling SwiftParser Modifiers.swift
[242/286] Compiling SwiftParser Names.swift
[243/286] Compiling SwiftParser Nominals.swift
[244/286] Compiling SwiftParser Parameters.swift
[245/286] Compiling SwiftParser ParseSourceFile.swift
[246/286] Compiling SwiftParser Parser.swift
[247/286] Compiling SwiftParser LexemeSequence.swift
[248/286] Compiling SwiftParser Lexer.swift
[249/286] Compiling SwiftParser RegexLiteralLexer.swift
[250/286] Compiling SwiftParser UnicodeScalarExtensions.swift
[251/286] Compiling SwiftParser Lookahead.swift
[252/286] Compiling SwiftParser LoopProgressCondition.swift
[253/286] Compiling SwiftParser TokenSpec.swift
[254/286] Compiling SwiftParser TokenSpecSet.swift
[255/286] Compiling SwiftParser TopLevel.swift
[256/286] Compiling SwiftParser TriviaParser.swift
[257/286] Compiling SwiftParser Types.swift
[258/286] Compiling SwiftParser ExperimentalFeatures.swift
[259/286] Compiling SwiftParser IsLexerClassified.swift
[260/286] Compiling SwiftParser LayoutNodes+Parsable.swift
[261/286] Compiling SwiftParser Parser+TokenSpecSet.swift
[262/286] Compiling SwiftParser TokenSpecStaticMembers.swift
[263/286] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[264/286] Compiling SwiftParser Expressions.swift
[265/286] Compiling SwiftParser IncrementalParseTransition.swift
[266/286] Compiling SwiftParser IsValidIdentifier.swift
[267/286] Compiling SwiftParser Cursor.swift
[268/286] Compiling SwiftParser Lexeme.swift
[273/286] Compiling SwiftParser Declarations.swift
[274/286] Compiling SwiftParser Directives.swift
[275/287] Wrapping AST for SwiftParser for debugging
[277/310] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[278/311] Compiling SwiftOperators PrecedenceGroup.swift
[279/312] Compiling SwiftOperators PrecedenceGraph.swift
[280/312] Compiling SwiftOperators OperatorTable.swift
[281/312] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[282/312] Compiling SwiftOperators OperatorTable+Semantics.swift
[283/312] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[284/312] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[285/312] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[286/312] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[287/312] Emitting module SwiftOperators
[288/312] Compiling SwiftOperators OperatorTable+Folding.swift
[289/312] Compiling SwiftOperators SyntaxSynthesis.swift
[290/313] Wrapping AST for SwiftOperators for debugging
[292/313] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[293/313] Compiling SwiftParserDiagnostics Utils.swift
[294/313] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[295/313] Emitting module SwiftParserDiagnostics
[298/313] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[299/313] Compiling SwiftParserDiagnostics PresenceUtils.swift
[300/313] Compiling SwiftParserDiagnostics MissingNodesError.swift
[301/313] Compiling SwiftParserDiagnostics MissingTokenError.swift
[304/314] Wrapping AST for SwiftParserDiagnostics for debugging
[306/329] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[307/329] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[308/330] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[309/330] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[310/330] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[311/330] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[312/330] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[313/330] Compiling SwiftSyntaxBuilder Indenter.swift
[314/330] Compiling SwiftSyntaxBuilder ListBuilder.swift
[315/330] Emitting module SwiftSyntaxBuilder
[316/330] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[317/330] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[318/330] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[319/330] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[320/330] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[321/330] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[322/331] Wrapping AST for SwiftSyntaxBuilder for debugging
[324/348] Compiling SwiftSyntaxMacros Macro.swift
[325/348] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[326/348] Compiling SwiftSyntaxMacros MemberMacro.swift
[327/348] Compiling SwiftSyntaxMacros PeerMacro.swift
[328/350] Compiling SwiftSyntaxMacros AccessorMacro.swift
[329/350] Compiling SwiftSyntaxMacros AttachedMacro.swift
[330/350] Compiling SwiftSyntaxMacros BodyMacro.swift
[331/350] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[332/350] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[333/350] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[334/350] Compiling SwiftSyntaxMacros Macro+Format.swift
[335/350] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[336/350] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[337/350] Emitting module SwiftSyntaxMacros
[338/350] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[339/350] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[340/350] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[341/350] Compiling SwiftSyntaxMacros PreambleMacro.swift
[342/350] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[343/351] Wrapping AST for SwiftSyntaxMacros for debugging
[345/451] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[346/452] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[347/452] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[348/452] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[349/452] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[350/452] Emitting module SwiftSyntaxMacroExpansion
[351/452] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[352/452] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[353/452] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[354/452] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[355/453] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[357/465] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[358/465] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[359/466] Emitting module SwiftCompilerPluginMessageHandling
[360/466] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[361/466] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[362/466] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[363/466] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[364/466] Compiling PluginCore IgnoredInitialization.swift
[365/466] Compiling PluginCore MemberwiseInitGenerator.swift
[366/466] Compiling PluginCore OptionalInitialization.swift
[367/466] Compiling PluginCore RequiredInitialization.swift
[368/466] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[369/466] Compiling PluginCore RequiredVariableInitialization.swift
[370/466] Compiling PluginCore VariableInitialization.swift
[371/466] Compiling PluginCore AliasedPropertyVariable.swift
[372/466] Compiling PluginCore AnyPropertyVariable.swift
[373/466] Compiling PluginCore BasicPropertyVariable.swift
[374/466] Compiling PluginCore DecodingFallback.swift
[375/466] Compiling PluginCore DefaultValueVariable.swift
[376/466] Compiling PluginCore HelperCodedVariable.swift
[377/478] Compiling PluginCore InitializationVariable.swift
[378/478] Compiling PluginCore KeyedVariable.swift
[379/478] Compiling PluginCore PropertyVariable.swift
[380/478] Compiling PluginCore StrategyVariable.swift
[381/478] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[382/478] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[383/478] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[384/478] Compiling PluginCore PropertyVariableTreeNode.swift
[385/478] Compiling PluginCore AssociatedDeclSyntax.swift
[386/478] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[387/478] Compiling PluginCore MemberGroupSyntax.swift
[388/478] Compiling PluginCore PropertyDeclSyntax.swift
[389/478] Compiling PluginCore DuplicateUsage.swift
[390/478] Compiling PluginCore GroupedVariableDeclaration.swift
[391/478] Compiling PluginCore InvalidCombination.swift
[392/478] Compiling PluginCore InvalidDeclaration.swift
[393/478] Compiling PluginCore MetaCodableMessage.swift
[394/478] Compiling PluginCore StaticVariableDeclaration.swift
[395/478] Compiling PluginCore UninitializedVariableDecl.swift
[396/478] Compiling PluginCore AttributeExpander.swift
[397/478] Compiling PluginCore DeclModifiersGenerator.swift
[398/478] Compiling PluginCore Options.swift
[399/478] Compiling PluginCore ComposedVariable.swift
[400/478] Compiling PluginCore ConditionalCodingVariable.swift
[401/478] Compiling PluginCore AssociatedVariable.swift
[402/478] Compiling PluginCore BasicAssociatedVariable.swift
[403/478] Compiling PluginCore BasicEnumCaseVariable.swift
[404/478] Compiling PluginCore EnumCaseVariable.swift
[405/478] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[406/478] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[407/478] Compiling PluginCore AnyEnumSwitcher.swift
[408/478] Compiling PluginCore EnumSwitcherVariable.swift
[409/478] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[410/478] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[411/478] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[412/478] Compiling PluginCore UnTaggedEnumSwitcher.swift
[413/478] Compiling PluginCore AnyInitialization.swift
[414/478] Compiling PluginCore AnyRequiredVariableInitialization.swift
[415/478] Compiling PluginCore DecodedAt.swift
[416/478] Compiling PluginCore EncodedAt.swift
[417/478] Compiling PluginCore KeyPathProvider.swift
[418/478] Compiling PluginCore MemberInit+Expansion.swift
[419/478] Compiling PluginCore MemberInit.swift
[420/478] Compiling PluginCore PeerAttribute.swift
[421/478] Compiling PluginCore AggregatedDiagnosticProducer.swift
[422/478] Compiling PluginCore CombinedUsage.swift
[423/478] Compiling PluginCore ArgumentCountCondition.swift
[424/478] Compiling PluginCore DeclarationCondition.swift
[425/478] Compiling PluginCore DiagnosticCondition.swift
[426/478] Compiling PluginCore ConditionalDiagnosticProducer.swift
[427/478] Compiling PluginCore DiagnosticProducer.swift
[428/478] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[429/478] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[430/478] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[431/478] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[432/478] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[433/478] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[434/479] Compiling PluginCore AttributableDeclSyntax.swift
[435/479] Compiling PluginCore Attribute.swift
[436/479] Compiling PluginCore Codable+Expansion.swift
[437/479] Compiling PluginCore Codable.swift
[438/479] Compiling PluginCore CodingKeyTransformer.swift
[439/479] Compiling PluginCore CodingKeys.swift
[440/479] Compiling PluginCore Strategy.swift
[441/479] Compiling PluginCore AttributeExpander+Decodable.swift
[442/479] Compiling PluginCore Decodable+Expansion.swift
[443/479] Compiling PluginCore Decodable.swift
[444/479] Compiling PluginCore AttributeExpander+Encodable.swift
[445/479] Compiling PluginCore Encodable+Expansion.swift
[446/479] Compiling PluginCore Encodable.swift
[447/479] Emitting module PluginCore
[456/479] Compiling PluginCore IgnoreDecoding.swift
[457/479] Compiling PluginCore IgnoreEncoding.swift
[458/479] Compiling PluginCore CodedAt.swift
[459/479] Compiling PluginCore CodedIn.swift
[460/479] Compiling PluginCore ContentAt.swift
[461/479] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[463/481] Emitting module SwiftCompilerPlugin
[464/481] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[465/482] Wrapping AST for SwiftCompilerPlugin for debugging
[467/482] Compiling PluginCore VariableSyntax.swift
[468/482] Compiling PluginCore ActorVariable.swift
[469/482] Compiling PluginCore ClassVariable.swift
[470/482] Compiling PluginCore Case.swift
[471/482] Compiling PluginCore CodingKeysMap.swift
[472/482] Compiling PluginCore Key.swift
[473/482] Compiling PluginCore ConstraintGenerator.swift
[474/482] Compiling PluginCore Registration.swift
[475/482] Compiling PluginCore EnumVariable.swift
[476/482] Compiling PluginCore MemberGroup.swift
[477/482] Compiling PluginCore TypeVariable.swift
[478/482] Compiling PluginCore Variable.swift
[479/483] Wrapping AST for PluginCore for debugging
[481/486] Compiling MacroPlugin Plugin.swift
[482/486] Compiling MacroPlugin Definitions.swift
[483/486] Emitting module MacroPlugin
[484/487] Wrapping AST for MacroPlugin for debugging
[485/487] Write Objects.LinkFileList
[486/487] Linking MacroPlugin-tool
[488/509] Emitting module MetaCodable
[489/511] Compiling MetaCodable EncodedAt.swift
[490/511] Compiling MetaCodable HelperCoder.swift
[491/511] Compiling MetaCodable LossySequence.swift
[492/511] Compiling MetaCodable Codable.swift
[493/511] Compiling MetaCodable CodableCommonStrategy.swift
[494/511] Compiling MetaCodable CodingKeys.swift
[495/511] Compiling MetaCodable IgnoreCoding.swift
[496/511] Compiling MetaCodable MemberInit.swift
[497/511] Compiling MetaCodable CodedBy.swift
[498/511] Compiling MetaCodable CodedIn.swift
[499/511] Compiling MetaCodable ContentAt.swift
[500/511] Compiling MetaCodable UnTagged.swift
[501/511] Compiling MetaCodable CodedAs.swift
[502/511] Compiling MetaCodable CodedAt.swift
[503/511] Compiling MetaCodable DecodedAt.swift
[504/511] Compiling MetaCodable Default.swift
[505/511] Compiling MetaCodable DynamicCodable.swift
[506/511] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[507/511] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[508/511] Compiling MetaCodable DynamicCodableIdentifier.swift
[509/511] Compiling MetaCodable Decodable.swift
[510/511] Compiling MetaCodable Encodable.swift
[511/511] Compiling MetaCodable IgnoreCodingInitialized.swift
[513/526] Compiling HelperCoders DefaultSequenceElementCoding.swift
[514/526] Compiling HelperCoders SequenceCoder.swift
[515/526] Compiling HelperCoders NonConformingCoder.swift
[516/526] Compiling HelperCoders PropertyWrapperCoder.swift
[517/527] Compiling HelperCoders ValueCoder.swift
[518/527] Compiling HelperCoders String.swift
[519/527] Compiling HelperCoders SequenceCoderConfiguration.swift
[520/527] Compiling HelperCoders HelperCoderStrategy.swift
[521/527] Compiling HelperCoders Bool.swift
[522/527] Compiling HelperCoders Number.swift
[523/527] Compiling HelperCoders DateCoder.swift
[524/527] Compiling HelperCoders Since1970DateCoder.swift
[525/527] Emitting module HelperCoders
[526/527] Compiling HelperCoders Base64Coder.swift
[527/527] Compiling HelperCoders ConditionalCoder.swift
[529/542] Compiling Core Response.swift
[530/542] Compiling Core ServerError.swift
[531/543] Compiling Core helpers.swift
[532/543] Compiling Core RealtimeAPI.swift
/host/spi-builder-workspace/Sources/Core/Protocols/Connector.swift:10:43: error: cannot find type 'URLRequest' in scope
 8 | 	var events: AsyncThrowingStream<ServerEvent, Error> { get }
 9 |
10 | 	static func create(connectingTo request: URLRequest) async throws -> Self
   |                                           `- error: cannot find type 'URLRequest' in scope
11 |
12 | 	func disconnect()
[533/543] Compiling Core Tool.swift
/host/spi-builder-workspace/Sources/Core/Protocols/Connector.swift:10:43: error: cannot find type 'URLRequest' in scope
 8 | 	var events: AsyncThrowingStream<ServerEvent, Error> { get }
 9 |
10 | 	static func create(connectingTo request: URLRequest) async throws -> Self
   |                                           `- error: cannot find type 'URLRequest' in scope
11 |
12 | 	func disconnect()
[534/543] Compiling Core Connector.swift
/host/spi-builder-workspace/Sources/Core/Protocols/Connector.swift:10:43: error: cannot find type 'URLRequest' in scope
 8 | 	var events: AsyncThrowingStream<ServerEvent, Error> { get }
 9 |
10 | 	static func create(connectingTo request: URLRequest) async throws -> Self
   |                                           `- error: cannot find type 'URLRequest' in scope
11 |
12 | 	func disconnect()
error: emit-module command failed with exit code 1 (use -v to see invocation)
[535/543] Compiling Core JSONSchema.swift
[536/543] Compiling Core Model.swift
[537/543] Compiling Core ClientEvent.swift
[538/543] Compiling Core Item.swift
[539/543] Compiling Core Result+async.swift
[540/543] Compiling Core AudioData.swift
[541/543] Compiling Core ServerEvent.swift
[542/543] Compiling Core Session.swift
[543/543] Emitting module Core
/host/spi-builder-workspace/Sources/Core/Protocols/Connector.swift:10:43: error: cannot find type 'URLRequest' in scope
 8 | 	var events: AsyncThrowingStream<ServerEvent, Error> { get }
 9 |
10 | 	static func create(connectingTo request: URLRequest) async throws -> Self
   |                                           `- error: cannot find type 'URLRequest' in scope
11 |
12 | 	func disconnect()
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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/25] Write swift-version-24593BA9C3E375BF.txt
[5/49] Emitting module SwiftSyntax510
[6/49] Emitting module SwiftSyntax600
[7/49] Compiling SwiftSyntax600 Empty.swift
[9/50] Emitting module SwiftSyntax509
[10/50] Compiling SwiftSyntax509 Empty.swift
[11/51] Compiling SwiftSyntax510 Empty.swift
[12/51] Emitting module SwiftSyntax601
[13/51] Compiling SwiftSyntax601 Empty.swift
[14/53] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/53] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/55] Emitting module InternalCollectionsUtilities
[19/55] Compiling InternalCollectionsUtilities Debugging.swift
[20/55] Compiling InternalCollectionsUtilities Descriptions.swift
[22/55] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[23/55] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[24/55] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[25/55] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[26/55] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/55] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/55] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[29/55] Compiling InternalCollectionsUtilities Integer rank.swift
[30/55] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[31/55] Compiling InternalCollectionsUtilities UInt+reversed.swift
[32/55] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[33/55] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[34/55] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[36/170] Compiling SwiftSyntax EditorPlaceholder.swift
[37/170] Compiling SwiftSyntax Identifier.swift
[38/170] Compiling SwiftSyntax MemoryLayout.swift
[39/170] Compiling SwiftSyntax MissingNodeInitializers.swift
[40/170] Compiling SwiftSyntax RawSyntax.swift
[41/170] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[42/170] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[43/177] Compiling SwiftSyntax SyntaxText.swift
[44/177] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[45/177] Compiling SwiftSyntax TokenDiagnostic.swift
[46/177] Compiling SwiftSyntax TokenSequence.swift
[47/177] Compiling SwiftSyntax TokenSyntax.swift
[48/177] Compiling SwiftSyntax Trivia.swift
[49/177] Compiling SwiftSyntax Utils.swift
[50/177] Compiling SwiftSyntax ChildNameForKeyPath.swift
[51/177] Compiling SwiftSyntax SyntaxRewriter.swift
[52/177] Compiling SwiftSyntax SyntaxTraits.swift
[53/177] Compiling SwiftSyntax SyntaxVisitor.swift
[54/177] Compiling SwiftSyntax TokenKind.swift
[55/177] Compiling SwiftSyntax Tokens.swift
[56/177] Compiling SwiftSyntax TriviaPieces.swift
[57/177] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[58/177] Compiling SwiftSyntax Keyword.swift
[59/177] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[60/177] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[61/177] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[62/177] Compiling SwiftSyntax SyntaxBaseNodes.swift
[63/177] Compiling SwiftSyntax SyntaxCollections.swift
[64/177] Compiling SwiftSyntax SyntaxEnum.swift
[65/177] Compiling SwiftSyntax SyntaxKind.swift
[66/177] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[67/177] Compiling SwiftSyntax SyntaxChildren.swift
[68/177] Compiling SwiftSyntax SyntaxCollection.swift
[69/177] Compiling SwiftSyntax SyntaxHashable.swift
[70/177] Compiling SwiftSyntax SyntaxIdentifier.swift
[71/177] Compiling SwiftSyntax SyntaxNodeFactory.swift
[72/177] Compiling SwiftSyntax SyntaxNodeStructure.swift
[73/177] Compiling SwiftSyntax SyntaxProtocol.swift
[74/177] Compiling SwiftSyntax RawSyntaxTokenView.swift
[75/177] Compiling SwiftSyntax SourceEdit.swift
[76/177] Compiling SwiftSyntax SourceLength.swift
[77/177] Compiling SwiftSyntax SourceLocation.swift
[78/177] Compiling SwiftSyntax SourcePresence.swift
[79/177] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[80/177] Compiling SwiftSyntax Syntax.swift
[81/177] Compiling SwiftSyntax SyntaxArena.swift
[82/177] Compiling OrderedCollections OrderedSet+Sendable.swift
[83/177] Compiling OrderedCollections OrderedSet+SubSequence.swift
[84/177] Compiling OrderedCollections OrderedSet+Testing.swift
[85/177] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[86/177] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[87/177] Compiling OrderedCollections OrderedSet.swift
[88/177] Compiling OrderedCollections _UnsafeBitset.swift
[89/177] Compiling SwiftSyntax AbsolutePosition.swift
[90/177] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[91/177] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[92/177] Compiling SwiftSyntax Assert.swift
[93/177] Compiling SwiftSyntax BumpPtrAllocator.swift
[94/177] Compiling SwiftSyntax CommonAncestor.swift
[95/177] Compiling SwiftSyntax Convenience.swift
[96/177] Compiling SwiftSyntax CustomTraits.swift
[97/177] Emitting module OrderedCollections
[126/186] Emitting module SwiftSyntax
[134/186] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[135/186] Compiling SwiftSyntax RawSyntaxValidation.swift
[163/186] Compiling SwiftSyntax SyntaxNodesAB.swift
[164/186] Compiling SwiftSyntax SyntaxNodesC.swift
[165/186] Compiling SwiftSyntax SyntaxNodesD.swift
[166/186] Compiling SwiftSyntax SyntaxNodesEF.swift
[167/186] Compiling SwiftSyntax SyntaxNodesGHI.swift
[168/186] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[169/186] Compiling SwiftSyntax SyntaxNodesOP.swift
[170/186] Compiling SwiftSyntax SyntaxNodesQRS.swift
[171/186] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[173/203] Compiling SwiftBasicFormat Syntax+Extensions.swift
[174/203] Compiling SwiftDiagnostics Message.swift
[175/204] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[176/204] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[177/229] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[178/229] Compiling SwiftParser Expressions.swift
[179/229] Emitting module SwiftDiagnostics
[180/245] Compiling SwiftDiagnostics Note.swift
[181/245] Compiling SwiftBasicFormat Indenter.swift
[182/245] Compiling SwiftDiagnostics FixIt.swift
[183/245] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[184/245] Compiling SwiftBasicFormat InferIndentation.swift
[185/245] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[186/245] Compiling SwiftParser IncrementalParseTransition.swift
[187/245] Compiling SwiftParser IsValidIdentifier.swift
[188/245] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[190/245] Emitting module SwiftBasicFormat
[191/245] Compiling SwiftBasicFormat BasicFormat.swift
[193/245] Compiling SwiftParser Modifiers.swift
[194/245] Compiling SwiftParser Names.swift
[195/245] Compiling SwiftParser Nominals.swift
[196/245] Compiling SwiftParser Parameters.swift
[197/245] Compiling SwiftParser ParseSourceFile.swift
[198/245] Compiling SwiftParser Parser.swift
[199/250] Compiling SwiftParser LexemeSequence.swift
[200/250] Compiling SwiftParser Lexer.swift
[201/250] Compiling SwiftParser RegexLiteralLexer.swift
[202/250] Compiling SwiftParser UnicodeScalarExtensions.swift
[203/250] Compiling SwiftParser Lookahead.swift
[204/250] Compiling SwiftParser LoopProgressCondition.swift
[205/250] Emitting module SwiftParser
[206/250] Compiling SwiftParser Patterns.swift
[207/250] Compiling SwiftParser Recovery.swift
[208/250] Compiling SwiftParser Specifiers.swift
[209/250] Compiling SwiftParser Statements.swift
[210/250] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[211/250] Compiling SwiftParser StringLiterals.swift
[212/250] Compiling SwiftParser TokenSpec.swift
[213/250] Compiling SwiftParser TokenSpecSet.swift
[214/250] Compiling SwiftParser TopLevel.swift
[215/250] Compiling SwiftParser TriviaParser.swift
[216/250] Compiling SwiftParser Types.swift
[217/250] Compiling SwiftParser SwiftParserCompatibility.swift
[218/250] Compiling SwiftParser SwiftVersion.swift
[219/250] Compiling SwiftParser SyntaxUtils.swift
[220/250] Compiling SwiftParser TokenConsumer.swift
[221/250] Compiling SwiftParser TokenPrecedence.swift
[222/250] Compiling SwiftParser Attributes.swift
[223/250] Compiling SwiftParser Availability.swift
[224/250] Compiling SwiftParser CharacterInfo.swift
[225/250] Compiling SwiftParser CollectionNodes+Parsable.swift
[226/250] Compiling SwiftParser Declarations.swift
[227/250] Compiling SwiftParser Directives.swift
[232/250] Compiling SwiftParser Cursor.swift
[233/250] Compiling SwiftParser Lexeme.swift
[234/250] Compiling SwiftParser ExperimentalFeatures.swift
[235/250] Compiling SwiftParser IsLexerClassified.swift
[236/250] Compiling SwiftParser LayoutNodes+Parsable.swift
[237/250] Compiling SwiftParser Parser+TokenSpecSet.swift
[238/250] Compiling SwiftParser TokenSpecStaticMembers.swift
[240/273] Compiling SwiftParserDiagnostics MissingNodesError.swift
[241/273] Compiling SwiftParserDiagnostics MissingTokenError.swift
[242/274] Compiling SwiftOperators OperatorTable.swift
[243/274] Compiling SwiftOperators PrecedenceGraph.swift
[244/274] Compiling SwiftOperators PrecedenceGroup.swift
[245/274] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[246/275] Compiling SwiftOperators OperatorTable+Folding.swift
[247/275] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[248/275] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[249/275] Compiling SwiftOperators OperatorTable+Semantics.swift
[250/275] Emitting module SwiftOperators
[251/275] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[252/275] Compiling SwiftOperators SyntaxSynthesis.swift
[253/276] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[254/276] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[255/276] Compiling SwiftParserDiagnostics Utils.swift
[257/275] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[258/275] Compiling SwiftParserDiagnostics PresenceUtils.swift
[261/275] Emitting module SwiftParserDiagnostics
[262/275] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[263/275] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[267/290] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[268/290] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[269/290] Compiling SwiftSyntaxBuilder Indenter.swift
[270/290] Compiling SwiftSyntaxBuilder ListBuilder.swift
[271/291] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[272/291] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[273/291] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[274/291] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[275/291] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[276/291] Emitting module SwiftSyntaxBuilder
[277/291] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[278/291] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[279/291] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[280/291] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[281/291] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[282/291] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[284/308] Compiling SwiftSyntaxMacros AccessorMacro.swift
[285/308] Compiling SwiftSyntaxMacros AttachedMacro.swift
[286/308] Compiling SwiftSyntaxMacros BodyMacro.swift
[287/310] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[288/310] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[289/310] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[290/310] Emitting module SwiftSyntaxMacros
[291/310] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[292/310] Compiling SwiftSyntaxMacros Macro+Format.swift
[293/310] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[294/310] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[295/310] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[296/310] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[297/310] Compiling SwiftSyntaxMacros MemberMacro.swift
[298/310] Compiling SwiftSyntaxMacros PeerMacro.swift
[299/310] Compiling SwiftSyntaxMacros Macro.swift
[300/310] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[301/310] Compiling SwiftSyntaxMacros PreambleMacro.swift
[302/310] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[304/410] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[305/411] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[306/411] Emitting module SwiftSyntaxMacroExpansion
[307/411] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[308/411] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[309/411] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[310/411] Compiling PluginCore AttributableDeclSyntax.swift
[311/411] Compiling PluginCore Attribute.swift
[312/411] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[313/411] Emitting module PluginCore
[314/423] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[316/423] Compiling PluginCore IgnoredInitialization.swift
[317/423] Compiling PluginCore MemberwiseInitGenerator.swift
[318/423] Compiling PluginCore OptionalInitialization.swift
[319/423] Compiling PluginCore RequiredInitialization.swift
[320/423] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[321/423] Compiling PluginCore RequiredVariableInitialization.swift
[322/423] Compiling PluginCore VariableInitialization.swift
[323/423] Compiling PluginCore AliasedPropertyVariable.swift
[324/423] Compiling PluginCore AnyPropertyVariable.swift
[325/423] Compiling PluginCore BasicPropertyVariable.swift
[326/423] Compiling PluginCore DecodingFallback.swift
[327/423] Compiling PluginCore DefaultValueVariable.swift
[328/423] Compiling PluginCore HelperCodedVariable.swift
[329/423] Compiling PluginCore InitializationVariable.swift
[330/423] Compiling PluginCore KeyedVariable.swift
[331/423] Compiling PluginCore PropertyVariable.swift
[332/423] Compiling PluginCore StrategyVariable.swift
[333/423] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[334/423] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[335/423] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[336/423] Compiling PluginCore PropertyVariableTreeNode.swift
[337/423] Compiling PluginCore AssociatedDeclSyntax.swift
[338/423] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[339/423] Compiling PluginCore MemberGroupSyntax.swift
[340/423] Compiling PluginCore PropertyDeclSyntax.swift
[341/423] Compiling PluginCore DuplicateUsage.swift
[342/423] Compiling PluginCore GroupedVariableDeclaration.swift
[343/423] Compiling PluginCore InvalidCombination.swift
[344/423] Compiling PluginCore InvalidDeclaration.swift
[345/423] Compiling PluginCore MetaCodableMessage.swift
[346/423] Compiling PluginCore StaticVariableDeclaration.swift
[347/423] Compiling PluginCore UninitializedVariableDecl.swift
[348/423] Compiling PluginCore AttributeExpander.swift
[349/423] Compiling PluginCore DeclModifiersGenerator.swift
[350/423] Compiling PluginCore Options.swift
[351/423] Compiling PluginCore ComposedVariable.swift
[352/423] Compiling PluginCore ConditionalCodingVariable.swift
[353/423] Compiling PluginCore AssociatedVariable.swift
[354/423] Compiling PluginCore DecodedAt.swift
[355/423] Compiling PluginCore EncodedAt.swift
[356/423] Compiling PluginCore KeyPathProvider.swift
[357/423] Compiling PluginCore MemberInit+Expansion.swift
[358/423] Compiling PluginCore MemberInit.swift
[359/423] Compiling PluginCore PeerAttribute.swift
[360/423] Compiling PluginCore AggregatedDiagnosticProducer.swift
[361/423] Compiling PluginCore CombinedUsage.swift
[362/423] Compiling PluginCore ArgumentCountCondition.swift
[363/423] Compiling PluginCore DeclarationCondition.swift
[364/423] Compiling PluginCore DiagnosticCondition.swift
[365/423] Compiling PluginCore ConditionalDiagnosticProducer.swift
[366/423] Compiling PluginCore DiagnosticProducer.swift
[367/423] Compiling PluginCore BasicAssociatedVariable.swift
[368/423] Compiling PluginCore BasicEnumCaseVariable.swift
[369/423] Compiling PluginCore EnumCaseVariable.swift
[370/423] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[371/423] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[372/423] Compiling PluginCore AnyEnumSwitcher.swift
[373/423] Compiling PluginCore EnumSwitcherVariable.swift
[374/423] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[375/423] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[376/423] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[377/423] Compiling PluginCore UnTaggedEnumSwitcher.swift
[378/423] Compiling PluginCore AnyInitialization.swift
[379/423] Compiling PluginCore AnyRequiredVariableInitialization.swift
[382/423] Compiling PluginCore Codable+Expansion.swift
[383/423] Compiling PluginCore Codable.swift
[384/423] Compiling PluginCore CodingKeyTransformer.swift
[385/423] Compiling PluginCore CodingKeys.swift
[386/423] Compiling PluginCore Strategy.swift
[387/423] Compiling PluginCore AttributeExpander+Decodable.swift
[388/423] Compiling PluginCore Decodable+Expansion.swift
[389/423] Compiling PluginCore Decodable.swift
[390/423] Compiling PluginCore AttributeExpander+Encodable.swift
[391/423] Compiling PluginCore Encodable+Expansion.swift
[392/423] Compiling PluginCore Encodable.swift
[393/423] Compiling PluginCore IgnoreCodingInitialized.swift
[394/423] Compiling PluginCore Inherits.swift
[395/423] Compiling PluginCore StrategyFinder.swift
[396/423] Compiling PluginCore UnTagged.swift
[397/423] Compiling PluginCore CodedAs.swift
[398/423] Compiling PluginCore CodedBy.swift
[399/423] Compiling PluginCore Default.swift
[400/423] Compiling PluginCore IgnoreCoding.swift
[401/423] Compiling PluginCore IgnoreDecoding.swift
[402/423] Compiling PluginCore IgnoreEncoding.swift
[403/423] Compiling PluginCore CodedAt.swift
[404/423] Compiling PluginCore CodedIn.swift
[405/423] Compiling PluginCore ContentAt.swift
[406/435] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[407/435] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[408/436] Compiling PluginCore VariableSyntax.swift
[409/436] Compiling PluginCore ActorVariable.swift
[410/436] Compiling PluginCore ClassVariable.swift
[411/436] Compiling PluginCore Case.swift
[412/436] Compiling PluginCore CodingKeysMap.swift
[413/436] Compiling PluginCore Key.swift
[414/436] Compiling PluginCore ConstraintGenerator.swift
[415/436] Compiling PluginCore Registration.swift
[416/436] Compiling PluginCore EnumVariable.swift
[417/436] Compiling PluginCore MemberGroup.swift
[418/436] Compiling PluginCore TypeVariable.swift
[419/436] Compiling PluginCore Variable.swift
[420/437] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[422/436] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[423/436] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[424/436] Emitting module SwiftCompilerPluginMessageHandling
[425/436] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[426/436] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[427/436] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[428/436] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[429/436] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[430/436] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[431/436] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[433/438] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[434/438] Emitting module SwiftCompilerPlugin
[436/441] Compiling MacroPlugin Plugin.swift
[437/441] Emitting module MacroPlugin
[438/441] Compiling MacroPlugin Definitions.swift
[439/441] Write Objects.LinkFileList
[440/441] Linking MacroPlugin-tool
[442/463] Compiling MetaCodable UnTagged.swift
[443/463] Compiling MetaCodable CodedAs.swift
[444/463] Compiling MetaCodable CodedAt.swift
[445/465] Compiling MetaCodable Codable.swift
[446/465] Compiling MetaCodable CodableCommonStrategy.swift
[447/465] Compiling MetaCodable CodingKeys.swift
[448/465] Compiling MetaCodable Decodable.swift
[449/465] Compiling MetaCodable Encodable.swift
[450/465] Compiling MetaCodable IgnoreCodingInitialized.swift
[451/465] Emitting module MetaCodable
[452/465] Compiling MetaCodable IgnoreCoding.swift
[453/465] Compiling MetaCodable MemberInit.swift
[454/465] Compiling MetaCodable DecodedAt.swift
[455/465] Compiling MetaCodable Default.swift
[456/465] Compiling MetaCodable DynamicCodable.swift
[457/465] Compiling MetaCodable EncodedAt.swift
[458/465] Compiling MetaCodable HelperCoder.swift
[459/465] Compiling MetaCodable LossySequence.swift
[460/465] Compiling MetaCodable CodedBy.swift
[461/465] Compiling MetaCodable CodedIn.swift
[462/465] Compiling MetaCodable ContentAt.swift
[463/465] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[464/465] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[465/465] Compiling MetaCodable DynamicCodableIdentifier.swift
[467/480] Compiling HelperCoders String.swift
[468/480] Compiling HelperCoders SequenceCoderConfiguration.swift
[469/480] Compiling HelperCoders HelperCoderStrategy.swift
[470/481] Emitting module HelperCoders
[471/481] Compiling HelperCoders NonConformingCoder.swift
[472/481] Compiling HelperCoders PropertyWrapperCoder.swift
[473/481] Compiling HelperCoders DateCoder.swift
[474/481] Compiling HelperCoders Since1970DateCoder.swift
[475/481] Compiling HelperCoders Base64Coder.swift
[476/481] Compiling HelperCoders ConditionalCoder.swift
[477/481] Compiling HelperCoders DefaultSequenceElementCoding.swift
[478/481] Compiling HelperCoders SequenceCoder.swift
[479/481] Compiling HelperCoders Bool.swift
[480/481] Compiling HelperCoders Number.swift
[481/481] Compiling HelperCoders ValueCoder.swift
[483/496] Compiling Core Response.swift
[484/496] Compiling Core ServerError.swift
[485/497] Compiling Core helpers.swift
[486/497] Compiling Core RealtimeAPI.swift
/host/spi-builder-workspace/Sources/Core/Protocols/Connector.swift:10:43: error: cannot find type 'URLRequest' in scope
 8 | 	var events: AsyncThrowingStream<ServerEvent, Error> { get }
 9 |
10 | 	static func create(connectingTo request: URLRequest) async throws -> Self
   |                                           `- error: cannot find type 'URLRequest' in scope
11 |
12 | 	func disconnect()
[487/497] Compiling Core Tool.swift
/host/spi-builder-workspace/Sources/Core/Protocols/Connector.swift:10:43: error: cannot find type 'URLRequest' in scope
 8 | 	var events: AsyncThrowingStream<ServerEvent, Error> { get }
 9 |
10 | 	static func create(connectingTo request: URLRequest) async throws -> Self
   |                                           `- error: cannot find type 'URLRequest' in scope
11 |
12 | 	func disconnect()
[488/497] Compiling Core Connector.swift
/host/spi-builder-workspace/Sources/Core/Protocols/Connector.swift:10:43: error: cannot find type 'URLRequest' in scope
 8 | 	var events: AsyncThrowingStream<ServerEvent, Error> { get }
 9 |
10 | 	static func create(connectingTo request: URLRequest) async throws -> Self
   |                                           `- error: cannot find type 'URLRequest' in scope
11 |
12 | 	func disconnect()
error: emit-module command failed with exit code 1 (use -v to see invocation)
[489/497] Emitting module Core
/host/spi-builder-workspace/Sources/Core/Protocols/Connector.swift:10:43: error: cannot find type 'URLRequest' in scope
 8 | 	var events: AsyncThrowingStream<ServerEvent, Error> { get }
 9 |
10 | 	static func create(connectingTo request: URLRequest) async throws -> Self
   |                                           `- error: cannot find type 'URLRequest' in scope
11 |
12 | 	func disconnect()
[490/497] Compiling Core JSONSchema.swift
[491/497] Compiling Core Model.swift
[492/497] Compiling Core ClientEvent.swift
[493/497] Compiling Core Item.swift
[494/497] Compiling Core ServerEvent.swift
[495/497] Compiling Core Session.swift
[496/497] Compiling Core Result+async.swift
[497/497] Compiling Core AudioData.swift
BUILD FAILURE 6.1 wasm