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 1.0.0-beta (3b7ddc), with Swift 6.1 for Wasm on 10 Sep 2025 21:50:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/m1guelpf/swift-realtime-openai.git
Reference: 1.0.0-beta
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
 * tag               1.0.0-beta -> FETCH_HEAD
HEAD is now at 3b7ddc7 wip
Cloned https://github.com/m1guelpf/swift-realtime-openai.git
Revision (git rev-parse @):
3b7ddc7154f92360165c85c7096ae8912f16ab90
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/m1guelpf/swift-realtime-openai.git at 1.0.0-beta
========================================
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-4606859-0":/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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
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/310] Fetching webrtc-xcframework
Fetched https://github.com/livekit/webrtc-xcframework.git from cache (0.26s)
Fetching https://github.com/SwiftyLab/MetaCodable.git
[1/105961] Fetching metacodable
Fetched https://github.com/SwiftyLab/MetaCodable.git from cache (10.16s)
Computing version for https://github.com/SwiftyLab/MetaCodable.git
Computed https://github.com/SwiftyLab/MetaCodable.git at 1.5.0 (13.79s)
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/15914] Fetching swift-argument-parser
[638/33375] Fetching swift-argument-parser, swift-collections
[5680/105286] Fetching swift-argument-parser, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.63s)
[19908/89372] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (2.85s)
[30203/71911] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.01s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (9.63s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (2.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.94s)
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/livekit/webrtc-xcframework.git
Working copy of https://github.com/livekit/webrtc-xcframework.git resolved at main (94ce1c9)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Downloading binary artifact https://github.com/livekit/webrtc-xcframework/releases/download/137.7151.07/LiveKitWebRTC.xcframework.zip
[1397/64599140] Downloading https://github.com/livekit/webrtc-xcframework/releases/download/137.7151.07/LiveKitWebRTC.xcframework.zip
Downloaded https://github.com/livekit/webrtc-xcframework/releases/download/137.7151.07/LiveKitWebRTC.xcframework.zip (5.81s)
[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/74] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/74] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[34/74] Compiling InternalCollectionsUtilities UInt+reversed.swift
[35/75] Emitting module SwiftSyntax510
[36/75] Compiling SwiftSyntax510 Empty.swift
[37/75] Compiling InternalCollectionsUtilities Descriptions.swift
[38/75] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[39/75] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[40/75] Compiling InternalCollectionsUtilities Debugging.swift
[41/76] Emitting module InternalCollectionsUtilities
[42/76] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[43/76] Compiling InternalCollectionsUtilities Integer rank.swift
[45/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[46/76] Emitting module SwiftSyntax509
[47/76] Emitting module SwiftSyntax601
[48/76] Compiling SwiftSyntax601 Empty.swift
[49/76] Compiling SwiftSyntax509 Empty.swift
[50/78] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[51/78] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[52/78] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/78] Compiling InternalCollectionsUtilities _SortedCollection.swift
[54/79] Compiling SwiftSyntax600 Empty.swift
[55/79] Emitting module SwiftSyntax600
[59/80] Wrapping AST for SwiftSyntax510 for debugging
[60/80] Wrapping AST for SwiftSyntax509 for debugging
[61/80] Wrapping AST for SwiftSyntax601 for debugging
[62/80] Wrapping AST for InternalCollectionsUtilities for debugging
[63/80] Wrapping AST for SwiftSyntax600 for debugging
[65/199] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[66/199] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[67/199] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[68/199] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[69/199] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[70/199] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[71/199] Compiling SwiftSyntax RawSyntaxValidation.swift
[72/206] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[73/206] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[74/206] Compiling SwiftSyntax SyntaxBaseNodes.swift
[75/206] Compiling SwiftSyntax SyntaxCollections.swift
[76/206] Compiling SwiftSyntax SyntaxIdentifier.swift
[77/206] Compiling SwiftSyntax SyntaxNodeFactory.swift
[78/206] Compiling SwiftSyntax SyntaxNodeStructure.swift
[79/206] Compiling SwiftSyntax SyntaxProtocol.swift
[80/206] Compiling SwiftSyntax SyntaxText.swift
[81/206] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[82/206] Compiling SwiftSyntax TokenDiagnostic.swift
[83/206] Compiling SwiftSyntax TokenSequence.swift
[84/206] Compiling SwiftSyntax TokenSyntax.swift
[85/206] Compiling SwiftSyntax RawSyntaxNodesC.swift
[86/206] Compiling SwiftSyntax RawSyntaxNodesD.swift
[87/206] Compiling SwiftSyntax EditorPlaceholder.swift
[88/206] Compiling SwiftSyntax Identifier.swift
[89/206] Compiling SwiftSyntax MemoryLayout.swift
[90/206] Compiling SwiftSyntax MissingNodeInitializers.swift
[91/206] Compiling SwiftSyntax RawSyntax.swift
[92/206] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[93/206] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[94/206] Compiling SwiftSyntax RawSyntaxTokenView.swift
[95/206] Compiling SwiftSyntax SyntaxChildren.swift
[96/206] Compiling SwiftSyntax SyntaxCollection.swift
[97/206] Compiling SwiftSyntax SyntaxHashable.swift
[98/206] Compiling SwiftSyntax Trivia.swift
[99/206] Compiling SwiftSyntax Utils.swift
[100/206] Compiling SwiftSyntax ChildNameForKeyPath.swift
[101/206] Compiling SwiftSyntax Keyword.swift
[102/206] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[103/206] Compiling SwiftSyntax AbsolutePosition.swift
[104/206] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[105/206] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[106/206] Compiling SwiftSyntax Assert.swift
[107/206] Compiling SwiftSyntax BumpPtrAllocator.swift
[108/206] Compiling SwiftSyntax CommonAncestor.swift
[109/206] Compiling SwiftSyntax Convenience.swift
[110/206] Compiling SwiftSyntax CustomTraits.swift
[111/206] Compiling SwiftSyntax SourceEdit.swift
[112/206] Compiling SwiftSyntax SourceLength.swift
[113/206] Compiling SwiftSyntax SourceLocation.swift
[114/206] Compiling SwiftSyntax SourcePresence.swift
[115/206] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[116/206] Compiling SwiftSyntax Syntax.swift
[117/206] Compiling SwiftSyntax SyntaxArena.swift
[118/206] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[119/206] Compiling OrderedCollections OrderedSet+Sendable.swift
[120/206] Compiling OrderedCollections OrderedSet+SubSequence.swift
[121/206] Compiling OrderedCollections OrderedSet+Testing.swift
[122/206] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[123/206] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[124/206] Compiling OrderedCollections OrderedSet.swift
[125/206] Compiling OrderedCollections _UnsafeBitset.swift
[126/206] Emitting module OrderedCollections
[127/207] Wrapping AST for OrderedCollections for debugging
[138/216] Emitting module SwiftSyntax
[155/216] Compiling SwiftSyntax TriviaPieces.swift
[156/216] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[193/216] Compiling SwiftSyntax SyntaxNodesAB.swift
[194/216] Compiling SwiftSyntax SyntaxNodesC.swift
[195/216] Compiling SwiftSyntax SyntaxNodesD.swift
[196/216] Compiling SwiftSyntax SyntaxNodesEF.swift
[197/216] Compiling SwiftSyntax SyntaxNodesGHI.swift
[198/216] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[199/216] Compiling SwiftSyntax SyntaxNodesOP.swift
[200/216] Compiling SwiftSyntax SyntaxNodesQRS.swift
[201/216] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[202/217] Wrapping AST for SwiftSyntax for debugging
[204/275] Compiling SwiftDiagnostics Message.swift
[205/276] Compiling SwiftBasicFormat Syntax+Extensions.swift
[206/276] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[207/276] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[208/276] Emitting module SwiftDiagnostics
[209/276] Compiling SwiftParser Attributes.swift
[210/276] Compiling SwiftParser Availability.swift
[211/276] Emitting module SwiftBasicFormat
[212/276] Compiling SwiftDiagnostics Note.swift
[213/276] Compiling SwiftDiagnostics FixIt.swift
[214/276] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[215/276] Compiling SwiftParser CharacterInfo.swift
[216/276] Compiling SwiftParser CollectionNodes+Parsable.swift
[217/276] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[218/276] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[219/277] Compiling SwiftBasicFormat Indenter.swift
[220/277] Compiling SwiftBasicFormat InferIndentation.swift
[221/277] Wrapping AST for SwiftDiagnostics for debugging
[223/277] Compiling SwiftBasicFormat BasicFormat.swift
[224/278] Wrapping AST for SwiftBasicFormat for debugging
[226/278] Compiling SwiftParser LexemeSequence.swift
[227/278] Compiling SwiftParser Lexer.swift
[228/278] Compiling SwiftParser RegexLiteralLexer.swift
[229/278] Compiling SwiftParser UnicodeScalarExtensions.swift
[230/278] Compiling SwiftParser Lookahead.swift
[231/278] Compiling SwiftParser LoopProgressCondition.swift
[232/283] Compiling SwiftParser Modifiers.swift
[233/283] Compiling SwiftParser Names.swift
[234/283] Compiling SwiftParser Nominals.swift
[235/283] Compiling SwiftParser Parameters.swift
[236/283] Compiling SwiftParser ParseSourceFile.swift
[237/283] Compiling SwiftParser Parser.swift
[238/283] Emitting module SwiftParser
[239/283] Compiling SwiftParser TokenSpec.swift
[240/283] Compiling SwiftParser TokenSpecSet.swift
[241/283] Compiling SwiftParser TopLevel.swift
[242/283] Compiling SwiftParser TriviaParser.swift
[243/283] Compiling SwiftParser Types.swift
[244/283] Compiling SwiftParser SwiftParserCompatibility.swift
[245/283] Compiling SwiftParser SwiftVersion.swift
[246/283] Compiling SwiftParser SyntaxUtils.swift
[247/283] Compiling SwiftParser TokenConsumer.swift
[248/283] Compiling SwiftParser TokenPrecedence.swift
[249/283] Compiling SwiftParser Patterns.swift
[250/283] Compiling SwiftParser Recovery.swift
[251/283] Compiling SwiftParser Specifiers.swift
[252/283] Compiling SwiftParser Statements.swift
[253/283] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[254/283] Compiling SwiftParser StringLiterals.swift
[255/283] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[256/283] Compiling SwiftParser Expressions.swift
[257/283] Compiling SwiftParser IncrementalParseTransition.swift
[258/283] Compiling SwiftParser IsValidIdentifier.swift
[259/283] Compiling SwiftParser Cursor.swift
[260/283] Compiling SwiftParser Lexeme.swift
[265/283] Compiling SwiftParser Declarations.swift
[266/283] Compiling SwiftParser Directives.swift
[267/283] Compiling SwiftParser ExperimentalFeatures.swift
[268/283] Compiling SwiftParser IsLexerClassified.swift
[269/283] Compiling SwiftParser LayoutNodes+Parsable.swift
[270/283] Compiling SwiftParser Parser+TokenSpecSet.swift
[271/283] Compiling SwiftParser TokenSpecStaticMembers.swift
[272/284] Wrapping AST for SwiftParser for debugging
[274/307] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[275/308] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[276/308] Compiling SwiftOperators Operator.swift
[277/308] Compiling SwiftOperators OperatorError+Diagnostics.swift
[278/308] Compiling SwiftOperators OperatorError.swift
[279/308] Compiling SwiftOperators OperatorTable+Defaults.swift
[280/309] Compiling SwiftOperators SyntaxSynthesis.swift
[281/309] Compiling SwiftOperators PrecedenceGraph.swift
[282/309] Compiling SwiftOperators PrecedenceGroup.swift
[283/309] Compiling SwiftOperators OperatorTable.swift
[284/309] Compiling SwiftOperators OperatorTable+Semantics.swift
[285/309] Compiling SwiftOperators OperatorTable+Folding.swift
[286/309] Emitting module SwiftOperators
[287/310] Wrapping AST for SwiftOperators for debugging
[289/310] Emitting module SwiftParserDiagnostics
[292/310] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[293/310] Compiling SwiftParserDiagnostics Utils.swift
[294/310] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[295/310] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[296/310] Compiling SwiftParserDiagnostics PresenceUtils.swift
[297/310] Compiling SwiftParserDiagnostics MissingNodesError.swift
[298/310] Compiling SwiftParserDiagnostics MissingTokenError.swift
[301/311] Wrapping AST for SwiftParserDiagnostics for debugging
[303/326] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[304/326] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[305/326] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[306/326] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[307/327] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[308/327] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[309/327] Emitting module SwiftSyntaxBuilder
[310/327] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[311/327] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[312/327] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[313/327] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[314/327] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[315/327] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[316/327] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[317/327] Compiling SwiftSyntaxBuilder Indenter.swift
[318/327] Compiling SwiftSyntaxBuilder ListBuilder.swift
[319/328] Wrapping AST for SwiftSyntaxBuilder for debugging
[321/345] Compiling SwiftSyntaxMacros MemberMacro.swift
[322/345] Compiling SwiftSyntaxMacros PeerMacro.swift
[323/347] Compiling SwiftSyntaxMacros AccessorMacro.swift
[324/347] Compiling SwiftSyntaxMacros AttachedMacro.swift
[325/347] Compiling SwiftSyntaxMacros BodyMacro.swift
[326/347] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[327/347] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[328/347] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[329/347] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[330/347] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[331/347] Compiling SwiftSyntaxMacros Macro+Format.swift
[332/347] Compiling SwiftSyntaxMacros Macro.swift
[333/347] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[334/347] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[335/347] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[336/347] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[337/347] Emitting module SwiftSyntaxMacros
[338/347] Compiling SwiftSyntaxMacros PreambleMacro.swift
[339/347] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[340/348] Wrapping AST for SwiftSyntaxMacros for debugging
[342/448] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[343/449] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[344/449] Emitting module SwiftSyntaxMacroExpansion
[345/449] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[346/449] Compiling PluginCore AttributableDeclSyntax.swift
[347/449] Compiling PluginCore Attribute.swift
[348/449] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[349/449] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[350/449] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[351/449] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[352/450] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[354/462] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[355/463] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[356/463] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[357/463] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[358/463] Emitting module SwiftCompilerPluginMessageHandling
[359/463] Compiling PluginCore DecodedAt.swift
[360/463] Compiling PluginCore EncodedAt.swift
[361/463] Compiling PluginCore KeyPathProvider.swift
[362/463] Compiling PluginCore MemberInit+Expansion.swift
[363/463] Compiling PluginCore MemberInit.swift
[364/463] Compiling PluginCore PeerAttribute.swift
[365/463] Compiling PluginCore AggregatedDiagnosticProducer.swift
[366/463] Compiling PluginCore CombinedUsage.swift
[367/463] Compiling PluginCore ArgumentCountCondition.swift
[368/463] Compiling PluginCore DeclarationCondition.swift
[369/463] Compiling PluginCore DiagnosticCondition.swift
[370/463] Compiling PluginCore ConditionalDiagnosticProducer.swift
[371/463] Compiling PluginCore DiagnosticProducer.swift
[372/475] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[373/475] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[374/475] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[375/475] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[376/475] Compiling PluginCore InitializationVariable.swift
[377/475] Compiling PluginCore KeyedVariable.swift
[378/475] Compiling PluginCore PropertyVariable.swift
[379/475] Compiling PluginCore StrategyVariable.swift
[380/475] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[381/475] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[382/475] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[383/475] Compiling PluginCore PropertyVariableTreeNode.swift
[384/475] Compiling PluginCore AssociatedDeclSyntax.swift
[385/475] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[386/475] Compiling PluginCore MemberGroupSyntax.swift
[387/475] Compiling PluginCore PropertyDeclSyntax.swift
[388/475] Compiling PluginCore DuplicateUsage.swift
[389/475] Compiling PluginCore GroupedVariableDeclaration.swift
[390/475] Compiling PluginCore InvalidCombination.swift
[391/475] Compiling PluginCore InvalidDeclaration.swift
[392/475] Compiling PluginCore MetaCodableMessage.swift
[393/475] Compiling PluginCore StaticVariableDeclaration.swift
[394/475] Compiling PluginCore UninitializedVariableDecl.swift
[395/475] Compiling PluginCore AttributeExpander.swift
[396/475] Compiling PluginCore DeclModifiersGenerator.swift
[397/475] Compiling PluginCore Options.swift
[398/475] Compiling PluginCore ComposedVariable.swift
[399/475] Compiling PluginCore ConditionalCodingVariable.swift
[400/475] Compiling PluginCore AssociatedVariable.swift
[401/475] Compiling PluginCore BasicAssociatedVariable.swift
[402/475] Compiling PluginCore BasicEnumCaseVariable.swift
[403/475] Compiling PluginCore EnumCaseVariable.swift
[404/475] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[405/475] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[406/475] Compiling PluginCore AnyEnumSwitcher.swift
[407/475] Compiling PluginCore EnumSwitcherVariable.swift
[408/475] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[409/475] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[410/475] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[411/475] Compiling PluginCore UnTaggedEnumSwitcher.swift
[412/475] Compiling PluginCore AnyInitialization.swift
[413/475] Compiling PluginCore AnyRequiredVariableInitialization.swift
[414/475] Compiling PluginCore IgnoredInitialization.swift
[415/475] Compiling PluginCore MemberwiseInitGenerator.swift
[416/475] Compiling PluginCore OptionalInitialization.swift
[417/475] Compiling PluginCore RequiredInitialization.swift
[418/475] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[419/475] Compiling PluginCore RequiredVariableInitialization.swift
[420/475] Compiling PluginCore VariableInitialization.swift
[421/475] Compiling PluginCore AliasedPropertyVariable.swift
[422/475] Compiling PluginCore AnyPropertyVariable.swift
[423/475] Compiling PluginCore BasicPropertyVariable.swift
[424/475] Compiling PluginCore DecodingFallback.swift
[425/475] Compiling PluginCore DefaultValueVariable.swift
[426/475] Compiling PluginCore HelperCodedVariable.swift
[427/475] Emitting module PluginCore
[430/475] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[431/475] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[434/475] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[435/475] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[436/475] Compiling PluginCore Decodable+Expansion.swift
[437/475] Compiling PluginCore Decodable.swift
[438/475] Compiling PluginCore AttributeExpander+Encodable.swift
[439/475] Compiling PluginCore Encodable+Expansion.swift
[440/475] Compiling PluginCore Encodable.swift
[441/475] Compiling PluginCore IgnoreCodingInitialized.swift
[442/475] Compiling PluginCore Inherits.swift
[443/475] Compiling PluginCore StrategyFinder.swift
[444/475] Compiling PluginCore UnTagged.swift
[445/475] Compiling PluginCore CodedAs.swift
[446/475] Compiling PluginCore CodedBy.swift
[447/475] Compiling PluginCore Default.swift
[448/475] Compiling PluginCore IgnoreCoding.swift
[449/475] Compiling PluginCore IgnoreDecoding.swift
[450/475] Compiling PluginCore IgnoreEncoding.swift
[451/475] Compiling PluginCore CodedAt.swift
[452/475] Compiling PluginCore CodedIn.swift
[453/475] Compiling PluginCore ContentAt.swift
[458/478] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[460/478] Emitting module SwiftCompilerPlugin
[461/478] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[463/479] Compiling PluginCore VariableSyntax.swift
[464/479] Compiling PluginCore ActorVariable.swift
[465/479] Compiling PluginCore ClassVariable.swift
[466/479] Compiling PluginCore Case.swift
[467/479] Compiling PluginCore CodingKeysMap.swift
[468/479] Compiling PluginCore Key.swift
[469/479] Compiling PluginCore ConstraintGenerator.swift
[470/479] Compiling PluginCore Registration.swift
[471/479] Compiling PluginCore EnumVariable.swift
[472/479] Compiling PluginCore MemberGroup.swift
[473/479] Compiling PluginCore TypeVariable.swift
[474/479] Compiling PluginCore Variable.swift
[474/480] Wrapping AST for SwiftCompilerPlugin for debugging
[476/480] Wrapping AST for PluginCore for debugging
[478/483] Emitting module MacroPlugin
[479/483] Compiling MacroPlugin Plugin.swift
[480/483] Compiling MacroPlugin Definitions.swift
[481/484] Wrapping AST for MacroPlugin for debugging
[482/484] Write Objects.LinkFileList
[483/484] Linking MacroPlugin-tool
[485/506] Emitting module MetaCodable
[486/508] Compiling MetaCodable IgnoreCoding.swift
[487/508] Compiling MetaCodable MemberInit.swift
[488/508] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[489/508] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[490/508] Compiling MetaCodable DynamicCodableIdentifier.swift
[491/508] Compiling MetaCodable EncodedAt.swift
[492/508] Compiling MetaCodable HelperCoder.swift
[493/508] Compiling MetaCodable LossySequence.swift
[494/508] Compiling MetaCodable UnTagged.swift
[495/508] Compiling MetaCodable CodedAs.swift
[496/508] Compiling MetaCodable CodedAt.swift
[497/508] Compiling MetaCodable DecodedAt.swift
[498/508] Compiling MetaCodable Default.swift
[499/508] Compiling MetaCodable DynamicCodable.swift
[500/508] Compiling MetaCodable Decodable.swift
[501/508] Compiling MetaCodable Encodable.swift
[502/508] Compiling MetaCodable IgnoreCodingInitialized.swift
[503/508] Compiling MetaCodable CodedBy.swift
[504/508] Compiling MetaCodable CodedIn.swift
[505/508] Compiling MetaCodable ContentAt.swift
[506/508] Compiling MetaCodable Codable.swift
[507/508] Compiling MetaCodable CodableCommonStrategy.swift
[508/508] Compiling MetaCodable CodingKeys.swift
[510/523] Compiling HelperCoders String.swift
[511/524] Compiling HelperCoders DefaultSequenceElementCoding.swift
[512/524] Compiling HelperCoders SequenceCoder.swift
[513/524] Compiling HelperCoders NonConformingCoder.swift
[514/524] Compiling HelperCoders PropertyWrapperCoder.swift
[515/524] Compiling HelperCoders ValueCoder.swift
[516/524] Emitting module HelperCoders
[517/524] Compiling HelperCoders Base64Coder.swift
[518/524] Compiling HelperCoders ConditionalCoder.swift
[519/524] Compiling HelperCoders DateCoder.swift
[520/524] Compiling HelperCoders Since1970DateCoder.swift
[521/524] Compiling HelperCoders Bool.swift
[522/524] Compiling HelperCoders Number.swift
[523/524] Compiling HelperCoders SequenceCoderConfiguration.swift
[524/524] Compiling HelperCoders HelperCoderStrategy.swift
[526/539] Compiling Core JSONSchema.swift
[527/539] Compiling Core Model.swift
[528/540] Compiling Core helpers.swift
[529/540] 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()
[530/540] 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()
[531/540] 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()
[532/540] Compiling Core Result+async.swift
[533/540] Compiling Core AudioData.swift
[534/540] Compiling Core ClientEvent.swift
[535/540] Compiling Core Item.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[536/540] 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()
[537/540] Compiling Core Response.swift
[538/540] Compiling Core ServerError.swift
[539/540] Compiling Core ServerEvent.swift
[540/540] Compiling Core Session.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
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/47] Emitting module SwiftSyntax509
[6/47] Compiling SwiftSyntax509 Empty.swift
[7/48] Compiling SwiftSyntax601 Empty.swift
[8/48] Emitting module SwiftSyntax601
[9/48] Emitting module SwiftSyntax600
[10/49] Compiling SwiftSyntax600 Empty.swift
[11/50] Emitting module SwiftSyntax510
[12/50] Compiling SwiftSyntax510 Empty.swift
[13/51] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/51] Compiling InternalCollectionsUtilities Debugging.swift
[16/51] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/51] Compiling InternalCollectionsUtilities Descriptions.swift
[18/51] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/48] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/48] Emitting module InternalCollectionsUtilities
[24/48] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/48] Compiling InternalCollectionsUtilities Integer rank.swift
[26/48] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[27/48] Compiling InternalCollectionsUtilities _SortedCollection.swift
[28/48] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[29/48] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[30/48] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[31/48] Compiling InternalCollectionsUtilities UInt+reversed.swift
[33/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[34/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[35/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[36/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[37/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[38/167] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[39/167] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[40/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[41/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[42/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[43/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[44/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[45/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[46/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[47/174] Compiling OrderedCollections OrderedDictionary.swift
[48/174] Compiling OrderedCollections OrderedSet+Codable.swift
[49/174] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[50/174] Compiling OrderedCollections OrderedSet+Descriptions.swift
[51/174] Compiling OrderedCollections OrderedSet+Diffing.swift
[52/174] Compiling OrderedCollections OrderedSet+Equatable.swift
[53/174] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[54/174] Compiling OrderedCollections OrderedSet+Hashable.swift
[55/174] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[56/174] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[57/174] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[58/174] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[59/174] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[60/174] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[61/174] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[62/174] Compiling OrderedCollections OrderedDictionary+Values.swift
[63/174] Compiling OrderedCollections OrderedSet+Initializers.swift
[64/174] Compiling OrderedCollections OrderedSet+Insertions.swift
[65/174] Compiling OrderedCollections OrderedSet+Invariants.swift
[66/174] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[67/174] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[68/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[69/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[70/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[71/174] Compiling OrderedCollections OrderedDictionary+Codable.swift
[72/174] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[73/174] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[74/174] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[75/174] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[76/174] Compiling OrderedCollections OrderedDictionary+Elements.swift
[77/174] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[78/174] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[79/174] Compiling OrderedCollections _HashTable+Bucket.swift
[80/174] Compiling OrderedCollections _HashTable+BucketIterator.swift
[81/174] Compiling OrderedCollections _HashTable+Constants.swift
[82/174] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[83/174] Compiling OrderedCollections _HashTable+Testing.swift
[84/174] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[85/174] Compiling OrderedCollections _HashTable.swift
[86/174] Compiling OrderedCollections _Hashtable+Header.swift
[87/174] Compiling OrderedCollections OrderedSet+Sendable.swift
[88/174] Compiling OrderedCollections OrderedSet+SubSequence.swift
[89/174] Compiling OrderedCollections OrderedSet+Testing.swift
[90/174] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[91/174] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[92/174] Compiling OrderedCollections OrderedSet.swift
[93/174] Compiling OrderedCollections _UnsafeBitset.swift
[94/174] Emitting module OrderedCollections
[96/174] Emitting module SwiftSyntax
[104/183] Compiling SwiftSyntax TriviaPieces.swift
[105/183] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[160/183] Compiling SwiftSyntax SyntaxNodesAB.swift
[161/183] Compiling SwiftSyntax SyntaxNodesC.swift
[162/183] Compiling SwiftSyntax SyntaxNodesD.swift
[163/183] Compiling SwiftSyntax SyntaxNodesEF.swift
[164/183] Compiling SwiftSyntax SyntaxNodesGHI.swift
[165/183] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[166/183] Compiling SwiftSyntax SyntaxNodesOP.swift
[167/183] Compiling SwiftSyntax SyntaxNodesQRS.swift
[168/183] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[170/241] Compiling SwiftDiagnostics Message.swift
[171/242] Compiling SwiftBasicFormat Syntax+Extensions.swift
[172/242] Compiling SwiftParser Attributes.swift
[173/242] Compiling SwiftParser Availability.swift
[174/242] Emitting module SwiftDiagnostics
[175/242] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[176/242] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[177/242] Compiling SwiftDiagnostics Note.swift
[178/242] Compiling SwiftBasicFormat InferIndentation.swift
[179/242] Compiling SwiftDiagnostics FixIt.swift
[180/242] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[181/242] Compiling SwiftBasicFormat Indenter.swift
[182/242] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[183/242] Compiling SwiftParser CharacterInfo.swift
[184/242] Compiling SwiftParser CollectionNodes+Parsable.swift
[185/242] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[187/242] Emitting module SwiftBasicFormat
[188/242] Compiling SwiftBasicFormat BasicFormat.swift
[190/242] Emitting module SwiftParser
[191/247] Compiling SwiftParser SwiftParserCompatibility.swift
[192/247] Compiling SwiftParser SwiftVersion.swift
[193/247] Compiling SwiftParser SyntaxUtils.swift
[194/247] Compiling SwiftParser TokenConsumer.swift
[195/247] Compiling SwiftParser TokenPrecedence.swift
[196/247] Compiling SwiftParser TokenSpec.swift
[197/247] Compiling SwiftParser TokenSpecSet.swift
[198/247] Compiling SwiftParser TopLevel.swift
[199/247] Compiling SwiftParser TriviaParser.swift
[200/247] Compiling SwiftParser Types.swift
[201/247] Compiling SwiftParser Modifiers.swift
[202/247] Compiling SwiftParser Names.swift
[203/247] Compiling SwiftParser Nominals.swift
[204/247] Compiling SwiftParser Parameters.swift
[205/247] Compiling SwiftParser ParseSourceFile.swift
[206/247] Compiling SwiftParser Parser.swift
[207/247] Compiling SwiftParser LexemeSequence.swift
[208/247] Compiling SwiftParser Lexer.swift
[209/247] Compiling SwiftParser RegexLiteralLexer.swift
[210/247] Compiling SwiftParser UnicodeScalarExtensions.swift
[211/247] Compiling SwiftParser Lookahead.swift
[212/247] Compiling SwiftParser LoopProgressCondition.swift
[213/247] Compiling SwiftParser Patterns.swift
[214/247] Compiling SwiftParser Recovery.swift
[215/247] Compiling SwiftParser Specifiers.swift
[216/247] Compiling SwiftParser Statements.swift
[217/247] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[218/247] Compiling SwiftParser StringLiterals.swift
[219/247] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[220/247] Compiling SwiftParser Expressions.swift
[221/247] Compiling SwiftParser IncrementalParseTransition.swift
[222/247] Compiling SwiftParser IsValidIdentifier.swift
[223/247] Compiling SwiftParser Cursor.swift
[224/247] Compiling SwiftParser Lexeme.swift
[229/247] Compiling SwiftParser Declarations.swift
[230/247] Compiling SwiftParser Directives.swift
[231/247] Compiling SwiftParser ExperimentalFeatures.swift
[232/247] Compiling SwiftParser IsLexerClassified.swift
[233/247] Compiling SwiftParser LayoutNodes+Parsable.swift
[234/247] Compiling SwiftParser Parser+TokenSpecSet.swift
[235/247] Compiling SwiftParser TokenSpecStaticMembers.swift
[237/270] Compiling SwiftOperators PrecedenceGroup.swift
[238/271] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[239/272] Compiling SwiftOperators SyntaxSynthesis.swift
[240/272] Compiling SwiftOperators OperatorTable.swift
[241/272] Compiling SwiftOperators PrecedenceGraph.swift
[242/272] Compiling SwiftOperators OperatorTable+Semantics.swift
[243/272] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[244/272] Compiling SwiftParserDiagnostics MissingNodesError.swift
[245/272] Compiling SwiftParserDiagnostics MissingTokenError.swift
[246/272] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[247/272] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[248/272] Emitting module SwiftOperators
[249/272] Compiling SwiftOperators OperatorTable+Folding.swift
[251/272] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[252/272] Compiling SwiftParserDiagnostics PresenceUtils.swift
[253/272] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[254/272] Compiling SwiftParserDiagnostics Utils.swift
[255/272] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[256/272] Emitting module SwiftParserDiagnostics
[261/272] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[262/272] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[264/287] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[265/287] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[266/288] Emitting module SwiftSyntaxBuilder
[267/288] Compiling SwiftSyntaxBuilder Indenter.swift
[268/288] Compiling SwiftSyntaxBuilder ListBuilder.swift
[269/288] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[270/288] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[271/288] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[272/288] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[273/288] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[274/288] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[275/288] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[276/288] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[277/288] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[278/288] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[279/288] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[281/305] Emitting module SwiftSyntaxMacros
[282/307] Compiling SwiftSyntaxMacros AccessorMacro.swift
[283/307] Compiling SwiftSyntaxMacros AttachedMacro.swift
[284/307] Compiling SwiftSyntaxMacros BodyMacro.swift
[285/307] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[286/307] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[287/307] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[288/307] Compiling SwiftSyntaxMacros Macro+Format.swift
[289/307] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[290/307] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[291/307] Compiling SwiftSyntaxMacros Macro.swift
[292/307] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[293/307] Compiling SwiftSyntaxMacros MemberMacro.swift
[294/307] Compiling SwiftSyntaxMacros PeerMacro.swift
[295/307] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[296/307] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[297/307] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[298/307] Compiling SwiftSyntaxMacros PreambleMacro.swift
[299/307] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[301/316] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[302/395] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[303/408] Compiling PluginCore AttributableDeclSyntax.swift
[304/408] Compiling PluginCore Attribute.swift
[305/408] Emitting module SwiftSyntaxMacroExpansion
[306/408] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[307/408] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[308/408] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[309/408] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[312/408] Compiling PluginCore Codable+Expansion.swift
[313/408] Compiling PluginCore Codable.swift
[314/408] Compiling PluginCore CodingKeyTransformer.swift
[315/408] Compiling PluginCore CodingKeys.swift
[316/408] Compiling PluginCore Strategy.swift
[317/408] Compiling PluginCore AttributeExpander+Decodable.swift
[318/408] Compiling PluginCore Decodable+Expansion.swift
[319/408] Compiling PluginCore Decodable.swift
[320/408] Compiling PluginCore AttributeExpander+Encodable.swift
[321/408] Compiling PluginCore Encodable+Expansion.swift
[322/408] Compiling PluginCore Encodable.swift
[323/420] Compiling PluginCore DuplicateUsage.swift
[324/420] Compiling PluginCore GroupedVariableDeclaration.swift
[325/420] Compiling PluginCore InvalidCombination.swift
[326/420] Compiling PluginCore InvalidDeclaration.swift
[327/420] Compiling PluginCore MetaCodableMessage.swift
[328/420] Compiling PluginCore StaticVariableDeclaration.swift
[329/420] Compiling PluginCore UninitializedVariableDecl.swift
[330/420] Compiling PluginCore AttributeExpander.swift
[331/420] Compiling PluginCore DeclModifiersGenerator.swift
[332/420] Compiling PluginCore Options.swift
[333/420] Compiling PluginCore ComposedVariable.swift
[334/420] Compiling PluginCore ConditionalCodingVariable.swift
[335/420] Compiling PluginCore AssociatedVariable.swift
[336/420] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[337/421] Emitting module PluginCore
[339/420] Compiling PluginCore IgnoredInitialization.swift
[340/420] Compiling PluginCore MemberwiseInitGenerator.swift
[341/420] Compiling PluginCore OptionalInitialization.swift
[342/420] Compiling PluginCore RequiredInitialization.swift
[343/420] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[344/420] Compiling PluginCore RequiredVariableInitialization.swift
[345/420] Compiling PluginCore VariableInitialization.swift
[346/420] Compiling PluginCore AliasedPropertyVariable.swift
[347/420] Compiling PluginCore AnyPropertyVariable.swift
[348/420] Compiling PluginCore BasicPropertyVariable.swift
[349/420] Compiling PluginCore DecodingFallback.swift
[350/420] Compiling PluginCore DefaultValueVariable.swift
[351/420] Compiling PluginCore HelperCodedVariable.swift
[352/420] Compiling PluginCore InitializationVariable.swift
[353/420] Compiling PluginCore KeyedVariable.swift
[354/420] Compiling PluginCore PropertyVariable.swift
[355/420] Compiling PluginCore StrategyVariable.swift
[356/420] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[357/420] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[358/420] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[359/420] Compiling PluginCore PropertyVariableTreeNode.swift
[360/420] Compiling PluginCore AssociatedDeclSyntax.swift
[361/420] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[362/420] Compiling PluginCore MemberGroupSyntax.swift
[363/420] Compiling PluginCore PropertyDeclSyntax.swift
[364/420] Compiling PluginCore DecodedAt.swift
[365/420] Compiling PluginCore EncodedAt.swift
[366/420] Compiling PluginCore KeyPathProvider.swift
[367/420] Compiling PluginCore MemberInit+Expansion.swift
[368/420] Compiling PluginCore MemberInit.swift
[369/420] Compiling PluginCore PeerAttribute.swift
[370/420] Compiling PluginCore AggregatedDiagnosticProducer.swift
[371/420] Compiling PluginCore CombinedUsage.swift
[372/420] Compiling PluginCore ArgumentCountCondition.swift
[373/420] Compiling PluginCore DeclarationCondition.swift
[374/420] Compiling PluginCore DiagnosticCondition.swift
[375/420] Compiling PluginCore ConditionalDiagnosticProducer.swift
[376/420] Compiling PluginCore DiagnosticProducer.swift
[377/420] Compiling PluginCore BasicAssociatedVariable.swift
[378/420] Compiling PluginCore BasicEnumCaseVariable.swift
[379/420] Compiling PluginCore EnumCaseVariable.swift
[380/420] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[381/420] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[382/420] Compiling PluginCore AnyEnumSwitcher.swift
[383/420] Compiling PluginCore EnumSwitcherVariable.swift
[384/420] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[385/420] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[386/420] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[387/420] Compiling PluginCore UnTaggedEnumSwitcher.swift
[388/420] Compiling PluginCore AnyInitialization.swift
[389/420] Compiling PluginCore AnyRequiredVariableInitialization.swift
[390/432] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[391/433] Compiling PluginCore VariableSyntax.swift
[392/433] Compiling PluginCore ActorVariable.swift
[393/433] Compiling PluginCore ClassVariable.swift
[394/433] Compiling PluginCore Case.swift
[395/433] Compiling PluginCore CodingKeysMap.swift
[396/433] Compiling PluginCore Key.swift
[397/433] Compiling PluginCore ConstraintGenerator.swift
[398/433] Compiling PluginCore Registration.swift
[399/433] Compiling PluginCore EnumVariable.swift
[400/433] Compiling PluginCore MemberGroup.swift
[401/433] Compiling PluginCore TypeVariable.swift
[402/433] Compiling PluginCore Variable.swift
[403/433] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[404/433] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[405/433] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[406/433] Compiling PluginCore IgnoreCodingInitialized.swift
[407/433] Compiling PluginCore Inherits.swift
[408/433] Compiling PluginCore StrategyFinder.swift
[409/433] Compiling PluginCore UnTagged.swift
[410/433] Compiling PluginCore CodedAs.swift
[411/433] Compiling PluginCore CodedBy.swift
[412/433] Compiling PluginCore Default.swift
[413/433] Compiling PluginCore IgnoreCoding.swift
[414/433] Compiling PluginCore IgnoreDecoding.swift
[415/433] Compiling PluginCore IgnoreEncoding.swift
[416/433] Compiling PluginCore CodedAt.swift
[417/433] Compiling PluginCore CodedIn.swift
[418/433] Compiling PluginCore ContentAt.swift
[419/434] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[420/434] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[421/434] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[422/434] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[423/434] Emitting module SwiftCompilerPluginMessageHandling
[425/433] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[426/433] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[427/433] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[428/433] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[430/435] Emitting module SwiftCompilerPlugin
[431/435] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[433/438] Compiling MacroPlugin Plugin.swift
[434/438] Compiling MacroPlugin Definitions.swift
[435/438] Emitting module MacroPlugin
[436/438] Write Objects.LinkFileList
[437/438] Linking MacroPlugin-tool
[439/460] Compiling MetaCodable Decodable.swift
[440/460] Compiling MetaCodable Encodable.swift
[441/460] Compiling MetaCodable IgnoreCodingInitialized.swift
[442/462] Compiling MetaCodable Codable.swift
[443/462] Compiling MetaCodable CodableCommonStrategy.swift
[444/462] Compiling MetaCodable CodingKeys.swift
[445/462] Compiling MetaCodable UnTagged.swift
[446/462] Compiling MetaCodable CodedAs.swift
[447/462] Compiling MetaCodable CodedAt.swift
[448/462] Emitting module MetaCodable
[449/462] Compiling MetaCodable IgnoreCoding.swift
[450/462] Compiling MetaCodable MemberInit.swift
[451/462] Compiling MetaCodable CodedBy.swift
[452/462] Compiling MetaCodable CodedIn.swift
[453/462] Compiling MetaCodable ContentAt.swift
[454/462] Compiling MetaCodable DecodedAt.swift
[455/462] Compiling MetaCodable Default.swift
[456/462] Compiling MetaCodable DynamicCodable.swift
[457/462] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[458/462] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[459/462] Compiling MetaCodable DynamicCodableIdentifier.swift
[460/462] Compiling MetaCodable EncodedAt.swift
[461/462] Compiling MetaCodable HelperCoder.swift
[462/462] Compiling MetaCodable LossySequence.swift
[464/477] Compiling HelperCoders String.swift
[465/478] Compiling HelperCoders Base64Coder.swift
[466/478] Compiling HelperCoders ConditionalCoder.swift
[467/478] Compiling HelperCoders NonConformingCoder.swift
[468/478] Compiling HelperCoders PropertyWrapperCoder.swift
[469/478] Compiling HelperCoders DateCoder.swift
[470/478] Compiling HelperCoders Since1970DateCoder.swift
[471/478] Emitting module HelperCoders
[472/478] Compiling HelperCoders DefaultSequenceElementCoding.swift
[473/478] Compiling HelperCoders SequenceCoder.swift
[474/478] Compiling HelperCoders Bool.swift
[475/478] Compiling HelperCoders Number.swift
[476/478] Compiling HelperCoders SequenceCoderConfiguration.swift
[477/478] Compiling HelperCoders HelperCoderStrategy.swift
[478/478] Compiling HelperCoders ValueCoder.swift
[480/493] 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()
[481/494] Compiling Core helpers.swift
[482/494] 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()
[483/494] 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)
[484/494] 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()
[485/494] Compiling Core ServerEvent.swift
[486/494] Compiling Core Session.swift
[487/494] Compiling Core JSONSchema.swift
[488/494] Compiling Core Model.swift
[489/494] Compiling Core Result+async.swift
[490/494] Compiling Core AudioData.swift
[491/494] Compiling Core Response.swift
[492/494] Compiling Core ServerError.swift
[493/494] Compiling Core ClientEvent.swift
[494/494] Compiling Core Item.swift
BUILD FAILURE 6.1 wasm