The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WKDevKit, reference main (c32653), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 21:20:27 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/devandanger/WKDevKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/devandanger/WKDevKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c326536 chore: Update changelog for version 1.0.1 with added fixes and enhancements
Cloned https://github.com/devandanger/WKDevKit.git
Revision (git rev-parse @):
c3265368b77a370e01772a61f3ff5bbddd1f8ab5
SUCCESS checkout https://github.com/devandanger/WKDevKit.git at main
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "wkdevkit",
      "name": "WKDevKit",
      "url": "https://github.com/devandanger/WKDevKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WKDevKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/devandanger/WKDevKit.git
[1/208] Fetching wkdevkit
Fetched https://github.com/devandanger/WKDevKit.git from cache (1.09s)
Creating working copy for https://github.com/devandanger/WKDevKit.git
Working copy of https://github.com/devandanger/WKDevKit.git resolved at main (c326536)
warning: '.resolve-product-dependencies': dependency 'wkdevkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/devandanger/WKDevKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/28] Emitting module WKDevKit
[4/30] Compiling WKDevKit DebugTabView.swift
[5/30] Compiling WKDevKit EmbeddedWebViewScreen.swift
[6/30] Compiling WKDevKit EventsViewModel.swift
[7/30] Compiling WKDevKit WKDevKitConfiguration.swift
[8/30] Compiling WKDevKit WKDevKitDebuggable.swift
[9/30] Compiling WKDevKit WKDevKitDebugger.swift
[10/30] Compiling WKDevKit UIDelegateProxy.swift
[11/30] Compiling WKDevKit WKDevKitConsoleViewController.swift
[12/30] Compiling WKDevKit WKDevKitDOMViewController.swift
[13/30] Compiling WKDevKit WKWebViewEvent.swift
[14/30] Compiling WKDevKit WKWebViewEventsView.swift
[15/30] Compiling WKDevKit WKDevKitDebugViewController.swift
[16/30] Compiling WKDevKit WKDevKitStorageViewController.swift
[17/30] Compiling WKDevKit WKDevKitColors.swift
[18/30] Compiling WKDevKit WKDevKitEventsView.swift
[19/30] Compiling WKDevKit WKWebView+DevKit.swift
[20/30] Compiling WKDevKit WKDevKitConsoleView.swift
[21/30] Compiling WKDevKit WKDevKitDOMInspector.swift
[22/30] Compiling WKDevKit WKDevKitStorageView.swift
[23/30] Compiling WKDevKit ConsoleView.swift
[24/30] Compiling WKDevKit DOMInspectorView.swift
[25/30] Compiling WKDevKit DebugPanel.swift
[26/30] Compiling WKDevKit InfoView.swift
[27/30] Compiling WKDevKit NavigationDelegateProxy.swift
[28/30] Compiling WKDevKit ScriptMessageHandlerProxy.swift
[29/30] Compiling WKDevKit WebStorageView.swift
[30/30] Compiling WKDevKit WebView.swift
Build complete! (11.04s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WKDevKit",
  "name" : "WKDevKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "WKDevKit",
      "targets" : [
        "WKDevKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WKDevKitTests",
      "module_type" : "SwiftTarget",
      "name" : "WKDevKitTests",
      "path" : "WKDevKit/Tests/WKDevKitTests",
      "sources" : [
        "WKDevKitTests.swift"
      ],
      "target_dependencies" : [
        "WKDevKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WKDevKit",
      "module_type" : "SwiftTarget",
      "name" : "WKDevKit",
      "path" : "WKDevKit/Sources/WKDevKit",
      "product_memberships" : [
        "WKDevKit"
      ],
      "sources" : [
        "Components/WKDevKitConsoleView.swift",
        "Components/WKDevKitDOMInspector.swift",
        "Components/WKDevKitStorageView.swift",
        "ConsoleView.swift",
        "DOMInspectorView.swift",
        "DebugPanel.swift",
        "DebugTabView.swift",
        "EmbeddedWebViewScreen.swift",
        "EventsViewModel.swift",
        "InfoView.swift",
        "NavigationDelegateProxy.swift",
        "ScriptMessageHandlerProxy.swift",
        "UIDelegateProxy.swift",
        "UIKit/WKDevKitConsoleViewController.swift",
        "UIKit/WKDevKitDOMViewController.swift",
        "UIKit/WKDevKitDebugViewController.swift",
        "UIKit/WKDevKitStorageViewController.swift",
        "WKDevKitColors.swift",
        "WKDevKitConfiguration.swift",
        "WKDevKitDebuggable.swift",
        "WKDevKitDebugger.swift",
        "WKDevKitEventsView.swift",
        "WKWebView+DevKit.swift",
        "WKWebViewEvent.swift",
        "WKWebViewEventsView.swift",
        "WebStorageView.swift",
        "WebView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.