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

Successful build of DSBridge, reference main (92a3d3), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 17:20:18 UTC.

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EdgarDegas/DSBridge-Swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EdgarDegas/DSBridge-Swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 92a3d3f Merge pull request #4 from EdgarDegas/develop
Cloned https://github.com/EdgarDegas/DSBridge-Swift.git
Revision (git rev-parse @):
92a3d3fc808a3dd8931d2001009c24ad5e4b4b07
SUCCESS checkout https://github.com/EdgarDegas/DSBridge-Swift.git at main
Fetching https://github.com/apple/swift-syntax.git
[1/70245] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.24s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (4.32s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "dsbridge-swift",
      "name": "DSBridge",
      "url": "https://github.com/EdgarDegas/DSBridge-Swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DSBridge-Swift",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/apple/swift-syntax.git",
          "version": "509.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/EdgarDegas/DSBridge-Swift.git
[1/365] Fetching dsbridge-swift
Fetched https://github.com/EdgarDegas/DSBridge-Swift.git from cache (0.79s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.83s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.90s)
Creating working copy for https://github.com/EdgarDegas/DSBridge-Swift.git
Working copy of https://github.com/EdgarDegas/DSBridge-Swift.git resolved at main (92a3d3f)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
warning: '.resolve-product-dependencies': dependency 'dsbridge-swift' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/EdgarDegas/DSBridge-Swift.git
https://github.com/EdgarDegas/DSBridge-Swift.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "DSBridge",
  "name" : "DSBridge",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "DSBridge",
      "targets" : [
        "DSBridge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DSBridgeMacros",
      "targets" : [
        "DSBridgeMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSBridgeTests",
      "module_type" : "SwiftTarget",
      "name" : "DSBridgeTests",
      "path" : "Tests/DSBridgeTests",
      "sources" : [
        "DSBridgeTests.swift",
        "EvaluatorTests.swift",
        "InvocationDispatchingTests.swift",
        "InvocationResolvingTests.swift"
      ],
      "target_dependencies" : [
        "DSBridge"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSBridgeMacros",
      "module_type" : "SwiftTarget",
      "name" : "DSBridgeMacros",
      "path" : "Sources/DSBridgeMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "DSBridge",
        "DSBridgeMacros"
      ],
      "sources" : [
        "Exposed.swift",
        "FunctionDeclSyntax+Extensions.swift",
        "Macros.swift",
        "Unexposed.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "DSBridge",
      "module_type" : "SwiftTarget",
      "name" : "DSBridge",
      "path" : "Sources/DSBridge",
      "product_memberships" : [
        "DSBridge"
      ],
      "sources" : [
        "DSBridge.swift",
        "Error/Error.swift",
        "Error/ErrorLogging.swift",
        "JSON/JSON.swift",
        "JSON/JSONSerializer.swift",
        "JSON/JSONSerializing.swift",
        "Keystone.swift",
        "Macros.swift",
        "Requesting/FromJS.Response.swift",
        "Requesting/JavaScriptEvaluating.swift",
        "Requesting/Metronome.swift",
        "Responding/ExposedInterface.swift",
        "Responding/IncomingInvocation.swift",
        "Responding/InvocationDispatching.swift",
        "Responding/Method.swift",
        "Responding/MethodQuery.swift",
        "Responding/PredefinedInterface.swift",
        "Responding/Response.swift",
        "UIDelegate.swift",
        "WebView.swift"
      ],
      "target_dependencies" : [
        "DSBridgeMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/17] Write sources
[14/17] Write swift-version-2F0A5646E1D333AE.txt
[16/19] Emitting module SwiftSyntax509
[17/19] Compiling SwiftSyntax509 Empty.swift
[18/65] Compiling SwiftSyntax AbsolutePosition.swift
[19/65] Compiling SwiftSyntax Assert.swift
[20/65] Compiling SwiftSyntax BumpPtrAllocator.swift
[21/65] Compiling SwiftSyntax CommonAncestor.swift
[22/65] Compiling SwiftSyntax Convenience.swift
[23/70] Compiling SwiftSyntax MemoryLayout.swift
[24/70] Compiling SwiftSyntax MissingNodeInitializers.swift
[25/70] Compiling SwiftSyntax RawSyntax.swift
[26/70] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[27/70] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[28/70] Compiling SwiftSyntax Syntax.swift
[29/70] Compiling SwiftSyntax SyntaxArena.swift
[30/70] Compiling SwiftSyntax SyntaxChildren.swift
[31/70] Compiling SwiftSyntax SyntaxCollection.swift
[32/70] Compiling SwiftSyntax SyntaxData.swift
[33/70] Emitting module SwiftSyntax
[34/70] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[35/70] Compiling SwiftSyntax SyntaxBaseNodes.swift
[36/70] Compiling SwiftSyntax SyntaxCollections.swift
[37/70] Compiling SwiftSyntax SyntaxEnum.swift
[38/70] Compiling SwiftSyntax SyntaxKind.swift
[39/70] Compiling SwiftSyntax Utils.swift
[40/70] Compiling SwiftSyntax ChildNameForKeyPath.swift
[41/70] Compiling SwiftSyntax Keyword.swift
[42/70] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[43/70] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[44/70] Compiling SwiftSyntax SyntaxText.swift
[45/70] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[46/70] Compiling SwiftSyntax TokenDiagnostic.swift
[47/70] Compiling SwiftSyntax TokenSyntax.swift
[48/70] Compiling SwiftSyntax Trivia.swift
[49/70] Compiling SwiftSyntax Tokens.swift
[50/70] Compiling SwiftSyntax TriviaPieces.swift
[51/70] Compiling SwiftSyntax RawSyntaxNodes.swift
[52/70] Compiling SwiftSyntax RawSyntaxValidation.swift
[53/70] Compiling SwiftSyntax SyntaxDeclNodes.swift
[54/70] Compiling SwiftSyntax SyntaxExprNodes.swift
[55/70] Compiling SwiftSyntax SyntaxNodes.swift
[56/70] Compiling SwiftSyntax SyntaxPatternNodes.swift
[57/70] Compiling SwiftSyntax SyntaxStmtNodes.swift
[58/70] Compiling SwiftSyntax SyntaxTypeNodes.swift
[59/70] Compiling SwiftSyntax RawSyntaxTokenView.swift
[60/70] Compiling SwiftSyntax SourceLength.swift
[61/70] Compiling SwiftSyntax SourceLocation.swift
[62/70] Compiling SwiftSyntax SourcePresence.swift
[63/70] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[64/70] Compiling SwiftSyntax SyntaxRewriter.swift
[65/70] Compiling SwiftSyntax SyntaxTraits.swift
[66/70] Compiling SwiftSyntax SyntaxTransform.swift
[67/70] Compiling SwiftSyntax SyntaxVisitor.swift
[68/70] Compiling SwiftSyntax TokenKind.swift
[69/122] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[70/122] Emitting module SwiftDiagnostics
[71/122] Compiling SwiftDiagnostics Convenience.swift
[72/122] Compiling SwiftBasicFormat Syntax+Extensions.swift
[73/122] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[74/122] Compiling SwiftDiagnostics Note.swift
[75/122] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[76/122] Compiling SwiftDiagnostics Message.swift
[77/122] Compiling SwiftDiagnostics FixIt.swift
[78/122] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[79/122] Compiling SwiftDiagnostics Diagnostic.swift
[80/122] Emitting module SwiftBasicFormat
[81/122] Compiling SwiftBasicFormat BasicFormat.swift
[82/122] Compiling SwiftParser Names.swift
[83/122] Compiling SwiftParser Nominals.swift
[84/122] Compiling SwiftParser Parameters.swift
[85/122] Compiling SwiftParser ParseSourceFile.swift
[86/122] Compiling SwiftParser Lexeme.swift
[87/122] Compiling SwiftParser LexemeSequence.swift
[88/122] Compiling SwiftParser Lexer.swift
[89/122] Compiling SwiftParser RegexLiteralLexer.swift
[90/126] Compiling SwiftParser Statements.swift
[91/126] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[92/126] Compiling SwiftParser StringLiterals.swift
[93/126] Compiling SwiftParser SwiftParserCompatibility.swift
[94/126] Compiling SwiftParser SyntaxUtils.swift
[95/126] Compiling SwiftParser TokenConsumer.swift
[96/126] Compiling SwiftParser TokenPrecedence.swift
[97/126] Compiling SwiftParser TokenSpec.swift
[98/126] Compiling SwiftParser Parser.swift
[99/126] Compiling SwiftParser Patterns.swift
[100/126] Compiling SwiftParser Recovery.swift
[101/126] Compiling SwiftParser Specifiers.swift
[102/126] Compiling SwiftParser TokenSpecSet.swift
[103/126] Compiling SwiftParser TopLevel.swift
[104/126] Compiling SwiftParser TriviaParser.swift
[105/126] Compiling SwiftParser Types.swift
[106/126] Compiling SwiftParser Attributes.swift
[107/126] Compiling SwiftParser Availability.swift
[108/126] Compiling SwiftParser CharacterInfo.swift
[109/126] Compiling SwiftParser CollectionNodes+Parsable.swift
[110/126] Compiling SwiftParser Declarations.swift
[111/126] Emitting module SwiftParser
[112/126] Compiling SwiftParser IsLexerClassified.swift
[113/126] Compiling SwiftParser LayoutNodes+Parsable.swift
[114/126] Compiling SwiftParser Parser+TokenSpecSet.swift
[115/126] Compiling SwiftParser TokenSpecStaticMembers.swift
[116/126] Compiling SwiftParser UnicodeScalarExtensions.swift
[117/126] Compiling SwiftParser Lookahead.swift
[118/126] Compiling SwiftParser LoopProgressCondition.swift
[119/126] Compiling SwiftParser Modifiers.swift
[120/126] Compiling SwiftParser Directives.swift
[121/126] Compiling SwiftParser ExperimentalFeatures.swift
[122/126] Compiling SwiftParser Expressions.swift
[123/126] Compiling SwiftParser IncrementalParseTransition.swift
[124/126] Compiling SwiftParser Cursor.swift
[125/149] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[126/150] Compiling SwiftOperators PrecedenceGroup.swift
[127/150] Compiling SwiftOperators OperatorTable+Defaults.swift
[128/150] Compiling SwiftOperators PrecedenceGraph.swift
[129/150] Compiling SwiftOperators OperatorTable.swift
[130/151] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[131/151] Compiling SwiftOperators OperatorTable+Semantics.swift
[132/151] Compiling SwiftOperators OperatorError+Diagnostics.swift
[133/151] Compiling SwiftOperators OperatorError.swift
[134/151] Compiling SwiftOperators Operator.swift
[135/151] Emitting module SwiftOperators
[136/151] Compiling SwiftOperators OperatorTable+Folding.swift
[137/151] Compiling SwiftOperators SyntaxSynthesis.swift
[138/151] Compiling SwiftParserDiagnostics Utils.swift
[139/151] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[140/151] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[141/151] Compiling SwiftParserDiagnostics PresenceUtils.swift
[142/151] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[143/151] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[144/151] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[145/151] Compiling SwiftParserDiagnostics MissingNodesError.swift
[146/151] Compiling SwiftParserDiagnostics MissingTokenError.swift
[147/151] Emitting module SwiftParserDiagnostics
[148/151] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[149/151] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[150/165] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[151/166] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[152/166] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[153/166] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[154/166] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[155/166] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[156/166] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[157/166] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[158/166] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[159/166] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[160/166] Compiling SwiftSyntaxBuilder Indenter.swift
[161/166] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[162/166] Emitting module SwiftSyntaxBuilder
[163/166] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[164/166] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[165/180] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[166/180] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[167/180] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[168/180] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[169/180] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[170/181] Compiling SwiftSyntaxMacros AccessorMacro.swift
[171/181] Compiling SwiftSyntaxMacros AttachedMacro.swift
[172/181] Compiling SwiftSyntaxMacros Macro.swift
[173/181] Compiling SwiftSyntaxMacros Macro+Format.swift
[174/181] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[175/181] Compiling SwiftSyntaxMacros MemberMacro.swift
[176/181] Emitting module SwiftSyntaxMacros
[177/181] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[178/181] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[179/181] Compiling SwiftSyntaxMacros PeerMacro.swift
[180/189] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[181/189] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[182/189] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[183/189] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[184/189] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[185/189] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[186/189] Emitting module SwiftSyntaxMacroExpansion
[187/189] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[188/196] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[189/196] Emitting module SwiftCompilerPluginMessageHandling
[190/196] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[191/196] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[192/196] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[193/196] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[194/196] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[195/198] Emitting module SwiftCompilerPlugin
[196/198] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[197/203] Compiling DSBridgeMacros Macros.swift
[198/203] Compiling DSBridgeMacros Unexposed.swift
[199/203] Compiling DSBridgeMacros FunctionDeclSyntax+Extensions.swift
[200/203] Emitting module DSBridgeMacros
[201/203] Compiling DSBridgeMacros Exposed.swift
[201/203] Write Objects.LinkFileList
[202/203] Linking DSBridgeMacros-tool
[204/222] Compiling DSBridge FromJS.Response.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/JavaScriptEvaluating.swift:55:21: warning: capture of 'self' with non-sendable type 'JavaScriptEvaluator?' in a '@Sendable' closure
 23 | public typealias JavaScript = String
 24 |
 25 | open class JavaScriptEvaluator: JavaScriptEvaluating {
    |            `- note: class 'JavaScriptEvaluator' does not conform to the 'Sendable' protocol
 26 |     private let evaluating: (JavaScript) -> Void
 27 |     private var incrementalID: Int = 0
    :
 53 |         serialQueue.async { [weak self] in
 54 |             guard
 55 |                 let self,
    |                     `- warning: capture of 'self' with non-sendable type 'JavaScriptEvaluator?' in a '@Sendable' closure
 56 |                 let completion = completionByID[response.id]
 57 |             else {
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/JavaScriptEvaluating.swift:56:49: warning: capture of 'response' with non-sendable type 'FromJS.Response' in a '@Sendable' closure
 54 |             guard
 55 |                 let self,
 56 |                 let completion = completionByID[response.id]
    |                                                 `- warning: capture of 'response' with non-sendable type 'FromJS.Response' in a '@Sendable' closure
 57 |             else {
 58 |                 return
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/FromJS.Response.swift:11:19: note: consider making struct 'Response' conform to the 'Sendable' protocol
 9 |
10 | public enum FromJS {
11 |     public struct Response {
   |                   `- note: consider making struct 'Response' conform to the 'Sendable' protocol
12 |         let id: Int
13 |         let data: Any
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/JavaScriptEvaluating.swift:61:20: warning: capture of 'response' with non-sendable type 'FromJS.Response' in an isolated local function; this is an error in the Swift 6 language mode
 59 |             }
 60 |             defer {
 61 |                 if response.completed {
    |                    `- warning: capture of 'response' with non-sendable type 'FromJS.Response' in an isolated local function; this is an error in the Swift 6 language mode
 62 |                     completionByID.removeValue(forKey: response.id)
 63 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/FromJS.Response.swift:11:19: note: consider making struct 'Response' conform to the 'Sendable' protocol
 9 |
10 | public enum FromJS {
11 |     public struct Response {
   |                   `- note: consider making struct 'Response' conform to the 'Sendable' protocol
12 |         let id: Int
13 |         let data: Any
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/JavaScriptEvaluating.swift:71:23: warning: capture of 'self' with non-sendable type 'JavaScriptEvaluator?' in a '@Sendable' closure
 23 | public typealias JavaScript = String
 24 |
 25 | open class JavaScriptEvaluator: JavaScriptEvaluating {
    |            `- note: class 'JavaScriptEvaluator' does not conform to the 'Sendable' protocol
 26 |     private let evaluating: (JavaScript) -> Void
 27 |     private var incrementalID: Int = 0
    :
 69 |     open func evaluate(_ javaScript: JavaScript) {
 70 |         serialQueue.async { [weak self] in
 71 |             guard let self else { return }
    |                       `- warning: capture of 'self' with non-sendable type 'JavaScriptEvaluator?' in a '@Sendable' closure
 72 |             enqueue(javaScript)
 73 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/JavaScriptEvaluating.swift:78:23: warning: capture of 'self' with non-sendable type 'JavaScriptEvaluator?' in a '@Sendable' closure
 23 | public typealias JavaScript = String
 24 |
 25 | open class JavaScriptEvaluator: JavaScriptEvaluating {
    |            `- note: class 'JavaScriptEvaluator' does not conform to the 'Sendable' protocol
 26 |     private let evaluating: (JavaScript) -> Void
 27 |     private var incrementalID: Int = 0
    :
 76 |     open func initialize() {
 77 |         serialQueue.async { [weak self] in
 78 |             guard let self else { return }
    |                       `- warning: capture of 'self' with non-sendable type 'JavaScriptEvaluator?' in a '@Sendable' closure
 79 |             initialized = true
 80 |             metronome.resume()
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/JavaScriptEvaluating.swift:90:23: warning: capture of 'self' with non-sendable type 'JavaScriptEvaluator?' in a '@Sendable' closure
 23 | public typealias JavaScript = String
 24 |
 25 | open class JavaScriptEvaluator: JavaScriptEvaluating {
    |            `- note: class 'JavaScriptEvaluator' does not conform to the 'Sendable' protocol
 26 |     private let evaluating: (JavaScript) -> Void
 27 |     private var incrementalID: Int = 0
    :
 88 |     ) {
 89 |         serialQueue.async { [weak self] in
 90 |             guard let self else { return }
    |                       `- warning: capture of 'self' with non-sendable type 'JavaScriptEvaluator?' in a '@Sendable' closure
 91 |             defer { incrementalID += 1 }
 92 |             let id = incrementalID
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/JavaScriptEvaluating.swift:93:20: warning: capture of 'completion' with non-sendable type 'JavaScriptEvaluator.Completion?' (aka 'Optional<(Any) -> ()>') in a '@Sendable' closure
 91 |             defer { incrementalID += 1 }
 92 |             let id = incrementalID
 93 |             if let completion {
    |                    |- warning: capture of 'completion' with non-sendable type 'JavaScriptEvaluator.Completion?' (aka 'Optional<(Any) -> ()>') in a '@Sendable' closure
    |                    `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 94 |                 completionByID[id] = completion
 95 |             }
[205/222] Compiling DSBridge JavaScriptEvaluating.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/JavaScriptEvaluating.swift:55:21: warning: capture of 'self' with non-sendable type 'JavaScriptEvaluator?' in a '@Sendable' closure
 23 | public typealias JavaScript = String
 24 |
 25 | open class JavaScriptEvaluator: JavaScriptEvaluating {
    |            `- note: class 'JavaScriptEvaluator' does not conform to the 'Sendable' protocol
 26 |     private let evaluating: (JavaScript) -> Void
 27 |     private var incrementalID: Int = 0
    :
 53 |         serialQueue.async { [weak self] in
 54 |             guard
 55 |                 let self,
    |                     `- warning: capture of 'self' with non-sendable type 'JavaScriptEvaluator?' in a '@Sendable' closure
 56 |                 let completion = completionByID[response.id]
 57 |             else {
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/JavaScriptEvaluating.swift:56:49: warning: capture of 'response' with non-sendable type 'FromJS.Response' in a '@Sendable' closure
 54 |             guard
 55 |                 let self,
 56 |                 let completion = completionByID[response.id]
    |                                                 `- warning: capture of 'response' with non-sendable type 'FromJS.Response' in a '@Sendable' closure
 57 |             else {
 58 |                 return
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/FromJS.Response.swift:11:19: note: consider making struct 'Response' conform to the 'Sendable' protocol
 9 |
10 | public enum FromJS {
11 |     public struct Response {
   |                   `- note: consider making struct 'Response' conform to the 'Sendable' protocol
12 |         let id: Int
13 |         let data: Any
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/JavaScriptEvaluating.swift:61:20: warning: capture of 'response' with non-sendable type 'FromJS.Response' in an isolated local function; this is an error in the Swift 6 language mode
 59 |             }
 60 |             defer {
 61 |                 if response.completed {
    |                    `- warning: capture of 'response' with non-sendable type 'FromJS.Response' in an isolated local function; this is an error in the Swift 6 language mode
 62 |                     completionByID.removeValue(forKey: response.id)
 63 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/FromJS.Response.swift:11:19: note: consider making struct 'Response' conform to the 'Sendable' protocol
 9 |
10 | public enum FromJS {
11 |     public struct Response {
   |                   `- note: consider making struct 'Response' conform to the 'Sendable' protocol
12 |         let id: Int
13 |         let data: Any
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/JavaScriptEvaluating.swift:71:23: warning: capture of 'self' with non-sendable type 'JavaScriptEvaluator?' in a '@Sendable' closure
 23 | public typealias JavaScript = String
 24 |
 25 | open class JavaScriptEvaluator: JavaScriptEvaluating {
    |            `- note: class 'JavaScriptEvaluator' does not conform to the 'Sendable' protocol
 26 |     private let evaluating: (JavaScript) -> Void
 27 |     private var incrementalID: Int = 0
    :
 69 |     open func evaluate(_ javaScript: JavaScript) {
 70 |         serialQueue.async { [weak self] in
 71 |             guard let self else { return }
    |                       `- warning: capture of 'self' with non-sendable type 'JavaScriptEvaluator?' in a '@Sendable' closure
 72 |             enqueue(javaScript)
 73 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/JavaScriptEvaluating.swift:78:23: warning: capture of 'self' with non-sendable type 'JavaScriptEvaluator?' in a '@Sendable' closure
 23 | public typealias JavaScript = String
 24 |
 25 | open class JavaScriptEvaluator: JavaScriptEvaluating {
    |            `- note: class 'JavaScriptEvaluator' does not conform to the 'Sendable' protocol
 26 |     private let evaluating: (JavaScript) -> Void
 27 |     private var incrementalID: Int = 0
    :
 76 |     open func initialize() {
 77 |         serialQueue.async { [weak self] in
 78 |             guard let self else { return }
    |                       `- warning: capture of 'self' with non-sendable type 'JavaScriptEvaluator?' in a '@Sendable' closure
 79 |             initialized = true
 80 |             metronome.resume()
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/JavaScriptEvaluating.swift:90:23: warning: capture of 'self' with non-sendable type 'JavaScriptEvaluator?' in a '@Sendable' closure
 23 | public typealias JavaScript = String
 24 |
 25 | open class JavaScriptEvaluator: JavaScriptEvaluating {
    |            `- note: class 'JavaScriptEvaluator' does not conform to the 'Sendable' protocol
 26 |     private let evaluating: (JavaScript) -> Void
 27 |     private var incrementalID: Int = 0
    :
 88 |     ) {
 89 |         serialQueue.async { [weak self] in
 90 |             guard let self else { return }
    |                       `- warning: capture of 'self' with non-sendable type 'JavaScriptEvaluator?' in a '@Sendable' closure
 91 |             defer { incrementalID += 1 }
 92 |             let id = incrementalID
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/JavaScriptEvaluating.swift:93:20: warning: capture of 'completion' with non-sendable type 'JavaScriptEvaluator.Completion?' (aka 'Optional<(Any) -> ()>') in a '@Sendable' closure
 91 |             defer { incrementalID += 1 }
 92 |             let id = incrementalID
 93 |             if let completion {
    |                    |- warning: capture of 'completion' with non-sendable type 'JavaScriptEvaluator.Completion?' (aka 'Optional<(Any) -> ()>') in a '@Sendable' closure
    |                    `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 94 |                 completionByID[id] = completion
 95 |             }
[206/222] Compiling DSBridge Metronome.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/Metronome.swift:37:17: warning: capture of 'self' with non-sendable type 'Metronome' in a '@Sendable' closure
16 | /// crashes that occur from calling resume multiple times on a timer that is
17 | /// already resumed (noted by https://github.com/SiftScience/sift-ios/issues/52
18 | final class Metronome {
   |             `- note: class 'Metronome' does not conform to the 'Sendable' protocol
19 |     let timeInterval: TimeInterval
20 |     let queue: DispatchQueue
   :
35 |             guard let self else { return }
36 |             queue.async {
37 |                 self.eventHandler?()
   |                 `- warning: capture of 'self' with non-sendable type 'Metronome' in a '@Sendable' closure
38 |             }
39 |         })
[207/222] Compiling DSBridge ExposedInterface.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/Metronome.swift:37:17: warning: capture of 'self' with non-sendable type 'Metronome' in a '@Sendable' closure
16 | /// crashes that occur from calling resume multiple times on a timer that is
17 | /// already resumed (noted by https://github.com/SiftScience/sift-ios/issues/52
18 | final class Metronome {
   |             `- note: class 'Metronome' does not conform to the 'Sendable' protocol
19 |     let timeInterval: TimeInterval
20 |     let queue: DispatchQueue
   :
35 |             guard let self else { return }
36 |             queue.async {
37 |                 self.eventHandler?()
   |                 `- warning: capture of 'self' with non-sendable type 'Metronome' in a '@Sendable' closure
38 |             }
39 |         })
[208/222] Compiling DSBridge ErrorLogging.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/ErrorLogging.swift:11:12: warning: var 'sharedLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 | import os
10 |
11 | public var sharedLogger: any ErrorLogging = ErrorLogger()
   |            |- warning: var 'sharedLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: convert 'sharedLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |            |- note: add '@MainActor' to make var 'sharedLogger' part of global actor 'MainActor'
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | public protocol ErrorLogging {
[209/222] Compiling DSBridge JSON.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/ErrorLogging.swift:11:12: warning: var 'sharedLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 | import os
10 |
11 | public var sharedLogger: any ErrorLogging = ErrorLogger()
   |            |- warning: var 'sharedLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: convert 'sharedLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |            |- note: add '@MainActor' to make var 'sharedLogger' part of global actor 'MainActor'
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | public protocol ErrorLogging {
[210/224] Emitting module DSBridge
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/Error.swift:25:16: warning: static property 'hash' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 23 |
 24 | public enum Error {
 25 |     static var hash: String = "*hashed*"
    |                |- warning: static property 'hash' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'hash' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'hash' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 26 |     static var hashObject = Hash()
 27 |     struct Hash { }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/Error.swift:26:16: warning: static property 'hashObject' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 24 | public enum Error {
 25 |     static var hash: String = "*hashed*"
 26 |     static var hashObject = Hash()
    |                |- warning: static property 'hashObject' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'hashObject' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'hashObject' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |     struct Hash { }
 28 | }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/Error.swift:82:14: warning: associated value 'failedToEncode' of 'Sendable'-conforming enum 'WritingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 80 |
 81 |         case underlyingJSONEncoding(_ error: Swift.Error)
 82 |         case failedToEncode(Any)
    |              `- warning: associated value 'failedToEncode' of 'Sendable'-conforming enum 'WritingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 83 |         case invalidJSONObject(Any)
 84 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/Error.swift:83:14: warning: associated value 'invalidJSONObject' of 'Sendable'-conforming enum 'WritingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 81 |         case underlyingJSONEncoding(_ error: Swift.Error)
 82 |         case failedToEncode(Any)
 83 |         case invalidJSONObject(Any)
    |              `- warning: associated value 'invalidJSONObject' of 'Sendable'-conforming enum 'WritingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 84 |     }
 85 | }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/Error.swift:125:14: warning: associated value 'returnTypeMismatch' of 'Sendable'-conforming enum 'CallingJS' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
123 |         }
124 |
125 |         case returnTypeMismatch(Any)
    |              `- warning: associated value 'returnTypeMismatch' of 'Sendable'-conforming enum 'CallingJS' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
126 |         case underlying(any Swift.Error)
127 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/ErrorLogging.swift:11:12: warning: var 'sharedLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 | import os
10 |
11 | public var sharedLogger: any ErrorLogging = ErrorLogger()
   |            |- warning: var 'sharedLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: convert 'sharedLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |            |- note: add '@MainActor' to make var 'sharedLogger' part of global actor 'MainActor'
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | public protocol ErrorLogging {
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Requesting/Metronome.swift:37:17: warning: capture of 'self' with non-sendable type 'Metronome' in a '@Sendable' closure
16 | /// crashes that occur from calling resume multiple times on a timer that is
17 | /// already resumed (noted by https://github.com/SiftScience/sift-ios/issues/52
18 | final class Metronome {
   |             `- note: class 'Metronome' does not conform to the 'Sendable' protocol
19 |     let timeInterval: TimeInterval
20 |     let queue: DispatchQueue
   :
35 |             guard let self else { return }
36 |             queue.async {
37 |                 self.eventHandler?()
   |                 `- warning: capture of 'self' with non-sendable type 'Metronome' in a '@Sendable' closure
38 |             }
39 |         })
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/UIDelegate.swift:23:15: warning: instance method 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
 21 |     }
 22 |
 23 |     open func webView(
    |               |- warning: instance method 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
    |               |- note: candidate has non-matching type '(WKWebView, String, String?, WKFrameInfo, @escaping (String?) -> Void) -> ()'
    |               `- note: move 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' to an extension to silence this warning
 24 |         _ webView: WKWebView,
 25 |         runJavaScriptTextInputPanelWithPrompt prompt: String,
WebKit.WKUIDelegate.webView:3:28: note: requirement 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' declared here
1 | protocol WKUIDelegate {
2 | @available(macOS 10.10, *)
3 |   @MainActor optional func webView(_ webView: WKWebView, runJavaScriptTextInputPanelWithPrompt prompt: String, defaultText: String?, initiatedByFrame frame: WKFrameInfo, completionHandler: @escaping @MainActor @Sendable (String?) -> Void)}
  |                            `- note: requirement 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' declared here
4 |
[211/224] Compiling DSBridge DSBridge.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/Error.swift:25:16: warning: static property 'hash' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 23 |
 24 | public enum Error {
 25 |     static var hash: String = "*hashed*"
    |                |- warning: static property 'hash' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'hash' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'hash' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 26 |     static var hashObject = Hash()
 27 |     struct Hash { }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/Error.swift:26:16: warning: static property 'hashObject' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 24 | public enum Error {
 25 |     static var hash: String = "*hashed*"
 26 |     static var hashObject = Hash()
    |                |- warning: static property 'hashObject' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'hashObject' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'hashObject' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |     struct Hash { }
 28 | }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/Error.swift:82:14: warning: associated value 'failedToEncode' of 'Sendable'-conforming enum 'WritingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 80 |
 81 |         case underlyingJSONEncoding(_ error: Swift.Error)
 82 |         case failedToEncode(Any)
    |              `- warning: associated value 'failedToEncode' of 'Sendable'-conforming enum 'WritingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 83 |         case invalidJSONObject(Any)
 84 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/Error.swift:83:14: warning: associated value 'invalidJSONObject' of 'Sendable'-conforming enum 'WritingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 81 |         case underlyingJSONEncoding(_ error: Swift.Error)
 82 |         case failedToEncode(Any)
 83 |         case invalidJSONObject(Any)
    |              `- warning: associated value 'invalidJSONObject' of 'Sendable'-conforming enum 'WritingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 84 |     }
 85 | }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/Error.swift:125:14: warning: associated value 'returnTypeMismatch' of 'Sendable'-conforming enum 'CallingJS' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
123 |         }
124 |
125 |         case returnTypeMismatch(Any)
    |              `- warning: associated value 'returnTypeMismatch' of 'Sendable'-conforming enum 'CallingJS' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
126 |         case underlying(any Swift.Error)
127 |     }
[212/224] Compiling DSBridge Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/Error.swift:25:16: warning: static property 'hash' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 23 |
 24 | public enum Error {
 25 |     static var hash: String = "*hashed*"
    |                |- warning: static property 'hash' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'hash' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'hash' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 26 |     static var hashObject = Hash()
 27 |     struct Hash { }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/Error.swift:26:16: warning: static property 'hashObject' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 24 | public enum Error {
 25 |     static var hash: String = "*hashed*"
 26 |     static var hashObject = Hash()
    |                |- warning: static property 'hashObject' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'hashObject' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'hashObject' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |     struct Hash { }
 28 | }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/Error.swift:82:14: warning: associated value 'failedToEncode' of 'Sendable'-conforming enum 'WritingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 80 |
 81 |         case underlyingJSONEncoding(_ error: Swift.Error)
 82 |         case failedToEncode(Any)
    |              `- warning: associated value 'failedToEncode' of 'Sendable'-conforming enum 'WritingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 83 |         case invalidJSONObject(Any)
 84 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/Error.swift:83:14: warning: associated value 'invalidJSONObject' of 'Sendable'-conforming enum 'WritingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 81 |         case underlyingJSONEncoding(_ error: Swift.Error)
 82 |         case failedToEncode(Any)
 83 |         case invalidJSONObject(Any)
    |              `- warning: associated value 'invalidJSONObject' of 'Sendable'-conforming enum 'WritingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 84 |     }
 85 | }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/Error/Error.swift:125:14: warning: associated value 'returnTypeMismatch' of 'Sendable'-conforming enum 'CallingJS' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
123 |         }
124 |
125 |         case returnTypeMismatch(Any)
    |              `- warning: associated value 'returnTypeMismatch' of 'Sendable'-conforming enum 'CallingJS' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
126 |         case underlying(any Swift.Error)
127 |     }
[213/224] Compiling DSBridge JSONSerializer.swift
[214/224] Compiling DSBridge JSONSerializing.swift
[215/224] Compiling DSBridge IncomingInvocation.swift
[216/224] Compiling DSBridge InvocationDispatching.swift
[217/224] Compiling DSBridge PredefinedInterface.swift
[218/224] Compiling DSBridge Response.swift
[219/224] Compiling DSBridge Keystone.swift
[220/224] Compiling DSBridge Macros.swift
[221/224] Compiling DSBridge Method.swift
[222/224] Compiling DSBridge MethodQuery.swift
[223/224] Compiling DSBridge UIDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/UIDelegate.swift:23:15: warning: instance method 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
 21 |     }
 22 |
 23 |     open func webView(
    |               |- warning: instance method 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
    |               |- note: candidate has non-matching type '(WKWebView, String, String?, WKFrameInfo, @escaping (String?) -> Void) -> ()'
    |               `- note: move 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' to an extension to silence this warning
 24 |         _ webView: WKWebView,
 25 |         runJavaScriptTextInputPanelWithPrompt prompt: String,
WebKit.WKUIDelegate.webView:3:28: note: requirement 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' declared here
1 | protocol WKUIDelegate {
2 | @available(macOS 10.10, *)
3 |   @MainActor optional func webView(_ webView: WKWebView, runJavaScriptTextInputPanelWithPrompt prompt: String, defaultText: String?, initiatedByFrame frame: WKFrameInfo, completionHandler: @escaping @MainActor @Sendable (String?) -> Void)}
  |                            `- note: requirement 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' declared here
4 |
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/UIDelegate.swift:62:32: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
 46 |         runJavaScriptTextInputPanelWithPrompt prompt: String,
 47 |         defaultText: String?, initiatedByFrame frame: WKFrameInfo,
 48 |         completionHandler: @escaping (String?) -> Void
    |         `- note: parameter 'completionHandler' is implicitly non-sendable
 49 |     ) {
 50 |         guard
    :
 60 |             defaultText: defaultText,
 61 |             initiatedByFrame: frame,
 62 |             completionHandler: completionHandler
    |                                `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
 63 |         )
 64 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/UIDelegate.swift:67:30: warning: main actor-isolated class property 'injectedSelector' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 65 |
 66 |     open override func responds(to aSelector: Selector!) -> Bool {
 67 |         if aSelector == Self.injectedSelector {
    |                              `- warning: main actor-isolated class property 'injectedSelector' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 68 |             return true
 69 |         } else {
    :
 80 |     }
 81 |
 82 |     open class var injectedSelector: Selector {
    |                    `- note: class property declared here
 83 |         #selector(
 84 |             webView(
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/UIDelegate.swift:70:20: warning: main actor-isolated property 'designatedDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
  9 |
 10 | open class UIDelegate: NSObject, WKUIDelegate {
 11 |     open weak var designatedDelegate: (any WKUIDelegate)?
    |                   `- note: property declared here
 12 |     open var invocationHandler: (String, String?) -> JSON
 13 |     public let prefix: String
    :
 68 |             return true
 69 |         } else {
 70 |             return designatedDelegate?.responds(to: aSelector) ?? false
    |                    `- warning: main actor-isolated property 'designatedDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 71 |         }
 72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/UIDelegate.swift:75:12: warning: main actor-isolated property 'designatedDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
  9 |
 10 | open class UIDelegate: NSObject, WKUIDelegate {
 11 |     open weak var designatedDelegate: (any WKUIDelegate)?
    |                   `- note: property declared here
 12 |     open var invocationHandler: (String, String?) -> JSON
 13 |     public let prefix: String
    :
 73 |
 74 |     open override func forwardingTarget(for aSelector: Selector!) -> Any? {
 75 |         if designatedDelegate?.responds(to: aSelector) == true {
    |            `- warning: main actor-isolated property 'designatedDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 76 |             return designatedDelegate
 77 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/UIDelegate.swift:76:20: warning: main actor-isolated property 'designatedDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
  9 |
 10 | open class UIDelegate: NSObject, WKUIDelegate {
 11 |     open weak var designatedDelegate: (any WKUIDelegate)?
    |                   `- note: property declared here
 12 |     open var invocationHandler: (String, String?) -> JSON
 13 |     public let prefix: String
    :
 74 |     open override func forwardingTarget(for aSelector: Selector!) -> Any? {
 75 |         if designatedDelegate?.responds(to: aSelector) == true {
 76 |             return designatedDelegate
    |                    `- warning: main actor-isolated property 'designatedDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 77 |         } else {
 78 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/UIDelegate.swift:83:9: error: argument of '#selector' refers to instance method 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' that is not exposed to Objective-C
 21 |     }
 22 |
 23 |     open func webView(
    |               `- note: add '@objc' to expose this instance method to Objective-C
 24 |         _ webView: WKWebView,
 25 |         runJavaScriptTextInputPanelWithPrompt prompt: String,
    :
 81 |
 82 |     open class var injectedSelector: Selector {
 83 |         #selector(
    |         `- error: argument of '#selector' refers to instance method 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' that is not exposed to Objective-C
 84 |             webView(
 85 |                 _:
[224/224] Compiling DSBridge WebView.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/UIDelegate.swift:23:15: warning: instance method 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
 21 |     }
 22 |
 23 |     open func webView(
    |               |- warning: instance method 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
    |               |- note: candidate has non-matching type '(WKWebView, String, String?, WKFrameInfo, @escaping (String?) -> Void) -> ()'
    |               `- note: move 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' to an extension to silence this warning
 24 |         _ webView: WKWebView,
 25 |         runJavaScriptTextInputPanelWithPrompt prompt: String,
WebKit.WKUIDelegate.webView:3:28: note: requirement 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' declared here
1 | protocol WKUIDelegate {
2 | @available(macOS 10.10, *)
3 |   @MainActor optional func webView(_ webView: WKWebView, runJavaScriptTextInputPanelWithPrompt prompt: String, defaultText: String?, initiatedByFrame frame: WKFrameInfo, completionHandler: @escaping @MainActor @Sendable (String?) -> Void)}
  |                            `- note: requirement 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' declared here
4 |
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/UIDelegate.swift:62:32: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
 46 |         runJavaScriptTextInputPanelWithPrompt prompt: String,
 47 |         defaultText: String?, initiatedByFrame frame: WKFrameInfo,
 48 |         completionHandler: @escaping (String?) -> Void
    |         `- note: parameter 'completionHandler' is implicitly non-sendable
 49 |     ) {
 50 |         guard
    :
 60 |             defaultText: defaultText,
 61 |             initiatedByFrame: frame,
 62 |             completionHandler: completionHandler
    |                                `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
 63 |         )
 64 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/UIDelegate.swift:67:30: warning: main actor-isolated class property 'injectedSelector' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 65 |
 66 |     open override func responds(to aSelector: Selector!) -> Bool {
 67 |         if aSelector == Self.injectedSelector {
    |                              `- warning: main actor-isolated class property 'injectedSelector' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 68 |             return true
 69 |         } else {
    :
 80 |     }
 81 |
 82 |     open class var injectedSelector: Selector {
    |                    `- note: class property declared here
 83 |         #selector(
 84 |             webView(
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/UIDelegate.swift:70:20: warning: main actor-isolated property 'designatedDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
  9 |
 10 | open class UIDelegate: NSObject, WKUIDelegate {
 11 |     open weak var designatedDelegate: (any WKUIDelegate)?
    |                   `- note: property declared here
 12 |     open var invocationHandler: (String, String?) -> JSON
 13 |     public let prefix: String
    :
 68 |             return true
 69 |         } else {
 70 |             return designatedDelegate?.responds(to: aSelector) ?? false
    |                    `- warning: main actor-isolated property 'designatedDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 71 |         }
 72 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/UIDelegate.swift:75:12: warning: main actor-isolated property 'designatedDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
  9 |
 10 | open class UIDelegate: NSObject, WKUIDelegate {
 11 |     open weak var designatedDelegate: (any WKUIDelegate)?
    |                   `- note: property declared here
 12 |     open var invocationHandler: (String, String?) -> JSON
 13 |     public let prefix: String
    :
 73 |
 74 |     open override func forwardingTarget(for aSelector: Selector!) -> Any? {
 75 |         if designatedDelegate?.responds(to: aSelector) == true {
    |            `- warning: main actor-isolated property 'designatedDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 76 |             return designatedDelegate
 77 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/UIDelegate.swift:76:20: warning: main actor-isolated property 'designatedDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
  9 |
 10 | open class UIDelegate: NSObject, WKUIDelegate {
 11 |     open weak var designatedDelegate: (any WKUIDelegate)?
    |                   `- note: property declared here
 12 |     open var invocationHandler: (String, String?) -> JSON
 13 |     public let prefix: String
    :
 74 |     open override func forwardingTarget(for aSelector: Selector!) -> Any? {
 75 |         if designatedDelegate?.responds(to: aSelector) == true {
 76 |             return designatedDelegate
    |                    `- warning: main actor-isolated property 'designatedDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 77 |         } else {
 78 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/DSBridge/UIDelegate.swift:83:9: error: argument of '#selector' refers to instance method 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' that is not exposed to Objective-C
 21 |     }
 22 |
 23 |     open func webView(
    |               `- note: add '@objc' to expose this instance method to Objective-C
 24 |         _ webView: WKWebView,
 25 |         runJavaScriptTextInputPanelWithPrompt prompt: String,
    :
 81 |
 82 |     open class var injectedSelector: Selector {
 83 |         #selector(
    |         `- error: argument of '#selector' refers to instance method 'webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)' that is not exposed to Objective-C
 84 |             webView(
 85 |                 _:
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
[2/5] Emitting module SwiftSyntax509
[3/5] Compiling SwiftSyntax509 Empty.swift
[4/51] Compiling SwiftSyntax AbsolutePosition.swift
[5/51] Compiling SwiftSyntax Assert.swift
[6/51] Compiling SwiftSyntax BumpPtrAllocator.swift
[7/51] Compiling SwiftSyntax CommonAncestor.swift
[8/51] Compiling SwiftSyntax Convenience.swift
[9/56] Compiling SwiftSyntax RawSyntaxTokenView.swift
[10/56] Compiling SwiftSyntax SourceLength.swift
[11/56] Compiling SwiftSyntax SourceLocation.swift
[12/56] Compiling SwiftSyntax SourcePresence.swift
[13/56] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[14/56] Compiling SwiftSyntax MemoryLayout.swift
[15/56] Compiling SwiftSyntax MissingNodeInitializers.swift
[16/56] Compiling SwiftSyntax RawSyntax.swift
[17/56] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[18/56] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[19/56] Compiling SwiftSyntax Syntax.swift
[20/56] Compiling SwiftSyntax SyntaxArena.swift
[21/56] Compiling SwiftSyntax SyntaxChildren.swift
[22/56] Compiling SwiftSyntax SyntaxCollection.swift
[23/56] Compiling SwiftSyntax SyntaxData.swift
[24/56] Emitting module SwiftSyntax
[25/56] Compiling SwiftSyntax Utils.swift
[26/56] Compiling SwiftSyntax ChildNameForKeyPath.swift
[27/56] Compiling SwiftSyntax Keyword.swift
[28/56] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[29/56] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[30/56] Compiling SwiftSyntax SyntaxText.swift
[31/56] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[32/56] Compiling SwiftSyntax TokenDiagnostic.swift
[33/56] Compiling SwiftSyntax TokenSyntax.swift
[34/56] Compiling SwiftSyntax Trivia.swift
[35/56] Compiling SwiftSyntax Tokens.swift
[36/56] Compiling SwiftSyntax TriviaPieces.swift
[37/56] Compiling SwiftSyntax RawSyntaxNodes.swift
[38/56] Compiling SwiftSyntax RawSyntaxValidation.swift
[39/56] Compiling SwiftSyntax SyntaxDeclNodes.swift
[40/56] Compiling SwiftSyntax SyntaxExprNodes.swift
[41/56] Compiling SwiftSyntax SyntaxNodes.swift
[42/56] Compiling SwiftSyntax SyntaxPatternNodes.swift
[43/56] Compiling SwiftSyntax SyntaxStmtNodes.swift
[44/56] Compiling SwiftSyntax SyntaxTypeNodes.swift
[45/56] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[46/56] Compiling SwiftSyntax SyntaxBaseNodes.swift
[47/56] Compiling SwiftSyntax SyntaxCollections.swift
[48/56] Compiling SwiftSyntax SyntaxEnum.swift
[49/56] Compiling SwiftSyntax SyntaxKind.swift
[50/56] Compiling SwiftSyntax SyntaxRewriter.swift
[51/56] Compiling SwiftSyntax SyntaxTraits.swift
[52/56] Compiling SwiftSyntax SyntaxTransform.swift
[53/56] Compiling SwiftSyntax SyntaxVisitor.swift
[54/56] Compiling SwiftSyntax TokenKind.swift
[55/108] Compiling SwiftDiagnostics Message.swift
[56/108] Compiling SwiftDiagnostics FixIt.swift
[57/108] Compiling SwiftDiagnostics Note.swift
[58/108] Compiling SwiftBasicFormat Syntax+Extensions.swift
[59/108] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[60/108] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[61/108] Compiling SwiftDiagnostics Diagnostic.swift
[62/108] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[63/108] Compiling SwiftDiagnostics Convenience.swift
[64/108] Emitting module SwiftDiagnostics
[65/108] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[66/108] Compiling SwiftBasicFormat BasicFormat.swift
[67/108] Emitting module SwiftBasicFormat
[68/108] Compiling SwiftParser Statements.swift
[69/108] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[70/108] Compiling SwiftParser StringLiterals.swift
[71/108] Compiling SwiftParser SwiftParserCompatibility.swift
[72/112] Compiling SwiftParser Lexeme.swift
[73/112] Compiling SwiftParser LexemeSequence.swift
[74/112] Compiling SwiftParser Lexer.swift
[75/112] Compiling SwiftParser RegexLiteralLexer.swift
[76/112] Compiling SwiftParser UnicodeScalarExtensions.swift
[77/112] Compiling SwiftParser Lookahead.swift
[78/112] Compiling SwiftParser LoopProgressCondition.swift
[79/112] Compiling SwiftParser Modifiers.swift
[80/112] Compiling SwiftParser Names.swift
[81/112] Compiling SwiftParser Nominals.swift
[82/112] Compiling SwiftParser Parameters.swift
[83/112] Compiling SwiftParser ParseSourceFile.swift
[84/112] Compiling SwiftParser Parser.swift
[85/112] Compiling SwiftParser Patterns.swift
[86/112] Compiling SwiftParser Recovery.swift
[87/112] Compiling SwiftParser Specifiers.swift
[88/112] Compiling SwiftParser SyntaxUtils.swift
[89/112] Compiling SwiftParser TokenConsumer.swift
[90/112] Compiling SwiftParser TokenPrecedence.swift
[91/112] Compiling SwiftParser TokenSpec.swift
[92/112] Compiling SwiftParser TokenSpecSet.swift
[93/112] Compiling SwiftParser TopLevel.swift
[94/112] Compiling SwiftParser TriviaParser.swift
[95/112] Compiling SwiftParser Types.swift
[96/112] Compiling SwiftParser IsLexerClassified.swift
[97/112] Compiling SwiftParser LayoutNodes+Parsable.swift
[98/112] Compiling SwiftParser Parser+TokenSpecSet.swift
[99/112] Compiling SwiftParser TokenSpecStaticMembers.swift
[100/112] Compiling SwiftParser Attributes.swift
[101/112] Compiling SwiftParser Availability.swift
[102/112] Compiling SwiftParser CharacterInfo.swift
[103/112] Compiling SwiftParser CollectionNodes+Parsable.swift
[104/112] Compiling SwiftParser Declarations.swift
[105/112] Emitting module SwiftParser
[106/112] Compiling SwiftParser Directives.swift
[107/112] Compiling SwiftParser ExperimentalFeatures.swift
[108/112] Compiling SwiftParser Expressions.swift
[109/112] Compiling SwiftParser IncrementalParseTransition.swift
[110/112] Compiling SwiftParser Cursor.swift
[111/135] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[112/136] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[113/136] Compiling SwiftOperators PrecedenceGroup.swift
[114/136] Compiling SwiftOperators OperatorTable.swift
[115/136] Compiling SwiftOperators PrecedenceGraph.swift
[116/136] Compiling SwiftOperators OperatorTable+Folding.swift
[117/137] Compiling SwiftOperators OperatorError.swift
[118/137] Compiling SwiftOperators OperatorTable+Defaults.swift
[119/137] Compiling SwiftOperators OperatorError+Diagnostics.swift
[120/137] Compiling SwiftOperators Operator.swift
[121/137] Emitting module SwiftOperators
[122/137] Compiling SwiftOperators OperatorTable+Semantics.swift
[123/137] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[124/137] Compiling SwiftParserDiagnostics PresenceUtils.swift
[125/137] Compiling SwiftParserDiagnostics Utils.swift
[126/137] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[127/137] Compiling SwiftOperators SyntaxSynthesis.swift
[128/137] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[129/137] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[130/137] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[131/137] Compiling SwiftParserDiagnostics MissingNodesError.swift
[132/137] Compiling SwiftParserDiagnostics MissingTokenError.swift
[133/137] Emitting module SwiftParserDiagnostics
[134/137] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[135/137] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[136/151] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[137/151] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[138/151] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[139/151] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[140/151] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[141/151] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[142/151] Compiling SwiftSyntaxBuilder Indenter.swift
[143/151] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[144/151] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[145/151] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[146/151] Emitting module SwiftSyntaxBuilder
[147/151] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[148/151] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[149/151] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[150/152] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[151/166] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[152/166] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[153/166] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[154/166] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[155/167] Compiling SwiftSyntaxMacros Macro+Format.swift
[156/167] Compiling SwiftSyntaxMacros Macro.swift
[157/167] Compiling SwiftSyntaxMacros MemberMacro.swift
[158/167] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[159/167] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[160/167] Compiling SwiftSyntaxMacros AccessorMacro.swift
[161/167] Compiling SwiftSyntaxMacros AttachedMacro.swift
[162/167] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[163/167] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[164/167] Emitting module SwiftSyntaxMacros
[165/167] Compiling SwiftSyntaxMacros PeerMacro.swift
[166/175] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[167/175] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[168/175] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[169/175] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[170/175] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[171/175] Emitting module SwiftSyntaxMacroExpansion
[172/175] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[173/175] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[174/182] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[175/182] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[176/182] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[177/182] Emitting module SwiftCompilerPluginMessageHandling
[178/182] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[179/182] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[180/182] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[181/184] Emitting module SwiftCompilerPlugin
[182/184] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[183/189] Compiling DSBridgeMacros Macros.swift
[184/189] Compiling DSBridgeMacros Unexposed.swift
[185/189] Compiling DSBridgeMacros FunctionDeclSyntax+Extensions.swift
[186/189] Emitting module DSBridgeMacros
[187/189] Compiling DSBridgeMacros Exposed.swift
[187/189] Write Objects.LinkFileList
[188/189] Linking DSBridgeMacros-tool
[190/208] Compiling DSBridge Metronome.swift
[191/208] Compiling DSBridge ExposedInterface.swift
[192/210] Compiling DSBridge Keystone.swift
[193/210] Compiling DSBridge Macros.swift
[194/210] Compiling DSBridge ErrorLogging.swift
[195/210] Compiling DSBridge JSON.swift
[196/210] Emitting module DSBridge
[197/210] Compiling DSBridge DSBridge.swift
[198/210] Compiling DSBridge Error.swift
[199/210] Compiling DSBridge IncomingInvocation.swift
[200/210] Compiling DSBridge InvocationDispatching.swift
[201/210] Compiling DSBridge FromJS.Response.swift
[202/210] Compiling DSBridge JavaScriptEvaluating.swift
[203/210] Compiling DSBridge JSONSerializer.swift
[204/210] Compiling DSBridge JSONSerializing.swift
[205/210] Compiling DSBridge PredefinedInterface.swift
[206/210] Compiling DSBridge Response.swift
[207/210] Compiling DSBridge Method.swift
[208/210] Compiling DSBridge MethodQuery.swift
[209/210] Compiling DSBridge UIDelegate.swift
[210/210] Compiling DSBridge WebView.swift
Build complete! (26.29s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "DSBridge",
  "name" : "DSBridge",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "DSBridge",
      "targets" : [
        "DSBridge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DSBridgeMacros",
      "targets" : [
        "DSBridgeMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSBridgeTests",
      "module_type" : "SwiftTarget",
      "name" : "DSBridgeTests",
      "path" : "Tests/DSBridgeTests",
      "sources" : [
        "DSBridgeTests.swift",
        "EvaluatorTests.swift",
        "InvocationDispatchingTests.swift",
        "InvocationResolvingTests.swift"
      ],
      "target_dependencies" : [
        "DSBridge"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSBridgeMacros",
      "module_type" : "SwiftTarget",
      "name" : "DSBridgeMacros",
      "path" : "Sources/DSBridgeMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "DSBridge",
        "DSBridgeMacros"
      ],
      "sources" : [
        "Exposed.swift",
        "FunctionDeclSyntax+Extensions.swift",
        "Macros.swift",
        "Unexposed.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "DSBridge",
      "module_type" : "SwiftTarget",
      "name" : "DSBridge",
      "path" : "Sources/DSBridge",
      "product_memberships" : [
        "DSBridge"
      ],
      "sources" : [
        "DSBridge.swift",
        "Error/Error.swift",
        "Error/ErrorLogging.swift",
        "JSON/JSON.swift",
        "JSON/JSONSerializer.swift",
        "JSON/JSONSerializing.swift",
        "Keystone.swift",
        "Macros.swift",
        "Requesting/FromJS.Response.swift",
        "Requesting/JavaScriptEvaluating.swift",
        "Requesting/Metronome.swift",
        "Responding/ExposedInterface.swift",
        "Responding/IncomingInvocation.swift",
        "Responding/InvocationDispatching.swift",
        "Responding/Method.swift",
        "Responding/MethodQuery.swift",
        "Responding/PredefinedInterface.swift",
        "Responding/Response.swift",
        "UIDelegate.swift",
        "WebView.swift"
      ],
      "target_dependencies" : [
        "DSBridgeMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.