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 (3b7ddc), with Swift 6.1 for Android on 10 Sep 2025 21:53:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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: 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 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 main
========================================
Build
========================================
Selected platform:         android
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-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.37s)
Fetching https://github.com/SwiftyLab/MetaCodable.git
[1/105961] Fetching metacodable
Fetched https://github.com/SwiftyLab/MetaCodable.git from cache (7.58s)
Computing version for https://github.com/SwiftyLab/MetaCodable.git
Computed https://github.com/SwiftyLab/MetaCodable.git at 1.5.0 (10.58s)
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
[3821/33375] Fetching swift-argument-parser, swift-collections
[7128/105286] Fetching swift-argument-parser, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.17s)
[60608/89372] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (2.21s)
[46743/71911] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.75s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (8.63s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (3.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.86s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/SwiftyLab/MetaCodable.git
Working copy of https://github.com/SwiftyLab/MetaCodable.git resolved at 1.5.0
Creating working copy for https://github.com/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/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 (6.29s)
[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 SwiftSyntax600 Empty.swift
[33/74] Emitting module SwiftSyntax600
[34/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[35/76] Compiling InternalCollectionsUtilities Descriptions.swift
[36/76] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[37/76] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[38/76] Compiling InternalCollectionsUtilities Debugging.swift
[39/76] Compiling SwiftSyntax510 Empty.swift
[41/76] Emitting module SwiftSyntax510
[42/77] Emitting module SwiftSyntax509
[43/77] Compiling SwiftSyntax509 Empty.swift
[44/77] Emitting module SwiftSyntax601
[45/78] Compiling SwiftSyntax601 Empty.swift
[46/79] Emitting module InternalCollectionsUtilities
[47/79] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[48/79] Compiling InternalCollectionsUtilities Integer rank.swift
[49/79] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[50/79] Compiling InternalCollectionsUtilities UInt+reversed.swift
[51/79] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[52/79] Compiling InternalCollectionsUtilities _SortedCollection.swift
[53/79] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[54/79] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[56/79] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[58/80] Wrapping AST for SwiftSyntax600 for debugging
[60/80] Wrapping AST for SwiftSyntax510 for debugging
[61/80] Wrapping AST for SwiftSyntax509 for debugging
[62/80] Wrapping AST for SwiftSyntax601 for debugging
[63/80] Wrapping AST for InternalCollectionsUtilities for debugging
[65/199] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[66/199] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[67/199] Compiling SwiftSyntax SyntaxBaseNodes.swift
[68/199] Compiling SwiftSyntax SyntaxCollections.swift
[69/199] Compiling SwiftSyntax SyntaxIdentifier.swift
[70/199] Compiling SwiftSyntax SyntaxNodeFactory.swift
[71/199] Compiling SwiftSyntax SyntaxNodeStructure.swift
[72/206] Compiling SwiftSyntax SyntaxRewriter.swift
[73/206] Compiling SwiftSyntax SyntaxTraits.swift
[74/206] Compiling SwiftSyntax SyntaxVisitor.swift
[75/206] Compiling SwiftSyntax TokenKind.swift
[76/206] Compiling SwiftSyntax Tokens.swift
[77/206] Compiling SwiftSyntax TriviaPieces.swift
[78/206] Compiling SwiftSyntax RawSyntaxNodesAB.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 SyntaxEnum.swift
[86/206] Compiling SwiftSyntax SyntaxKind.swift
[87/206] Compiling SwiftSyntax RawSyntaxTokenView.swift
[88/206] Compiling SwiftSyntax SourceEdit.swift
[89/206] Compiling SwiftSyntax SourceLength.swift
[90/206] Compiling SwiftSyntax Trivia.swift
[91/206] Compiling SwiftSyntax Utils.swift
[92/206] Compiling SwiftSyntax ChildNameForKeyPath.swift
[93/206] Compiling SwiftSyntax Keyword.swift
[94/206] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[95/206] Compiling SwiftSyntax AbsolutePosition.swift
[96/206] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[97/206] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[98/206] Compiling SwiftSyntax Assert.swift
[99/206] Compiling SwiftSyntax BumpPtrAllocator.swift
[100/206] Compiling SwiftSyntax CommonAncestor.swift
[101/206] Compiling SwiftSyntax Convenience.swift
[102/206] Compiling SwiftSyntax CustomTraits.swift
[103/206] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[104/206] Compiling SwiftSyntax SourceLocation.swift
[105/206] Compiling SwiftSyntax SourcePresence.swift
[106/206] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[107/206] Compiling SwiftSyntax Syntax.swift
[108/206] Compiling SwiftSyntax SyntaxArena.swift
[109/206] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[110/206] Compiling SwiftSyntax SyntaxChildren.swift
[120/215] Compiling SwiftSyntax SyntaxCollection.swift
[121/215] Compiling SwiftSyntax SyntaxHashable.swift
[122/215] Compiling SwiftSyntax Identifier.swift
[123/215] Compiling SwiftSyntax MemoryLayout.swift
[124/215] Compiling SwiftSyntax MissingNodeInitializers.swift
[125/215] Compiling SwiftSyntax RawSyntax.swift
[126/215] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[127/215] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[128/215] Compiling OrderedCollections OrderedSet+Sendable.swift
[129/215] Compiling OrderedCollections OrderedSet+SubSequence.swift
[130/215] Compiling OrderedCollections OrderedSet+Testing.swift
[131/215] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[132/215] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[133/215] Compiling OrderedCollections OrderedSet.swift
[134/215] Compiling OrderedCollections _UnsafeBitset.swift
[135/215] Emitting module OrderedCollections
[154/216] Wrapping AST for OrderedCollections for debugging
[156/216] Emitting module SwiftSyntax
[173/216] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[174/216] Compiling SwiftSyntax RawSyntaxValidation.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 SwiftDiagnostics Convenience.swift
[210/276] Compiling SwiftDiagnostics Diagnostic.swift
[211/276] Compiling SwiftDiagnostics Note.swift
[212/276] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[213/276] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[214/276] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[215/276] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[216/276] Compiling SwiftBasicFormat Indenter.swift
[217/276] Compiling SwiftBasicFormat InferIndentation.swift
[218/276] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[219/276] Compiling SwiftDiagnostics FixIt.swift
[221/277] Compiling SwiftBasicFormat BasicFormat.swift
[222/277] Emitting module SwiftBasicFormat
[222/278] Wrapping AST for SwiftDiagnostics for debugging
[224/278] Wrapping AST for SwiftBasicFormat for debugging
[230/278] Compiling SwiftParser Lookahead.swift
[231/278] Compiling SwiftParser LoopProgressCondition.swift
[232/283] Emitting module SwiftParser
[233/283] Compiling SwiftParser TokenSpec.swift
[234/283] Compiling SwiftParser TokenSpecSet.swift
[235/283] Compiling SwiftParser TopLevel.swift
[236/283] Compiling SwiftParser TriviaParser.swift
[237/283] Compiling SwiftParser Types.swift
[238/283] Compiling SwiftParser SwiftParserCompatibility.swift
[239/283] Compiling SwiftParser SwiftVersion.swift
[240/283] Compiling SwiftParser SyntaxUtils.swift
[241/283] Compiling SwiftParser TokenConsumer.swift
[242/283] Compiling SwiftParser TokenPrecedence.swift
[243/283] Compiling SwiftParser Patterns.swift
[244/283] Compiling SwiftParser Recovery.swift
[245/283] Compiling SwiftParser Specifiers.swift
[246/283] Compiling SwiftParser Statements.swift
[247/283] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[248/283] Compiling SwiftParser StringLiterals.swift
[249/283] Compiling SwiftParser Attributes.swift
[250/283] Compiling SwiftParser Availability.swift
[251/283] Compiling SwiftParser CharacterInfo.swift
[252/283] Compiling SwiftParser CollectionNodes+Parsable.swift
[253/283] Compiling SwiftParser Declarations.swift
[254/283] Compiling SwiftParser Directives.swift
[255/283] Compiling SwiftParser Modifiers.swift
[256/283] Compiling SwiftParser Names.swift
[257/283] Compiling SwiftParser Nominals.swift
[258/283] Compiling SwiftParser Parameters.swift
[259/283] Compiling SwiftParser ParseSourceFile.swift
[260/283] Compiling SwiftParser Parser.swift
[261/283] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[262/283] Compiling SwiftParser Expressions.swift
[263/283] Compiling SwiftParser IncrementalParseTransition.swift
[264/283] Compiling SwiftParser IsValidIdentifier.swift
[265/283] Compiling SwiftParser Cursor.swift
[266/283] Compiling SwiftParser Lexeme.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 SwiftOperators PrecedenceGraph.swift
[276/308] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[277/308] Compiling SwiftParserDiagnostics Utils.swift
[278/308] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[279/308] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[280/308] Compiling SwiftOperators PrecedenceGroup.swift
[281/309] Compiling SwiftOperators OperatorTable.swift
[284/309] Emitting module SwiftOperators
[285/309] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[286/309] Compiling SwiftOperators OperatorTable+Semantics.swift
[287/309] Compiling SwiftOperators OperatorTable+Folding.swift
[288/309] Compiling SwiftOperators SyntaxSynthesis.swift
[289/310] Wrapping AST for SwiftOperators for debugging
[291/310] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[292/310] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[293/310] Compiling SwiftParserDiagnostics PresenceUtils.swift
[294/310] Compiling SwiftParserDiagnostics MissingNodesError.swift
[295/310] Compiling SwiftParserDiagnostics MissingTokenError.swift
[296/310] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[297/310] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[300/310] Emitting module SwiftParserDiagnostics
[301/311] Wrapping AST for SwiftParserDiagnostics for debugging
[303/326] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[304/326] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[305/327] Emitting module SwiftSyntaxBuilder
[306/327] Compiling SwiftSyntaxBuilder Indenter.swift
[307/327] Compiling SwiftSyntaxBuilder ListBuilder.swift
[308/327] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[309/327] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[310/327] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[311/327] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[312/327] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[313/327] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[314/327] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[315/327] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[316/327] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[317/327] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[318/327] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[319/328] Wrapping AST for SwiftSyntaxBuilder for debugging
[321/345] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[322/345] Compiling SwiftSyntaxMacros Macro+Format.swift
[323/347] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[324/347] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[325/347] Compiling SwiftSyntaxMacros MemberMacro.swift
[326/347] Compiling SwiftSyntaxMacros PeerMacro.swift
[327/347] Compiling SwiftSyntaxMacros Macro.swift
[328/347] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[329/347] Compiling SwiftSyntaxMacros AccessorMacro.swift
[330/347] Compiling SwiftSyntaxMacros AttachedMacro.swift
[331/347] Compiling SwiftSyntaxMacros BodyMacro.swift
[332/347] Emitting module SwiftSyntaxMacros
[333/347] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[334/347] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[335/347] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[336/347] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[337/347] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[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 MacroSpec.swift
[343/449] Emitting module SwiftSyntaxMacroExpansion
[344/449] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[345/449] Compiling PluginCore IgnoreCodingInitialized.swift
[346/449] Compiling PluginCore Inherits.swift
[347/449] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[348/449] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[349/449] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[350/449] Compiling SwiftSyntaxMacroExpansion MacroReplacement.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 PluginMacroExpansionContext.swift
[356/463] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[357/463] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[358/463] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[359/463] Emitting module SwiftCompilerPluginMessageHandling
[360/463] Compiling PluginCore DecodedAt.swift
[361/463] Compiling PluginCore EncodedAt.swift
[362/463] Compiling PluginCore KeyPathProvider.swift
[363/463] Compiling PluginCore MemberInit+Expansion.swift
[364/463] Compiling PluginCore MemberInit.swift
[365/463] Compiling PluginCore PeerAttribute.swift
[366/463] Compiling PluginCore AggregatedDiagnosticProducer.swift
[367/463] Compiling PluginCore CombinedUsage.swift
[368/463] Compiling PluginCore ArgumentCountCondition.swift
[369/463] Compiling PluginCore DeclarationCondition.swift
[370/463] Compiling PluginCore DiagnosticCondition.swift
[371/463] Compiling PluginCore ConditionalDiagnosticProducer.swift
[372/463] Compiling PluginCore DiagnosticProducer.swift
[373/475] Emitting module PluginCore
[374/475] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[375/475] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[376/475] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[377/475] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[378/475] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[379/475] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[380/475] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[382/476] Compiling PluginCore InitializationVariable.swift
[383/476] Compiling PluginCore KeyedVariable.swift
[384/476] Compiling PluginCore PropertyVariable.swift
[385/476] Compiling PluginCore StrategyVariable.swift
[386/476] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[387/476] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[388/476] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[389/476] Compiling PluginCore PropertyVariableTreeNode.swift
[390/476] Compiling PluginCore AssociatedDeclSyntax.swift
[391/476] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[392/476] Compiling PluginCore MemberGroupSyntax.swift
[393/476] Compiling PluginCore PropertyDeclSyntax.swift
[393/476] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[395/478] Compiling PluginCore IgnoredInitialization.swift
[396/478] Compiling PluginCore MemberwiseInitGenerator.swift
[397/478] Compiling PluginCore OptionalInitialization.swift
[398/478] Compiling PluginCore RequiredInitialization.swift
[399/478] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[400/478] Compiling PluginCore RequiredVariableInitialization.swift
[401/478] Compiling PluginCore VariableInitialization.swift
[402/478] Compiling PluginCore AliasedPropertyVariable.swift
[403/478] Compiling PluginCore AnyPropertyVariable.swift
[404/478] Compiling PluginCore BasicPropertyVariable.swift
[405/478] Compiling PluginCore DecodingFallback.swift
[406/478] Compiling PluginCore DefaultValueVariable.swift
[407/478] Compiling PluginCore HelperCodedVariable.swift
[408/478] Emitting module SwiftCompilerPlugin
[409/478] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[418/478] Compiling PluginCore IgnoreDecoding.swift
[419/478] Compiling PluginCore IgnoreEncoding.swift
[420/478] Compiling PluginCore CodedAt.swift
[421/478] Compiling PluginCore CodedIn.swift
[422/478] Compiling PluginCore ContentAt.swift
[423/478] Compiling PluginCore AttributableDeclSyntax.swift
[424/478] Compiling PluginCore Attribute.swift
[425/478] Compiling PluginCore Codable+Expansion.swift
[426/478] Compiling PluginCore Codable.swift
[427/478] Compiling PluginCore CodingKeyTransformer.swift
[428/478] Compiling PluginCore CodingKeys.swift
[429/478] Compiling PluginCore Strategy.swift
[430/478] Compiling PluginCore AttributeExpander+Decodable.swift
[431/478] Compiling PluginCore Decodable+Expansion.swift
[432/478] Compiling PluginCore Decodable.swift
[433/478] Compiling PluginCore AttributeExpander+Encodable.swift
[434/478] Compiling PluginCore Encodable+Expansion.swift
[435/478] Compiling PluginCore Encodable.swift
[436/478] Compiling PluginCore BasicAssociatedVariable.swift
[437/478] Compiling PluginCore BasicEnumCaseVariable.swift
[438/478] Compiling PluginCore EnumCaseVariable.swift
[439/478] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[440/478] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[441/478] Compiling PluginCore AnyEnumSwitcher.swift
[442/478] Compiling PluginCore EnumSwitcherVariable.swift
[443/478] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[444/478] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[445/478] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[446/478] Compiling PluginCore UnTaggedEnumSwitcher.swift
[447/478] Compiling PluginCore AnyInitialization.swift
[448/478] Compiling PluginCore AnyRequiredVariableInitialization.swift
[449/478] Compiling PluginCore DuplicateUsage.swift
[450/478] Compiling PluginCore GroupedVariableDeclaration.swift
[451/478] Compiling PluginCore InvalidCombination.swift
[452/478] Compiling PluginCore InvalidDeclaration.swift
[453/478] Compiling PluginCore MetaCodableMessage.swift
[454/478] Compiling PluginCore StaticVariableDeclaration.swift
[455/478] Compiling PluginCore UninitializedVariableDecl.swift
[456/478] Compiling PluginCore AttributeExpander.swift
[457/478] Compiling PluginCore DeclModifiersGenerator.swift
[458/478] Compiling PluginCore Options.swift
[459/478] Compiling PluginCore ComposedVariable.swift
[460/478] Compiling PluginCore ConditionalCodingVariable.swift
[461/478] Compiling PluginCore AssociatedVariable.swift
[462/479] Wrapping AST for SwiftCompilerPlugin for debugging
[464/479] Compiling PluginCore VariableSyntax.swift
[465/479] Compiling PluginCore ActorVariable.swift
[466/479] Compiling PluginCore ClassVariable.swift
[467/479] Compiling PluginCore Case.swift
[468/479] Compiling PluginCore CodingKeysMap.swift
[469/479] Compiling PluginCore Key.swift
[470/479] Compiling PluginCore ConstraintGenerator.swift
[471/479] Compiling PluginCore Registration.swift
[472/479] Compiling PluginCore EnumVariable.swift
[473/479] Compiling PluginCore MemberGroup.swift
[474/479] Compiling PluginCore TypeVariable.swift
[475/479] Compiling PluginCore Variable.swift
[476/480] Wrapping AST for PluginCore for debugging
[478/483] Compiling MacroPlugin Plugin.swift
[479/483] Emitting module MacroPlugin
[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] Compiling MetaCodable DecodedAt.swift
[486/506] Compiling MetaCodable Default.swift
[487/506] Compiling MetaCodable DynamicCodable.swift
[488/506] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[489/506] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[490/506] Compiling MetaCodable DynamicCodableIdentifier.swift
[491/508] Compiling MetaCodable UnTagged.swift
[492/508] Compiling MetaCodable CodedAs.swift
[493/508] Compiling MetaCodable CodedAt.swift
[494/508] Compiling MetaCodable CodedBy.swift
[495/508] Compiling MetaCodable CodedIn.swift
[496/508] Compiling MetaCodable ContentAt.swift
[497/508] Compiling MetaCodable EncodedAt.swift
[498/508] Compiling MetaCodable HelperCoder.swift
[499/508] Compiling MetaCodable LossySequence.swift
[500/508] Compiling MetaCodable IgnoreCoding.swift
[501/508] Compiling MetaCodable MemberInit.swift
[502/508] Compiling MetaCodable Decodable.swift
[503/508] Compiling MetaCodable Encodable.swift
[504/508] Compiling MetaCodable IgnoreCodingInitialized.swift
[505/508] Emitting module MetaCodable
[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 NonConformingCoder.swift
[512/524] Compiling HelperCoders PropertyWrapperCoder.swift
[513/524] Compiling HelperCoders ValueCoder.swift
[514/524] Compiling HelperCoders SequenceCoderConfiguration.swift
[515/524] Compiling HelperCoders HelperCoderStrategy.swift
[516/524] Compiling HelperCoders DefaultSequenceElementCoding.swift
[517/524] Compiling HelperCoders SequenceCoder.swift
[518/524] Compiling HelperCoders DateCoder.swift
[519/524] Compiling HelperCoders Since1970DateCoder.swift
[520/524] Compiling HelperCoders Base64Coder.swift
[521/524] Compiling HelperCoders ConditionalCoder.swift
[522/524] Compiling HelperCoders Bool.swift
[523/524] Compiling HelperCoders Number.swift
[524/524] Emitting module HelperCoders
[526/539] Compiling Core Result+async.swift
[527/539] Compiling Core AudioData.swift
[528/539] Compiling Core ClientEvent.swift
[529/539] Compiling Core Item.swift
[530/540] Compiling Core helpers.swift
[531/540] Compiling Core RealtimeAPI.swift
[532/540] Compiling Core Tool.swift
[533/540] Compiling Core Connector.swift
[534/540] Emitting module Core
[535/540] Compiling Core JSONSchema.swift
[536/540] Compiling Core Model.swift
[537/540] Compiling Core Response.swift
[538/540] Compiling Core ServerError.swift
[539/540] Compiling Core ServerEvent.swift
[540/540] Compiling Core Session.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[542/548] Emitting module WebRTC
/host/spi-builder-workspace/Sources/WebRTC/WebRTCConnector.swift:2:8: error: no such module 'AVFAudio'
  1 | import Core
  2 | import AVFAudio
    |        `- error: no such module 'AVFAudio'
  3 | import Foundation
  4 | @preconcurrency import LiveKitWebRTC
[543/548] Emitting module WebSocket
[544/548] Compiling WebRTC RealtimeAPI+WebRTC.swift
/host/spi-builder-workspace/Sources/WebRTC/WebRTCConnector.swift:2:8: error: no such module 'AVFAudio'
  1 | import Core
  2 | import AVFAudio
    |        `- error: no such module 'AVFAudio'
  3 | import Foundation
  4 | @preconcurrency import LiveKitWebRTC
[545/548] Compiling WebRTC URLRequest+WebRTC.swift
/host/spi-builder-workspace/Sources/WebRTC/WebRTCConnector.swift:2:8: error: no such module 'AVFAudio'
  1 | import Core
  2 | import AVFAudio
    |        `- error: no such module 'AVFAudio'
  3 | import Foundation
  4 | @preconcurrency import LiveKitWebRTC
[546/548] Compiling WebRTC WebRTCConnector.swift
/host/spi-builder-workspace/Sources/WebRTC/WebRTCConnector.swift:2:8: error: no such module 'AVFAudio'
  1 | import Core
  2 | import AVFAudio
    |        `- error: no such module 'AVFAudio'
  3 | import Foundation
  4 | @preconcurrency import LiveKitWebRTC
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin MetaProtocolCodable
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/25] Write swift-version-24593BA9C3E375BF.txt
[5/47] Compiling SwiftSyntax510 Empty.swift
[6/47] Emitting module SwiftSyntax510
[7/48] Emitting module SwiftSyntax600
[8/48] Compiling SwiftSyntax600 Empty.swift
[10/49] Emitting module SwiftSyntax509
[11/49] Compiling SwiftSyntax509 Empty.swift
[12/50] Emitting module SwiftSyntax601
[13/50] Compiling SwiftSyntax601 Empty.swift
[16/48] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/49] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/49] Compiling InternalCollectionsUtilities Debugging.swift
[19/49] Compiling InternalCollectionsUtilities Descriptions.swift
[20/49] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/48] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/48] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[24/48] Compiling InternalCollectionsUtilities UInt+reversed.swift
[25/48] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[26/48] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/48] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[28/48] Compiling InternalCollectionsUtilities Integer rank.swift
[29/48] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[30/48] Compiling InternalCollectionsUtilities _SortedCollection.swift
[31/48] Emitting module InternalCollectionsUtilities
[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 OrderedDictionary+Codable.swift
[41/174] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[42/174] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[43/174] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[44/174] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[45/174] Compiling OrderedCollections OrderedDictionary+Elements.swift
[46/174] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[47/174] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[48/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[49/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[50/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[51/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[52/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[53/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[54/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[55/174] Compiling OrderedCollections OrderedSet+Sendable.swift
[56/174] Compiling OrderedCollections OrderedSet+SubSequence.swift
[57/174] Compiling OrderedCollections OrderedSet+Testing.swift
[58/174] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[59/174] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[60/174] Compiling OrderedCollections OrderedSet.swift
[61/174] Compiling OrderedCollections _UnsafeBitset.swift
[62/174] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[63/174] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[64/174] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[65/174] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[66/174] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[67/174] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[68/174] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[69/174] Compiling OrderedCollections OrderedDictionary+Values.swift
[70/174] Compiling OrderedCollections OrderedDictionary.swift
[71/174] Compiling OrderedCollections OrderedSet+Codable.swift
[72/174] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[73/174] Compiling OrderedCollections OrderedSet+Descriptions.swift
[74/174] Compiling OrderedCollections OrderedSet+Diffing.swift
[75/174] Compiling OrderedCollections OrderedSet+Equatable.swift
[76/174] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[77/174] Compiling OrderedCollections OrderedSet+Hashable.swift
[78/174] Compiling OrderedCollections OrderedSet+Initializers.swift
[79/174] Compiling OrderedCollections OrderedSet+Insertions.swift
[80/174] Compiling OrderedCollections OrderedSet+Invariants.swift
[81/174] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[82/174] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[83/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[84/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[85/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[86/174] Compiling OrderedCollections _HashTable+Bucket.swift
[87/174] Compiling OrderedCollections _HashTable+BucketIterator.swift
[88/174] Compiling OrderedCollections _HashTable+Constants.swift
[89/174] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[90/174] Compiling OrderedCollections _HashTable+Testing.swift
[91/174] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[92/174] Compiling OrderedCollections _HashTable.swift
[93/174] Compiling OrderedCollections _Hashtable+Header.swift
[112/183] Emitting module OrderedCollections
[114/183] Emitting module SwiftSyntax
[122/183] Compiling SwiftSyntax TriviaPieces.swift
[123/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 SwiftBasicFormat SyntaxProtocol+Formatted.swift
[171/241] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[172/241] Compiling SwiftDiagnostics Message.swift
[173/242] Emitting module SwiftDiagnostics
[174/242] Compiling SwiftBasicFormat Syntax+Extensions.swift
[175/242] Compiling SwiftParser LexemeSequence.swift
[176/242] Compiling SwiftParser Lexer.swift
[177/242] Compiling SwiftParser RegexLiteralLexer.swift
[178/242] Compiling SwiftParser UnicodeScalarExtensions.swift
[179/242] Compiling SwiftBasicFormat Indenter.swift
[180/242] Compiling SwiftBasicFormat InferIndentation.swift
[181/242] Compiling SwiftDiagnostics Note.swift
[182/242] Compiling SwiftDiagnostics FixIt.swift
[183/242] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[184/242] Emitting module SwiftBasicFormat
[185/242] Compiling SwiftBasicFormat BasicFormat.swift
[186/243] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[187/243] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[194/242] Compiling SwiftParser Lookahead.swift
[195/242] Compiling SwiftParser LoopProgressCondition.swift
[196/247] Compiling SwiftParser Modifiers.swift
[197/247] Compiling SwiftParser Names.swift
[198/247] Compiling SwiftParser Nominals.swift
[199/247] Compiling SwiftParser Parameters.swift
[200/247] Compiling SwiftParser ParseSourceFile.swift
[201/247] Compiling SwiftParser Parser.swift
[202/247] Emitting module SwiftParser
[203/247] Compiling SwiftParser TokenSpec.swift
[204/247] Compiling SwiftParser TokenSpecSet.swift
[205/247] Compiling SwiftParser TopLevel.swift
[206/247] Compiling SwiftParser TriviaParser.swift
[207/247] Compiling SwiftParser Types.swift
[208/247] Compiling SwiftParser Patterns.swift
[209/247] Compiling SwiftParser Recovery.swift
[210/247] Compiling SwiftParser Specifiers.swift
[211/247] Compiling SwiftParser Statements.swift
[212/247] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[213/247] Compiling SwiftParser StringLiterals.swift
[214/247] Compiling SwiftParser SwiftParserCompatibility.swift
[215/247] Compiling SwiftParser SwiftVersion.swift
[216/247] Compiling SwiftParser SyntaxUtils.swift
[217/247] Compiling SwiftParser TokenConsumer.swift
[218/247] Compiling SwiftParser TokenPrecedence.swift
[219/247] Compiling SwiftParser Attributes.swift
[220/247] Compiling SwiftParser Availability.swift
[221/247] Compiling SwiftParser CharacterInfo.swift
[222/247] Compiling SwiftParser CollectionNodes+Parsable.swift
[223/247] Compiling SwiftParser Declarations.swift
[224/247] Compiling SwiftParser Directives.swift
[225/247] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[226/247] Compiling SwiftParser Expressions.swift
[227/247] Compiling SwiftParser IncrementalParseTransition.swift
[228/247] Compiling SwiftParser IsValidIdentifier.swift
[229/247] Compiling SwiftParser Cursor.swift
[230/247] Compiling SwiftParser Lexeme.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 SwiftOperators OperatorTable.swift
[239/271] Compiling SwiftOperators PrecedenceGraph.swift
[240/271] Compiling SwiftOperators SyntaxSynthesis.swift
[241/271] Compiling SwiftOperators OperatorTable+Semantics.swift
[242/271] Compiling SwiftParserDiagnostics MissingNodesError.swift
[243/271] Compiling SwiftParserDiagnostics MissingTokenError.swift
[244/271] Emitting module SwiftOperators
[245/271] Compiling SwiftOperators OperatorTable+Folding.swift
[246/271] Compiling SwiftOperators Operator.swift
[247/271] Compiling SwiftOperators OperatorError+Diagnostics.swift
[249/272] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[250/272] Compiling SwiftParserDiagnostics Utils.swift
[251/272] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[252/272] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[253/272] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[254/272] Compiling SwiftParserDiagnostics PresenceUtils.swift
[255/272] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[258/272] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[259/272] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[260/272] Emitting module SwiftParserDiagnostics
[264/287] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[265/287] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[266/288] Compiling SwiftSyntaxBuilder Indenter.swift
[267/288] Compiling SwiftSyntaxBuilder ListBuilder.swift
[268/288] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[269/288] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[270/288] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[271/288] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[272/288] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[273/288] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[274/288] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[275/288] Emitting module SwiftSyntaxBuilder
[276/288] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[277/288] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[278/288] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[279/288] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[281/305] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[282/305] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[283/307] Compiling SwiftSyntaxMacros MemberMacro.swift
[284/307] Compiling SwiftSyntaxMacros PeerMacro.swift
[285/307] Compiling SwiftSyntaxMacros AccessorMacro.swift
[286/307] Compiling SwiftSyntaxMacros AttachedMacro.swift
[287/307] Compiling SwiftSyntaxMacros BodyMacro.swift
[288/307] Emitting module SwiftSyntaxMacros
[289/307] Compiling SwiftSyntaxMacros Macro.swift
[290/307] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[291/307] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[292/307] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[293/307] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[294/307] Compiling SwiftSyntaxMacros Macro+Format.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/357] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[302/401] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[303/408] Emitting module SwiftSyntaxMacroExpansion
[304/408] Compiling PluginCore AttributableDeclSyntax.swift
[305/408] Compiling PluginCore Attribute.swift
[306/408] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[307/408] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[308/408] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[309/408] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[310/408] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[312/408] Compiling PluginCore BasicAssociatedVariable.swift
[313/408] Compiling PluginCore BasicEnumCaseVariable.swift
[314/408] Compiling PluginCore EnumCaseVariable.swift
[315/408] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[316/408] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[317/408] Compiling PluginCore AnyEnumSwitcher.swift
[318/408] Compiling PluginCore EnumSwitcherVariable.swift
[319/408] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[320/408] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[321/408] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[322/408] Compiling PluginCore UnTaggedEnumSwitcher.swift
[323/408] Compiling PluginCore AnyInitialization.swift
[324/408] Compiling PluginCore AnyRequiredVariableInitialization.swift
[325/420] Compiling PluginCore DuplicateUsage.swift
[326/420] Compiling PluginCore GroupedVariableDeclaration.swift
[327/420] Compiling PluginCore InvalidCombination.swift
[328/420] Compiling PluginCore InvalidDeclaration.swift
[329/420] Compiling PluginCore MetaCodableMessage.swift
[330/420] Compiling PluginCore StaticVariableDeclaration.swift
[331/420] Compiling PluginCore UninitializedVariableDecl.swift
[332/420] Compiling PluginCore AttributeExpander.swift
[333/420] Compiling PluginCore DeclModifiersGenerator.swift
[334/420] Compiling PluginCore Options.swift
[335/420] Compiling PluginCore ComposedVariable.swift
[336/420] Compiling PluginCore ConditionalCodingVariable.swift
[337/420] Compiling PluginCore AssociatedVariable.swift
[338/420] Compiling PluginCore DecodedAt.swift
[339/420] Compiling PluginCore EncodedAt.swift
[340/420] Compiling PluginCore KeyPathProvider.swift
[341/420] Compiling PluginCore MemberInit+Expansion.swift
[342/420] Compiling PluginCore MemberInit.swift
[343/420] Compiling PluginCore PeerAttribute.swift
[344/420] Compiling PluginCore AggregatedDiagnosticProducer.swift
[345/420] Compiling PluginCore CombinedUsage.swift
[346/420] Compiling PluginCore ArgumentCountCondition.swift
[347/420] Compiling PluginCore DeclarationCondition.swift
[348/420] Compiling PluginCore DiagnosticCondition.swift
[349/420] Compiling PluginCore ConditionalDiagnosticProducer.swift
[350/420] Compiling PluginCore DiagnosticProducer.swift
[351/420] Compiling PluginCore IgnoredInitialization.swift
[352/420] Compiling PluginCore MemberwiseInitGenerator.swift
[353/420] Compiling PluginCore OptionalInitialization.swift
[354/420] Compiling PluginCore RequiredInitialization.swift
[355/420] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[356/420] Compiling PluginCore RequiredVariableInitialization.swift
[357/420] Compiling PluginCore VariableInitialization.swift
[358/420] Compiling PluginCore AliasedPropertyVariable.swift
[359/420] Compiling PluginCore AnyPropertyVariable.swift
[360/420] Compiling PluginCore BasicPropertyVariable.swift
[361/420] Compiling PluginCore DecodingFallback.swift
[362/420] Compiling PluginCore DefaultValueVariable.swift
[363/420] Compiling PluginCore HelperCodedVariable.swift
[364/420] Compiling PluginCore InitializationVariable.swift
[365/420] Compiling PluginCore KeyedVariable.swift
[366/420] Compiling PluginCore PropertyVariable.swift
[367/420] Compiling PluginCore StrategyVariable.swift
[368/420] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[369/420] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[370/420] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[371/420] Compiling PluginCore PropertyVariableTreeNode.swift
[372/420] Compiling PluginCore AssociatedDeclSyntax.swift
[373/420] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[374/420] Compiling PluginCore MemberGroupSyntax.swift
[375/420] Compiling PluginCore PropertyDeclSyntax.swift
[376/432] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[377/433] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[378/433] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[379/433] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[380/433] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[381/433] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[382/433] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[383/433] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[384/433] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[385/433] Compiling PluginCore Decodable+Expansion.swift
[386/433] Compiling PluginCore Decodable.swift
[387/433] Compiling PluginCore AttributeExpander+Encodable.swift
[388/433] Compiling PluginCore Encodable+Expansion.swift
[389/433] Compiling PluginCore Encodable.swift
[390/433] Compiling PluginCore IgnoreCodingInitialized.swift
[391/433] Compiling PluginCore Inherits.swift
[392/433] Compiling PluginCore StrategyFinder.swift
[393/433] Compiling PluginCore UnTagged.swift
[394/433] Compiling PluginCore CodedAs.swift
[395/433] Compiling PluginCore CodedBy.swift
[396/433] Compiling PluginCore Default.swift
[397/433] Compiling PluginCore IgnoreCoding.swift
[398/433] Compiling PluginCore IgnoreDecoding.swift
[399/433] Compiling PluginCore IgnoreEncoding.swift
[400/433] Compiling PluginCore CodedAt.swift
[401/433] Compiling PluginCore CodedIn.swift
[402/433] Compiling PluginCore ContentAt.swift
[403/433] Emitting module PluginCore
[404/433] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[407/433] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[408/433] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[409/433] Compiling PluginCore VariableSyntax.swift
[410/433] Compiling PluginCore ActorVariable.swift
[411/433] Compiling PluginCore ClassVariable.swift
[412/433] Compiling PluginCore Case.swift
[413/433] Compiling PluginCore CodingKeysMap.swift
[414/433] Compiling PluginCore Key.swift
[415/433] Compiling PluginCore ConstraintGenerator.swift
[416/433] Compiling PluginCore Registration.swift
[417/433] Compiling PluginCore EnumVariable.swift
[418/433] Compiling PluginCore MemberGroup.swift
[419/433] Compiling PluginCore TypeVariable.swift
[420/433] Compiling PluginCore Variable.swift
[426/434] Emitting module SwiftCompilerPluginMessageHandling
[430/435] Emitting module SwiftCompilerPlugin
[431/435] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[433/438] Compiling MacroPlugin Definitions.swift
[434/438] Emitting module MacroPlugin
[435/438] Compiling MacroPlugin Plugin.swift
[436/438] Write Objects.LinkFileList
[437/438] Linking MacroPlugin-tool
[439/460] Emitting module MetaCodable
[440/462] Compiling MetaCodable Decodable.swift
[441/462] Compiling MetaCodable Encodable.swift
[442/462] Compiling MetaCodable IgnoreCodingInitialized.swift
[443/462] Compiling MetaCodable UnTagged.swift
[444/462] Compiling MetaCodable CodedAs.swift
[445/462] Compiling MetaCodable CodedAt.swift
[446/462] Compiling MetaCodable IgnoreCoding.swift
[447/462] Compiling MetaCodable MemberInit.swift
[448/462] Compiling MetaCodable Codable.swift
[449/462] Compiling MetaCodable CodableCommonStrategy.swift
[450/462] Compiling MetaCodable CodingKeys.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 EncodedAt.swift
[458/462] Compiling MetaCodable HelperCoder.swift
[459/462] Compiling MetaCodable LossySequence.swift
[460/462] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[461/462] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[462/462] Compiling MetaCodable DynamicCodableIdentifier.swift
[464/477] Compiling HelperCoders SequenceCoderConfiguration.swift
[465/477] Compiling HelperCoders HelperCoderStrategy.swift
[466/478] Compiling HelperCoders NonConformingCoder.swift
[467/478] Compiling HelperCoders PropertyWrapperCoder.swift
[468/478] Compiling HelperCoders DateCoder.swift
[469/478] Compiling HelperCoders Since1970DateCoder.swift
[470/478] Compiling HelperCoders DefaultSequenceElementCoding.swift
[471/478] Compiling HelperCoders SequenceCoder.swift
[472/478] Compiling HelperCoders String.swift
[473/478] Compiling HelperCoders Bool.swift
[474/478] Compiling HelperCoders Number.swift
[475/478] Compiling HelperCoders Base64Coder.swift
[476/478] Compiling HelperCoders ConditionalCoder.swift
[477/478] Emitting module HelperCoders
[478/478] Compiling HelperCoders ValueCoder.swift
[480/493] Compiling Core JSONSchema.swift
[481/493] Compiling Core Model.swift
[482/493] Compiling Core Response.swift
[483/493] Compiling Core ServerError.swift
[484/494] Compiling Core helpers.swift
[485/494] Compiling Core Result+async.swift
[486/494] Compiling Core AudioData.swift
[487/494] Compiling Core ClientEvent.swift
[488/494] Compiling Core Item.swift
[489/494] Compiling Core RealtimeAPI.swift
[490/494] Compiling Core Tool.swift
[491/494] Compiling Core Connector.swift
[492/494] Emitting module Core
[493/494] Compiling Core ServerEvent.swift
[494/494] Compiling Core Session.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[496/502] Emitting module WebRTC
/host/spi-builder-workspace/Sources/WebRTC/WebRTCConnector.swift:2:8: error: no such module 'AVFAudio'
  1 | import Core
  2 | import AVFAudio
    |        `- error: no such module 'AVFAudio'
  3 | import Foundation
  4 | @preconcurrency import LiveKitWebRTC
[497/502] Compiling WebRTC URLRequest+WebRTC.swift
/host/spi-builder-workspace/Sources/WebRTC/WebRTCConnector.swift:2:8: error: no such module 'AVFAudio'
  1 | import Core
  2 | import AVFAudio
    |        `- error: no such module 'AVFAudio'
  3 | import Foundation
  4 | @preconcurrency import LiveKitWebRTC
[498/502] Compiling WebRTC RealtimeAPI+WebRTC.swift
/host/spi-builder-workspace/Sources/WebRTC/WebRTCConnector.swift:2:8: error: no such module 'AVFAudio'
  1 | import Core
  2 | import AVFAudio
    |        `- error: no such module 'AVFAudio'
  3 | import Foundation
  4 | @preconcurrency import LiveKitWebRTC
[499/502] Compiling WebRTC WebRTCConnector.swift
/host/spi-builder-workspace/Sources/WebRTC/WebRTCConnector.swift:2:8: error: no such module 'AVFAudio'
  1 | import Core
  2 | import AVFAudio
    |        `- error: no such module 'AVFAudio'
  3 | import Foundation
  4 | @preconcurrency import LiveKitWebRTC
[500/502] Compiling WebSocket RealtimeAPI+WebSocket.swift
[501/502] Emitting module WebSocket
[502/502] Compiling WebSocket WebSocketConnector.swift
BUILD FAILURE 6.1 android