Build Information
Successful build of WKDevKit, reference v1.0.1 (c32653), with Swift 6.2 for macOS (SPM) on 26 Jan 2026 08:06:39 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/devandanger/WKDevKit.git
Reference: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/devandanger/WKDevKit
* tag v1.0.1 -> FETCH_HEAD
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 v1.0.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": "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",
"dependencies": [
]
}
]
}
Fetching https://github.com/devandanger/WKDevKit.git
[1/208] Fetching wkdevkit
Fetched https://github.com/devandanger/WKDevKit.git from cache (1.18s)
Creating working copy for https://github.com/devandanger/WKDevKit.git
Working copy of https://github.com/devandanger/WKDevKit.git resolved at v1.0.1 (c326536)
warning: '.resolve-product-dependencies': dependency 'wkdevkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/devandanger/WKDevKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/28] Compiling WKDevKit DebugTabView.swift
[4/28] Compiling WKDevKit EmbeddedWebViewScreen.swift
[5/28] Compiling WKDevKit EventsViewModel.swift
[6/30] Compiling WKDevKit WKDevKitConsoleView.swift
[7/30] Compiling WKDevKit WKDevKitDOMInspector.swift
[8/30] Compiling WKDevKit WKDevKitStorageView.swift
[9/30] Emitting module WKDevKit
[10/30] Compiling WKDevKit UIDelegateProxy.swift
[11/30] Compiling WKDevKit WKDevKitConsoleViewController.swift
[12/30] Compiling WKDevKit WKDevKitDOMViewController.swift
[13/30] Compiling WKDevKit WKDevKitDebugViewController.swift
[14/30] Compiling WKDevKit WKDevKitStorageViewController.swift
[15/30] Compiling WKDevKit WKDevKitColors.swift
[16/30] Compiling WKDevKit WKDevKitEventsView.swift
[17/30] Compiling WKDevKit WKWebView+DevKit.swift
[18/30] Compiling WKDevKit ConsoleView.swift
[19/30] Compiling WKDevKit DOMInspectorView.swift
[20/30] Compiling WKDevKit DebugPanel.swift
[21/30] Compiling WKDevKit WKWebViewEvent.swift
[22/30] Compiling WKDevKit WKWebViewEventsView.swift
[23/30] Compiling WKDevKit WKDevKitConfiguration.swift
[24/30] Compiling WKDevKit WKDevKitDebuggable.swift
[25/30] Compiling WKDevKit WKDevKitDebugger.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! (10.21s)
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.