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.1 (92a3d3), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 17:20:10 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: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EdgarDegas/DSBridge-Swift
 * tag               0.1.1      -> FETCH_HEAD
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 0.1.1
Fetching https://github.com/apple/swift-syntax.git
[1/70245] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.25s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (4.33s)
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.82s)
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.89s)
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.1 (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 SyntaxText.swift
[29/70] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[30/70] Compiling SwiftSyntax TokenDiagnostic.swift
[31/70] Compiling SwiftSyntax TokenSyntax.swift
[32/70] Compiling SwiftSyntax Trivia.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 RawSyntaxTokenView.swift
[45/70] Compiling SwiftSyntax SourceLength.swift
[46/70] Compiling SwiftSyntax SourceLocation.swift
[47/70] Compiling SwiftSyntax SourcePresence.swift
[48/70] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[49/70] Compiling SwiftSyntax Utils.swift
[50/70] Compiling SwiftSyntax ChildNameForKeyPath.swift
[51/70] Compiling SwiftSyntax Keyword.swift
[52/70] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[53/70] Compiling SwiftSyntax RenamedNodesCompatibility.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 SyntaxExprNodes.swift
[60/70] Compiling SwiftSyntax SyntaxNodes.swift
[61/70] Compiling SwiftSyntax SyntaxPatternNodes.swift
[62/70] Compiling SwiftSyntax SyntaxStmtNodes.swift
[63/70] Compiling SwiftSyntax SyntaxTypeNodes.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 SwiftDiagnostics GroupedDiagnostics.swift
[73/122] Compiling SwiftDiagnostics Diagnostic.swift
[74/122] Compiling SwiftDiagnostics Convenience.swift
[75/122] Compiling SwiftDiagnostics FixIt.swift
[76/122] Emitting module SwiftDiagnostics
[77/122] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[78/122] Compiling SwiftParser SyntaxUtils.swift
[79/122] Compiling SwiftParser TokenConsumer.swift
[80/122] Compiling SwiftParser TokenPrecedence.swift
[81/122] Compiling SwiftParser TokenSpec.swift
[82/126] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[83/126] Compiling SwiftBasicFormat Syntax+Extensions.swift
[84/126] Emitting module SwiftBasicFormat
[85/126] Compiling SwiftBasicFormat BasicFormat.swift
[86/126] Compiling SwiftParser Lexeme.swift
[87/126] Compiling SwiftParser LexemeSequence.swift
[88/126] Compiling SwiftParser Lexer.swift
[89/126] 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 Parser.swift
[95/126] Compiling SwiftParser Patterns.swift
[96/126] Compiling SwiftParser Recovery.swift
[97/126] Compiling SwiftParser Specifiers.swift
[98/126] Compiling SwiftParser TokenSpecSet.swift
[99/126] Compiling SwiftParser TopLevel.swift
[100/126] Compiling SwiftParser TriviaParser.swift
[101/126] Compiling SwiftParser Types.swift
[102/126] Compiling SwiftParser UnicodeScalarExtensions.swift
[103/126] Compiling SwiftParser Lookahead.swift
[104/126] Compiling SwiftParser LoopProgressCondition.swift
[105/126] Compiling SwiftParser Modifiers.swift
[106/126] Compiling SwiftParser Names.swift
[107/126] Compiling SwiftParser Nominals.swift
[108/126] Compiling SwiftParser Parameters.swift
[109/126] Compiling SwiftParser ParseSourceFile.swift
[110/126] Emitting module SwiftParser
[111/126] Compiling SwiftParser IsLexerClassified.swift
[112/126] Compiling SwiftParser LayoutNodes+Parsable.swift
[113/126] Compiling SwiftParser Parser+TokenSpecSet.swift
[114/126] Compiling SwiftParser TokenSpecStaticMembers.swift
[115/126] Compiling SwiftParser Attributes.swift
[116/126] Compiling SwiftParser Availability.swift
[117/126] Compiling SwiftParser CharacterInfo.swift
[118/126] Compiling SwiftParser CollectionNodes+Parsable.swift
[119/126] Compiling SwiftParser Declarations.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 SwiftOperators PrecedenceGroup.swift
[126/149] Compiling SwiftOperators OperatorTable.swift
[127/149] Compiling SwiftOperators PrecedenceGraph.swift
[128/150] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[129/150] Compiling SwiftParserDiagnostics PresenceUtils.swift
[130/151] Compiling SwiftOperators OperatorTable+Semantics.swift
[131/151] Compiling SwiftOperators OperatorError.swift
[132/151] Compiling SwiftOperators OperatorTable+Defaults.swift
[133/151] Compiling SwiftOperators Operator.swift
[134/151] Compiling SwiftOperators OperatorError+Diagnostics.swift
[135/151] Emitting module SwiftOperators
[136/151] Compiling SwiftOperators OperatorTable+Folding.swift
[137/151] Compiling SwiftOperators SyntaxSynthesis.swift
[138/151] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[139/151] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[140/151] Compiling SwiftParserDiagnostics Utils.swift
[141/151] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[142/151] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[143/151] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[144/151] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[145/151] Emitting module SwiftParserDiagnostics
[146/151] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[147/151] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[148/151] Compiling SwiftParserDiagnostics MissingNodesError.swift
[149/151] Compiling SwiftParserDiagnostics MissingTokenError.swift
[150/165] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[151/165] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[152/165] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[153/166] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[154/166] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[155/166] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[156/166] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[157/166] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[158/166] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[159/166] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[160/166] Emitting module SwiftSyntaxBuilder
[161/166] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[162/166] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[163/166] Compiling SwiftSyntaxBuilder Indenter.swift
[164/166] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[165/180] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[166/180] Compiling SwiftSyntaxMacros AccessorMacro.swift
[167/180] Compiling SwiftSyntaxMacros AttachedMacro.swift
[168/180] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[169/180] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[170/180] Emitting module SwiftSyntaxMacros
[171/180] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[172/180] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[173/181] Compiling SwiftSyntaxMacros Macro.swift
[174/181] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[175/181] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[176/181] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[177/181] Compiling SwiftSyntaxMacros Macro+Format.swift
[178/181] Compiling SwiftSyntaxMacros MemberMacro.swift
[179/181] Compiling SwiftSyntaxMacros PeerMacro.swift
[180/189] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[181/189] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[182/189] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[183/189] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[184/189] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[185/189] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[186/189] Emitting module SwiftSyntaxMacroExpansion
[187/189] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[188/196] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[189/196] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[190/196] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[191/196] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[192/196] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[193/196] Emitting module SwiftCompilerPluginMessageHandling
[194/196] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[195/198] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[196/198] Emitting module SwiftCompilerPlugin
[197/203] Compiling DSBridgeMacros Unexposed.swift
[198/203] Emitting module DSBridgeMacros
[199/203] Compiling DSBridgeMacros Macros.swift
[200/203] Compiling DSBridgeMacros Exposed.swift
[201/203] Compiling DSBridgeMacros FunctionDeclSyntax+Extensions.swift
[201/203] Write Objects.LinkFileList
[202/203] Linking DSBridgeMacros-tool
[204/222] Compiling DSBridge JSONSerializer.swift
[205/222] Compiling DSBridge JSONSerializing.swift
[206/222] Compiling DSBridge Method.swift
[207/222] Compiling DSBridge MethodQuery.swift
[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/222] 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/222] 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/222] 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/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 |         })
[214/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 |         })
[215/222] Compiling DSBridge Keystone.swift
[216/222] Compiling DSBridge Macros.swift
[217/224] 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 |             }
[218/224] 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 |             }
[219/224] Compiling DSBridge IncomingInvocation.swift
[220/224] Compiling DSBridge InvocationDispatching.swift
[221/224] Compiling DSBridge PredefinedInterface.swift
[222/224] Compiling DSBridge Response.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 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] Emitting module SwiftSyntax
[20/56] Compiling SwiftSyntax RawSyntaxTokenView.swift
[21/56] Compiling SwiftSyntax SourceLength.swift
[22/56] Compiling SwiftSyntax SourceLocation.swift
[23/56] Compiling SwiftSyntax SourcePresence.swift
[24/56] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[25/56] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[26/56] Compiling SwiftSyntax SyntaxBaseNodes.swift
[27/56] Compiling SwiftSyntax SyntaxCollections.swift
[28/56] Compiling SwiftSyntax SyntaxEnum.swift
[29/56] Compiling SwiftSyntax SyntaxKind.swift
[30/56] Compiling SwiftSyntax Utils.swift
[31/56] Compiling SwiftSyntax ChildNameForKeyPath.swift
[32/56] Compiling SwiftSyntax Keyword.swift
[33/56] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[34/56] Compiling SwiftSyntax RenamedNodesCompatibility.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 SyntaxText.swift
[46/56] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[47/56] Compiling SwiftSyntax TokenDiagnostic.swift
[48/56] Compiling SwiftSyntax TokenSyntax.swift
[49/56] Compiling SwiftSyntax Trivia.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 Note.swift
[56/108] Compiling SwiftDiagnostics Message.swift
[57/108] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[58/108] Compiling SwiftBasicFormat Syntax+Extensions.swift
[59/108] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[60/108] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[61/108] Compiling SwiftDiagnostics FixIt.swift
[62/108] Compiling SwiftDiagnostics Diagnostic.swift
[63/108] Compiling SwiftDiagnostics Convenience.swift
[64/108] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[65/108] Emitting module SwiftDiagnostics
[66/108] Compiling SwiftBasicFormat BasicFormat.swift
[67/108] Emitting module SwiftBasicFormat
[68/108] Compiling SwiftParser SyntaxUtils.swift
[69/108] Compiling SwiftParser TokenConsumer.swift
[70/108] Compiling SwiftParser TokenPrecedence.swift
[71/108] Compiling SwiftParser TokenSpec.swift
[72/112] Compiling SwiftParser Names.swift
[73/112] Compiling SwiftParser Nominals.swift
[74/112] Compiling SwiftParser Parameters.swift
[75/112] Compiling SwiftParser ParseSourceFile.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 Lexeme.swift
[81/112] Compiling SwiftParser LexemeSequence.swift
[82/112] Compiling SwiftParser Lexer.swift
[83/112] Compiling SwiftParser RegexLiteralLexer.swift
[84/112] Emitting module SwiftParser
[85/112] Compiling SwiftParser TokenSpecSet.swift
[86/112] Compiling SwiftParser TopLevel.swift
[87/112] Compiling SwiftParser TriviaParser.swift
[88/112] Compiling SwiftParser Types.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 Statements.swift
[99/112] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[100/112] Compiling SwiftParser StringLiterals.swift
[101/112] Compiling SwiftParser SwiftParserCompatibility.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 SyntaxExtensions.swift
[113/136] Compiling SwiftOperators PrecedenceGroup.swift
[114/136] Compiling SwiftOperators OperatorTable.swift
[115/136] Compiling SwiftOperators PrecedenceGraph.swift
[116/137] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[117/137] Compiling SwiftParserDiagnostics PresenceUtils.swift
[118/137] Compiling SwiftOperators OperatorTable+Defaults.swift
[119/137] Compiling SwiftOperators OperatorError.swift
[120/137] Compiling SwiftOperators Operator.swift
[121/137] Compiling SwiftOperators OperatorError+Diagnostics.swift
[122/137] Compiling SwiftOperators OperatorTable+Folding.swift
[123/137] Emitting module SwiftOperators
[124/137] Compiling SwiftOperators OperatorTable+Semantics.swift
[125/137] Compiling SwiftOperators SyntaxSynthesis.swift
[126/137] Compiling SwiftParserDiagnostics Utils.swift
[127/137] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[128/137] Emitting module SwiftParserDiagnostics
[129/137] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[130/137] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[131/137] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[132/137] Compiling SwiftParserDiagnostics MissingNodesError.swift
[133/137] Compiling SwiftParserDiagnostics MissingTokenError.swift
[134/137] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[135/137] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[136/151] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[137/152] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[138/152] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[139/152] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[140/152] Compiling SwiftSyntaxBuilder Indenter.swift
[141/152] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[142/152] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[143/152] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[144/152] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[145/152] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[146/152] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[147/152] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[148/152] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[149/152] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[150/152] Emitting module SwiftSyntaxBuilder
[151/166] Compiling SwiftSyntaxMacros Macro.swift
[152/166] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[153/166] Compiling SwiftSyntaxMacros Macro+Format.swift
[154/166] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[155/166] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[156/166] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[157/166] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[158/166] Compiling SwiftSyntaxMacros AccessorMacro.swift
[159/166] Compiling SwiftSyntaxMacros AttachedMacro.swift
[160/166] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[161/166] Compiling SwiftSyntaxMacros MemberMacro.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 BasicMacroExpansionContext.swift
[167/175] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[168/175] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[169/175] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[170/175] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[171/175] Emitting module SwiftSyntaxMacroExpansion
[172/175] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[173/175] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[174/182] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[175/182] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[176/182] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[177/182] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[178/182] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[179/182] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[180/182] Emitting module SwiftCompilerPluginMessageHandling
[181/184] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[182/184] Emitting module SwiftCompilerPlugin
[183/189] Compiling DSBridgeMacros Unexposed.swift
[184/189] Compiling DSBridgeMacros Macros.swift
[185/189] Compiling DSBridgeMacros Exposed.swift
[186/189] Emitting module DSBridgeMacros
[187/189] Compiling DSBridgeMacros FunctionDeclSyntax+Extensions.swift
[187/189] Write Objects.LinkFileList
[188/189] Linking DSBridgeMacros-tool
[190/208] Compiling DSBridge IncomingInvocation.swift
[191/208] Compiling DSBridge InvocationDispatching.swift
[192/210] Compiling DSBridge Metronome.swift
[193/210] Compiling DSBridge ExposedInterface.swift
[194/210] Compiling DSBridge FromJS.Response.swift
[195/210] Compiling DSBridge JavaScriptEvaluating.swift
[196/210] Compiling DSBridge JSONSerializer.swift
[197/210] Compiling DSBridge JSONSerializing.swift
[198/210] Compiling DSBridge ErrorLogging.swift
[199/210] Compiling DSBridge JSON.swift
[200/210] Compiling DSBridge Keystone.swift
[201/210] Compiling DSBridge Macros.swift
[202/210] Compiling DSBridge DSBridge.swift
[203/210] Compiling DSBridge Error.swift
[204/210] Emitting module DSBridge
[205/210] Compiling DSBridge UIDelegate.swift
[206/210] Compiling DSBridge WebView.swift
[207/210] Compiling DSBridge Method.swift
[208/210] Compiling DSBridge MethodQuery.swift
[209/210] Compiling DSBridge PredefinedInterface.swift
[210/210] Compiling DSBridge Response.swift
Build complete! (26.58s)
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.