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 0.1.2 (82c45d), with Swift 6.1 for macOS (SPM) on 6 Jul 2025 14:48:52 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EdgarDegas/DSBridge-Swift.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EdgarDegas/DSBridge-Swift
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at 82c45d3 Merge pull request #8 from EdgarDegas/fix/0.1.2
Cloned https://github.com/EdgarDegas/DSBridge-Swift.git
Revision (git rev-parse @):
82c45d30e0b4ad43c2c8dc424fa71aab74d5a12d
SUCCESS checkout https://github.com/EdgarDegas/DSBridge-Swift.git at 0.1.2
Fetching https://github.com/apple/swift-syntax.git
[1/71179] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.34s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (6.58s)
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/463] Fetching dsbridge-swift
Fetched https://github.com/EdgarDegas/DSBridge-Swift.git from cache (0.87s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.91s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.98s)
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
Creating working copy for https://github.com/EdgarDegas/DSBridge-Swift.git
Working copy of https://github.com/EdgarDegas/DSBridge-Swift.git resolved at 0.1.2 (82c45d3)
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] Compiling SwiftSyntax509 Empty.swift
[17/19] Emitting module SwiftSyntax509
[18/65] Compiling SwiftSyntax RawSyntaxTokenView.swift
[19/65] Compiling SwiftSyntax SourceLength.swift
[20/65] Compiling SwiftSyntax SourceLocation.swift
[21/65] Compiling SwiftSyntax SourcePresence.swift
[22/65] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[23/70] Compiling SwiftSyntax SyntaxText.swift
[24/70] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[25/70] Compiling SwiftSyntax TokenDiagnostic.swift
[26/70] Compiling SwiftSyntax TokenSyntax.swift
[27/70] Compiling SwiftSyntax Trivia.swift
[28/70] Compiling SwiftSyntax AbsolutePosition.swift
[29/70] Compiling SwiftSyntax Assert.swift
[30/70] Compiling SwiftSyntax BumpPtrAllocator.swift
[31/70] Compiling SwiftSyntax CommonAncestor.swift
[32/70] Compiling SwiftSyntax Convenience.swift
[33/70] Compiling SwiftSyntax Syntax.swift
[34/70] Compiling SwiftSyntax SyntaxArena.swift
[35/70] Compiling SwiftSyntax SyntaxChildren.swift
[36/70] Compiling SwiftSyntax SyntaxCollection.swift
[37/70] Compiling SwiftSyntax SyntaxData.swift
[38/70] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[39/70] Compiling SwiftSyntax SyntaxBaseNodes.swift
[40/70] Compiling SwiftSyntax SyntaxCollections.swift
[41/70] Compiling SwiftSyntax SyntaxEnum.swift
[42/70] Compiling SwiftSyntax SyntaxKind.swift
[43/70] Emitting module SwiftSyntax
[44/70] Compiling SwiftSyntax MemoryLayout.swift
[45/70] Compiling SwiftSyntax MissingNodeInitializers.swift
[46/70] Compiling SwiftSyntax RawSyntax.swift
[47/70] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[48/70] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[49/70] Compiling SwiftSyntax SyntaxExprNodes.swift
[50/70] Compiling SwiftSyntax SyntaxNodes.swift
[51/70] Compiling SwiftSyntax SyntaxPatternNodes.swift
[52/70] Compiling SwiftSyntax SyntaxStmtNodes.swift
[53/70] Compiling SwiftSyntax SyntaxTypeNodes.swift
[54/70] Compiling SwiftSyntax Tokens.swift
[55/70] Compiling SwiftSyntax TriviaPieces.swift
[56/70] Compiling SwiftSyntax RawSyntaxNodes.swift
[57/70] Compiling SwiftSyntax RawSyntaxValidation.swift
[58/70] Compiling SwiftSyntax SyntaxDeclNodes.swift
[59/70] Compiling SwiftSyntax Utils.swift
[60/70] Compiling SwiftSyntax ChildNameForKeyPath.swift
[61/70] Compiling SwiftSyntax Keyword.swift
[62/70] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[63/70] Compiling SwiftSyntax RenamedNodesCompatibility.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 SwiftDiagnostics Note.swift
[70/122] Compiling SwiftDiagnostics Message.swift
[71/122] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[72/122] Compiling SwiftBasicFormat Syntax+Extensions.swift
[73/122] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[74/122] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[75/122] Compiling SwiftDiagnostics FixIt.swift
[76/122] Compiling SwiftDiagnostics Diagnostic.swift
[77/122] Compiling SwiftDiagnostics Convenience.swift
[78/122] Emitting module SwiftDiagnostics
[79/122] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[80/122] Emitting module SwiftBasicFormat
[81/122] Compiling SwiftBasicFormat BasicFormat.swift
[82/122] Compiling SwiftParser Statements.swift
[83/122] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[84/122] Compiling SwiftParser StringLiterals.swift
[85/122] Compiling SwiftParser SwiftParserCompatibility.swift
[86/126] Compiling SwiftParser UnicodeScalarExtensions.swift
[87/126] Compiling SwiftParser Lookahead.swift
[88/126] Compiling SwiftParser LoopProgressCondition.swift
[89/126] Compiling SwiftParser Modifiers.swift
[90/126] Compiling SwiftParser Lexeme.swift
[91/126] Compiling SwiftParser LexemeSequence.swift
[92/126] Compiling SwiftParser Lexer.swift
[93/126] Compiling SwiftParser RegexLiteralLexer.swift
[94/126] Compiling SwiftParser Names.swift
[95/126] Compiling SwiftParser Nominals.swift
[96/126] Compiling SwiftParser Parameters.swift
[97/126] Compiling SwiftParser ParseSourceFile.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 SyntaxUtils.swift
[103/126] Compiling SwiftParser TokenConsumer.swift
[104/126] Compiling SwiftParser TokenPrecedence.swift
[105/126] Compiling SwiftParser TokenSpec.swift
[106/126] Compiling SwiftParser TokenSpecSet.swift
[107/126] Compiling SwiftParser TopLevel.swift
[108/126] Compiling SwiftParser TriviaParser.swift
[109/126] Compiling SwiftParser Types.swift
[110/126] Compiling SwiftParser IsLexerClassified.swift
[111/126] Compiling SwiftParser LayoutNodes+Parsable.swift
[112/126] Compiling SwiftParser Parser+TokenSpecSet.swift
[113/126] Compiling SwiftParser TokenSpecStaticMembers.swift
[114/126] Compiling SwiftParser Attributes.swift
[115/126] Compiling SwiftParser Availability.swift
[116/126] Compiling SwiftParser CharacterInfo.swift
[117/126] Compiling SwiftParser CollectionNodes+Parsable.swift
[118/126] Compiling SwiftParser Declarations.swift
[119/126] Emitting module SwiftParser
[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/151] Compiling SwiftOperators PrecedenceGraph.swift
[128/151] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[129/151] Emitting module SwiftOperators
[130/151] Compiling SwiftOperators SyntaxSynthesis.swift
[131/151] Compiling SwiftOperators OperatorError.swift
[132/151] Compiling SwiftOperators OperatorTable+Semantics.swift
[133/151] Compiling SwiftOperators OperatorTable+Defaults.swift
[134/151] Compiling SwiftOperators OperatorTable.swift
[135/151] Compiling SwiftOperators Operator.swift
[136/151] Compiling SwiftOperators OperatorError+Diagnostics.swift
[137/151] Compiling SwiftOperators OperatorTable+Folding.swift
[138/151] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[139/151] Compiling SwiftParserDiagnostics Utils.swift
[140/151] Compiling SwiftParserDiagnostics PresenceUtils.swift
[141/151] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[142/151] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.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 ValidatingSyntaxNodes.swift
[151/165] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[152/165] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[153/165] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[154/165] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[155/166] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[156/166] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[157/166] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[158/166] Compiling SwiftSyntaxBuilder Indenter.swift
[159/166] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[160/166] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[161/166] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[162/166] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[163/166] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[164/166] Emitting module SwiftSyntaxBuilder
[165/180] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[166/180] Compiling SwiftSyntaxMacros Macro.swift
[167/180] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[168/180] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[169/180] Compiling SwiftSyntaxMacros Macro+Format.swift
[170/180] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[171/180] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[172/180] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[173/180] Compiling SwiftSyntaxMacros MemberMacro.swift
[174/181] Compiling SwiftSyntaxMacros AccessorMacro.swift
[175/181] Compiling SwiftSyntaxMacros AttachedMacro.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 MacroExpansion.swift
[181/189] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[182/189] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[183/189] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[184/189] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[185/189] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[186/189] Emitting module SwiftSyntaxMacroExpansion
[187/189] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[188/196] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[189/196] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[190/196] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[191/196] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[192/196] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[193/196] Emitting module SwiftCompilerPluginMessageHandling
[194/196] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[195/198] Emitting module SwiftCompilerPlugin
[196/198] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[197/203] Compiling DSBridgeMacros Unexposed.swift
[198/203] Compiling DSBridgeMacros FunctionDeclSyntax+Extensions.swift
[199/203] Compiling DSBridgeMacros Macros.swift
[200/203] Compiling DSBridgeMacros Exposed.swift
[201/203] Emitting module DSBridgeMacros
[201/203] Write Objects.LinkFileList
[202/203] Linking DSBridgeMacros-tool
[204/222] Compiling DSBridge IncomingInvocation.swift
[205/222] Compiling DSBridge InvocationDispatching.swift
[206/222] Compiling DSBridge Method.swift
[207/222] Compiling DSBridge MethodQuery.swift
[208/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 |             }
[209/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 |             }
[210/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 |         })
[211/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 |         })
[212/222] Compiling DSBridge PredefinedInterface.swift
[213/222] Compiling DSBridge Response.swift
[214/224] 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 {
[215/224] 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 {
[216/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 |
[217/224] Compiling DSBridge JSONSerializer.swift
[218/224] Compiling DSBridge JSONSerializing.swift
[219/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 |     }
[220/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 |     }
[221/224] Compiling DSBridge Keystone.swift
[222/224] Compiling DSBridge Macros.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] Compiling SwiftSyntax509 Empty.swift
[3/5] Emitting module SwiftSyntax509
[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 MemoryLayout.swift
[10/56] Compiling SwiftSyntax MissingNodeInitializers.swift
[11/56] Compiling SwiftSyntax RawSyntax.swift
[12/56] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[13/56] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[14/56] Compiling SwiftSyntax Syntax.swift
[15/56] Compiling SwiftSyntax SyntaxArena.swift
[16/56] Compiling SwiftSyntax SyntaxChildren.swift
[17/56] Compiling SwiftSyntax SyntaxCollection.swift
[18/56] Compiling SwiftSyntax SyntaxData.swift
[19/56] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[20/56] Compiling SwiftSyntax SyntaxBaseNodes.swift
[21/56] Compiling SwiftSyntax SyntaxCollections.swift
[22/56] Compiling SwiftSyntax SyntaxEnum.swift
[23/56] Compiling SwiftSyntax SyntaxKind.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 SyntaxExprNodes.swift
[31/56] Compiling SwiftSyntax SyntaxNodes.swift
[32/56] Compiling SwiftSyntax SyntaxPatternNodes.swift
[33/56] Compiling SwiftSyntax SyntaxStmtNodes.swift
[34/56] Compiling SwiftSyntax SyntaxTypeNodes.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 SyntaxRewriter.swift
[41/56] Compiling SwiftSyntax SyntaxTraits.swift
[42/56] Compiling SwiftSyntax SyntaxTransform.swift
[43/56] Compiling SwiftSyntax SyntaxVisitor.swift
[44/56] Compiling SwiftSyntax TokenKind.swift
[45/56] Compiling SwiftSyntax RawSyntaxTokenView.swift
[46/56] Compiling SwiftSyntax SourceLength.swift
[47/56] Compiling SwiftSyntax SourceLocation.swift
[48/56] Compiling SwiftSyntax SourcePresence.swift
[49/56] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[50/56] Compiling SwiftSyntax SyntaxText.swift
[51/56] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[52/56] Compiling SwiftSyntax TokenDiagnostic.swift
[53/56] Compiling SwiftSyntax TokenSyntax.swift
[54/56] Compiling SwiftSyntax Trivia.swift
[55/108] Compiling SwiftDiagnostics Note.swift
[56/108] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[57/108] Compiling SwiftDiagnostics Convenience.swift
[58/108] Compiling SwiftDiagnostics FixIt.swift
[59/108] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[60/108] Compiling SwiftDiagnostics Message.swift
[61/108] Emitting module SwiftDiagnostics
[62/108] Compiling SwiftDiagnostics Diagnostic.swift
[63/108] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[64/108] Compiling SwiftParser SyntaxUtils.swift
[65/108] Compiling SwiftParser TokenConsumer.swift
[66/108] Compiling SwiftParser TokenPrecedence.swift
[67/108] Compiling SwiftParser TokenSpec.swift
[68/112] Compiling SwiftBasicFormat Syntax+Extensions.swift
[69/112] Emitting module SwiftBasicFormat
[70/112] Compiling SwiftBasicFormat BasicFormat.swift
[71/112] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[72/112] Emitting module SwiftParser
[73/112] Compiling SwiftParser Statements.swift
[74/112] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[75/112] Compiling SwiftParser StringLiterals.swift
[76/112] Compiling SwiftParser SwiftParserCompatibility.swift
[77/112] Compiling SwiftParser UnicodeScalarExtensions.swift
[78/112] Compiling SwiftParser Lookahead.swift
[79/112] Compiling SwiftParser LoopProgressCondition.swift
[80/112] Compiling SwiftParser Modifiers.swift
[81/112] Compiling SwiftParser TokenSpecSet.swift
[82/112] Compiling SwiftParser TopLevel.swift
[83/112] Compiling SwiftParser TriviaParser.swift
[84/112] Compiling SwiftParser Types.swift
[85/112] Compiling SwiftParser Names.swift
[86/112] Compiling SwiftParser Nominals.swift
[87/112] Compiling SwiftParser Parameters.swift
[88/112] Compiling SwiftParser ParseSourceFile.swift
[89/112] Compiling SwiftParser Attributes.swift
[90/112] Compiling SwiftParser Availability.swift
[91/112] Compiling SwiftParser CharacterInfo.swift
[92/112] Compiling SwiftParser CollectionNodes+Parsable.swift
[93/112] Compiling SwiftParser Declarations.swift
[94/112] Compiling SwiftParser IsLexerClassified.swift
[95/112] Compiling SwiftParser LayoutNodes+Parsable.swift
[96/112] Compiling SwiftParser Parser+TokenSpecSet.swift
[97/112] Compiling SwiftParser TokenSpecStaticMembers.swift
[98/112] Compiling SwiftParser Lexeme.swift
[99/112] Compiling SwiftParser LexemeSequence.swift
[100/112] Compiling SwiftParser Lexer.swift
[101/112] Compiling SwiftParser RegexLiteralLexer.swift
[102/112] Compiling SwiftParser Parser.swift
[103/112] Compiling SwiftParser Patterns.swift
[104/112] Compiling SwiftParser Recovery.swift
[105/112] Compiling SwiftParser Specifiers.swift
[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 PresenceUtils.swift
[113/136] Compiling SwiftOperators PrecedenceGroup.swift
[114/136] Compiling SwiftOperators PrecedenceGraph.swift
[115/136] Compiling SwiftOperators OperatorTable+Semantics.swift
[116/137] Compiling SwiftOperators OperatorTable.swift
[117/137] Compiling SwiftOperators OperatorError+Diagnostics.swift
[118/137] Compiling SwiftOperators OperatorTable+Defaults.swift
[119/137] Compiling SwiftOperators OperatorError.swift
[120/137] Compiling SwiftOperators Operator.swift
[121/137] Emitting module SwiftOperators
[122/137] Compiling SwiftOperators OperatorTable+Folding.swift
[123/137] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[124/137] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[125/137] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[126/137] Compiling SwiftOperators SyntaxSynthesis.swift
[127/137] Compiling SwiftParserDiagnostics Utils.swift
[128/137] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[129/137] Emitting module SwiftParserDiagnostics
[130/137] Compiling SwiftParserDiagnostics MissingNodesError.swift
[131/137] Compiling SwiftParserDiagnostics MissingTokenError.swift
[132/137] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[133/137] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[134/137] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[135/137] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[136/151] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[137/151] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[138/151] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[139/151] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[140/151] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[141/151] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[142/151] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[143/151] Emitting module SwiftSyntaxBuilder
[144/151] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[145/151] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[146/151] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[147/151] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[148/151] Compiling SwiftSyntaxBuilder Indenter.swift
[149/151] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[150/152] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[151/166] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[152/166] Compiling SwiftSyntaxMacros Macro.swift
[153/167] Compiling SwiftSyntaxMacros Macro+Format.swift
[154/167] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[155/167] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[156/167] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[157/167] Compiling SwiftSyntaxMacros MemberMacro.swift
[158/167] Compiling SwiftSyntaxMacros AccessorMacro.swift
[159/167] Compiling SwiftSyntaxMacros AttachedMacro.swift
[160/167] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[161/167] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[162/167] Emitting module SwiftSyntaxMacros
[163/167] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[164/167] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[165/167] Compiling SwiftSyntaxMacros PeerMacro.swift
[166/175] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[167/175] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[168/175] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[169/175] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[170/175] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[171/175] Emitting module SwiftSyntaxMacroExpansion
[172/175] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[173/175] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[174/182] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[175/182] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[176/182] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[177/182] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[178/182] Emitting module SwiftCompilerPluginMessageHandling
[179/182] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[180/182] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[181/184] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[182/184] Emitting module SwiftCompilerPlugin
[183/189] Compiling DSBridgeMacros Macros.swift
[184/189] Compiling DSBridgeMacros Unexposed.swift
[185/189] Compiling DSBridgeMacros FunctionDeclSyntax+Extensions.swift
[186/189] Compiling DSBridgeMacros Exposed.swift
[187/189] Emitting module DSBridgeMacros
[187/189] Write Objects.LinkFileList
[188/189] Linking DSBridgeMacros-tool
[190/208] Compiling DSBridge IncomingInvocation.swift
[191/208] Compiling DSBridge InvocationDispatching.swift
[192/208] Compiling DSBridge FromJS.Response.swift
[193/208] Compiling DSBridge JavaScriptEvaluating.swift
[194/208] Compiling DSBridge Method.swift
[195/208] Compiling DSBridge MethodQuery.swift
[196/208] Compiling DSBridge Metronome.swift
[197/208] Compiling DSBridge ExposedInterface.swift
[198/208] Compiling DSBridge Keystone.swift
[199/208] Compiling DSBridge Macros.swift
[200/208] Compiling DSBridge ErrorLogging.swift
[201/208] Compiling DSBridge JSON.swift
[202/208] Compiling DSBridge JSONSerializer.swift
[203/208] Compiling DSBridge JSONSerializing.swift
[204/208] Compiling DSBridge DSBridge.swift
[205/208] Compiling DSBridge Error.swift
[206/208] Compiling DSBridge PredefinedInterface.swift
[207/208] Compiling DSBridge Response.swift
[208/208] Emitting module DSBridge
[209/210] Compiling DSBridge UIDelegate.swift
[210/210] Compiling DSBridge WebView.swift
Build complete! (26.37s)
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.